public class LakeFsInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
LakeFsInfo() |
LakeFsInfo(LakeFsInfo 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 |
getCreateTimeStamp()
Get 创建时候的时间戳
|
String |
getName()
Get 托管存储名称
|
Float |
getSpaceUsedSize()
Get 容量
|
String |
getType()
Get 托管存储类型
|
void |
setCreateTimeStamp(Long CreateTimeStamp)
Set 创建时候的时间戳
|
void |
setName(String Name)
Set 托管存储名称
|
void |
setSpaceUsedSize(Float SpaceUsedSize)
Set 容量
|
void |
setType(String Type)
Set 托管存储类型
|
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 LakeFsInfo()
public LakeFsInfo(LakeFsInfo source)
public String getName()
public void setName(String Name)
Name
- 托管存储名称public String getType()
public void setType(String Type)
Type
- 托管存储类型public Float getSpaceUsedSize()
public void setSpaceUsedSize(Float SpaceUsedSize)
SpaceUsedSize
- 容量public Long getCreateTimeStamp()
public void setCreateTimeStamp(Long CreateTimeStamp)
CreateTimeStamp
- 创建时候的时间戳Copyright © 2024. All rights reserved.