public class FileServiceResponseBean
extends java.lang.Object
构造器和说明 |
---|
FileServiceResponseBean() |
限定符和类型 | 方法和说明 |
---|---|
java.lang.String |
getDesc() |
java.util.List<FileServicePartition> |
getPartitionList() |
int |
getStatus() |
Thresholds |
getThresholds() |
void |
setDesc(java.lang.String desc) |
void |
setPartitionList(java.util.List<FileServicePartition> partitionList) |
void |
setStatus(int status) |
void |
setThresholds(Thresholds thresholds) |
public int getStatus()
public void setStatus(int status)
public java.lang.String getDesc()
public void setDesc(java.lang.String desc)
public Thresholds getThresholds()
public void setThresholds(Thresholds thresholds)
public java.util.List<FileServicePartition> getPartitionList()
public void setPartitionList(java.util.List<FileServicePartition> partitionList)