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