Class EdgeNodeLabel
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iecp.v20210914.models.EdgeNodeLabel
-
public class EdgeNodeLabel extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description EdgeNodeLabel()
EdgeNodeLabel(EdgeNodeLabel 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
getKey()
Get 标签名称 注意:此字段可能返回 null,表示取不到有效值。Boolean
getProtected()
Get 是否受保护String
getValue()
Get 标签值 注意:此字段可能返回 null,表示取不到有效值。void
setKey(String Key)
Set 标签名称 注意:此字段可能返回 null,表示取不到有效值。void
setProtected(Boolean Protected)
Set 是否受保护void
setValue(String Value)
Set 标签值 注意:此字段可能返回 null,表示取不到有效值。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
-
EdgeNodeLabel
public EdgeNodeLabel()
-
EdgeNodeLabel
public EdgeNodeLabel(EdgeNodeLabel 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
-
getKey
public String getKey()
Get 标签名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Key 标签名称 注意:此字段可能返回 null,表示取不到有效值。
-
setKey
public void setKey(String Key)
Set 标签名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Key
- 标签名称 注意:此字段可能返回 null,表示取不到有效值。
-
getValue
public String getValue()
Get 标签值 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Value 标签值 注意:此字段可能返回 null,表示取不到有效值。
-
setValue
public void setValue(String Value)
Set 标签值 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Value
- 标签值 注意:此字段可能返回 null,表示取不到有效值。
-
getProtected
public Boolean getProtected()
Get 是否受保护- Returns:
- Protected 是否受保护
-
setProtected
public void setProtected(Boolean Protected)
Set 是否受保护- Parameters:
Protected
- 是否受保护
-
-