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 Application type; knowledge_qa - knowledge qa management.
|
BaseConfig |
getBaseConfig()
Get Basic application configuration.
|
void |
setAppType(String AppType)
Set Application type; knowledge_qa - knowledge qa management.
|
void |
setBaseConfig(BaseConfig BaseConfig)
Set Basic application configuration.
|
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
- Application type; knowledge_qa - knowledge qa management.public BaseConfig getBaseConfig()
public void setBaseConfig(BaseConfig BaseConfig)
BaseConfig
- Basic application configuration.Copyright © 2025. All rights reserved.