public class ProposalLink extends Object
Proposal.
Java class for ProposalLink complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProposalLink">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="creatorId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="creationDateTime" type="{https://www.google.com/apis/ads/publisher/v201711}DateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DateTime |
creationDateTime |
protected Long |
creatorId |
protected String |
description |
protected Long |
id |
protected String |
name |
protected String |
url |
| Constructor and Description |
|---|
ProposalLink() |
| Modifier and Type | Method and Description |
|---|---|
DateTime |
getCreationDateTime()
Gets the value of the creationDateTime property.
|
Long |
getCreatorId()
Gets the value of the creatorId property.
|
String |
getDescription()
Gets the value of the description property.
|
Long |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
String |
getUrl()
Gets the value of the url property.
|
void |
setCreationDateTime(DateTime value)
Sets the value of the creationDateTime property.
|
void |
setCreatorId(Long value)
Sets the value of the creatorId property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setId(Long value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
protected Long id
protected String name
protected Long creatorId
protected String url
protected String description
protected DateTime creationDateTime
public void setId(Long value)
value - allowed object is
Longpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Long getCreatorId()
Longpublic void setCreatorId(Long value)
value - allowed object is
Longpublic String getUrl()
Stringpublic void setUrl(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic DateTime getCreationDateTime()
DateTimeCopyright © 2018. All Rights Reserved.