public final class StartAssetImportResponse
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 Poly 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 |
---|
StartAssetImportResponse() |
Modifier and Type | Method and Description |
---|---|
StartAssetImportResponse |
clone() |
java.lang.String |
getAssetId()
The id of newly created asset.
|
java.lang.String |
getAssetImportId()
The id of the asset import.
|
java.util.List<AssetImportMessage> |
getAssetImportMessages()
The message from the asset import.
|
java.lang.String |
getPublishUrl()
The publish URL for the asset.
|
StartAssetImportResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
StartAssetImportResponse |
setAssetId(java.lang.String assetId)
The id of newly created asset.
|
StartAssetImportResponse |
setAssetImportId(java.lang.String assetImportId)
The id of the asset import.
|
StartAssetImportResponse |
setAssetImportMessages(java.util.List<AssetImportMessage> assetImportMessages)
The message from the asset import.
|
StartAssetImportResponse |
setPublishUrl(java.lang.String publishUrl)
The publish URL for the asset.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.lang.String getAssetId()
null
for nonepublic StartAssetImportResponse setAssetId(java.lang.String assetId)
assetId
- assetId or null
for nonepublic java.lang.String getAssetImportId()
null
for nonepublic StartAssetImportResponse setAssetImportId(java.lang.String assetImportId)
assetImportId
- assetImportId or null
for nonepublic java.util.List<AssetImportMessage> getAssetImportMessages()
null
for nonepublic StartAssetImportResponse setAssetImportMessages(java.util.List<AssetImportMessage> assetImportMessages)
assetImportMessages
- assetImportMessages or null
for nonepublic java.lang.String getPublishUrl()
null
for nonepublic StartAssetImportResponse setPublishUrl(java.lang.String publishUrl)
publishUrl
- publishUrl or null
for nonepublic StartAssetImportResponse set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public StartAssetImportResponse clone()
clone
in class com.google.api.client.json.GenericJson