Class ModifyOrderAttributeRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.ModifyOrderAttributeRequest
-
public class ModifyOrderAttributeRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyOrderAttributeRequest()
ModifyOrderAttributeRequest(ModifyOrderAttributeRequest 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
getAttrName()
Get 可编辑的属性名称 ,当前支持的有: alias 资源别名String
getAttrValue()
Get 属性值Long
getLicenseType()
Get 授权类型 0 专业版-按量计费, 1专业版-包年包月 , 2 旗舰版-包年包月String
getResourceId()
Get 资源IDvoid
setAttrName(String AttrName)
Set 可编辑的属性名称 ,当前支持的有: alias 资源别名void
setAttrValue(String AttrValue)
Set 属性值void
setLicenseType(Long LicenseType)
Set 授权类型 0 专业版-按量计费, 1专业版-包年包月 , 2 旗舰版-包年包月void
setResourceId(String ResourceId)
Set 资源IDvoid
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
-
ModifyOrderAttributeRequest
public ModifyOrderAttributeRequest()
-
ModifyOrderAttributeRequest
public ModifyOrderAttributeRequest(ModifyOrderAttributeRequest 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
-
getLicenseType
public Long getLicenseType()
Get 授权类型 0 专业版-按量计费, 1专业版-包年包月 , 2 旗舰版-包年包月- Returns:
- LicenseType 授权类型 0 专业版-按量计费, 1专业版-包年包月 , 2 旗舰版-包年包月
-
setLicenseType
public void setLicenseType(Long LicenseType)
Set 授权类型 0 专业版-按量计费, 1专业版-包年包月 , 2 旗舰版-包年包月- Parameters:
LicenseType
- 授权类型 0 专业版-按量计费, 1专业版-包年包月 , 2 旗舰版-包年包月
-
getResourceId
public String getResourceId()
Get 资源ID- Returns:
- ResourceId 资源ID
-
setResourceId
public void setResourceId(String ResourceId)
Set 资源ID- Parameters:
ResourceId
- 资源ID
-
getAttrName
public String getAttrName()
Get 可编辑的属性名称 ,当前支持的有: alias 资源别名- Returns:
- AttrName 可编辑的属性名称 ,当前支持的有: alias 资源别名
-
setAttrName
public void setAttrName(String AttrName)
Set 可编辑的属性名称 ,当前支持的有: alias 资源别名- Parameters:
AttrName
- 可编辑的属性名称 ,当前支持的有: alias 资源别名
-
getAttrValue
public String getAttrValue()
Get 属性值- Returns:
- AttrValue 属性值
-
setAttrValue
public void setAttrValue(String AttrValue)
Set 属性值- Parameters:
AttrValue
- 属性值
-
-