public class CustomTolerateSchedule extends AbstractModel
header, skipSign
Constructor and Description |
---|
CustomTolerateSchedule() |
CustomTolerateSchedule(CustomTolerateSchedule 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 |
getEffect()
Get -
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getKey()
Get -
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getOperator()
Get -
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getTolerationSeconds()
Get -
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getValue()
Get -
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEffect(String Effect)
Set -
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setKey(String Key)
Set -
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setOperator(String Operator)
Set -
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTolerationSeconds(Long TolerationSeconds)
Set -
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setValue(String Value)
Set -
注意:此字段可能返回 null,表示取不到有效值。
|
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 CustomTolerateSchedule()
public CustomTolerateSchedule(CustomTolerateSchedule source)
public String getKey()
public void setKey(String Key)
Key
- -
注意:此字段可能返回 null,表示取不到有效值。public String getOperator()
public void setOperator(String Operator)
Operator
- -
注意:此字段可能返回 null,表示取不到有效值。public String getValue()
public void setValue(String Value)
Value
- -
注意:此字段可能返回 null,表示取不到有效值。public String getEffect()
public void setEffect(String Effect)
Effect
- -
注意:此字段可能返回 null,表示取不到有效值。public Long getTolerationSeconds()
public void setTolerationSeconds(Long TolerationSeconds)
TolerationSeconds
- -
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.