public class DeleteVarRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DeleteVarRequest() | 
| DeleteVarRequest(DeleteVarRequest 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 | getAppBizId()Get 应用ID | 
| String | getVarId()Get 变量ID | 
| Long | getVarModuleType()Get 参数类型 | 
| void | setAppBizId(String AppBizId)Set 应用ID | 
| void | setVarId(String VarId)Set 变量ID | 
| void | setVarModuleType(Long VarModuleType)Set 参数类型 | 
| 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 DeleteVarRequest()
public DeleteVarRequest(DeleteVarRequest source)
public String getAppBizId()
public void setAppBizId(String AppBizId)
AppBizId - 应用IDpublic String getVarId()
public void setVarId(String VarId)
VarId - 变量IDpublic Long getVarModuleType()
public void setVarModuleType(Long VarModuleType)
VarModuleType - 参数类型Copyright © 2025. All rights reserved.