public final class WorkspaceProposalHistory
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 Tag Manager 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 |
---|
WorkspaceProposalHistory() |
Modifier and Type | Method and Description |
---|---|
WorkspaceProposalHistory |
clone() |
WorkspaceProposalHistoryComment |
getComment()
A user or reviewer comment.
|
WorkspaceProposalUser |
getCreatedBy()
The party responsible for the change in history.
|
Timestamp |
getCreatedTimestamp()
When this history event was added to the workspace proposal.
|
WorkspaceProposalHistoryStatusChange |
getStatusChange()
A change in the proposal's status.
|
java.lang.String |
getType()
The history type distinguishing between comments and status changes.
|
WorkspaceProposalHistory |
set(java.lang.String fieldName,
java.lang.Object value) |
WorkspaceProposalHistory |
setComment(WorkspaceProposalHistoryComment comment)
A user or reviewer comment.
|
WorkspaceProposalHistory |
setCreatedBy(WorkspaceProposalUser createdBy)
The party responsible for the change in history.
|
WorkspaceProposalHistory |
setCreatedTimestamp(Timestamp createdTimestamp)
When this history event was added to the workspace proposal.
|
WorkspaceProposalHistory |
setStatusChange(WorkspaceProposalHistoryStatusChange statusChange)
A change in the proposal's status.
|
WorkspaceProposalHistory |
setType(java.lang.String type)
The history type distinguishing between comments and status changes.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public WorkspaceProposalHistoryComment getComment()
null
for nonepublic WorkspaceProposalHistory setComment(WorkspaceProposalHistoryComment comment)
comment
- comment or null
for nonepublic WorkspaceProposalUser getCreatedBy()
null
for nonepublic WorkspaceProposalHistory setCreatedBy(WorkspaceProposalUser createdBy)
createdBy
- createdBy or null
for nonepublic Timestamp getCreatedTimestamp()
null
for nonepublic WorkspaceProposalHistory setCreatedTimestamp(Timestamp createdTimestamp)
createdTimestamp
- createdTimestamp or null
for nonepublic WorkspaceProposalHistoryStatusChange getStatusChange()
null
for nonepublic WorkspaceProposalHistory setStatusChange(WorkspaceProposalHistoryStatusChange statusChange)
statusChange
- statusChange or null
for nonepublic java.lang.String getType()
null
for nonepublic WorkspaceProposalHistory setType(java.lang.String type)
type
- type or null
for nonepublic WorkspaceProposalHistory set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public WorkspaceProposalHistory clone()
clone
in class com.google.api.client.json.GenericJson