public class CreateQACateRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
CreateQACateRequest()  | 
CreateQACateRequest(CreateQACateRequest 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 | 
getBotBizId()
Get Application ID 
 | 
String | 
getName()
Get Category name. 
 | 
String | 
getParentBizId()
Get Parent business id. 
 | 
void | 
setBotBizId(String BotBizId)
Set Application ID 
 | 
void | 
setName(String Name)
Set Category name. 
 | 
void | 
setParentBizId(String ParentBizId)
Set Parent business 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 CreateQACateRequest()
public CreateQACateRequest(CreateQACateRequest source)
public String getBotBizId()
public void setBotBizId(String BotBizId)
BotBizId - Application IDpublic String getParentBizId()
public void setParentBizId(String ParentBizId)
ParentBizId - Parent business id. pass the string "0" when creating a top-level category.public String getName()
public void setName(String Name)
Name - Category name.Copyright © 2025. All rights reserved.