Class IntResponse
- 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.scalars.ScalarResponse<java.lang.Integer>
-
- com.github.gpluscb.ggjava.entity.object.response.scalars.IntResponse
-
- All Implemented Interfaces:
GGEntity
,GGObject
,GGResponseObject
,GGInt
,Scalar<java.lang.Integer>
public class IntResponse extends ScalarResponse<java.lang.Integer> implements GGInt
TheInt
scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.
-
-
Constructor Summary
Constructors Constructor Description IntResponse()
IntResponse(int value)
-
Method Summary
-
Methods inherited from class com.github.gpluscb.ggjava.entity.object.response.scalars.ScalarResponse
getValue
-
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
-
-