public class AllocateEipSegmentAddressResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
eipSegmentInstanceId
The ID of the contiguous EIP group.
|
String |
requestId
The request ID.
|
构造器和说明 |
---|
AllocateEipSegmentAddressResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static AllocateEipSegmentAddressResponseBody |
build(Map<String,?> map) |
String |
getEipSegmentInstanceId() |
String |
getRequestId() |
AllocateEipSegmentAddressResponseBody |
setEipSegmentInstanceId(String eipSegmentInstanceId) |
AllocateEipSegmentAddressResponseBody |
setRequestId(String requestId) |
@NameInMap(value="EipSegmentInstanceId") public String eipSegmentInstanceId
The ID of the contiguous EIP group.
example:eipsg-2zett8ba055tbsxme****
@NameInMap(value="RequestId") public String requestId
The request ID.
example:F7A6301A-64BA-41EC-8284-8F4838C15D1F
public static AllocateEipSegmentAddressResponseBody build(Map<String,?> map) throws Exception
Exception
public AllocateEipSegmentAddressResponseBody setEipSegmentInstanceId(String eipSegmentInstanceId)
public String getEipSegmentInstanceId()
public AllocateEipSegmentAddressResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2024. All rights reserved.