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 Timestamp of the creation time
|
Long |
getDefaultBucket()
Get Whether it is the user's default bucket: 0: default bucket, 1: non-default bucket
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getDescription()
Get Description information of the bucket
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getName()
Get Managed storage name
|
String |
getShortName()
Get Managed storage short name
Note: This field may return null, indicating that no valid values can be obtained.
|
Float |
getSpaceUsedSize()
Get Capacity
|
String |
getStatus()
Get The status of the managed bucket.
|
String |
getType()
Get Managed storage type
|
void |
setCreateTimeStamp(Long CreateTimeStamp)
Set Timestamp of the creation time
|
void |
setDefaultBucket(Long DefaultBucket)
Set Whether it is the user's default bucket: 0: default bucket, 1: non-default bucket
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setDescription(String Description)
Set Description information of the bucket
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setName(String Name)
Set Managed storage name
|
void |
setShortName(String ShortName)
Set Managed storage short name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setSpaceUsedSize(Float SpaceUsedSize)
Set Capacity
|
void |
setStatus(String Status)
Set The status of the managed bucket.
|
void |
setType(String Type)
Set Managed storage type
|
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, toJsonStringpublic LakeFsInfo()
public LakeFsInfo(LakeFsInfo source)
public String getName()
public void setName(String Name)
Name - Managed storage namepublic String getType()
public void setType(String Type)
Type - Managed storage typepublic Float getSpaceUsedSize()
public void setSpaceUsedSize(Float SpaceUsedSize)
SpaceUsedSize - Capacitypublic Long getCreateTimeStamp()
public void setCreateTimeStamp(Long CreateTimeStamp)
CreateTimeStamp - Timestamp of the creation timepublic Long getDefaultBucket()
public void setDefaultBucket(Long DefaultBucket)
DefaultBucket - Whether it is the user's default bucket: 0: default bucket, 1: non-default bucket
Note: This field may return null, indicating that no valid values can be obtained.public String getShortName()
public void setShortName(String ShortName)
ShortName - Managed storage short name
Note: This field may return null, indicating that no valid values can be obtained.public String getDescription()
public void setDescription(String Description)
Description - Description information of the bucket
Note: This field may return null, indicating that no valid values can be obtained.public String getStatus()
public void setStatus(String Status)
Status - The status of the managed bucket. Current values: creating, bind, readOnly, and isolate
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.