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