public class ModifyOrderAttributeRequest extends AbstractModel
header, 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 资源别名
projectId 项目ID | 
| String | getAttrValue()Get 属性值
AttrName=alias时,任意字符串,最大字符15长度
AttrName=projectId时,项目ID必须是真实存在的 | 
| Long | getLicenseType()Get 授权类型 0 专业版-按量计费, 1专业版-包年包月 , 2 旗舰版-包年包月 | 
| String | getResourceId()Get 资源ID | 
| void | setAttrName(String AttrName)Set 可编辑的属性名称 ,当前支持的有: 
alias 资源别名
projectId 项目ID | 
| void | setAttrValue(String AttrValue)Set 属性值
AttrName=alias时,任意字符串,最大字符15长度
AttrName=projectId时,项目ID必须是真实存在的 | 
| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic 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 资源别名
projectId 项目IDpublic String getAttrValue()
public void setAttrValue(String AttrValue)
AttrValue - 属性值
AttrName=alias时,任意字符串,最大字符15长度
AttrName=projectId时,项目ID必须是真实存在的Copyright © 2025. All rights reserved.