public class UploadRequestResult extends Object
NOTE: This class is auto generated by the swagger code generator program. Do not edit the class manually.
| Constructor and Description |
|---|
UploadRequestResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdj_name() |
String |
getFile_type() |
String |
getGuid() |
Double |
getId() |
Long |
getSize() |
String |
getThumbnail() |
String |
getType() |
String |
getUrl() |
Integer |
getVersion() |
void |
setAdj_name(String adj_name) |
void |
setFile_type(String file_type) |
void |
setGuid(String guid) |
void |
setId(Double id) |
void |
setSize(Long size) |
void |
setThumbnail(String thumbnail) |
void |
setType(String type) |
void |
setUrl(String url) |
void |
setVersion(Integer version) |
String |
toString() |
public String getGuid()
public void setGuid(String guid)
public Double getId()
public void setId(Double id)
public String getThumbnail()
public void setThumbnail(String thumbnail)
public String getAdj_name()
public void setAdj_name(String adj_name)
public String getType()
public void setType(String type)
public String getUrl()
public void setUrl(String url)
public Integer getVersion()
public void setVersion(Integer version)
public Long getSize()
public void setSize(Long size)
public String getFile_type()
public void setFile_type(String file_type)
Copyright © 2012. All Rights Reserved.