Class ImageResponse
- java.lang.Object
-
- com.github.gpluscb.ggjava.entity.AbstractGGEntity
-
- com.github.gpluscb.ggjava.entity.object.AbstractGGObject
-
- com.github.gpluscb.ggjava.entity.object.response.AbstractGGResponseObject
-
- com.github.gpluscb.ggjava.entity.object.response.objects.ImageResponse
-
- All Implemented Interfaces:
GGEntity
,GGObject
,GGResponseObject
public class ImageResponse extends AbstractGGResponseObject
An image
-
-
Constructor Summary
Constructors Constructor Description ImageResponse()
ImageResponse(IDResponse id, FloatResponse height, FloatResponse ratio, StringResponse type, StringResponse url, FloatResponse width)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FloatResponse
getHeight()
IDResponse
getId()
FloatResponse
getRatio()
StringResponse
getType()
StringResponse
getUrl()
FloatResponse
getWidth()
-
Methods inherited from class com.github.gpluscb.ggjava.entity.object.response.AbstractGGResponseObject
checkProvided, isProvided
-
Methods inherited from class com.github.gpluscb.ggjava.entity.AbstractGGEntity
getGGEntityType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.github.gpluscb.ggjava.entity.GGEntity
getGGEntityType
-
-
-
-
Constructor Detail
-
ImageResponse
public ImageResponse()
-
ImageResponse
public ImageResponse(IDResponse id, FloatResponse height, FloatResponse ratio, StringResponse type, StringResponse url, FloatResponse width)
-
-
Method Detail
-
getId
public IDResponse getId()
-
getHeight
public FloatResponse getHeight()
-
getRatio
public FloatResponse getRatio()
-
getType
public StringResponse getType()
-
getUrl
public StringResponse getUrl()
-
getWidth
public FloatResponse getWidth()
-
-