public class ApiVarAttrInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ApiVarAttrInfo()  | 
ApiVarAttrInfo(ApiVarAttrInfo 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 | 
getApiVarId()
Get Custom variable ID. 
 | 
String | 
getAttrBizId()
Get Label ID. 
 | 
void | 
setApiVarId(String ApiVarId)
Set Custom variable ID. 
 | 
void | 
setAttrBizId(String AttrBizId)
Set Label 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 ApiVarAttrInfo()
public ApiVarAttrInfo(ApiVarAttrInfo source)
public String getApiVarId()
public void setApiVarId(String ApiVarId)
ApiVarId - Custom variable ID.public String getAttrBizId()
public void setAttrBizId(String AttrBizId)
AttrBizId - Label ID.Copyright © 2025. All rights reserved.