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 SummaryConstructors Constructor Description ImageResponse()ImageResponse(IDResponse id, FloatResponse height, FloatResponse ratio, StringResponse type, StringResponse url, FloatResponse width)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description FloatResponsegetHeight()IDResponsegetId()FloatResponsegetRatio()StringResponsegetType()StringResponsegetUrl()FloatResponsegetWidth()- 
Methods inherited from class com.github.gpluscb.ggjava.entity.object.response.AbstractGGResponseObjectcheckProvided, isProvided
 - 
Methods inherited from class com.github.gpluscb.ggjava.entity.AbstractGGEntitygetGGEntityType
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.github.gpluscb.ggjava.entity.GGEntitygetGGEntityType
 
- 
 
- 
- 
- 
Constructor Detail- 
ImageResponsepublic ImageResponse() 
 - 
ImageResponsepublic ImageResponse(IDResponse id, FloatResponse height, FloatResponse ratio, StringResponse type, StringResponse url, FloatResponse width) 
 
- 
 - 
Method Detail- 
getIdpublic IDResponse getId() 
 - 
getHeightpublic FloatResponse getHeight() 
 - 
getRatiopublic FloatResponse getRatio() 
 - 
getTypepublic StringResponse getType() 
 - 
getUrlpublic StringResponse getUrl() 
 - 
getWidthpublic FloatResponse getWidth() 
 
- 
 
-