Class Label
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.monitor.v20180724.models.Label
-
public class Label extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Get map表中的NameStringgetValue()Get map表中的ValuevoidsetName(String Name)Set map表中的NamevoidsetValue(String Value)Set map表中的ValuevoidtoMap(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
-
Label
public Label()
-
Label
public Label(Label 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 map表中的Name- Returns:
- Name map表中的Name
-
setName
public void setName(String Name)
Set map表中的Name- Parameters:
Name- map表中的Name
-
getValue
public String getValue()
Get map表中的Value- Returns:
- Value map表中的Value
-
setValue
public void setValue(String Value)
Set map表中的Value- Parameters:
Value- map表中的Value
-
-