public class DescribeWhiteboardApplicationConfigResponse extends AbstractModel
skipSign
Constructor and Description |
---|
DescribeWhiteboardApplicationConfigResponse() |
DescribeWhiteboardApplicationConfigResponse(DescribeWhiteboardApplicationConfigResponse 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 |
---|---|
WhiteboardApplicationConfig[] |
getConfigs()
Get Task-related configurations of the whiteboard application.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
Long |
getSdkAppId()
Get SdkAppId of the whiteboard application.
|
void |
setConfigs(WhiteboardApplicationConfig[] Configs)
Set Task-related configurations of the whiteboard application.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setSdkAppId(Long SdkAppId)
Set SdkAppId of the whiteboard application.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeWhiteboardApplicationConfigResponse()
public DescribeWhiteboardApplicationConfigResponse(DescribeWhiteboardApplicationConfigResponse source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- SdkAppId of the whiteboard application.public WhiteboardApplicationConfig[] getConfigs()
public void setConfigs(WhiteboardApplicationConfig[] Configs)
Configs
- Task-related configurations of the whiteboard application.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2023. All rights reserved.