@Generated(value="org.jsonschema2pojo") public class GetMediaResponse extends Object
Modifier and Type | Field and Description |
---|---|
protected static Object |
NOT_FOUND_VALUE |
Constructor and Description |
---|
GetMediaResponse() |
protected static final Object NOT_FOUND_VALUE
public String getSid()
public void setSid(String sid)
sid
- The sidpublic GetMediaResponse withSid(String sid)
public String getAccountSid()
public void setAccountSid(String accountSid)
accountSid
- The account_sidpublic GetMediaResponse withAccountSid(String accountSid)
public String getParentSid()
public void setParentSid(String parentSid)
parentSid
- The parent_sidpublic GetMediaResponse withParentSid(String parentSid)
public String getContentType()
public void setContentType(String contentType)
contentType
- The content_typepublic GetMediaResponse withContentType(String contentType)
public String getDateCreated()
public void setDateCreated(String dateCreated)
dateCreated
- The date_createdpublic GetMediaResponse withDateCreated(String dateCreated)
public String getDateUpdated()
public void setDateUpdated(String dateUpdated)
dateUpdated
- The date_updatedpublic GetMediaResponse withDateUpdated(String dateUpdated)
public String getUri()
public void setUri(String uri)
uri
- The uripublic GetMediaResponse withUri(String uri)
public GetMediaResponse withAdditionalProperty(String name, Object value)
protected Object declaredPropertyOrNotFound(String name, Object notFoundValue)
public <T> T get(String name)
public GetMediaResponse with(String name, Object value)
Copyright © 2010–2019. All rights reserved.