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