public final class OrderDocument
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 DCM/DFA Reporting And Trafficking 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| Constructor and Description |
|---|
OrderDocument() |
| Modifier and Type | Method and Description |
|---|---|
OrderDocument |
clone() |
java.lang.Long |
getAccountId()
Account ID of this order document.
|
java.lang.Long |
getAdvertiserId()
Advertiser ID of this order document.
|
java.lang.Long |
getAmendedOrderDocumentId()
The amended order document ID of this order document.
|
java.util.List<java.lang.Long> |
getApprovedByUserProfileIds()
IDs of users who have approved this order document.
|
java.lang.Boolean |
getCancelled()
Whether this order document is cancelled.
|
LastModifiedInfo |
getCreatedInfo()
Information about the creation of this order document.
|
com.google.api.client.util.DateTime |
getEffectiveDate()
Effective date of this order document.
|
java.lang.Long |
getId()
ID of this order document.
|
java.lang.String |
getKind()
Identifies what kind of resource this is.
|
java.util.List<java.lang.String> |
getLastSentRecipients()
List of email addresses that received the last sent document.
|
com.google.api.client.util.DateTime |
getLastSentTime()
Timestamp of the last email sent with this order document.
|
java.lang.Long |
getOrderId()
ID of the order from which this order document is created.
|
java.lang.Long |
getProjectId()
Project ID of this order document.
|
java.lang.Boolean |
getSigned()
Whether this order document has been signed.
|
java.lang.Long |
getSubaccountId()
Subaccount ID of this order document.
|
java.lang.String |
getTitle()
Title of this order document.
|
java.lang.String |
getType()
Type of this order document
|
OrderDocument |
set(java.lang.String fieldName,
java.lang.Object value) |
OrderDocument |
setAccountId(java.lang.Long accountId)
Account ID of this order document.
|
OrderDocument |
setAdvertiserId(java.lang.Long advertiserId)
Advertiser ID of this order document.
|
OrderDocument |
setAmendedOrderDocumentId(java.lang.Long amendedOrderDocumentId)
The amended order document ID of this order document.
|
OrderDocument |
setApprovedByUserProfileIds(java.util.List<java.lang.Long> approvedByUserProfileIds)
IDs of users who have approved this order document.
|
OrderDocument |
setCancelled(java.lang.Boolean cancelled)
Whether this order document is cancelled.
|
OrderDocument |
setCreatedInfo(LastModifiedInfo createdInfo)
Information about the creation of this order document.
|
OrderDocument |
setEffectiveDate(com.google.api.client.util.DateTime effectiveDate)
Effective date of this order document.
|
OrderDocument |
setId(java.lang.Long id)
ID of this order document.
|
OrderDocument |
setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
OrderDocument |
setLastSentRecipients(java.util.List<java.lang.String> lastSentRecipients)
List of email addresses that received the last sent document.
|
OrderDocument |
setLastSentTime(com.google.api.client.util.DateTime lastSentTime)
Timestamp of the last email sent with this order document.
|
OrderDocument |
setOrderId(java.lang.Long orderId)
ID of the order from which this order document is created.
|
OrderDocument |
setProjectId(java.lang.Long projectId)
Project ID of this order document.
|
OrderDocument |
setSigned(java.lang.Boolean signed)
Whether this order document has been signed.
|
OrderDocument |
setSubaccountId(java.lang.Long subaccountId)
Subaccount ID of this order document.
|
OrderDocument |
setTitle(java.lang.String title)
Title of this order document.
|
OrderDocument |
setType(java.lang.String type)
Type of this order document
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.Long getAccountId()
null for nonepublic OrderDocument setAccountId(java.lang.Long accountId)
accountId - accountId or null for nonepublic java.lang.Long getAdvertiserId()
null for nonepublic OrderDocument setAdvertiserId(java.lang.Long advertiserId)
advertiserId - advertiserId or null for nonepublic java.lang.Long getAmendedOrderDocumentId()
null for nonepublic OrderDocument setAmendedOrderDocumentId(java.lang.Long amendedOrderDocumentId)
amendedOrderDocumentId - amendedOrderDocumentId or null for nonepublic java.util.List<java.lang.Long> getApprovedByUserProfileIds()
null for nonepublic OrderDocument setApprovedByUserProfileIds(java.util.List<java.lang.Long> approvedByUserProfileIds)
approvedByUserProfileIds - approvedByUserProfileIds or null for nonepublic java.lang.Boolean getCancelled()
null for nonepublic OrderDocument setCancelled(java.lang.Boolean cancelled)
cancelled - cancelled or null for nonepublic LastModifiedInfo getCreatedInfo()
null for nonepublic OrderDocument setCreatedInfo(LastModifiedInfo createdInfo)
createdInfo - createdInfo or null for nonepublic com.google.api.client.util.DateTime getEffectiveDate()
null for nonepublic OrderDocument setEffectiveDate(com.google.api.client.util.DateTime effectiveDate)
effectiveDate - effectiveDate or null for nonepublic java.lang.Long getId()
null for nonepublic OrderDocument setId(java.lang.Long id)
id - id or null for nonepublic java.lang.String getKind()
null for nonepublic OrderDocument setKind(java.lang.String kind)
kind - kind or null for nonepublic java.util.List<java.lang.String> getLastSentRecipients()
null for nonepublic OrderDocument setLastSentRecipients(java.util.List<java.lang.String> lastSentRecipients)
lastSentRecipients - lastSentRecipients or null for nonepublic com.google.api.client.util.DateTime getLastSentTime()
null for nonepublic OrderDocument setLastSentTime(com.google.api.client.util.DateTime lastSentTime)
lastSentTime - lastSentTime or null for nonepublic java.lang.Long getOrderId()
null for nonepublic OrderDocument setOrderId(java.lang.Long orderId)
orderId - orderId or null for nonepublic java.lang.Long getProjectId()
null for nonepublic OrderDocument setProjectId(java.lang.Long projectId)
projectId - projectId or null for nonepublic java.lang.Boolean getSigned()
null for nonepublic OrderDocument setSigned(java.lang.Boolean signed)
signed - signed or null for nonepublic java.lang.Long getSubaccountId()
null for nonepublic OrderDocument setSubaccountId(java.lang.Long subaccountId)
subaccountId - subaccountId or null for nonepublic java.lang.String getTitle()
null for nonepublic OrderDocument setTitle(java.lang.String title)
title - title or null for nonepublic java.lang.String getType()
null for nonepublic OrderDocument setType(java.lang.String type)
type - type or null for nonepublic OrderDocument set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic OrderDocument clone()
clone in class com.google.api.client.json.GenericJson