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