@Generated(value="org.jsonschema2pojo") public class MediaStatusResponse extends Object implements Serializable
Constructor and Description |
---|
MediaStatusResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
Long |
getExpiresAfterSeconds() |
Long |
getMediaId()
The media_id returned from the INIT command.
|
Long |
getMediaIdString()
The media_id returned from the INIT command.
|
ProcessingInfo |
getProcessingInfo()
he response body contains processing_info field which provides information about current state of media processing operation.
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setExpiresAfterSeconds(Long expiresAfterSeconds) |
void |
setMediaId(Long mediaId)
The media_id returned from the INIT command.
|
void |
setMediaIdString(Long mediaIdString)
The media_id returned from the INIT command.
|
void |
setProcessingInfo(ProcessingInfo processingInfo)
he response body contains processing_info field which provides information about current state of media processing operation.
|
String |
toString() |
MediaStatusResponse |
withAdditionalProperty(String name,
Object value) |
MediaStatusResponse |
withExpiresAfterSeconds(Long expiresAfterSeconds) |
MediaStatusResponse |
withMediaId(Long mediaId) |
MediaStatusResponse |
withMediaIdString(Long mediaIdString) |
MediaStatusResponse |
withProcessingInfo(ProcessingInfo processingInfo) |
@BeanProperty(value="media_id") public Long getMediaId()
@BeanProperty(value="media_id") public void setMediaId(Long mediaId)
mediaId
- The media_idpublic MediaStatusResponse withMediaId(Long mediaId)
@BeanProperty(value="media_id_string") public Long getMediaIdString()
@BeanProperty(value="media_id_string") public void setMediaIdString(Long mediaIdString)
mediaIdString
- The media_id_stringpublic MediaStatusResponse withMediaIdString(Long mediaIdString)
@BeanProperty(value="expires_after_seconds") public Long getExpiresAfterSeconds()
@BeanProperty(value="expires_after_seconds") public void setExpiresAfterSeconds(Long expiresAfterSeconds)
expiresAfterSeconds
- The expires_after_secondspublic MediaStatusResponse withExpiresAfterSeconds(Long expiresAfterSeconds)
@BeanProperty(value="processing_info") public ProcessingInfo getProcessingInfo()
@BeanProperty(value="processing_info") public void setProcessingInfo(ProcessingInfo processingInfo)
processingInfo
- The processing_infopublic MediaStatusResponse withProcessingInfo(ProcessingInfo processingInfo)
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
public MediaStatusResponse withAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.