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 getAdj_name()
public void setAdj_name(String adj_name)
public String getUrl()
public void setUrl(String url)
public String getType()
public void setType(String type)
public String getFile_type()
public void setFile_type(String file_type)
public Long getSize()
public void setSize(Long size)
public Integer getVersion()
public void setVersion(Integer version)
public String getThumbnail()
public void setThumbnail(String thumbnail)
public Double getId()
public void setId(Double id)
public String getGuid()
public void setGuid(String guid)
Copyright © 2013 GroupDocs. All Rights Reserved.