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