Class AsyncContentBody
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Expandable9Bc16Dprotected Stringprotected MediaTokenprotected Stringprotected Stringprotected StringRerunning is reserved for when the job is working, but there is a previous run's value in the cache.protected Stringprotected WebResourceDependencies -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedProtected no-args constructor for use by serialization frameworks.AsyncContentBody(String value, String representation, String renderTaskId, String error, String status, List<Map<String, Object>> embeddedContent, WebResourceDependencies webresource, MediaToken mediaToken, Expandable9Bc16D additionalExpandable, Map<String, Object> additionalLinks) Constructs a validated instance ofAsyncContentBody.Constructs a validated instance ofAsyncContentBody. -
Method Summary
Modifier and TypeMethodDescriptionFluent getter for additionalExpandable.additionalExpandable(Expandable9Bc16D additionalExpandable) Fluent setter for additionalExpandable.Fluent getter for additionalLinks.additionalLinks(Map<String, Object> additionalLinks) Fluent setter for additionalLinks.Fluent getter for embeddedContent.embeddedContent(List<Map<String, Object>> embeddedContent) Fluent setter for embeddedContent.booleanerror()Fluent getter for error.Fluent setter for error.Gets the value of additionalExpandable.Gets the value of additionalLinks.Gets the value of embeddedContent.getError()Gets the value of error.Gets the value of mediaToken.Gets the value of renderTaskId.Gets the value of representation.Gets the value of status.getValue()Gets the value of value.Gets the value of webresource.inthashCode()Fluent getter for mediaToken.mediaToken(MediaToken mediaToken) Fluent setter for mediaToken.Fluent getter for renderTaskId.renderTaskId(String renderTaskId) Fluent setter for renderTaskId.Fluent getter for representation.representation(String representation) Fluent setter for representation.voidsetAdditionalExpandable(Expandable9Bc16D additionalExpandable) Sets the value of additionalExpandable.voidsetAdditionalLinks(Map<String, Object> additionalLinks) Sets the value of additionalLinks.voidsetEmbeddedContent(List<Map<String, Object>> embeddedContent) Sets the value of embeddedContent.voidSets the value of error.voidsetMediaToken(MediaToken mediaToken) Sets the value of mediaToken.voidsetRenderTaskId(String renderTaskId) Sets the value of renderTaskId.voidsetRepresentation(String representation) Sets the value of representation.voidSets the value of status.voidSets the value of value.voidsetWebresource(WebResourceDependencies webresource) Sets the value of webresource.status()Fluent getter for status.Fluent setter for status.toString()value()Fluent getter for value.Fluent setter for value.Fluent getter for webresource.webresource(WebResourceDependencies webresource) Fluent setter for webresource.
-
Field Details
-
value
-
representation
-
renderTaskId
-
error
-
status
Rerunning is reserved for when the job is working, but there is a previous run's value in the cache. You may choose to continue polling, or use the cached value. -
embeddedContent
-
webresource
-
mediaToken
-
additionalExpandable
-
additionalLinks
-
-
Constructor Details
-
AsyncContentBody
Constructs a validated instance ofAsyncContentBody.- Parameters:
spec- the specification to process
-
AsyncContentBody
@Internal protected AsyncContentBody()Protected no-args constructor for use by serialization frameworks. -
AsyncContentBody
@Internal public AsyncContentBody(String value, String representation, String renderTaskId, String error, String status, List<Map<String, Object>> embeddedContent, WebResourceDependencies webresource, MediaToken mediaToken, Expandable9Bc16D additionalExpandable, Map<String, Object> additionalLinks) Constructs a validated instance ofAsyncContentBody.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
AsyncContentBody(Consumer)instead.- Parameters:
value- valuerepresentation- representationrenderTaskId- renderTaskIderror- errorstatus- Rerunning is reserved for when the job is working, but there is a previous run's value in the cache. You may choose to continue polling, or use the cached value.embeddedContent- embeddedContentwebresource- webresourcemediaToken- mediaTokenadditionalExpandable- additionalExpandableadditionalLinks- additionalLinks
-
-
Method Details
-
value
-
value
Fluent setter for value.- Parameters:
value- value- Returns:
- this
-
getValue
-
setValue
-
representation
-
representation
Fluent setter for representation.- Parameters:
representation- representation- Returns:
- this
-
getRepresentation
-
setRepresentation
Sets the value of representation.- Parameters:
representation- representation
-
renderTaskId
-
renderTaskId
Fluent setter for renderTaskId.- Parameters:
renderTaskId- renderTaskId- Returns:
- this
-
getRenderTaskId
-
setRenderTaskId
Sets the value of renderTaskId.- Parameters:
renderTaskId- renderTaskId
-
error
-
error
Fluent setter for error.- Parameters:
error- error- Returns:
- this
-
getError
-
setError
-
status
Fluent getter for status.Rerunning is reserved for when the job is working, but there is a previous run's value in the cache. You may choose to continue polling, or use the cached value.
- Returns:
- status
-
status
Fluent setter for status.Rerunning is reserved for when the job is working, but there is a previous run's value in the cache. You may choose to continue polling, or use the cached value.
- Parameters:
status- status- Returns:
- this
-
getStatus
Gets the value of status.Rerunning is reserved for when the job is working, but there is a previous run's value in the cache. You may choose to continue polling, or use the cached value.
- Returns:
- status
-
setStatus
Sets the value of status.Rerunning is reserved for when the job is working, but there is a previous run's value in the cache. You may choose to continue polling, or use the cached value.
- Parameters:
status- status
-
embeddedContent
-
embeddedContent
Fluent setter for embeddedContent.- Parameters:
embeddedContent- embeddedContent- Returns:
- this
-
getEmbeddedContent
-
setEmbeddedContent
-
webresource
-
webresource
Fluent setter for webresource.- Parameters:
webresource- webresource- Returns:
- this
-
getWebresource
-
setWebresource
Sets the value of webresource.- Parameters:
webresource- webresource
-
mediaToken
-
mediaToken
Fluent setter for mediaToken.- Parameters:
mediaToken- mediaToken- Returns:
- this
-
getMediaToken
-
setMediaToken
Sets the value of mediaToken.- Parameters:
mediaToken- mediaToken
-
additionalExpandable
Fluent getter for additionalExpandable.- Returns:
- additionalExpandable
-
additionalExpandable
Fluent setter for additionalExpandable.- Parameters:
additionalExpandable- additionalExpandable- Returns:
- this
-
getAdditionalExpandable
Gets the value of additionalExpandable.- Returns:
- additionalExpandable
-
setAdditionalExpandable
Sets the value of additionalExpandable.- Parameters:
additionalExpandable- additionalExpandable
-
additionalLinks
-
additionalLinks
Fluent setter for additionalLinks.- Parameters:
additionalLinks- additionalLinks- Returns:
- this
-
getAdditionalLinks
-
setAdditionalLinks
-
equals
-
hashCode
-
toString
-