com.aliyuncs.vpc.model.v20160428.DescribeRouterInterfacesForGlobalResponse Maven / Gradle / Ivy
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.vpc.model.v20160428;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.vpc.transform.v20160428.DescribeRouterInterfacesForGlobalResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DescribeRouterInterfacesForGlobalResponse extends AcsResponse {
private String requestId;
private String code;
private String message;
private String desc;
private Boolean success;
private Integer pageSize;
private Integer pageNumber;
private Integer totalCount;
private List routerInterfaceSet;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getDesc() {
return this.desc;
}
public void setDesc(String desc) {
this.desc = desc;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public Integer getPageSize() {
return this.pageSize;
}
public void setPageSize(Integer pageSize) {
this.pageSize = pageSize;
}
public Integer getPageNumber() {
return this.pageNumber;
}
public void setPageNumber(Integer pageNumber) {
this.pageNumber = pageNumber;
}
public Integer getTotalCount() {
return this.totalCount;
}
public void setTotalCount(Integer totalCount) {
this.totalCount = totalCount;
}
public List getRouterInterfaceSet() {
return this.routerInterfaceSet;
}
public void setRouterInterfaceSet(List routerInterfaceSet) {
this.routerInterfaceSet = routerInterfaceSet;
}
public static class RouterInterfaceType {
private String businessStatus;
private String accessPointId;
private String chargeType;
private String connectedTime;
private String creationTime;
private String routerInterfaceId;
private String oppositeInterfaceBusinessStatus;
private String oppositeInterfaceId;
private Long oppositeInterfaceOwnerId;
private String oppositeInterfaceSpec;
private String oppositeInterfaceStatus;
private String oppositeRegionId;
private String oppositeAccessPointId;
private String oppositeRouterId;
private String oppositeRouterType;
private String oppositeVpcInstanceId;
private String regionId;
private String role;
private String routerId;
private String routerType;
private String spec;
private String status;
private String vpcInstanceId;
private String name;
private String description;
private String healthCheckSourceIp;
private String healthCheckTargetIp;
public String getBusinessStatus() {
return this.businessStatus;
}
public void setBusinessStatus(String businessStatus) {
this.businessStatus = businessStatus;
}
public String getAccessPointId() {
return this.accessPointId;
}
public void setAccessPointId(String accessPointId) {
this.accessPointId = accessPointId;
}
public String getChargeType() {
return this.chargeType;
}
public void setChargeType(String chargeType) {
this.chargeType = chargeType;
}
public String getConnectedTime() {
return this.connectedTime;
}
public void setConnectedTime(String connectedTime) {
this.connectedTime = connectedTime;
}
public String getCreationTime() {
return this.creationTime;
}
public void setCreationTime(String creationTime) {
this.creationTime = creationTime;
}
public String getRouterInterfaceId() {
return this.routerInterfaceId;
}
public void setRouterInterfaceId(String routerInterfaceId) {
this.routerInterfaceId = routerInterfaceId;
}
public String getOppositeInterfaceBusinessStatus() {
return this.oppositeInterfaceBusinessStatus;
}
public void setOppositeInterfaceBusinessStatus(String oppositeInterfaceBusinessStatus) {
this.oppositeInterfaceBusinessStatus = oppositeInterfaceBusinessStatus;
}
public String getOppositeInterfaceId() {
return this.oppositeInterfaceId;
}
public void setOppositeInterfaceId(String oppositeInterfaceId) {
this.oppositeInterfaceId = oppositeInterfaceId;
}
public Long getOppositeInterfaceOwnerId() {
return this.oppositeInterfaceOwnerId;
}
public void setOppositeInterfaceOwnerId(Long oppositeInterfaceOwnerId) {
this.oppositeInterfaceOwnerId = oppositeInterfaceOwnerId;
}
public String getOppositeInterfaceSpec() {
return this.oppositeInterfaceSpec;
}
public void setOppositeInterfaceSpec(String oppositeInterfaceSpec) {
this.oppositeInterfaceSpec = oppositeInterfaceSpec;
}
public String getOppositeInterfaceStatus() {
return this.oppositeInterfaceStatus;
}
public void setOppositeInterfaceStatus(String oppositeInterfaceStatus) {
this.oppositeInterfaceStatus = oppositeInterfaceStatus;
}
public String getOppositeRegionId() {
return this.oppositeRegionId;
}
public void setOppositeRegionId(String oppositeRegionId) {
this.oppositeRegionId = oppositeRegionId;
}
public String getOppositeAccessPointId() {
return this.oppositeAccessPointId;
}
public void setOppositeAccessPointId(String oppositeAccessPointId) {
this.oppositeAccessPointId = oppositeAccessPointId;
}
public String getOppositeRouterId() {
return this.oppositeRouterId;
}
public void setOppositeRouterId(String oppositeRouterId) {
this.oppositeRouterId = oppositeRouterId;
}
public String getOppositeRouterType() {
return this.oppositeRouterType;
}
public void setOppositeRouterType(String oppositeRouterType) {
this.oppositeRouterType = oppositeRouterType;
}
public String getOppositeVpcInstanceId() {
return this.oppositeVpcInstanceId;
}
public void setOppositeVpcInstanceId(String oppositeVpcInstanceId) {
this.oppositeVpcInstanceId = oppositeVpcInstanceId;
}
public String getRegionId() {
return this.regionId;
}
public void setRegionId(String regionId) {
this.regionId = regionId;
}
public String getRole() {
return this.role;
}
public void setRole(String role) {
this.role = role;
}
public String getRouterId() {
return this.routerId;
}
public void setRouterId(String routerId) {
this.routerId = routerId;
}
public String getRouterType() {
return this.routerType;
}
public void setRouterType(String routerType) {
this.routerType = routerType;
}
public String getSpec() {
return this.spec;
}
public void setSpec(String spec) {
this.spec = spec;
}
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
}
public String getVpcInstanceId() {
return this.vpcInstanceId;
}
public void setVpcInstanceId(String vpcInstanceId) {
this.vpcInstanceId = vpcInstanceId;
}
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
}
public String getDescription() {
return this.description;
}
public void setDescription(String description) {
this.description = description;
}
public String getHealthCheckSourceIp() {
return this.healthCheckSourceIp;
}
public void setHealthCheckSourceIp(String healthCheckSourceIp) {
this.healthCheckSourceIp = healthCheckSourceIp;
}
public String getHealthCheckTargetIp() {
return this.healthCheckTargetIp;
}
public void setHealthCheckTargetIp(String healthCheckTargetIp) {
this.healthCheckTargetIp = healthCheckTargetIp;
}
}
@Override
public DescribeRouterInterfacesForGlobalResponse getInstance(UnmarshallerContext context) {
return DescribeRouterInterfacesForGlobalResponseUnmarshaller.unmarshall(this, context);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy