public class DescribeEipSegmentResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
DescribeEipSegmentResponseBody.DescribeEipSegmentResponseBodyEipSegments |
static class |
DescribeEipSegmentResponseBody.DescribeEipSegmentResponseBodyEipSegmentsEipSegment |
限定符和类型 | 字段和说明 |
---|---|
DescribeEipSegmentResponseBody.DescribeEipSegmentResponseBodyEipSegments |
eipSegments
The details of the contiguous EIP group.
|
Integer |
pageNumber
The page number.
|
Integer |
pageSize
The number of entries per page.
|
String |
requestId
The request ID.
|
Integer |
totalCount
The total number of entries returned.
|
构造器和说明 |
---|
DescribeEipSegmentResponseBody() |
@NameInMap(value="EipSegments") public DescribeEipSegmentResponseBody.DescribeEipSegmentResponseBodyEipSegments eipSegments
The details of the contiguous EIP group.
@NameInMap(value="PageNumber") public Integer pageNumber
The page number.
example:1
@NameInMap(value="PageSize") public Integer pageSize
The number of entries per page.
example:10
@NameInMap(value="RequestId") public String requestId
The request ID.
example:F7A6301A-64BA-41EC-8284-8F4838C15D1F
@NameInMap(value="TotalCount") public Integer totalCount
The total number of entries returned.
example:10
public static DescribeEipSegmentResponseBody build(Map<String,?> map) throws Exception
Exception
public DescribeEipSegmentResponseBody setEipSegments(DescribeEipSegmentResponseBody.DescribeEipSegmentResponseBodyEipSegments eipSegments)
public DescribeEipSegmentResponseBody.DescribeEipSegmentResponseBodyEipSegments getEipSegments()
public DescribeEipSegmentResponseBody setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public DescribeEipSegmentResponseBody setPageSize(Integer pageSize)
public Integer getPageSize()
public DescribeEipSegmentResponseBody setRequestId(String requestId)
public String getRequestId()
public DescribeEipSegmentResponseBody setTotalCount(Integer totalCount)
public Integer getTotalCount()
Copyright © 2024. All rights reserved.