Class UseRange
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ame.v20190916.models.UseRange
-
public class UseRange 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 用途范围名称LonggetUseRangeId()Get 用途idvoidsetName(String Name)Set 用途范围名称voidsetUseRangeId(Long UseRangeId)Set 用途idvoidtoMap(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
-
UseRange
public UseRange()
-
UseRange
public UseRange(UseRange 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
-
getUseRangeId
public Long getUseRangeId()
Get 用途id- Returns:
- UseRangeId 用途id
-
setUseRangeId
public void setUseRangeId(Long UseRangeId)
Set 用途id- Parameters:
UseRangeId- 用途id
-
getName
public String getName()
Get 用途范围名称- Returns:
- Name 用途范围名称
-
setName
public void setName(String Name)
Set 用途范围名称- Parameters:
Name- 用途范围名称
-
-