Class ReplicaInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tiems.v20190416.models.ReplicaInfo
-
public class ReplicaInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ReplicaInfo()
ReplicaInfo(ReplicaInfo 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCreateTime()
Get 创建时间 注意:此字段可能返回 null,表示取不到有效值。String
getEniIp()
Get 弹性网卡模式时,弹性网卡Ip 注意:此字段可能返回 null,表示取不到有效值。String
getMessage()
Get 当 status为 Abnormal 的时候,一些额外的信息 注意:此字段可能返回 null,表示取不到有效值。String
getName()
Get 实例名称Long
getRestarted()
Get 重启次数String
getStartTime()
Get 启动时间 注意:此字段可能返回 null,表示取不到有效值。String
getStatus()
Get Normal: 正常运行中; Abnormal: 异常;Waiting:等待中void
setCreateTime(String CreateTime)
Set 创建时间 注意:此字段可能返回 null,表示取不到有效值。void
setEniIp(String EniIp)
Set 弹性网卡模式时,弹性网卡Ip 注意:此字段可能返回 null,表示取不到有效值。void
setMessage(String Message)
Set 当 status为 Abnormal 的时候,一些额外的信息 注意:此字段可能返回 null,表示取不到有效值。void
setName(String Name)
Set 实例名称void
setRestarted(Long Restarted)
Set 重启次数void
setStartTime(String StartTime)
Set 启动时间 注意:此字段可能返回 null,表示取不到有效值。void
setStatus(String Status)
Set Normal: 正常运行中; Abnormal: 异常;Waiting:等待中void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ReplicaInfo
public ReplicaInfo()
-
ReplicaInfo
public ReplicaInfo(ReplicaInfo 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.
-
-
Method Detail
-
getName
public String getName()
Get 实例名称- Returns:
- Name 实例名称
-
setName
public void setName(String Name)
Set 实例名称- Parameters:
Name
- 实例名称
-
getEniIp
public String getEniIp()
Get 弹性网卡模式时,弹性网卡Ip 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- EniIp 弹性网卡模式时,弹性网卡Ip 注意:此字段可能返回 null,表示取不到有效值。
-
setEniIp
public void setEniIp(String EniIp)
Set 弹性网卡模式时,弹性网卡Ip 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
EniIp
- 弹性网卡模式时,弹性网卡Ip 注意:此字段可能返回 null,表示取不到有效值。
-
getStatus
public String getStatus()
Get Normal: 正常运行中; Abnormal: 异常;Waiting:等待中- Returns:
- Status Normal: 正常运行中; Abnormal: 异常;Waiting:等待中
-
setStatus
public void setStatus(String Status)
Set Normal: 正常运行中; Abnormal: 异常;Waiting:等待中- Parameters:
Status
- Normal: 正常运行中; Abnormal: 异常;Waiting:等待中
-
getMessage
public String getMessage()
Get 当 status为 Abnormal 的时候,一些额外的信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Message 当 status为 Abnormal 的时候,一些额外的信息 注意:此字段可能返回 null,表示取不到有效值。
-
setMessage
public void setMessage(String Message)
Set 当 status为 Abnormal 的时候,一些额外的信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Message
- 当 status为 Abnormal 的时候,一些额外的信息 注意:此字段可能返回 null,表示取不到有效值。
-
getStartTime
public String getStartTime()
Get 启动时间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- StartTime 启动时间 注意:此字段可能返回 null,表示取不到有效值。
-
setStartTime
public void setStartTime(String StartTime)
Set 启动时间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
StartTime
- 启动时间 注意:此字段可能返回 null,表示取不到有效值。
-
getCreateTime
public String getCreateTime()
Get 创建时间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CreateTime 创建时间 注意:此字段可能返回 null,表示取不到有效值。
-
setCreateTime
public void setCreateTime(String CreateTime)
Set 创建时间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CreateTime
- 创建时间 注意:此字段可能返回 null,表示取不到有效值。
-
getRestarted
public Long getRestarted()
Get 重启次数- Returns:
- Restarted 重启次数
-
setRestarted
public void setRestarted(Long Restarted)
Set 重启次数- Parameters:
Restarted
- 重启次数
-
-