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_space() |
Integer |
getDoc_credits() |
Long |
getTotal_space() |
void |
setAvail_credits(Integer avail_credits) |
void |
setAvail_space(Long avail_space) |
void |
setDoc_credits(Integer doc_credits) |
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 getAvail_credits()
public void setAvail_credits(Integer avail_credits)
public Integer getDoc_credits()
public void setDoc_credits(Integer doc_credits)
Copyright © 2012. All Rights Reserved.