public class LBOperateProtectInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
LBOperateProtectInfo() |
LBOperateProtectInfo(LBOperateProtectInfo 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 |
getDescription()
Get 设置操作保护时的描述信息。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getLoadBalancerId()
Get 负载均衡实例 ID。
|
String |
getModifyTime()
Get 最后修改时间。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getOperatorUin()
Get 操作保护的设置uin。
注意:此字段可能返回 null,表示取不到有效值。
|
Boolean |
getProtectState()
Get 保护状态,true:表示开启了操作保护,false:表示未开启操作保护。
|
void |
setDescription(String Description)
Set 设置操作保护时的描述信息。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLoadBalancerId(String LoadBalancerId)
Set 负载均衡实例 ID。
|
void |
setModifyTime(String ModifyTime)
Set 最后修改时间。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setOperatorUin(String OperatorUin)
Set 操作保护的设置uin。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setProtectState(Boolean ProtectState)
Set 保护状态,true:表示开启了操作保护,false:表示未开启操作保护。
|
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 LBOperateProtectInfo()
public LBOperateProtectInfo(LBOperateProtectInfo source)
public String getLoadBalancerId()
public void setLoadBalancerId(String LoadBalancerId)
LoadBalancerId
- 负载均衡实例 ID。public Boolean getProtectState()
public void setProtectState(Boolean ProtectState)
ProtectState
- 保护状态,true:表示开启了操作保护,false:表示未开启操作保护。public String getOperatorUin()
public void setOperatorUin(String OperatorUin)
OperatorUin
- 操作保护的设置uin。
注意:此字段可能返回 null,表示取不到有效值。public String getDescription()
public void setDescription(String Description)
Description
- 设置操作保护时的描述信息。
注意:此字段可能返回 null,表示取不到有效值。public String getModifyTime()
public void setModifyTime(String ModifyTime)
ModifyTime
- 最后修改时间。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.