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 Summary
Constructors Constructor Description ShopLevelResponse()
ShopLevelResponse(IDResponse id, FloatResponse currAmount, StringResponse description, FloatResponse goalAmount, ListResponse<ImageResponse> images, StringResponse name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FloatResponse
getCurrAmount()
StringResponse
getDescription()
FloatResponse
getGoalAmount()
IDResponse
getId()
ListResponse<ImageResponse>
getImages()
StringResponse
getName()
-
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
-
ShopLevelResponse
public ShopLevelResponse()
-
ShopLevelResponse
public ShopLevelResponse(IDResponse id, FloatResponse currAmount, StringResponse description, FloatResponse goalAmount, ListResponse<ImageResponse> images, StringResponse name)
-
-
Method Detail
-
getId
public IDResponse getId()
-
getCurrAmount
public FloatResponse getCurrAmount()
-
getDescription
public StringResponse getDescription()
-
getGoalAmount
public FloatResponse getGoalAmount()
-
getImages
public ListResponse<ImageResponse> getImages()
-
getName
public StringResponse getName()
-
-