public class CreateAppRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateAppRequest() |
CreateAppRequest(CreateAppRequest 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 |
getAppType()
Get 应用类型;knowledge_qa-知识问答管理
|
BaseConfig |
getBaseConfig()
Get 应用基础配置
|
void |
setAppType(String AppType)
Set 应用类型;knowledge_qa-知识问答管理
|
void |
setBaseConfig(BaseConfig BaseConfig)
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, toJsonString
public CreateAppRequest()
public CreateAppRequest(CreateAppRequest source)
public String getAppType()
public void setAppType(String AppType)
AppType
- 应用类型;knowledge_qa-知识问答管理public BaseConfig getBaseConfig()
public void setBaseConfig(BaseConfig BaseConfig)
BaseConfig
- 应用基础配置Copyright © 2024. All rights reserved.