public final class GoogleCloudApigeeV1DeveloperSubscription
extends com.google.api.client.json.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 Apigee API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
GoogleCloudApigeeV1DeveloperSubscription() |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudApigeeV1DeveloperSubscription |
clone() |
String |
getApiproduct()
Name of the API product for which the developer is purchasing a subscription.
|
Long |
getCreatedAt()
Output only.
|
Long |
getEndTime()
Time when the API product subscription ends in milliseconds since epoch.
|
Long |
getLastModifiedAt()
Output only.
|
String |
getName()
Output only.
|
Long |
getStartTime()
Time when the API product subscription starts in milliseconds since epoch.
|
GoogleCloudApigeeV1DeveloperSubscription |
set(String fieldName,
Object value) |
GoogleCloudApigeeV1DeveloperSubscription |
setApiproduct(String apiproduct)
Name of the API product for which the developer is purchasing a subscription.
|
GoogleCloudApigeeV1DeveloperSubscription |
setCreatedAt(Long createdAt)
Output only.
|
GoogleCloudApigeeV1DeveloperSubscription |
setEndTime(Long endTime)
Time when the API product subscription ends in milliseconds since epoch.
|
GoogleCloudApigeeV1DeveloperSubscription |
setLastModifiedAt(Long lastModifiedAt)
Output only.
|
GoogleCloudApigeeV1DeveloperSubscription |
setName(String name)
Output only.
|
GoogleCloudApigeeV1DeveloperSubscription |
setStartTime(Long startTime)
Time when the API product subscription starts in milliseconds since epoch.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic GoogleCloudApigeeV1DeveloperSubscription()
public String getApiproduct()
null for nonepublic GoogleCloudApigeeV1DeveloperSubscription setApiproduct(String apiproduct)
apiproduct - apiproduct or null for nonepublic Long getCreatedAt()
null for nonepublic GoogleCloudApigeeV1DeveloperSubscription setCreatedAt(Long createdAt)
createdAt - createdAt or null for nonepublic Long getEndTime()
null for nonepublic GoogleCloudApigeeV1DeveloperSubscription setEndTime(Long endTime)
endTime - endTime or null for nonepublic Long getLastModifiedAt()
null for nonepublic GoogleCloudApigeeV1DeveloperSubscription setLastModifiedAt(Long lastModifiedAt)
lastModifiedAt - lastModifiedAt or null for nonepublic String getName()
null for nonepublic GoogleCloudApigeeV1DeveloperSubscription setName(String name)
name - name or null for nonepublic Long getStartTime()
null for nonepublic GoogleCloudApigeeV1DeveloperSubscription setStartTime(Long startTime)
startTime - startTime or null for nonepublic GoogleCloudApigeeV1DeveloperSubscription set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GoogleCloudApigeeV1DeveloperSubscription clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.