public class ModifyOrderAttributeRequest extends AbstractModel
skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getAttrName()
Get 可编辑的属性名称 ,当前支持的有: alias 资源别名
|
String |
getAttrValue()
Get 属性值
|
Long |
getLicenseType()
Get 授权类型 0 专业版-按量计费, 1专业版-包年包月 , 2 旗舰版-包年包月
|
String |
getResourceId()
Get 资源ID
|
void |
setAttrName(String AttrName)
Set 可编辑的属性名称 ,当前支持的有: alias 资源别名
|
void |
setAttrValue(String AttrValue)
Set 属性值
|
void |
setLicenseType(Long LicenseType)
Set 授权类型 0 专业版-按量计费, 1专业版-包年包月 , 2 旗舰版-包年包月
|
void |
setResourceId(String ResourceId)
Set 资源ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyOrderAttributeRequest()
public ModifyOrderAttributeRequest(ModifyOrderAttributeRequest source)
public Long getLicenseType()
public void setLicenseType(Long LicenseType)
LicenseType
- 授权类型 0 专业版-按量计费, 1专业版-包年包月 , 2 旗舰版-包年包月public String getResourceId()
public void setResourceId(String ResourceId)
ResourceId
- 资源IDpublic String getAttrName()
public void setAttrName(String AttrName)
AttrName
- 可编辑的属性名称 ,当前支持的有: alias 资源别名public String getAttrValue()
public void setAttrValue(String AttrValue)
AttrValue
- 属性值Copyright © 2023. All rights reserved.