public class SetDocumentPasswordResult extends Object
NOTE: This class is auto generated by the swagger code generator program. Do not edit the class manually.
| Constructor and Description |
|---|
SetDocumentPasswordResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccess() |
String |
getDocument_path() |
String |
getFile_type_str() |
String |
getFile_type() |
String |
getGuid() |
Double |
getId() |
String |
getName() |
Long |
getSize() |
String |
getType_str() |
String |
getType() |
String |
getUrl() |
Integer |
getVersion() |
void |
setAccess(String access) |
void |
setDocument_path(String document_path) |
void |
setFile_type_str(String file_type_str) |
void |
setFile_type(String file_type) |
void |
setGuid(String guid) |
void |
setId(Double id) |
void |
setName(String name) |
void |
setSize(Long size) |
void |
setType_str(String type_str) |
void |
setType(String type) |
void |
setUrl(String url) |
void |
setVersion(Integer version) |
String |
toString() |
public String getName()
public void setName(String name)
public Integer getVersion()
public void setVersion(Integer version)
public Long getSize()
public void setSize(Long size)
public String getType()
public void setType(String type)
public String getType_str()
public void setType_str(String type_str)
public String getFile_type_str()
public void setFile_type_str(String file_type_str)
public String getDocument_path()
public void setDocument_path(String document_path)
public String getAccess()
public void setAccess(String access)
public String getUrl()
public void setUrl(String url)
public String getFile_type()
public void setFile_type(String file_type)
public Double getId()
public void setId(Double id)
public String getGuid()
public void setGuid(String guid)
Copyright © 2014 GroupDocs. All Rights Reserved.