public class InstallCloudAssistantResponse
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
InstallCloudAssistantResponseBody |
body |
Map<String,String> |
headers |
Integer |
statusCode |
构造器和说明 |
---|
InstallCloudAssistantResponse() |
限定符和类型 | 方法和说明 |
---|---|
static InstallCloudAssistantResponse |
build(Map<String,?> map) |
InstallCloudAssistantResponseBody |
getBody() |
Map<String,String> |
getHeaders() |
Integer |
getStatusCode() |
InstallCloudAssistantResponse |
setBody(InstallCloudAssistantResponseBody body) |
InstallCloudAssistantResponse |
setHeaders(Map<String,String> headers) |
InstallCloudAssistantResponse |
setStatusCode(Integer statusCode) |
@NameInMap(value="statusCode") public Integer statusCode
@NameInMap(value="body") public InstallCloudAssistantResponseBody body
public static InstallCloudAssistantResponse build(Map<String,?> map) throws Exception
Exception
public InstallCloudAssistantResponse setHeaders(Map<String,String> headers)
public InstallCloudAssistantResponse setStatusCode(Integer statusCode)
public Integer getStatusCode()
public InstallCloudAssistantResponse setBody(InstallCloudAssistantResponseBody body)
public InstallCloudAssistantResponseBody getBody()
Copyright © 2024. All rights reserved.