public final class GoogleCloudApigeeV1AppGroup
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 |
|---|
GoogleCloudApigeeV1AppGroup() |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudApigeeV1AppGroup |
clone() |
String |
getAppGroupId()
Output only.
|
List<GoogleCloudApigeeV1Attribute> |
getAttributes()
A list of attributes
|
String |
getChannelId()
channel identifier identifies the owner maintaing this grouping.
|
String |
getChannelUri()
A reference to the associated storefront/marketplace.
|
Long |
getCreatedAt()
Output only.
|
String |
getDisplayName()
app group name displayed in the UI
|
Long |
getLastModifiedAt()
Output only.
|
String |
getName()
Immutable.
|
String |
getOrganization()
Immutable.
|
String |
getStatus()
Valid values are `active` or `inactive`.
|
GoogleCloudApigeeV1AppGroup |
set(String fieldName,
Object value) |
GoogleCloudApigeeV1AppGroup |
setAppGroupId(String appGroupId)
Output only.
|
GoogleCloudApigeeV1AppGroup |
setAttributes(List<GoogleCloudApigeeV1Attribute> attributes)
A list of attributes
|
GoogleCloudApigeeV1AppGroup |
setChannelId(String channelId)
channel identifier identifies the owner maintaing this grouping.
|
GoogleCloudApigeeV1AppGroup |
setChannelUri(String channelUri)
A reference to the associated storefront/marketplace.
|
GoogleCloudApigeeV1AppGroup |
setCreatedAt(Long createdAt)
Output only.
|
GoogleCloudApigeeV1AppGroup |
setDisplayName(String displayName)
app group name displayed in the UI
|
GoogleCloudApigeeV1AppGroup |
setLastModifiedAt(Long lastModifiedAt)
Output only.
|
GoogleCloudApigeeV1AppGroup |
setName(String name)
Immutable.
|
GoogleCloudApigeeV1AppGroup |
setOrganization(String organization)
Immutable.
|
GoogleCloudApigeeV1AppGroup |
setStatus(String status)
Valid values are `active` or `inactive`.
|
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 String getAppGroupId()
null for nonepublic GoogleCloudApigeeV1AppGroup setAppGroupId(String appGroupId)
appGroupId - appGroupId or null for nonepublic List<GoogleCloudApigeeV1Attribute> getAttributes()
null for nonepublic GoogleCloudApigeeV1AppGroup setAttributes(List<GoogleCloudApigeeV1Attribute> attributes)
attributes - attributes or null for nonepublic String getChannelId()
null for nonepublic GoogleCloudApigeeV1AppGroup setChannelId(String channelId)
channelId - channelId or null for nonepublic String getChannelUri()
null for nonepublic GoogleCloudApigeeV1AppGroup setChannelUri(String channelUri)
channelUri - channelUri or null for nonepublic Long getCreatedAt()
null for nonepublic GoogleCloudApigeeV1AppGroup setCreatedAt(Long createdAt)
createdAt - createdAt or null for nonepublic String getDisplayName()
null for nonepublic GoogleCloudApigeeV1AppGroup setDisplayName(String displayName)
displayName - displayName or null for nonepublic Long getLastModifiedAt()
null for nonepublic GoogleCloudApigeeV1AppGroup setLastModifiedAt(Long lastModifiedAt)
lastModifiedAt - lastModifiedAt or null for nonepublic String getName()
null for nonepublic GoogleCloudApigeeV1AppGroup setName(String name)
name - name or null for nonepublic String getOrganization()
null for nonepublic GoogleCloudApigeeV1AppGroup setOrganization(String organization)
organization - organization or null for nonepublic String getStatus()
null for nonepublic GoogleCloudApigeeV1AppGroup setStatus(String status)
status - status or null for nonepublic GoogleCloudApigeeV1AppGroup set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GoogleCloudApigeeV1AppGroup clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.