Class ShopLevelResponse
- 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.ShopLevelResponse
 
 
 
 
- 
- All Implemented Interfaces:
- GGEntity,- GGObject,- GGResponseObject
 
 public class ShopLevelResponse extends AbstractGGResponseObject A shop level
- 
- 
Constructor SummaryConstructors Constructor Description ShopLevelResponse()ShopLevelResponse(IDResponse id, FloatResponse currAmount, StringResponse description, FloatResponse goalAmount, ListResponse<ImageResponse> images, StringResponse name)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description FloatResponsegetCurrAmount()StringResponsegetDescription()FloatResponsegetGoalAmount()IDResponsegetId()ListResponse<ImageResponse>getImages()StringResponsegetName()- 
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- 
ShopLevelResponsepublic ShopLevelResponse() 
 - 
ShopLevelResponsepublic ShopLevelResponse(IDResponse id, FloatResponse currAmount, StringResponse description, FloatResponse goalAmount, ListResponse<ImageResponse> images, StringResponse name) 
 
- 
 - 
Method Detail- 
getIdpublic IDResponse getId() 
 - 
getCurrAmountpublic FloatResponse getCurrAmount() 
 - 
getDescriptionpublic StringResponse getDescription() 
 - 
getGoalAmountpublic FloatResponse getGoalAmount() 
 - 
getImagespublic ListResponse<ImageResponse> getImages() 
 - 
getNamepublic StringResponse getName() 
 
- 
 
-