public static class GetTransferableNodesResponseBody.GetTransferableNodesResponseBodyResult
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
host
The IP address of the node.
|
Integer |
port
The access port of the node.
|
构造器和说明 |
---|
GetTransferableNodesResponseBodyResult() |
@NameInMap(value="host") public String host
The IP address of the node.
@NameInMap(value="port") public Integer port
The access port of the node.
public static GetTransferableNodesResponseBody.GetTransferableNodesResponseBodyResult build(Map<String,?> map) throws Exception
Exception
public GetTransferableNodesResponseBody.GetTransferableNodesResponseBodyResult setHost(String host)
public String getHost()
public GetTransferableNodesResponseBody.GetTransferableNodesResponseBodyResult setPort(Integer port)
public Integer getPort()
Copyright © 2024. All rights reserved.