public final class InterconnectAttachmentPartnerMetadata
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 Compute Engine 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.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
InterconnectAttachmentPartnerMetadata() |
Modifier and Type | Method and Description |
---|---|
InterconnectAttachmentPartnerMetadata |
clone() |
String |
getInterconnectName()
Plain text name of the Interconnect this attachment is connected to, as displayed in the
Partner's portal.
|
String |
getPartnerName()
Plain text name of the Partner providing this attachment.
|
String |
getPortalUrl()
URL of the Partner's portal for this Attachment.
|
InterconnectAttachmentPartnerMetadata |
set(String fieldName,
Object value) |
InterconnectAttachmentPartnerMetadata |
setInterconnectName(String interconnectName)
Plain text name of the Interconnect this attachment is connected to, as displayed in the
Partner's portal.
|
InterconnectAttachmentPartnerMetadata |
setPartnerName(String partnerName)
Plain text name of the Partner providing this attachment.
|
InterconnectAttachmentPartnerMetadata |
setPortalUrl(String portalUrl)
URL of the Partner's portal for this Attachment.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public InterconnectAttachmentPartnerMetadata()
public String getInterconnectName()
null
for nonepublic InterconnectAttachmentPartnerMetadata setInterconnectName(String interconnectName)
interconnectName
- interconnectName or null
for nonepublic String getPartnerName()
null
for nonepublic InterconnectAttachmentPartnerMetadata setPartnerName(String partnerName)
partnerName
- partnerName or null
for nonepublic String getPortalUrl()
null
for nonepublic InterconnectAttachmentPartnerMetadata setPortalUrl(String portalUrl)
portalUrl
- portalUrl or null
for nonepublic InterconnectAttachmentPartnerMetadata set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public InterconnectAttachmentPartnerMetadata clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.