public class CdbInfo extends AbstractModel
Constructor and Description |
---|
CdbInfo() |
CdbInfo(CdbInfo 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 |
getApplyTime()
Get Application time
Note: this field may return null, indicating that no valid values can be obtained.
|
Boolean |
getExpireFlag()
Get Expiration flag
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getExpireTime()
Get Expiration time
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getInstanceName()
Get Database instance
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getIp()
Get Database IP
Note: this field may return null, indicating that no valid values can be obtained.
|
Long |
getIsAutoRenew()
Get Renewal flag
Note: this field may return null, indicating that no valid values can be obtained.
|
Long |
getMemSize()
Get Database memory specification
Note: this field may return null, indicating that no valid values can be obtained.
|
Long |
getPayType()
Get Payment type
Note: this field may return null, indicating that no valid values can be obtained.
|
Long |
getPort()
Get Database port
Note: this field may return null, indicating that no valid values can be obtained.
|
Long |
getRegionId()
Get RegionId
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getSerialNo()
Get Database string
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getService()
Get Service flag
Note: this field may return null, indicating that no valid values can be obtained.
|
Long |
getStatus()
Get Database status
Note: this field may return null, indicating that no valid values can be obtained.
|
Long |
getVolume()
Get Database disk specification
Note: this field may return null, indicating that no valid values can be obtained.
|
Long |
getZoneId()
Get ZoneId
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setApplyTime(String ApplyTime)
Set Application time
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setExpireFlag(Boolean ExpireFlag)
Set Expiration flag
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setExpireTime(String ExpireTime)
Set Expiration time
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setInstanceName(String InstanceName)
Set Database instance
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setIp(String Ip)
Set Database IP
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setIsAutoRenew(Long IsAutoRenew)
Set Renewal flag
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setMemSize(Long MemSize)
Set Database memory specification
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setPayType(Long PayType)
Set Payment type
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setPort(Long Port)
Set Database port
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setRegionId(Long RegionId)
Set RegionId
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setSerialNo(String SerialNo)
Set Database string
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setService(String Service)
Set Service flag
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setStatus(Long Status)
Set Database status
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setVolume(Long Volume)
Set Database disk specification
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setZoneId(Long ZoneId)
Set ZoneId
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CdbInfo()
public CdbInfo(CdbInfo source)
public String getInstanceName()
public void setInstanceName(String InstanceName)
InstanceName
- Database instance
Note: this field may return null, indicating that no valid values can be obtained.public String getIp()
public void setIp(String Ip)
Ip
- Database IP
Note: this field may return null, indicating that no valid values can be obtained.public Long getPort()
public void setPort(Long Port)
Port
- Database port
Note: this field may return null, indicating that no valid values can be obtained.public Long getMemSize()
public void setMemSize(Long MemSize)
MemSize
- Database memory specification
Note: this field may return null, indicating that no valid values can be obtained.public Long getVolume()
public void setVolume(Long Volume)
Volume
- Database disk specification
Note: this field may return null, indicating that no valid values can be obtained.public String getService()
public void setService(String Service)
Service
- Service flag
Note: this field may return null, indicating that no valid values can be obtained.public String getExpireTime()
public void setExpireTime(String ExpireTime)
ExpireTime
- Expiration time
Note: this field may return null, indicating that no valid values can be obtained.public String getApplyTime()
public void setApplyTime(String ApplyTime)
ApplyTime
- Application time
Note: this field may return null, indicating that no valid values can be obtained.public Long getPayType()
public void setPayType(Long PayType)
PayType
- Payment type
Note: this field may return null, indicating that no valid values can be obtained.public Boolean getExpireFlag()
public void setExpireFlag(Boolean ExpireFlag)
ExpireFlag
- Expiration flag
Note: this field may return null, indicating that no valid values can be obtained.public Long getStatus()
public void setStatus(Long Status)
Status
- Database status
Note: this field may return null, indicating that no valid values can be obtained.public Long getIsAutoRenew()
public void setIsAutoRenew(Long IsAutoRenew)
IsAutoRenew
- Renewal flag
Note: this field may return null, indicating that no valid values can be obtained.public String getSerialNo()
public void setSerialNo(String SerialNo)
SerialNo
- Database string
Note: this field may return null, indicating that no valid values can be obtained.public Long getZoneId()
public void setZoneId(Long ZoneId)
ZoneId
- ZoneId
Note: this field may return null, indicating that no valid values can be obtained.public Long getRegionId()
public void setRegionId(Long RegionId)
RegionId
- RegionId
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.