public class ResourceInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
ResourceInfo() |
ResourceInfo(ResourceInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getCount()
Get 资源数
注意:此字段可能返回 null,表示取不到有效值。
|
CBSSpecInfo |
getDiskSpec()
Get 磁盘信息
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSpecName()
Get 资源名称
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getType()
Get 资源类型,DATA
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCount(Long Count)
Set 资源数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDiskSpec(CBSSpecInfo DiskSpec)
Set 磁盘信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSpecName(String SpecName)
Set 资源名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setType(String Type)
Set 资源类型,DATA
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ResourceInfo()
public ResourceInfo(ResourceInfo source)
public String getSpecName()
public void setSpecName(String SpecName)
SpecName
- 资源名称
注意:此字段可能返回 null,表示取不到有效值。public Long getCount()
public void setCount(Long Count)
Count
- 资源数
注意:此字段可能返回 null,表示取不到有效值。public CBSSpecInfo getDiskSpec()
public void setDiskSpec(CBSSpecInfo DiskSpec)
DiskSpec
- 磁盘信息
注意:此字段可能返回 null,表示取不到有效值。public String getType()
public void setType(String Type)
Type
- 资源类型,DATA
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.