public class DeleteAgentRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DeleteAgentRequest() | 
| DeleteAgentRequest(DeleteAgentRequest 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 | getAgentId()Get Agent的ID | 
| String | getAppBizId()Get 应用ID | 
| void | setAgentId(String AgentId)Set Agent的ID | 
| void | setAppBizId(String AppBizId)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 DeleteAgentRequest()
public DeleteAgentRequest(DeleteAgentRequest source)
public String getAgentId()
public void setAgentId(String AgentId)
AgentId - Agent的IDpublic String getAppBizId()
public void setAppBizId(String AppBizId)
AppBizId - 应用IDCopyright © 2025. All rights reserved.