public class StorageInfoResult extends Object
NOTE: This class is auto generated by the swagger code generator program. Do not edit the class manually.
| Constructor and Description |
|---|
StorageInfoResult() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getAvail_credits() |
Long |
getAvail_documents() |
Long |
getAvail_space() |
Integer |
getDoc_credits() |
Long |
getMaxViewingFileSize() |
Integer |
getTotal_documents() |
Long |
getTotal_space() |
void |
setAvail_credits(Integer avail_credits) |
void |
setAvail_documents(Long avail_documents) |
void |
setAvail_space(Long avail_space) |
void |
setDoc_credits(Integer doc_credits) |
void |
setMaxViewingFileSize(Long maxViewingFileSize) |
void |
setTotal_documents(Integer total_documents) |
void |
setTotal_space(Long total_space) |
String |
toString() |
public Long getTotal_space()
public void setTotal_space(Long total_space)
public Long getAvail_space()
public void setAvail_space(Long avail_space)
public Integer getDoc_credits()
public void setDoc_credits(Integer doc_credits)
public Integer getAvail_credits()
public void setAvail_credits(Integer avail_credits)
public Integer getTotal_documents()
public void setTotal_documents(Integer total_documents)
public Long getAvail_documents()
public void setAvail_documents(Long avail_documents)
public Long getMaxViewingFileSize()
public void setMaxViewingFileSize(Long maxViewingFileSize)
Copyright © 2014 GroupDocs. All Rights Reserved.