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