public class Package extends Object
Package represents a group of proposal line items which will be sold together.
Java class for Package complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Package">
<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="proposalId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="productPackageId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="rateCardId" 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="comments" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="status" type="{https://www.google.com/apis/ads/publisher/v201802}PackageStatus" minOccurs="0"/>
<element name="startDateTime" type="{https://www.google.com/apis/ads/publisher/v201802}DateTime" minOccurs="0"/>
<element name="endDateTime" type="{https://www.google.com/apis/ads/publisher/v201802}DateTime" minOccurs="0"/>
<element name="lastModifiedDateTime" type="{https://www.google.com/apis/ads/publisher/v201802}DateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
comments |
protected DateTime |
endDateTime |
protected Long |
id |
protected DateTime |
lastModifiedDateTime |
protected String |
name |
protected Long |
productPackageId |
protected Long |
proposalId |
protected Long |
rateCardId |
protected DateTime |
startDateTime |
protected PackageStatus |
status |
| Constructor and Description |
|---|
Package() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComments()
Gets the value of the comments property.
|
DateTime |
getEndDateTime()
Gets the value of the endDateTime property.
|
Long |
getId()
Gets the value of the id property.
|
DateTime |
getLastModifiedDateTime()
Gets the value of the lastModifiedDateTime property.
|
String |
getName()
Gets the value of the name property.
|
Long |
getProductPackageId()
Gets the value of the productPackageId property.
|
Long |
getProposalId()
Gets the value of the proposalId property.
|
Long |
getRateCardId()
Gets the value of the rateCardId property.
|
DateTime |
getStartDateTime()
Gets the value of the startDateTime property.
|
PackageStatus |
getStatus()
Gets the value of the status property.
|
void |
setComments(String value)
Sets the value of the comments property.
|
void |
setEndDateTime(DateTime value)
Sets the value of the endDateTime property.
|
void |
setId(Long value)
Sets the value of the id property.
|
void |
setLastModifiedDateTime(DateTime value)
Sets the value of the lastModifiedDateTime property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setProductPackageId(Long value)
Sets the value of the productPackageId property.
|
void |
setProposalId(Long value)
Sets the value of the proposalId property.
|
void |
setRateCardId(Long value)
Sets the value of the rateCardId property.
|
void |
setStartDateTime(DateTime value)
Sets the value of the startDateTime property.
|
void |
setStatus(PackageStatus value)
Sets the value of the status property.
|
protected Long id
protected Long proposalId
protected Long productPackageId
protected Long rateCardId
protected String name
protected String comments
protected PackageStatus status
protected DateTime startDateTime
protected DateTime endDateTime
protected DateTime lastModifiedDateTime
public void setId(Long value)
value - allowed object is
Longpublic Long getProposalId()
Longpublic void setProposalId(Long value)
value - allowed object is
Longpublic Long getProductPackageId()
Longpublic void setProductPackageId(Long value)
value - allowed object is
Longpublic Long getRateCardId()
Longpublic void setRateCardId(Long value)
value - allowed object is
Longpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getComments()
Stringpublic void setComments(String value)
value - allowed object is
Stringpublic PackageStatus getStatus()
PackageStatuspublic void setStatus(PackageStatus value)
value - allowed object is
PackageStatuspublic DateTime getStartDateTime()
DateTimepublic void setStartDateTime(DateTime value)
value - allowed object is
DateTimepublic DateTime getEndDateTime()
DateTimepublic void setEndDateTime(DateTime value)
value - allowed object is
DateTimepublic DateTime getLastModifiedDateTime()
DateTimeCopyright © 2018. All Rights Reserved.