public final class Note extends 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 Ad Exchange Buyer API II. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Note() |
| Modifier and Type | Method and Description |
|---|---|
Note |
clone() |
String |
getCreateTime()
Output only.
|
String |
getCreatorRole()
Output only.
|
String |
getNote()
The actual note to attach.
|
String |
getNoteId()
Output only.
|
Long |
getProposalRevision()
Output only.
|
Note |
set(String fieldName,
Object value) |
Note |
setCreateTime(String createTime)
Output only.
|
Note |
setCreatorRole(String creatorRole)
Output only.
|
Note |
setNote(String note)
The actual note to attach.
|
Note |
setNoteId(String noteId)
Output only.
|
Note |
setProposalRevision(Long proposalRevision)
Output only.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getCreateTime()
null for nonepublic Note setCreateTime(String createTime)
createTime - createTime or null for nonepublic String getCreatorRole()
null for nonepublic Note setCreatorRole(String creatorRole)
creatorRole - creatorRole or null for nonepublic String getNote()
null for nonepublic Note setNote(String note)
note - note or null for nonepublic String getNoteId()
null for nonepublic Note setNoteId(String noteId)
noteId - noteId or null for nonepublic Long getProposalRevision()
null for nonepublic Note setProposalRevision(Long proposalRevision)
proposalRevision - proposalRevision or null for nonepublic Note set(String fieldName, Object value)
set in class GenericJsonpublic Note clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.