All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aliyun.sdk.service.ecs20140526.models.DescribePhysicalConnectionsResponseBody Maven / Gradle / Ivy

The newest version!
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sdk.service.ecs20140526.models;

import com.aliyun.sdk.gateway.pop.*;
import darabonba.core.*;
import darabonba.core.async.*;
import darabonba.core.sync.*;
import darabonba.core.client.*;
import darabonba.core.RequestModel;
import darabonba.core.TeaModel;
import com.aliyun.sdk.gateway.pop.models.*;

/**
 * 
 * {@link DescribePhysicalConnectionsResponseBody} extends {@link TeaModel}
 *
 * 

DescribePhysicalConnectionsResponseBody

*/ public class DescribePhysicalConnectionsResponseBody extends TeaModel { @com.aliyun.core.annotation.NameInMap("PageNumber") private Integer pageNumber; @com.aliyun.core.annotation.NameInMap("PageSize") private Integer pageSize; @com.aliyun.core.annotation.NameInMap("PhysicalConnectionSet") private PhysicalConnectionSet physicalConnectionSet; @com.aliyun.core.annotation.NameInMap("RequestId") private String requestId; @com.aliyun.core.annotation.NameInMap("TotalCount") private Integer totalCount; private DescribePhysicalConnectionsResponseBody(Builder builder) { this.pageNumber = builder.pageNumber; this.pageSize = builder.pageSize; this.physicalConnectionSet = builder.physicalConnectionSet; this.requestId = builder.requestId; this.totalCount = builder.totalCount; } public static Builder builder() { return new Builder(); } public static DescribePhysicalConnectionsResponseBody create() { return builder().build(); } /** * @return pageNumber */ public Integer getPageNumber() { return this.pageNumber; } /** * @return pageSize */ public Integer getPageSize() { return this.pageSize; } /** * @return physicalConnectionSet */ public PhysicalConnectionSet getPhysicalConnectionSet() { return this.physicalConnectionSet; } /** * @return requestId */ public String getRequestId() { return this.requestId; } /** * @return totalCount */ public Integer getTotalCount() { return this.totalCount; } public static final class Builder { private Integer pageNumber; private Integer pageSize; private PhysicalConnectionSet physicalConnectionSet; private String requestId; private Integer totalCount; /** * PageNumber. */ public Builder pageNumber(Integer pageNumber) { this.pageNumber = pageNumber; return this; } /** * PageSize. */ public Builder pageSize(Integer pageSize) { this.pageSize = pageSize; return this; } /** * PhysicalConnectionSet. */ public Builder physicalConnectionSet(PhysicalConnectionSet physicalConnectionSet) { this.physicalConnectionSet = physicalConnectionSet; return this; } /** * RequestId. */ public Builder requestId(String requestId) { this.requestId = requestId; return this; } /** * TotalCount. */ public Builder totalCount(Integer totalCount) { this.totalCount = totalCount; return this; } public DescribePhysicalConnectionsResponseBody build() { return new DescribePhysicalConnectionsResponseBody(this); } } /** * * {@link DescribePhysicalConnectionsResponseBody} extends {@link TeaModel} * *

DescribePhysicalConnectionsResponseBody

*/ public static class PhysicalConnectionType extends TeaModel { @com.aliyun.core.annotation.NameInMap("AccessPointId") private String accessPointId; @com.aliyun.core.annotation.NameInMap("AdLocation") private String adLocation; @com.aliyun.core.annotation.NameInMap("Bandwidth") private Long bandwidth; @com.aliyun.core.annotation.NameInMap("BusinessStatus") private String businessStatus; @com.aliyun.core.annotation.NameInMap("CircuitCode") private String circuitCode; @com.aliyun.core.annotation.NameInMap("CreationTime") private String creationTime; @com.aliyun.core.annotation.NameInMap("Description") private String description; @com.aliyun.core.annotation.NameInMap("EnabledTime") private String enabledTime; @com.aliyun.core.annotation.NameInMap("LineOperator") private String lineOperator; @com.aliyun.core.annotation.NameInMap("Name") private String name; @com.aliyun.core.annotation.NameInMap("PeerLocation") private String peerLocation; @com.aliyun.core.annotation.NameInMap("PhysicalConnectionId") private String physicalConnectionId; @com.aliyun.core.annotation.NameInMap("PortNumber") private String portNumber; @com.aliyun.core.annotation.NameInMap("PortType") private String portType; @com.aliyun.core.annotation.NameInMap("RedundantPhysicalConnectionId") private String redundantPhysicalConnectionId; @com.aliyun.core.annotation.NameInMap("Spec") private String spec; @com.aliyun.core.annotation.NameInMap("Status") private String status; @com.aliyun.core.annotation.NameInMap("Type") private String type; private PhysicalConnectionType(Builder builder) { this.accessPointId = builder.accessPointId; this.adLocation = builder.adLocation; this.bandwidth = builder.bandwidth; this.businessStatus = builder.businessStatus; this.circuitCode = builder.circuitCode; this.creationTime = builder.creationTime; this.description = builder.description; this.enabledTime = builder.enabledTime; this.lineOperator = builder.lineOperator; this.name = builder.name; this.peerLocation = builder.peerLocation; this.physicalConnectionId = builder.physicalConnectionId; this.portNumber = builder.portNumber; this.portType = builder.portType; this.redundantPhysicalConnectionId = builder.redundantPhysicalConnectionId; this.spec = builder.spec; this.status = builder.status; this.type = builder.type; } public static Builder builder() { return new Builder(); } public static PhysicalConnectionType create() { return builder().build(); } /** * @return accessPointId */ public String getAccessPointId() { return this.accessPointId; } /** * @return adLocation */ public String getAdLocation() { return this.adLocation; } /** * @return bandwidth */ public Long getBandwidth() { return this.bandwidth; } /** * @return businessStatus */ public String getBusinessStatus() { return this.businessStatus; } /** * @return circuitCode */ public String getCircuitCode() { return this.circuitCode; } /** * @return creationTime */ public String getCreationTime() { return this.creationTime; } /** * @return description */ public String getDescription() { return this.description; } /** * @return enabledTime */ public String getEnabledTime() { return this.enabledTime; } /** * @return lineOperator */ public String getLineOperator() { return this.lineOperator; } /** * @return name */ public String getName() { return this.name; } /** * @return peerLocation */ public String getPeerLocation() { return this.peerLocation; } /** * @return physicalConnectionId */ public String getPhysicalConnectionId() { return this.physicalConnectionId; } /** * @return portNumber */ public String getPortNumber() { return this.portNumber; } /** * @return portType */ public String getPortType() { return this.portType; } /** * @return redundantPhysicalConnectionId */ public String getRedundantPhysicalConnectionId() { return this.redundantPhysicalConnectionId; } /** * @return spec */ public String getSpec() { return this.spec; } /** * @return status */ public String getStatus() { return this.status; } /** * @return type */ public String getType() { return this.type; } public static final class Builder { private String accessPointId; private String adLocation; private Long bandwidth; private String businessStatus; private String circuitCode; private String creationTime; private String description; private String enabledTime; private String lineOperator; private String name; private String peerLocation; private String physicalConnectionId; private String portNumber; private String portType; private String redundantPhysicalConnectionId; private String spec; private String status; private String type; /** * AccessPointId. */ public Builder accessPointId(String accessPointId) { this.accessPointId = accessPointId; return this; } /** * AdLocation. */ public Builder adLocation(String adLocation) { this.adLocation = adLocation; return this; } /** * Bandwidth. */ public Builder bandwidth(Long bandwidth) { this.bandwidth = bandwidth; return this; } /** * BusinessStatus. */ public Builder businessStatus(String businessStatus) { this.businessStatus = businessStatus; return this; } /** * CircuitCode. */ public Builder circuitCode(String circuitCode) { this.circuitCode = circuitCode; return this; } /** * CreationTime. */ public Builder creationTime(String creationTime) { this.creationTime = creationTime; return this; } /** * Description. */ public Builder description(String description) { this.description = description; return this; } /** * EnabledTime. */ public Builder enabledTime(String enabledTime) { this.enabledTime = enabledTime; return this; } /** * LineOperator. */ public Builder lineOperator(String lineOperator) { this.lineOperator = lineOperator; return this; } /** * Name. */ public Builder name(String name) { this.name = name; return this; } /** * PeerLocation. */ public Builder peerLocation(String peerLocation) { this.peerLocation = peerLocation; return this; } /** * PhysicalConnectionId. */ public Builder physicalConnectionId(String physicalConnectionId) { this.physicalConnectionId = physicalConnectionId; return this; } /** * PortNumber. */ public Builder portNumber(String portNumber) { this.portNumber = portNumber; return this; } /** * PortType. */ public Builder portType(String portType) { this.portType = portType; return this; } /** * RedundantPhysicalConnectionId. */ public Builder redundantPhysicalConnectionId(String redundantPhysicalConnectionId) { this.redundantPhysicalConnectionId = redundantPhysicalConnectionId; return this; } /** * Spec. */ public Builder spec(String spec) { this.spec = spec; return this; } /** * Status. */ public Builder status(String status) { this.status = status; return this; } /** * Type. */ public Builder type(String type) { this.type = type; return this; } public PhysicalConnectionType build() { return new PhysicalConnectionType(this); } } } /** * * {@link DescribePhysicalConnectionsResponseBody} extends {@link TeaModel} * *

DescribePhysicalConnectionsResponseBody

*/ public static class PhysicalConnectionSet extends TeaModel { @com.aliyun.core.annotation.NameInMap("PhysicalConnectionType") private java.util.List physicalConnectionType; private PhysicalConnectionSet(Builder builder) { this.physicalConnectionType = builder.physicalConnectionType; } public static Builder builder() { return new Builder(); } public static PhysicalConnectionSet create() { return builder().build(); } /** * @return physicalConnectionType */ public java.util.List getPhysicalConnectionType() { return this.physicalConnectionType; } public static final class Builder { private java.util.List physicalConnectionType; /** * PhysicalConnectionType. */ public Builder physicalConnectionType(java.util.List physicalConnectionType) { this.physicalConnectionType = physicalConnectionType; return this; } public PhysicalConnectionSet build() { return new PhysicalConnectionSet(this); } } } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy