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