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