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