public class DeleteAppRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DeleteAppRequest()  | 
DeleteAppRequest(DeleteAppRequest 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 Application ID. 
 | 
String | 
getAppType()
Get Application type; knowledge_qa - knowledge Q&A management; summary - knowledge summary; classifys - knowledge label extraction. 
 | 
void | 
setAppBizId(String AppBizId)
Set Application ID. 
 | 
void | 
setAppType(String AppType)
Set Application type; knowledge_qa - knowledge Q&A management; summary - knowledge summary; classifys - knowledge label extraction. 
 | 
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 DeleteAppRequest()
public DeleteAppRequest(DeleteAppRequest source)
public String getAppBizId()
public void setAppBizId(String AppBizId)
AppBizId - Application ID.public String getAppType()
public void setAppType(String AppType)
AppType - Application type; knowledge_qa - knowledge Q&A management; summary - knowledge summary; classifys - knowledge label extraction.Copyright © 2025. All rights reserved.