public class ServiceLink extends Object
Java class for ServiceLink complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServiceLink">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="serviceType" type="{https://adwords.google.com/api/adwords/mcm/v201809}ServiceType" minOccurs="0"/>
<element name="serviceLinkId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="linkStatus" type="{https://adwords.google.com/api/adwords/mcm/v201809}ServiceLink.LinkStatus" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ServiceLinkLinkStatus |
linkStatus |
protected String |
name |
protected Long |
serviceLinkId |
protected ServiceType |
serviceType |
| Constructor and Description |
|---|
ServiceLink() |
| Modifier and Type | Method and Description |
|---|---|
ServiceLinkLinkStatus |
getLinkStatus()
Gets the value of the linkStatus property.
|
String |
getName()
Gets the value of the name property.
|
Long |
getServiceLinkId()
Gets the value of the serviceLinkId property.
|
ServiceType |
getServiceType()
Gets the value of the serviceType property.
|
void |
setLinkStatus(ServiceLinkLinkStatus value)
Sets the value of the linkStatus property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setServiceLinkId(Long value)
Sets the value of the serviceLinkId property.
|
void |
setServiceType(ServiceType value)
Sets the value of the serviceType property.
|
protected ServiceType serviceType
protected Long serviceLinkId
protected ServiceLinkLinkStatus linkStatus
protected String name
public ServiceType getServiceType()
ServiceTypepublic void setServiceType(ServiceType value)
value - allowed object is
ServiceTypepublic Long getServiceLinkId()
Longpublic void setServiceLinkId(Long value)
value - allowed object is
Longpublic ServiceLinkLinkStatus getLinkStatus()
ServiceLinkLinkStatuspublic void setLinkStatus(ServiceLinkLinkStatus value)
value - allowed object is
ServiceLinkLinkStatuspublic String getName()
StringCopyright © 2023. All rights reserved.