public final class InappproductsBatchRequestEntry extends GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Play Developer API. For a detailed explanation see: http://code.google.com/p/google-http-java-client/wiki/JSON
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
InappproductsBatchRequestEntry() |
| Modifier and Type | Method and Description |
|---|---|
InappproductsBatchRequestEntry |
clone() |
Long |
getBatchId() |
InappproductsInsertRequest |
getInappproductsinsertrequest() |
InappproductsUpdateRequest |
getInappproductsupdaterequest() |
String |
getMethodName() |
InappproductsBatchRequestEntry |
set(String fieldName,
Object value) |
InappproductsBatchRequestEntry |
setBatchId(Long batchId) |
InappproductsBatchRequestEntry |
setInappproductsinsertrequest(InappproductsInsertRequest inappproductsinsertrequest) |
InappproductsBatchRequestEntry |
setInappproductsupdaterequest(InappproductsUpdateRequest inappproductsupdaterequest) |
InappproductsBatchRequestEntry |
setMethodName(String methodName) |
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic Long getBatchId()
null for nonepublic InappproductsBatchRequestEntry setBatchId(Long batchId)
batchId - batchId or null for nonepublic InappproductsInsertRequest getInappproductsinsertrequest()
null for nonepublic InappproductsBatchRequestEntry setInappproductsinsertrequest(InappproductsInsertRequest inappproductsinsertrequest)
inappproductsinsertrequest - inappproductsinsertrequest or null for nonepublic InappproductsUpdateRequest getInappproductsupdaterequest()
null for nonepublic InappproductsBatchRequestEntry setInappproductsupdaterequest(InappproductsUpdateRequest inappproductsupdaterequest)
inappproductsupdaterequest - inappproductsupdaterequest or null for nonepublic String getMethodName()
null for nonepublic InappproductsBatchRequestEntry setMethodName(String methodName)
methodName - methodName or null for nonepublic InappproductsBatchRequestEntry set(String fieldName, Object value)
set in class GenericJsonpublic InappproductsBatchRequestEntry clone()
clone in class GenericJson