public class Database extends AbstractModel
header, skipSign
Constructor and Description |
---|
Database() |
Database(Database 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 |
---|---|
String |
getClusterID()
Get Instance ID.
|
Long |
getCoolDownInDays()
Get Cold storage time (days).
|
String |
getCreatedAt()
Get Creation time.Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getName()
Get Database name.Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getRemark()
Get Remarks.Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getRetentionInDays()
Get Data retention time (days).
|
Long |
getStatus()
Get Status.
|
String |
getUpdatedAt()
Get Last modification time.
|
void |
setClusterID(String ClusterID)
Set Instance ID.
|
void |
setCoolDownInDays(Long CoolDownInDays)
Set Cold storage time (days).
|
void |
setCreatedAt(String CreatedAt)
Set Creation time.Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setName(String Name)
Set Database name.Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setRemark(String Remark)
Set Remarks.Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setRetentionInDays(Long RetentionInDays)
Set Data retention time (days).
|
void |
setStatus(Long Status)
Set Status.
|
void |
setUpdatedAt(String UpdatedAt)
Set Last modification time.
|
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 Database()
public Database(Database source)
public String getClusterID()
public void setClusterID(String ClusterID)
ClusterID
- Instance ID.
Note: This field may return null, indicating that no valid values can be obtained.public String getName()
public void setName(String Name)
Name
- Database name.Note: This field may return null, indicating that no valid values can be obtained.public Long getCoolDownInDays()
public void setCoolDownInDays(Long CoolDownInDays)
CoolDownInDays
- Cold storage time (days).
Note: This field may return null, indicating that no valid values can be obtained.public Long getRetentionInDays()
public void setRetentionInDays(Long RetentionInDays)
RetentionInDays
- Data retention time (days).
Note: This field may return null, indicating that no valid values can be obtained.public String getRemark()
public void setRemark(String Remark)
Remark
- Remarks.Note: This field may return null, indicating that no valid values can be obtained.public Long getStatus()
public void setStatus(Long Status)
Status
- Status. 0: initializing resources; 1: creating resources; 2: normal status; 3: deleting resources; 4: deleted resources; 5: disabling resources; 6: disabled resources; 7: abnormal resources, and manual operation is required.
Note: This field may return null, indicating that no valid values can be obtained.public String getCreatedAt()
public void setCreatedAt(String CreatedAt)
CreatedAt
- Creation time.Note: This field may return null, indicating that no valid values can be obtained.public String getUpdatedAt()
public void setUpdatedAt(String UpdatedAt)
UpdatedAt
- Last modification time.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.