Class FloatResponse
- 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.Float>
- 
- com.github.gpluscb.ggjava.entity.object.response.scalars.FloatResponse
 
 
 
 
 
- 
- All Implemented Interfaces:
- GGEntity,- GGObject,- GGResponseObject,- GGFloat,- Scalar<java.lang.Float>
 
 public class FloatResponse extends ScalarResponse<java.lang.Float> implements GGFloat TheFloatscalar type represents signed double-precision fractional values as specified by IEEE 754.
- 
- 
Constructor SummaryConstructors Constructor Description FloatResponse()FloatResponse(java.lang.Float value)
 - 
Method Summary- 
Methods inherited from class com.github.gpluscb.ggjava.entity.object.response.scalars.ScalarResponsegetValue
 - 
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
 
- 
 
-