index
int64
repo_id
string
file_path
string
content
string
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/ListCenInterRegionTrafficQosQueuesRequest.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cbn.Endpoint; /** * @author auto create * @version */ public class ListCenInterRegionTrafficQosQueuesRequest extends RpcAcsRequest<ListCenInterRegionTrafficQosQueuesResponse> { private String trafficQosQueueName; private Long resourceOwnerId; private String trafficQosQueueId; private String trafficQosQueueDescription; private String nextToken; private String trafficQosPolicyId; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; private String transitRouterId; private String transitRouterAttachmentId; private Integer maxResults; public ListCenInterRegionTrafficQosQueuesRequest() { super("Cbn", "2017-09-12", "ListCenInterRegionTrafficQosQueues", "cbn"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public String getTrafficQosQueueName() { return this.trafficQosQueueName; } public void setTrafficQosQueueName(String trafficQosQueueName) { this.trafficQosQueueName = trafficQosQueueName; if(trafficQosQueueName != null){ putQueryParameter("TrafficQosQueueName", trafficQosQueueName); } } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getTrafficQosQueueId() { return this.trafficQosQueueId; } public void setTrafficQosQueueId(String trafficQosQueueId) { this.trafficQosQueueId = trafficQosQueueId; if(trafficQosQueueId != null){ putQueryParameter("TrafficQosQueueId", trafficQosQueueId); } } public String getTrafficQosQueueDescription() { return this.trafficQosQueueDescription; } public void setTrafficQosQueueDescription(String trafficQosQueueDescription) { this.trafficQosQueueDescription = trafficQosQueueDescription; if(trafficQosQueueDescription != null){ putQueryParameter("TrafficQosQueueDescription", trafficQosQueueDescription); } } public String getNextToken() { return this.nextToken; } public void setNextToken(String nextToken) { this.nextToken = nextToken; if(nextToken != null){ putQueryParameter("NextToken", nextToken); } } public String getTrafficQosPolicyId() { return this.trafficQosPolicyId; } public void setTrafficQosPolicyId(String trafficQosPolicyId) { this.trafficQosPolicyId = trafficQosPolicyId; if(trafficQosPolicyId != null){ putQueryParameter("TrafficQosPolicyId", trafficQosPolicyId); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public String getTransitRouterId() { return this.transitRouterId; } public void setTransitRouterId(String transitRouterId) { this.transitRouterId = transitRouterId; if(transitRouterId != null){ putQueryParameter("TransitRouterId", transitRouterId); } } public String getTransitRouterAttachmentId() { return this.transitRouterAttachmentId; } public void setTransitRouterAttachmentId(String transitRouterAttachmentId) { this.transitRouterAttachmentId = transitRouterAttachmentId; if(transitRouterAttachmentId != null){ putQueryParameter("TransitRouterAttachmentId", transitRouterAttachmentId); } } public Integer getMaxResults() { return this.maxResults; } public void setMaxResults(Integer maxResults) { this.maxResults = maxResults; if(maxResults != null){ putQueryParameter("MaxResults", maxResults.toString()); } } @Override public Class<ListCenInterRegionTrafficQosQueuesResponse> getResponseClass() { return ListCenInterRegionTrafficQosQueuesResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/ListCenInterRegionTrafficQosQueuesResponse.java
/* * 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.cbn.model.v20170912; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cbn.transform.v20170912.ListCenInterRegionTrafficQosQueuesResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListCenInterRegionTrafficQosQueuesResponse extends AcsResponse { private String nextToken; private String requestId; private List<TrafficQosQueue> trafficQosQueues; public String getNextToken() { return this.nextToken; } public void setNextToken(String nextToken) { this.nextToken = nextToken; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public List<TrafficQosQueue> getTrafficQosQueues() { return this.trafficQosQueues; } public void setTrafficQosQueues(List<TrafficQosQueue> trafficQosQueues) { this.trafficQosQueues = trafficQosQueues; } public static class TrafficQosQueue { private String transitRouterAttachmentId; private String transitRouterId; private String trafficQosQueueName; private Integer remainBandwidthPercent; private String trafficQosPolicyId; private String trafficQosQueueId; private String trafficQosQueueDescription; private String status; private List<Integer> dscps; public String getTransitRouterAttachmentId() { return this.transitRouterAttachmentId; } public void setTransitRouterAttachmentId(String transitRouterAttachmentId) { this.transitRouterAttachmentId = transitRouterAttachmentId; } public String getTransitRouterId() { return this.transitRouterId; } public void setTransitRouterId(String transitRouterId) { this.transitRouterId = transitRouterId; } public String getTrafficQosQueueName() { return this.trafficQosQueueName; } public void setTrafficQosQueueName(String trafficQosQueueName) { this.trafficQosQueueName = trafficQosQueueName; } public Integer getRemainBandwidthPercent() { return this.remainBandwidthPercent; } public void setRemainBandwidthPercent(Integer remainBandwidthPercent) { this.remainBandwidthPercent = remainBandwidthPercent; } public String getTrafficQosPolicyId() { return this.trafficQosPolicyId; } public void setTrafficQosPolicyId(String trafficQosPolicyId) { this.trafficQosPolicyId = trafficQosPolicyId; } public String getTrafficQosQueueId() { return this.trafficQosQueueId; } public void setTrafficQosQueueId(String trafficQosQueueId) { this.trafficQosQueueId = trafficQosQueueId; } public String getTrafficQosQueueDescription() { return this.trafficQosQueueDescription; } public void setTrafficQosQueueDescription(String trafficQosQueueDescription) { this.trafficQosQueueDescription = trafficQosQueueDescription; } public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } public List<Integer> getDscps() { return this.dscps; } public void setDscps(List<Integer> dscps) { this.dscps = dscps; } } @Override public ListCenInterRegionTrafficQosQueuesResponse getInstance(UnmarshallerContext context) { return ListCenInterRegionTrafficQosQueuesResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/ListGrantVSwitchEnisRequest.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.RpcAcsRequest; import java.util.List; import com.aliyuncs.http.MethodType; import com.aliyuncs.cbn.Endpoint; /** * @author auto create * @version */ public class ListGrantVSwitchEnisRequest extends RpcAcsRequest<ListGrantVSwitchEnisResponse> { private Long resourceOwnerId; private String cenId; private String nextToken; private String networkInterfaceName; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; private String vSwitchId; private String vpcId; private Long maxResults; private String primaryIpAddress; private List<String> networkInterfaceId; public ListGrantVSwitchEnisRequest() { super("Cbn", "2017-09-12", "ListGrantVSwitchEnis", "cbn"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getCenId() { return this.cenId; } public void setCenId(String cenId) { this.cenId = cenId; if(cenId != null){ putQueryParameter("CenId", cenId); } } public String getNextToken() { return this.nextToken; } public void setNextToken(String nextToken) { this.nextToken = nextToken; if(nextToken != null){ putQueryParameter("NextToken", nextToken); } } public String getNetworkInterfaceName() { return this.networkInterfaceName; } public void setNetworkInterfaceName(String networkInterfaceName) { this.networkInterfaceName = networkInterfaceName; if(networkInterfaceName != null){ putQueryParameter("NetworkInterfaceName", networkInterfaceName); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public String getVSwitchId() { return this.vSwitchId; } public void setVSwitchId(String vSwitchId) { this.vSwitchId = vSwitchId; if(vSwitchId != null){ putQueryParameter("VSwitchId", vSwitchId); } } public String getVpcId() { return this.vpcId; } public void setVpcId(String vpcId) { this.vpcId = vpcId; if(vpcId != null){ putQueryParameter("VpcId", vpcId); } } public Long getMaxResults() { return this.maxResults; } public void setMaxResults(Long maxResults) { this.maxResults = maxResults; if(maxResults != null){ putQueryParameter("MaxResults", maxResults.toString()); } } public String getPrimaryIpAddress() { return this.primaryIpAddress; } public void setPrimaryIpAddress(String primaryIpAddress) { this.primaryIpAddress = primaryIpAddress; if(primaryIpAddress != null){ putQueryParameter("PrimaryIpAddress", primaryIpAddress); } } public List<String> getNetworkInterfaceId() { return this.networkInterfaceId; } public void setNetworkInterfaceId(List<String> networkInterfaceId) { this.networkInterfaceId = networkInterfaceId; if (networkInterfaceId != null) { for (int depth1 = 0; depth1 < networkInterfaceId.size(); depth1++) { putQueryParameter("NetworkInterfaceId." + (depth1 + 1) , networkInterfaceId.get(depth1)); } } } @Override public Class<ListGrantVSwitchEnisResponse> getResponseClass() { return ListGrantVSwitchEnisResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/ListGrantVSwitchEnisResponse.java
/* * 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.cbn.model.v20170912; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cbn.transform.v20170912.ListGrantVSwitchEnisResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListGrantVSwitchEnisResponse extends AcsResponse { private String requestId; private String totalCount; private String nextToken; private Long maxResults; private List<GrantVSwitchEni> grantVSwitchEnis; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getTotalCount() { return this.totalCount; } public void setTotalCount(String totalCount) { this.totalCount = totalCount; } public String getNextToken() { return this.nextToken; } public void setNextToken(String nextToken) { this.nextToken = nextToken; } public Long getMaxResults() { return this.maxResults; } public void setMaxResults(Long maxResults) { this.maxResults = maxResults; } public List<GrantVSwitchEni> getGrantVSwitchEnis() { return this.grantVSwitchEnis; } public void setGrantVSwitchEnis(List<GrantVSwitchEni> grantVSwitchEnis) { this.grantVSwitchEnis = grantVSwitchEnis; } public static class GrantVSwitchEni { private String vpcId; private String vSwitchId; private String networkInterfaceId; private String description; private Boolean transitRouterFlag; private String networkInterfaceName; private String primaryIpAddress; public String getVpcId() { return this.vpcId; } public void setVpcId(String vpcId) { this.vpcId = vpcId; } public String getVSwitchId() { return this.vSwitchId; } public void setVSwitchId(String vSwitchId) { this.vSwitchId = vSwitchId; } public String getNetworkInterfaceId() { return this.networkInterfaceId; } public void setNetworkInterfaceId(String networkInterfaceId) { this.networkInterfaceId = networkInterfaceId; } public String getDescription() { return this.description; } public void setDescription(String description) { this.description = description; } public Boolean getTransitRouterFlag() { return this.transitRouterFlag; } public void setTransitRouterFlag(Boolean transitRouterFlag) { this.transitRouterFlag = transitRouterFlag; } public String getNetworkInterfaceName() { return this.networkInterfaceName; } public void setNetworkInterfaceName(String networkInterfaceName) { this.networkInterfaceName = networkInterfaceName; } public String getPrimaryIpAddress() { return this.primaryIpAddress; } public void setPrimaryIpAddress(String primaryIpAddress) { this.primaryIpAddress = primaryIpAddress; } } @Override public ListGrantVSwitchEnisResponse getInstance(UnmarshallerContext context) { return ListGrantVSwitchEnisResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/ListGrantVSwitchesToCenRequest.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cbn.Endpoint; /** * @author auto create * @version */ public class ListGrantVSwitchesToCenRequest extends RpcAcsRequest<ListGrantVSwitchesToCenResponse> { private Long resourceOwnerId; private String cenId; private Integer pageNumber; private Integer pageSize; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; private String vpcId; private String zoneId; public ListGrantVSwitchesToCenRequest() { super("Cbn", "2017-09-12", "ListGrantVSwitchesToCen", "cbn"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getCenId() { return this.cenId; } public void setCenId(String cenId) { this.cenId = cenId; if(cenId != null){ putQueryParameter("CenId", cenId); } } public Integer getPageNumber() { return this.pageNumber; } public void setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; if(pageNumber != null){ putQueryParameter("PageNumber", pageNumber.toString()); } } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("PageSize", pageSize.toString()); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public String getVpcId() { return this.vpcId; } public void setVpcId(String vpcId) { this.vpcId = vpcId; if(vpcId != null){ putQueryParameter("VpcId", vpcId); } } public String getZoneId() { return this.zoneId; } public void setZoneId(String zoneId) { this.zoneId = zoneId; if(zoneId != null){ putQueryParameter("ZoneId", zoneId); } } @Override public Class<ListGrantVSwitchesToCenResponse> getResponseClass() { return ListGrantVSwitchesToCenResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/ListGrantVSwitchesToCenResponse.java
/* * 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.cbn.model.v20170912; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cbn.transform.v20170912.ListGrantVSwitchesToCenResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListGrantVSwitchesToCenResponse extends AcsResponse { private Integer pageSize; private String requestId; private Integer pageNumber; private Integer totalCount; private List<VSwitch> vSwitches; public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } 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<VSwitch> getVSwitches() { return this.vSwitches; } public void setVSwitches(List<VSwitch> vSwitches) { this.vSwitches = vSwitches; } public static class VSwitch { private String vpcId; private String zoneId; private String vSwitchId; private String vSwitchName; public String getVpcId() { return this.vpcId; } public void setVpcId(String vpcId) { this.vpcId = vpcId; } public String getZoneId() { return this.zoneId; } public void setZoneId(String zoneId) { this.zoneId = zoneId; } public String getVSwitchId() { return this.vSwitchId; } public void setVSwitchId(String vSwitchId) { this.vSwitchId = vSwitchId; } public String getVSwitchName() { return this.vSwitchName; } public void setVSwitchName(String vSwitchName) { this.vSwitchName = vSwitchName; } } @Override public ListGrantVSwitchesToCenResponse getInstance(UnmarshallerContext context) { return ListGrantVSwitchesToCenResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/ListTagResourcesRequest.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.RpcAcsRequest; import java.util.List; import com.aliyuncs.http.MethodType; import com.aliyuncs.cbn.Endpoint; /** * @author auto create * @version */ public class ListTagResourcesRequest extends RpcAcsRequest<ListTagResourcesResponse> { private Long resourceOwnerId; private String nextToken; private Integer pageSize; private List<Tag> tags; private List<String> resourceIds; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; private String resourceType; public ListTagResourcesRequest() { super("Cbn", "2017-09-12", "ListTagResources", "cbn"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getNextToken() { return this.nextToken; } public void setNextToken(String nextToken) { this.nextToken = nextToken; if(nextToken != null){ putQueryParameter("NextToken", nextToken); } } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("PageSize", pageSize.toString()); } } public List<Tag> getTags() { return this.tags; } public void setTags(List<Tag> tags) { this.tags = tags; if (tags != null) { for (int depth1 = 0; depth1 < tags.size(); depth1++) { putQueryParameter("Tag." + (depth1 + 1) + ".Value" , tags.get(depth1).getValue()); putQueryParameter("Tag." + (depth1 + 1) + ".Key" , tags.get(depth1).getKey()); } } } public List<String> getResourceIds() { return this.resourceIds; } public void setResourceIds(List<String> resourceIds) { this.resourceIds = resourceIds; if (resourceIds != null) { for (int i = 0; i < resourceIds.size(); i++) { putQueryParameter("ResourceId." + (i + 1) , resourceIds.get(i)); } } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public String getResourceType() { return this.resourceType; } public void setResourceType(String resourceType) { this.resourceType = resourceType; if(resourceType != null){ putQueryParameter("ResourceType", resourceType); } } public static class Tag { private String value; private String key; public String getValue() { return this.value; } public void setValue(String value) { this.value = value; } public String getKey() { return this.key; } public void setKey(String key) { this.key = key; } } @Override public Class<ListTagResourcesResponse> getResponseClass() { return ListTagResourcesResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/ListTagResourcesResponse.java
/* * 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.cbn.model.v20170912; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cbn.transform.v20170912.ListTagResourcesResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListTagResourcesResponse extends AcsResponse { private String nextToken; private String requestId; private List<TagResource> tagResources; public String getNextToken() { return this.nextToken; } public void setNextToken(String nextToken) { this.nextToken = nextToken; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public List<TagResource> getTagResources() { return this.tagResources; } public void setTagResources(List<TagResource> tagResources) { this.tagResources = tagResources; } public static class TagResource { private String resourceType; private String tagValue; private String resourceId; private String tagKey; public String getResourceType() { return this.resourceType; } public void setResourceType(String resourceType) { this.resourceType = resourceType; } public String getTagValue() { return this.tagValue; } public void setTagValue(String tagValue) { this.tagValue = tagValue; } public String getResourceId() { return this.resourceId; } public void setResourceId(String resourceId) { this.resourceId = resourceId; } public String getTagKey() { return this.tagKey; } public void setTagKey(String tagKey) { this.tagKey = tagKey; } } @Override public ListTagResourcesResponse getInstance(UnmarshallerContext context) { return ListTagResourcesResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/ListTrafficMarkingPoliciesRequest.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cbn.Endpoint; /** * @author auto create * @version */ public class ListTrafficMarkingPoliciesRequest extends RpcAcsRequest<ListTrafficMarkingPoliciesResponse> { private Long resourceOwnerId; private String trafficMarkingPolicyDescription; private String trafficMarkingPolicyId; private String nextToken; private String trafficMarkingPolicyName; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; private String transitRouterId; private Integer maxResults; public ListTrafficMarkingPoliciesRequest() { super("Cbn", "2017-09-12", "ListTrafficMarkingPolicies", "cbn"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getTrafficMarkingPolicyDescription() { return this.trafficMarkingPolicyDescription; } public void setTrafficMarkingPolicyDescription(String trafficMarkingPolicyDescription) { this.trafficMarkingPolicyDescription = trafficMarkingPolicyDescription; if(trafficMarkingPolicyDescription != null){ putQueryParameter("TrafficMarkingPolicyDescription", trafficMarkingPolicyDescription); } } public String getTrafficMarkingPolicyId() { return this.trafficMarkingPolicyId; } public void setTrafficMarkingPolicyId(String trafficMarkingPolicyId) { this.trafficMarkingPolicyId = trafficMarkingPolicyId; if(trafficMarkingPolicyId != null){ putQueryParameter("TrafficMarkingPolicyId", trafficMarkingPolicyId); } } public String getNextToken() { return this.nextToken; } public void setNextToken(String nextToken) { this.nextToken = nextToken; if(nextToken != null){ putQueryParameter("NextToken", nextToken); } } public String getTrafficMarkingPolicyName() { return this.trafficMarkingPolicyName; } public void setTrafficMarkingPolicyName(String trafficMarkingPolicyName) { this.trafficMarkingPolicyName = trafficMarkingPolicyName; if(trafficMarkingPolicyName != null){ putQueryParameter("TrafficMarkingPolicyName", trafficMarkingPolicyName); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public String getTransitRouterId() { return this.transitRouterId; } public void setTransitRouterId(String transitRouterId) { this.transitRouterId = transitRouterId; if(transitRouterId != null){ putQueryParameter("TransitRouterId", transitRouterId); } } public Integer getMaxResults() { return this.maxResults; } public void setMaxResults(Integer maxResults) { this.maxResults = maxResults; if(maxResults != null){ putQueryParameter("MaxResults", maxResults.toString()); } } @Override public Class<ListTrafficMarkingPoliciesResponse> getResponseClass() { return ListTrafficMarkingPoliciesResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/ListTrafficMarkingPoliciesResponse.java
/* * 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.cbn.model.v20170912; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cbn.transform.v20170912.ListTrafficMarkingPoliciesResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListTrafficMarkingPoliciesResponse extends AcsResponse { private String nextToken; private String requestId; private Integer totalCount; private Integer maxResults; private List<TrafficMarkingPolicy> trafficMarkingPolicies; public String getNextToken() { return this.nextToken; } public void setNextToken(String nextToken) { this.nextToken = nextToken; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Integer getTotalCount() { return this.totalCount; } public void setTotalCount(Integer totalCount) { this.totalCount = totalCount; } public Integer getMaxResults() { return this.maxResults; } public void setMaxResults(Integer maxResults) { this.maxResults = maxResults; } public List<TrafficMarkingPolicy> getTrafficMarkingPolicies() { return this.trafficMarkingPolicies; } public void setTrafficMarkingPolicies(List<TrafficMarkingPolicy> trafficMarkingPolicies) { this.trafficMarkingPolicies = trafficMarkingPolicies; } public static class TrafficMarkingPolicy { private String trafficMarkingPolicyStatus; private String trafficMarkingPolicyId; private Integer markingDscp; private String trafficMarkingPolicyName; private Integer priority; private String trafficMarkingPolicyDescription; private String transitRouterId; private List<TrafficMatchRule> trafficMatchRules; public String getTrafficMarkingPolicyStatus() { return this.trafficMarkingPolicyStatus; } public void setTrafficMarkingPolicyStatus(String trafficMarkingPolicyStatus) { this.trafficMarkingPolicyStatus = trafficMarkingPolicyStatus; } public String getTrafficMarkingPolicyId() { return this.trafficMarkingPolicyId; } public void setTrafficMarkingPolicyId(String trafficMarkingPolicyId) { this.trafficMarkingPolicyId = trafficMarkingPolicyId; } public Integer getMarkingDscp() { return this.markingDscp; } public void setMarkingDscp(Integer markingDscp) { this.markingDscp = markingDscp; } public String getTrafficMarkingPolicyName() { return this.trafficMarkingPolicyName; } public void setTrafficMarkingPolicyName(String trafficMarkingPolicyName) { this.trafficMarkingPolicyName = trafficMarkingPolicyName; } public Integer getPriority() { return this.priority; } public void setPriority(Integer priority) { this.priority = priority; } public String getTrafficMarkingPolicyDescription() { return this.trafficMarkingPolicyDescription; } public void setTrafficMarkingPolicyDescription(String trafficMarkingPolicyDescription) { this.trafficMarkingPolicyDescription = trafficMarkingPolicyDescription; } public String getTransitRouterId() { return this.transitRouterId; } public void setTransitRouterId(String transitRouterId) { this.transitRouterId = transitRouterId; } public List<TrafficMatchRule> getTrafficMatchRules() { return this.trafficMatchRules; } public void setTrafficMatchRules(List<TrafficMatchRule> trafficMatchRules) { this.trafficMatchRules = trafficMatchRules; } public static class TrafficMatchRule { private Integer matchDscp; private String dstCidr; private String trafficMatchRuleDescription; private String protocol; private String trafficMatchRuleId; private String srcCidr; private String trafficMatchRuleName; private String trafficMatchRuleStatus; private List<Integer> dstPortRange; private List<Integer> srcPortRange; public Integer getMatchDscp() { return this.matchDscp; } public void setMatchDscp(Integer matchDscp) { this.matchDscp = matchDscp; } public String getDstCidr() { return this.dstCidr; } public void setDstCidr(String dstCidr) { this.dstCidr = dstCidr; } public String getTrafficMatchRuleDescription() { return this.trafficMatchRuleDescription; } public void setTrafficMatchRuleDescription(String trafficMatchRuleDescription) { this.trafficMatchRuleDescription = trafficMatchRuleDescription; } public String getBizProtocol() { return this.protocol; } public void setBizProtocol(String protocol) { this.protocol = protocol; } public String getTrafficMatchRuleId() { return this.trafficMatchRuleId; } public void setTrafficMatchRuleId(String trafficMatchRuleId) { this.trafficMatchRuleId = trafficMatchRuleId; } public String getSrcCidr() { return this.srcCidr; } public void setSrcCidr(String srcCidr) { this.srcCidr = srcCidr; } public String getTrafficMatchRuleName() { return this.trafficMatchRuleName; } public void setTrafficMatchRuleName(String trafficMatchRuleName) { this.trafficMatchRuleName = trafficMatchRuleName; } public String getTrafficMatchRuleStatus() { return this.trafficMatchRuleStatus; } public void setTrafficMatchRuleStatus(String trafficMatchRuleStatus) { this.trafficMatchRuleStatus = trafficMatchRuleStatus; } public List<Integer> getDstPortRange() { return this.dstPortRange; } public void setDstPortRange(List<Integer> dstPortRange) { this.dstPortRange = dstPortRange; } public List<Integer> getSrcPortRange() { return this.srcPortRange; } public void setSrcPortRange(List<Integer> srcPortRange) { this.srcPortRange = srcPortRange; } } } @Override public ListTrafficMarkingPoliciesResponse getInstance(UnmarshallerContext context) { return ListTrafficMarkingPoliciesResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/ListTransitRouterAvailableResourceRequest.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cbn.Endpoint; /** * @author auto create * @version */ public class ListTransitRouterAvailableResourceRequest extends RpcAcsRequest<ListTransitRouterAvailableResourceResponse> { private Long resourceOwnerId; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; private Boolean supportMulticast; public ListTransitRouterAvailableResourceRequest() { super("Cbn", "2017-09-12", "ListTransitRouterAvailableResource", "cbn"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public Boolean getSupportMulticast() { return this.supportMulticast; } public void setSupportMulticast(Boolean supportMulticast) { this.supportMulticast = supportMulticast; if(supportMulticast != null){ putQueryParameter("SupportMulticast", supportMulticast.toString()); } } @Override public Class<ListTransitRouterAvailableResourceResponse> getResponseClass() { return ListTransitRouterAvailableResourceResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/ListTransitRouterAvailableResourceResponse.java
/* * 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.cbn.model.v20170912; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cbn.transform.v20170912.ListTransitRouterAvailableResourceResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListTransitRouterAvailableResourceResponse extends AcsResponse { private String requestId; private Boolean supportMulticast; private List<String> slaveZones; private List<String> masterZones; private List<String> availableZones; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSupportMulticast() { return this.supportMulticast; } public void setSupportMulticast(Boolean supportMulticast) { this.supportMulticast = supportMulticast; } public List<String> getSlaveZones() { return this.slaveZones; } public void setSlaveZones(List<String> slaveZones) { this.slaveZones = slaveZones; } public List<String> getMasterZones() { return this.masterZones; } public void setMasterZones(List<String> masterZones) { this.masterZones = masterZones; } public List<String> getAvailableZones() { return this.availableZones; } public void setAvailableZones(List<String> availableZones) { this.availableZones = availableZones; } @Override public ListTransitRouterAvailableResourceResponse getInstance(UnmarshallerContext context) { return ListTransitRouterAvailableResourceResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/ListTransitRouterCidrAllocationRequest.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cbn.Endpoint; /** * @author auto create * @version */ public class ListTransitRouterCidrAllocationRequest extends RpcAcsRequest<ListTransitRouterCidrAllocationResponse> { private Long resourceOwnerId; private String clientToken; private String transitRouterCidrId; private String nextToken; private String cidr; private String dedicatedOwnerId; private Boolean dryRun; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; private String transitRouterId; private String attachmentName; private String cidrBlock; private Integer maxResults; private String attachmentId; public ListTransitRouterCidrAllocationRequest() { super("Cbn", "2017-09-12", "ListTransitRouterCidrAllocation", "cbn"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getClientToken() { return this.clientToken; } public void setClientToken(String clientToken) { this.clientToken = clientToken; if(clientToken != null){ putQueryParameter("ClientToken", clientToken); } } public String getTransitRouterCidrId() { return this.transitRouterCidrId; } public void setTransitRouterCidrId(String transitRouterCidrId) { this.transitRouterCidrId = transitRouterCidrId; if(transitRouterCidrId != null){ putQueryParameter("TransitRouterCidrId", transitRouterCidrId); } } public String getNextToken() { return this.nextToken; } public void setNextToken(String nextToken) { this.nextToken = nextToken; if(nextToken != null){ putQueryParameter("NextToken", nextToken); } } public String getCidr() { return this.cidr; } public void setCidr(String cidr) { this.cidr = cidr; if(cidr != null){ putQueryParameter("Cidr", cidr); } } public String getDedicatedOwnerId() { return this.dedicatedOwnerId; } public void setDedicatedOwnerId(String dedicatedOwnerId) { this.dedicatedOwnerId = dedicatedOwnerId; if(dedicatedOwnerId != null){ putQueryParameter("DedicatedOwnerId", dedicatedOwnerId); } } public Boolean getDryRun() { return this.dryRun; } public void setDryRun(Boolean dryRun) { this.dryRun = dryRun; if(dryRun != null){ putQueryParameter("DryRun", dryRun.toString()); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public String getTransitRouterId() { return this.transitRouterId; } public void setTransitRouterId(String transitRouterId) { this.transitRouterId = transitRouterId; if(transitRouterId != null){ putQueryParameter("TransitRouterId", transitRouterId); } } public String getAttachmentName() { return this.attachmentName; } public void setAttachmentName(String attachmentName) { this.attachmentName = attachmentName; if(attachmentName != null){ putQueryParameter("AttachmentName", attachmentName); } } public String getCidrBlock() { return this.cidrBlock; } public void setCidrBlock(String cidrBlock) { this.cidrBlock = cidrBlock; if(cidrBlock != null){ putQueryParameter("CidrBlock", cidrBlock); } } public Integer getMaxResults() { return this.maxResults; } public void setMaxResults(Integer maxResults) { this.maxResults = maxResults; if(maxResults != null){ putQueryParameter("MaxResults", maxResults.toString()); } } public String getAttachmentId() { return this.attachmentId; } public void setAttachmentId(String attachmentId) { this.attachmentId = attachmentId; if(attachmentId != null){ putQueryParameter("AttachmentId", attachmentId); } } @Override public Class<ListTransitRouterCidrAllocationResponse> getResponseClass() { return ListTransitRouterCidrAllocationResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/ListTransitRouterCidrAllocationResponse.java
/* * 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.cbn.model.v20170912; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cbn.transform.v20170912.ListTransitRouterCidrAllocationResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListTransitRouterCidrAllocationResponse extends AcsResponse { private String nextToken; private String requestId; private Integer totalCount; private Integer maxResults; private List<TransitRouterCidrAllocation> transitRouterCidrAllocations; public String getNextToken() { return this.nextToken; } public void setNextToken(String nextToken) { this.nextToken = nextToken; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Integer getTotalCount() { return this.totalCount; } public void setTotalCount(Integer totalCount) { this.totalCount = totalCount; } public Integer getMaxResults() { return this.maxResults; } public void setMaxResults(Integer maxResults) { this.maxResults = maxResults; } public List<TransitRouterCidrAllocation> getTransitRouterCidrAllocations() { return this.transitRouterCidrAllocations; } public void setTransitRouterCidrAllocations(List<TransitRouterCidrAllocation> transitRouterCidrAllocations) { this.transitRouterCidrAllocations = transitRouterCidrAllocations; } public static class TransitRouterCidrAllocation { private String transitRouterCidrId; private String allocatedCidrBlock; private String attachmentId; private String cidr; private String attachmentName; public String getTransitRouterCidrId() { return this.transitRouterCidrId; } public void setTransitRouterCidrId(String transitRouterCidrId) { this.transitRouterCidrId = transitRouterCidrId; } public String getAllocatedCidrBlock() { return this.allocatedCidrBlock; } public void setAllocatedCidrBlock(String allocatedCidrBlock) { this.allocatedCidrBlock = allocatedCidrBlock; } public String getAttachmentId() { return this.attachmentId; } public void setAttachmentId(String attachmentId) { this.attachmentId = attachmentId; } public String getCidr() { return this.cidr; } public void setCidr(String cidr) { this.cidr = cidr; } public String getAttachmentName() { return this.attachmentName; } public void setAttachmentName(String attachmentName) { this.attachmentName = attachmentName; } } @Override public ListTransitRouterCidrAllocationResponse getInstance(UnmarshallerContext context) { return ListTransitRouterCidrAllocationResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/ListTransitRouterCidrRequest.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cbn.Endpoint; /** * @author auto create * @version */ public class ListTransitRouterCidrRequest extends RpcAcsRequest<ListTransitRouterCidrResponse> { private Long resourceOwnerId; private String clientToken; private String transitRouterCidrId; private Boolean dryRun; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; private String transitRouterId; public ListTransitRouterCidrRequest() { super("Cbn", "2017-09-12", "ListTransitRouterCidr", "cbn"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getClientToken() { return this.clientToken; } public void setClientToken(String clientToken) { this.clientToken = clientToken; if(clientToken != null){ putQueryParameter("ClientToken", clientToken); } } public String getTransitRouterCidrId() { return this.transitRouterCidrId; } public void setTransitRouterCidrId(String transitRouterCidrId) { this.transitRouterCidrId = transitRouterCidrId; if(transitRouterCidrId != null){ putQueryParameter("TransitRouterCidrId", transitRouterCidrId); } } public Boolean getDryRun() { return this.dryRun; } public void setDryRun(Boolean dryRun) { this.dryRun = dryRun; if(dryRun != null){ putQueryParameter("DryRun", dryRun.toString()); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public String getTransitRouterId() { return this.transitRouterId; } public void setTransitRouterId(String transitRouterId) { this.transitRouterId = transitRouterId; if(transitRouterId != null){ putQueryParameter("TransitRouterId", transitRouterId); } } @Override public Class<ListTransitRouterCidrResponse> getResponseClass() { return ListTransitRouterCidrResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/ListTransitRouterCidrResponse.java
/* * 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.cbn.model.v20170912; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cbn.transform.v20170912.ListTransitRouterCidrResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListTransitRouterCidrResponse extends AcsResponse { private String requestId; private List<CidrListsItem> cidrLists; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public List<CidrListsItem> getCidrLists() { return this.cidrLists; } public void setCidrLists(List<CidrListsItem> cidrLists) { this.cidrLists = cidrLists; } public static class CidrListsItem { private String transitRouterCidrId; private String family; private String name; private String description; private String cidr; private Boolean publishCidrRoute; private String transitRouterId; public String getTransitRouterCidrId() { return this.transitRouterCidrId; } public void setTransitRouterCidrId(String transitRouterCidrId) { this.transitRouterCidrId = transitRouterCidrId; } public String getFamily() { return this.family; } public void setFamily(String family) { this.family = family; } 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 getCidr() { return this.cidr; } public void setCidr(String cidr) { this.cidr = cidr; } public Boolean getPublishCidrRoute() { return this.publishCidrRoute; } public void setPublishCidrRoute(Boolean publishCidrRoute) { this.publishCidrRoute = publishCidrRoute; } public String getTransitRouterId() { return this.transitRouterId; } public void setTransitRouterId(String transitRouterId) { this.transitRouterId = transitRouterId; } } @Override public ListTransitRouterCidrResponse getInstance(UnmarshallerContext context) { return ListTransitRouterCidrResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/ListTransitRouterEcrAttachmentsRequest.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.RpcAcsRequest; import java.util.List; import com.aliyuncs.http.MethodType; import com.aliyuncs.cbn.Endpoint; /** * @author auto create * @version */ public class ListTransitRouterEcrAttachmentsRequest extends RpcAcsRequest<ListTransitRouterEcrAttachmentsResponse> { private Long resourceOwnerId; private String cenId; private String nextToken; private List<Tag> tags; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; private String transitRouterId; private String transitRouterAttachmentId; private Integer maxResults; public ListTransitRouterEcrAttachmentsRequest() { super("Cbn", "2017-09-12", "ListTransitRouterEcrAttachments", "cbn"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getCenId() { return this.cenId; } public void setCenId(String cenId) { this.cenId = cenId; if(cenId != null){ putQueryParameter("CenId", cenId); } } public String getNextToken() { return this.nextToken; } public void setNextToken(String nextToken) { this.nextToken = nextToken; if(nextToken != null){ putQueryParameter("NextToken", nextToken); } } public List<Tag> getTags() { return this.tags; } public void setTags(List<Tag> tags) { this.tags = tags; if (tags != null) { for (int depth1 = 0; depth1 < tags.size(); depth1++) { putQueryParameter("Tag." + (depth1 + 1) + ".Value" , tags.get(depth1).getValue()); putQueryParameter("Tag." + (depth1 + 1) + ".Key" , tags.get(depth1).getKey()); } } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public String getTransitRouterId() { return this.transitRouterId; } public void setTransitRouterId(String transitRouterId) { this.transitRouterId = transitRouterId; if(transitRouterId != null){ putQueryParameter("TransitRouterId", transitRouterId); } } public String getTransitRouterAttachmentId() { return this.transitRouterAttachmentId; } public void setTransitRouterAttachmentId(String transitRouterAttachmentId) { this.transitRouterAttachmentId = transitRouterAttachmentId; if(transitRouterAttachmentId != null){ putQueryParameter("TransitRouterAttachmentId", transitRouterAttachmentId); } } public Integer getMaxResults() { return this.maxResults; } public void setMaxResults(Integer maxResults) { this.maxResults = maxResults; if(maxResults != null){ putQueryParameter("MaxResults", maxResults.toString()); } } public static class Tag { private String value; private String key; public String getValue() { return this.value; } public void setValue(String value) { this.value = value; } public String getKey() { return this.key; } public void setKey(String key) { this.key = key; } } @Override public Class<ListTransitRouterEcrAttachmentsResponse> getResponseClass() { return ListTransitRouterEcrAttachmentsResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/ListTransitRouterEcrAttachmentsResponse.java
/* * 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.cbn.model.v20170912; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cbn.transform.v20170912.ListTransitRouterEcrAttachmentsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListTransitRouterEcrAttachmentsResponse extends AcsResponse { private String nextToken; private String requestId; private Integer totalCount; private Integer maxResults; private List<TransitRouterAttachment> transitRouterAttachments; public String getNextToken() { return this.nextToken; } public void setNextToken(String nextToken) { this.nextToken = nextToken; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Integer getTotalCount() { return this.totalCount; } public void setTotalCount(Integer totalCount) { this.totalCount = totalCount; } public Integer getMaxResults() { return this.maxResults; } public void setMaxResults(Integer maxResults) { this.maxResults = maxResults; } public List<TransitRouterAttachment> getTransitRouterAttachments() { return this.transitRouterAttachments; } public void setTransitRouterAttachments(List<TransitRouterAttachment> transitRouterAttachments) { this.transitRouterAttachments = transitRouterAttachments; } public static class TransitRouterAttachment { private String creationTime; private String status; private String transitRouterAttachmentId; private String transitRouterId; private String resourceType; private String transitRouterRegionId; private String transitRouterAttachmentDescription; private Long ecrOwnerId; private Boolean autoPublishRouteEnabled; private String ecrId; private String transitRouterAttachmentName; private String cenId; private String orderType; private List<Tag> tags; public String getCreationTime() { return this.creationTime; } public void setCreationTime(String creationTime) { this.creationTime = creationTime; } public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } public String getTransitRouterAttachmentId() { return this.transitRouterAttachmentId; } public void setTransitRouterAttachmentId(String transitRouterAttachmentId) { this.transitRouterAttachmentId = transitRouterAttachmentId; } public String getTransitRouterId() { return this.transitRouterId; } public void setTransitRouterId(String transitRouterId) { this.transitRouterId = transitRouterId; } public String getResourceType() { return this.resourceType; } public void setResourceType(String resourceType) { this.resourceType = resourceType; } public String getTransitRouterRegionId() { return this.transitRouterRegionId; } public void setTransitRouterRegionId(String transitRouterRegionId) { this.transitRouterRegionId = transitRouterRegionId; } public String getTransitRouterAttachmentDescription() { return this.transitRouterAttachmentDescription; } public void setTransitRouterAttachmentDescription(String transitRouterAttachmentDescription) { this.transitRouterAttachmentDescription = transitRouterAttachmentDescription; } public Long getEcrOwnerId() { return this.ecrOwnerId; } public void setEcrOwnerId(Long ecrOwnerId) { this.ecrOwnerId = ecrOwnerId; } public Boolean getAutoPublishRouteEnabled() { return this.autoPublishRouteEnabled; } public void setAutoPublishRouteEnabled(Boolean autoPublishRouteEnabled) { this.autoPublishRouteEnabled = autoPublishRouteEnabled; } public String getEcrId() { return this.ecrId; } public void setEcrId(String ecrId) { this.ecrId = ecrId; } public String getTransitRouterAttachmentName() { return this.transitRouterAttachmentName; } public void setTransitRouterAttachmentName(String transitRouterAttachmentName) { this.transitRouterAttachmentName = transitRouterAttachmentName; } public String getCenId() { return this.cenId; } public void setCenId(String cenId) { this.cenId = cenId; } public String getOrderType() { return this.orderType; } public void setOrderType(String orderType) { this.orderType = orderType; } public List<Tag> getTags() { return this.tags; } public void setTags(List<Tag> tags) { this.tags = tags; } public static class Tag { private String key; private String value; public String getKey() { return this.key; } public void setKey(String key) { this.key = key; } public String getValue() { return this.value; } public void setValue(String value) { this.value = value; } } } @Override public ListTransitRouterEcrAttachmentsResponse getInstance(UnmarshallerContext context) { return ListTransitRouterEcrAttachmentsResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/ListTransitRouterMulticastDomainAssociationsRequest.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.RpcAcsRequest; import java.util.List; import com.aliyuncs.http.MethodType; import com.aliyuncs.cbn.Endpoint; /** * @author auto create * @version */ public class ListTransitRouterMulticastDomainAssociationsRequest extends RpcAcsRequest<ListTransitRouterMulticastDomainAssociationsResponse> { private Long resourceOwnerId; private String clientToken; private List<String> vSwitchIdss; private String transitRouterMulticastDomainId; private String nextToken; private String resourceId; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; private String resourceType; private String transitRouterAttachmentId; private Long maxResults; public ListTransitRouterMulticastDomainAssociationsRequest() { super("Cbn", "2017-09-12", "ListTransitRouterMulticastDomainAssociations", "cbn"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getClientToken() { return this.clientToken; } public void setClientToken(String clientToken) { this.clientToken = clientToken; if(clientToken != null){ putQueryParameter("ClientToken", clientToken); } } public List<String> getVSwitchIdss() { return this.vSwitchIdss; } public void setVSwitchIdss(List<String> vSwitchIdss) { this.vSwitchIdss = vSwitchIdss; if (vSwitchIdss != null) { for (int i = 0; i < vSwitchIdss.size(); i++) { putQueryParameter("VSwitchIds." + (i + 1) , vSwitchIdss.get(i)); } } } public String getTransitRouterMulticastDomainId() { return this.transitRouterMulticastDomainId; } public void setTransitRouterMulticastDomainId(String transitRouterMulticastDomainId) { this.transitRouterMulticastDomainId = transitRouterMulticastDomainId; if(transitRouterMulticastDomainId != null){ putQueryParameter("TransitRouterMulticastDomainId", transitRouterMulticastDomainId); } } public String getNextToken() { return this.nextToken; } public void setNextToken(String nextToken) { this.nextToken = nextToken; if(nextToken != null){ putQueryParameter("NextToken", nextToken); } } public String getResourceId() { return this.resourceId; } public void setResourceId(String resourceId) { this.resourceId = resourceId; if(resourceId != null){ putQueryParameter("ResourceId", resourceId); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public String getResourceType() { return this.resourceType; } public void setResourceType(String resourceType) { this.resourceType = resourceType; if(resourceType != null){ putQueryParameter("ResourceType", resourceType); } } public String getTransitRouterAttachmentId() { return this.transitRouterAttachmentId; } public void setTransitRouterAttachmentId(String transitRouterAttachmentId) { this.transitRouterAttachmentId = transitRouterAttachmentId; if(transitRouterAttachmentId != null){ putQueryParameter("TransitRouterAttachmentId", transitRouterAttachmentId); } } public Long getMaxResults() { return this.maxResults; } public void setMaxResults(Long maxResults) { this.maxResults = maxResults; if(maxResults != null){ putQueryParameter("MaxResults", maxResults.toString()); } } @Override public Class<ListTransitRouterMulticastDomainAssociationsResponse> getResponseClass() { return ListTransitRouterMulticastDomainAssociationsResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/ListTransitRouterMulticastDomainAssociationsResponse.java
/* * 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.cbn.model.v20170912; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cbn.transform.v20170912.ListTransitRouterMulticastDomainAssociationsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListTransitRouterMulticastDomainAssociationsResponse extends AcsResponse { private String requestId; private Integer totalCount; private Integer maxResults; private String nextToken; private List<TransitRouterMulticastAssociation> transitRouterMulticastAssociations; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Integer getTotalCount() { return this.totalCount; } public void setTotalCount(Integer totalCount) { this.totalCount = totalCount; } public Integer getMaxResults() { return this.maxResults; } public void setMaxResults(Integer maxResults) { this.maxResults = maxResults; } public String getNextToken() { return this.nextToken; } public void setNextToken(String nextToken) { this.nextToken = nextToken; } public List<TransitRouterMulticastAssociation> getTransitRouterMulticastAssociations() { return this.transitRouterMulticastAssociations; } public void setTransitRouterMulticastAssociations(List<TransitRouterMulticastAssociation> transitRouterMulticastAssociations) { this.transitRouterMulticastAssociations = transitRouterMulticastAssociations; } public static class TransitRouterMulticastAssociation { private String transitRouterMulticastDomainId; private String transitRouterAttachmentId; private String vSwitchId; private String status; private String resourceType; private Long resourceOwnerId; private String resourceId; public String getTransitRouterMulticastDomainId() { return this.transitRouterMulticastDomainId; } public void setTransitRouterMulticastDomainId(String transitRouterMulticastDomainId) { this.transitRouterMulticastDomainId = transitRouterMulticastDomainId; } public String getTransitRouterAttachmentId() { return this.transitRouterAttachmentId; } public void setTransitRouterAttachmentId(String transitRouterAttachmentId) { this.transitRouterAttachmentId = transitRouterAttachmentId; } public String getVSwitchId() { return this.vSwitchId; } public void setVSwitchId(String vSwitchId) { this.vSwitchId = vSwitchId; } public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } public String getResourceType() { return this.resourceType; } public void setResourceType(String resourceType) { this.resourceType = resourceType; } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; } public String getResourceId() { return this.resourceId; } public void setResourceId(String resourceId) { this.resourceId = resourceId; } } @Override public ListTransitRouterMulticastDomainAssociationsResponse getInstance(UnmarshallerContext context) { return ListTransitRouterMulticastDomainAssociationsResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/ListTransitRouterMulticastDomainVSwitchesRequest.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.RpcAcsRequest; import java.util.List; import com.aliyuncs.http.MethodType; import com.aliyuncs.cbn.Endpoint; /** * @author auto create * @version */ public class ListTransitRouterMulticastDomainVSwitchesRequest extends RpcAcsRequest<ListTransitRouterMulticastDomainVSwitchesResponse> { private Long resourceOwnerId; private String cenId; private List<String> vSwitchIdss; private String nextToken; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; private String vpcId; private Integer maxResults; public ListTransitRouterMulticastDomainVSwitchesRequest() { super("Cbn", "2017-09-12", "ListTransitRouterMulticastDomainVSwitches", "cbn"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getCenId() { return this.cenId; } public void setCenId(String cenId) { this.cenId = cenId; if(cenId != null){ putQueryParameter("CenId", cenId); } } public List<String> getVSwitchIdss() { return this.vSwitchIdss; } public void setVSwitchIdss(List<String> vSwitchIdss) { this.vSwitchIdss = vSwitchIdss; if (vSwitchIdss != null) { for (int i = 0; i < vSwitchIdss.size(); i++) { putQueryParameter("VSwitchIds." + (i + 1) , vSwitchIdss.get(i)); } } } public String getNextToken() { return this.nextToken; } public void setNextToken(String nextToken) { this.nextToken = nextToken; if(nextToken != null){ putQueryParameter("NextToken", nextToken); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public String getVpcId() { return this.vpcId; } public void setVpcId(String vpcId) { this.vpcId = vpcId; if(vpcId != null){ putQueryParameter("VpcId", vpcId); } } public Integer getMaxResults() { return this.maxResults; } public void setMaxResults(Integer maxResults) { this.maxResults = maxResults; if(maxResults != null){ putQueryParameter("MaxResults", maxResults.toString()); } } @Override public Class<ListTransitRouterMulticastDomainVSwitchesResponse> getResponseClass() { return ListTransitRouterMulticastDomainVSwitchesResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/ListTransitRouterMulticastDomainVSwitchesResponse.java
/* * 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.cbn.model.v20170912; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cbn.transform.v20170912.ListTransitRouterMulticastDomainVSwitchesResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListTransitRouterMulticastDomainVSwitchesResponse extends AcsResponse { private String nextToken; private String requestId; private Integer totalCount; private Integer maxResults; private List<String> vSwitchIds; public String getNextToken() { return this.nextToken; } public void setNextToken(String nextToken) { this.nextToken = nextToken; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Integer getTotalCount() { return this.totalCount; } public void setTotalCount(Integer totalCount) { this.totalCount = totalCount; } public Integer getMaxResults() { return this.maxResults; } public void setMaxResults(Integer maxResults) { this.maxResults = maxResults; } public List<String> getVSwitchIds() { return this.vSwitchIds; } public void setVSwitchIds(List<String> vSwitchIds) { this.vSwitchIds = vSwitchIds; } @Override public ListTransitRouterMulticastDomainVSwitchesResponse getInstance(UnmarshallerContext context) { return ListTransitRouterMulticastDomainVSwitchesResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/ListTransitRouterMulticastDomainsRequest.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.RpcAcsRequest; import java.util.List; import com.aliyuncs.http.MethodType; import com.aliyuncs.cbn.Endpoint; /** * @author auto create * @version */ public class ListTransitRouterMulticastDomainsRequest extends RpcAcsRequest<ListTransitRouterMulticastDomainsResponse> { private Long resourceOwnerId; private String clientToken; private String cenId; private String transitRouterMulticastDomainId; private String nextToken; private List<Tag> tags; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; private String transitRouterId; private Long maxResults; public ListTransitRouterMulticastDomainsRequest() { super("Cbn", "2017-09-12", "ListTransitRouterMulticastDomains", "cbn"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getClientToken() { return this.clientToken; } public void setClientToken(String clientToken) { this.clientToken = clientToken; if(clientToken != null){ putQueryParameter("ClientToken", clientToken); } } public String getCenId() { return this.cenId; } public void setCenId(String cenId) { this.cenId = cenId; if(cenId != null){ putQueryParameter("CenId", cenId); } } public String getTransitRouterMulticastDomainId() { return this.transitRouterMulticastDomainId; } public void setTransitRouterMulticastDomainId(String transitRouterMulticastDomainId) { this.transitRouterMulticastDomainId = transitRouterMulticastDomainId; if(transitRouterMulticastDomainId != null){ putQueryParameter("TransitRouterMulticastDomainId", transitRouterMulticastDomainId); } } public String getNextToken() { return this.nextToken; } public void setNextToken(String nextToken) { this.nextToken = nextToken; if(nextToken != null){ putQueryParameter("NextToken", nextToken); } } public List<Tag> getTags() { return this.tags; } public void setTags(List<Tag> tags) { this.tags = tags; if (tags != null) { for (int depth1 = 0; depth1 < tags.size(); depth1++) { putQueryParameter("Tag." + (depth1 + 1) + ".Value" , tags.get(depth1).getValue()); putQueryParameter("Tag." + (depth1 + 1) + ".Key" , tags.get(depth1).getKey()); } } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public String getTransitRouterId() { return this.transitRouterId; } public void setTransitRouterId(String transitRouterId) { this.transitRouterId = transitRouterId; if(transitRouterId != null){ putQueryParameter("TransitRouterId", transitRouterId); } } public Long getMaxResults() { return this.maxResults; } public void setMaxResults(Long maxResults) { this.maxResults = maxResults; if(maxResults != null){ putQueryParameter("MaxResults", maxResults.toString()); } } public static class Tag { private String value; private String key; public String getValue() { return this.value; } public void setValue(String value) { this.value = value; } public String getKey() { return this.key; } public void setKey(String key) { this.key = key; } } @Override public Class<ListTransitRouterMulticastDomainsResponse> getResponseClass() { return ListTransitRouterMulticastDomainsResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/ListTransitRouterMulticastDomainsResponse.java
/* * 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.cbn.model.v20170912; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cbn.transform.v20170912.ListTransitRouterMulticastDomainsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListTransitRouterMulticastDomainsResponse extends AcsResponse { private String requestId; private Integer totalCount; private Integer maxResults; private String nextToken; private List<TransitRouterMulticastDomain> transitRouterMulticastDomains; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Integer getTotalCount() { return this.totalCount; } public void setTotalCount(Integer totalCount) { this.totalCount = totalCount; } public Integer getMaxResults() { return this.maxResults; } public void setMaxResults(Integer maxResults) { this.maxResults = maxResults; } public String getNextToken() { return this.nextToken; } public void setNextToken(String nextToken) { this.nextToken = nextToken; } public List<TransitRouterMulticastDomain> getTransitRouterMulticastDomains() { return this.transitRouterMulticastDomains; } public void setTransitRouterMulticastDomains(List<TransitRouterMulticastDomain> transitRouterMulticastDomains) { this.transitRouterMulticastDomains = transitRouterMulticastDomains; } public static class TransitRouterMulticastDomain { private String transitRouterMulticastDomainId; private String transitRouterMulticastDomainName; private String transitRouterMulticastDomainDescription; private String status; private String transitRouterId; private String regionId; private String cenId; private List<Tag> tags; public String getTransitRouterMulticastDomainId() { return this.transitRouterMulticastDomainId; } public void setTransitRouterMulticastDomainId(String transitRouterMulticastDomainId) { this.transitRouterMulticastDomainId = transitRouterMulticastDomainId; } public String getTransitRouterMulticastDomainName() { return this.transitRouterMulticastDomainName; } public void setTransitRouterMulticastDomainName(String transitRouterMulticastDomainName) { this.transitRouterMulticastDomainName = transitRouterMulticastDomainName; } public String getTransitRouterMulticastDomainDescription() { return this.transitRouterMulticastDomainDescription; } public void setTransitRouterMulticastDomainDescription(String transitRouterMulticastDomainDescription) { this.transitRouterMulticastDomainDescription = transitRouterMulticastDomainDescription; } public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } public String getTransitRouterId() { return this.transitRouterId; } public void setTransitRouterId(String transitRouterId) { this.transitRouterId = transitRouterId; } public String getRegionId() { return this.regionId; } public void setRegionId(String regionId) { this.regionId = regionId; } public String getCenId() { return this.cenId; } public void setCenId(String cenId) { this.cenId = cenId; } public List<Tag> getTags() { return this.tags; } public void setTags(List<Tag> tags) { this.tags = tags; } public static class Tag { private String key; private String value; public String getKey() { return this.key; } public void setKey(String key) { this.key = key; } public String getValue() { return this.value; } public void setValue(String value) { this.value = value; } } } @Override public ListTransitRouterMulticastDomainsResponse getInstance(UnmarshallerContext context) { return ListTransitRouterMulticastDomainsResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/ListTransitRouterMulticastGroupsRequest.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.RpcAcsRequest; import java.util.List; import com.aliyuncs.http.MethodType; import com.aliyuncs.cbn.Endpoint; /** * @author auto create * @version */ public class ListTransitRouterMulticastGroupsRequest extends RpcAcsRequest<ListTransitRouterMulticastGroupsResponse> { private Long resourceOwnerId; private String clientToken; private List<String> networkInterfaceIdss; private List<String> vSwitchIdss; private String transitRouterMulticastDomainId; private Boolean isGroupSource; private String nextToken; private String groupIpAddress; private String resourceId; private String resourceOwnerAccount; private String ownerAccount; private List<String> peerTransitRouterMulticastDomainss; private Long ownerId; private String resourceType; private String transitRouterAttachmentId; private Long maxResults; private Boolean isGroupMember; public ListTransitRouterMulticastGroupsRequest() { super("Cbn", "2017-09-12", "ListTransitRouterMulticastGroups", "cbn"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getClientToken() { return this.clientToken; } public void setClientToken(String clientToken) { this.clientToken = clientToken; if(clientToken != null){ putQueryParameter("ClientToken", clientToken); } } public List<String> getNetworkInterfaceIdss() { return this.networkInterfaceIdss; } public void setNetworkInterfaceIdss(List<String> networkInterfaceIdss) { this.networkInterfaceIdss = networkInterfaceIdss; if (networkInterfaceIdss != null) { for (int i = 0; i < networkInterfaceIdss.size(); i++) { putQueryParameter("NetworkInterfaceIds." + (i + 1) , networkInterfaceIdss.get(i)); } } } public List<String> getVSwitchIdss() { return this.vSwitchIdss; } public void setVSwitchIdss(List<String> vSwitchIdss) { this.vSwitchIdss = vSwitchIdss; if (vSwitchIdss != null) { for (int i = 0; i < vSwitchIdss.size(); i++) { putQueryParameter("VSwitchIds." + (i + 1) , vSwitchIdss.get(i)); } } } public String getTransitRouterMulticastDomainId() { return this.transitRouterMulticastDomainId; } public void setTransitRouterMulticastDomainId(String transitRouterMulticastDomainId) { this.transitRouterMulticastDomainId = transitRouterMulticastDomainId; if(transitRouterMulticastDomainId != null){ putQueryParameter("TransitRouterMulticastDomainId", transitRouterMulticastDomainId); } } public Boolean getIsGroupSource() { return this.isGroupSource; } public void setIsGroupSource(Boolean isGroupSource) { this.isGroupSource = isGroupSource; if(isGroupSource != null){ putQueryParameter("IsGroupSource", isGroupSource.toString()); } } public String getNextToken() { return this.nextToken; } public void setNextToken(String nextToken) { this.nextToken = nextToken; if(nextToken != null){ putQueryParameter("NextToken", nextToken); } } public String getGroupIpAddress() { return this.groupIpAddress; } public void setGroupIpAddress(String groupIpAddress) { this.groupIpAddress = groupIpAddress; if(groupIpAddress != null){ putQueryParameter("GroupIpAddress", groupIpAddress); } } public String getResourceId() { return this.resourceId; } public void setResourceId(String resourceId) { this.resourceId = resourceId; if(resourceId != null){ putQueryParameter("ResourceId", resourceId); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public List<String> getPeerTransitRouterMulticastDomainss() { return this.peerTransitRouterMulticastDomainss; } public void setPeerTransitRouterMulticastDomainss(List<String> peerTransitRouterMulticastDomainss) { this.peerTransitRouterMulticastDomainss = peerTransitRouterMulticastDomainss; if (peerTransitRouterMulticastDomainss != null) { for (int i = 0; i < peerTransitRouterMulticastDomainss.size(); i++) { putQueryParameter("PeerTransitRouterMulticastDomains." + (i + 1) , peerTransitRouterMulticastDomainss.get(i)); } } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public String getResourceType() { return this.resourceType; } public void setResourceType(String resourceType) { this.resourceType = resourceType; if(resourceType != null){ putQueryParameter("ResourceType", resourceType); } } public String getTransitRouterAttachmentId() { return this.transitRouterAttachmentId; } public void setTransitRouterAttachmentId(String transitRouterAttachmentId) { this.transitRouterAttachmentId = transitRouterAttachmentId; if(transitRouterAttachmentId != null){ putQueryParameter("TransitRouterAttachmentId", transitRouterAttachmentId); } } public Long getMaxResults() { return this.maxResults; } public void setMaxResults(Long maxResults) { this.maxResults = maxResults; if(maxResults != null){ putQueryParameter("MaxResults", maxResults.toString()); } } public Boolean getIsGroupMember() { return this.isGroupMember; } public void setIsGroupMember(Boolean isGroupMember) { this.isGroupMember = isGroupMember; if(isGroupMember != null){ putQueryParameter("IsGroupMember", isGroupMember.toString()); } } @Override public Class<ListTransitRouterMulticastGroupsResponse> getResponseClass() { return ListTransitRouterMulticastGroupsResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/ListTransitRouterMulticastGroupsResponse.java
/* * 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.cbn.model.v20170912; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cbn.transform.v20170912.ListTransitRouterMulticastGroupsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListTransitRouterMulticastGroupsResponse extends AcsResponse { private String requestId; private Integer totalCount; private Integer maxResults; private String nextToken; private List<TransitRouterMulticastGroup> transitRouterMulticastGroups; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Integer getTotalCount() { return this.totalCount; } public void setTotalCount(Integer totalCount) { this.totalCount = totalCount; } public Integer getMaxResults() { return this.maxResults; } public void setMaxResults(Integer maxResults) { this.maxResults = maxResults; } public String getNextToken() { return this.nextToken; } public void setNextToken(String nextToken) { this.nextToken = nextToken; } public List<TransitRouterMulticastGroup> getTransitRouterMulticastGroups() { return this.transitRouterMulticastGroups; } public void setTransitRouterMulticastGroups(List<TransitRouterMulticastGroup> transitRouterMulticastGroups) { this.transitRouterMulticastGroups = transitRouterMulticastGroups; } public static class TransitRouterMulticastGroup { private String groupIpAddress; private String transitRouterAttachmentId; private String vSwitchId; private String networkInterfaceId; private String peerTransitRouterMulticastDomainId; private String status; private Boolean groupSource; private Boolean groupMember; private String memberType; private String sourceType; private String resourceType; private Long resourceOwnerId; private String resourceId; private String connectPeerId; private String transitRouterMulticastDomainId; public String getGroupIpAddress() { return this.groupIpAddress; } public void setGroupIpAddress(String groupIpAddress) { this.groupIpAddress = groupIpAddress; } public String getTransitRouterAttachmentId() { return this.transitRouterAttachmentId; } public void setTransitRouterAttachmentId(String transitRouterAttachmentId) { this.transitRouterAttachmentId = transitRouterAttachmentId; } public String getVSwitchId() { return this.vSwitchId; } public void setVSwitchId(String vSwitchId) { this.vSwitchId = vSwitchId; } public String getNetworkInterfaceId() { return this.networkInterfaceId; } public void setNetworkInterfaceId(String networkInterfaceId) { this.networkInterfaceId = networkInterfaceId; } public String getPeerTransitRouterMulticastDomainId() { return this.peerTransitRouterMulticastDomainId; } public void setPeerTransitRouterMulticastDomainId(String peerTransitRouterMulticastDomainId) { this.peerTransitRouterMulticastDomainId = peerTransitRouterMulticastDomainId; } public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } public Boolean getGroupSource() { return this.groupSource; } public void setGroupSource(Boolean groupSource) { this.groupSource = groupSource; } public Boolean getGroupMember() { return this.groupMember; } public void setGroupMember(Boolean groupMember) { this.groupMember = groupMember; } public String getMemberType() { return this.memberType; } public void setMemberType(String memberType) { this.memberType = memberType; } public String getSourceType() { return this.sourceType; } public void setSourceType(String sourceType) { this.sourceType = sourceType; } public String getResourceType() { return this.resourceType; } public void setResourceType(String resourceType) { this.resourceType = resourceType; } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; } public String getResourceId() { return this.resourceId; } public void setResourceId(String resourceId) { this.resourceId = resourceId; } public String getConnectPeerId() { return this.connectPeerId; } public void setConnectPeerId(String connectPeerId) { this.connectPeerId = connectPeerId; } public String getTransitRouterMulticastDomainId() { return this.transitRouterMulticastDomainId; } public void setTransitRouterMulticastDomainId(String transitRouterMulticastDomainId) { this.transitRouterMulticastDomainId = transitRouterMulticastDomainId; } } @Override public ListTransitRouterMulticastGroupsResponse getInstance(UnmarshallerContext context) { return ListTransitRouterMulticastGroupsResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/ListTransitRouterPeerAttachmentsRequest.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.RpcAcsRequest; import java.util.List; import com.aliyuncs.http.MethodType; import com.aliyuncs.cbn.Endpoint; /** * @author auto create * @version */ public class ListTransitRouterPeerAttachmentsRequest extends RpcAcsRequest<ListTransitRouterPeerAttachmentsResponse> { private Long resourceOwnerId; private String cenId; private String nextToken; private List<Tag> tags; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; private String transitRouterId; private String transitRouterAttachmentId; private Integer maxResults; public ListTransitRouterPeerAttachmentsRequest() { super("Cbn", "2017-09-12", "ListTransitRouterPeerAttachments", "cbn"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getCenId() { return this.cenId; } public void setCenId(String cenId) { this.cenId = cenId; if(cenId != null){ putQueryParameter("CenId", cenId); } } public String getNextToken() { return this.nextToken; } public void setNextToken(String nextToken) { this.nextToken = nextToken; if(nextToken != null){ putQueryParameter("NextToken", nextToken); } } public List<Tag> getTags() { return this.tags; } public void setTags(List<Tag> tags) { this.tags = tags; if (tags != null) { for (int depth1 = 0; depth1 < tags.size(); depth1++) { putQueryParameter("Tag." + (depth1 + 1) + ".Value" , tags.get(depth1).getValue()); putQueryParameter("Tag." + (depth1 + 1) + ".Key" , tags.get(depth1).getKey()); } } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public String getTransitRouterId() { return this.transitRouterId; } public void setTransitRouterId(String transitRouterId) { this.transitRouterId = transitRouterId; if(transitRouterId != null){ putQueryParameter("TransitRouterId", transitRouterId); } } public String getTransitRouterAttachmentId() { return this.transitRouterAttachmentId; } public void setTransitRouterAttachmentId(String transitRouterAttachmentId) { this.transitRouterAttachmentId = transitRouterAttachmentId; if(transitRouterAttachmentId != null){ putQueryParameter("TransitRouterAttachmentId", transitRouterAttachmentId); } } public Integer getMaxResults() { return this.maxResults; } public void setMaxResults(Integer maxResults) { this.maxResults = maxResults; if(maxResults != null){ putQueryParameter("MaxResults", maxResults.toString()); } } public static class Tag { private String value; private String key; public String getValue() { return this.value; } public void setValue(String value) { this.value = value; } public String getKey() { return this.key; } public void setKey(String key) { this.key = key; } } @Override public Class<ListTransitRouterPeerAttachmentsResponse> getResponseClass() { return ListTransitRouterPeerAttachmentsResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/ListTransitRouterPeerAttachmentsResponse.java
/* * 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.cbn.model.v20170912; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cbn.transform.v20170912.ListTransitRouterPeerAttachmentsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListTransitRouterPeerAttachmentsResponse extends AcsResponse { private String nextToken; private String requestId; private Integer totalCount; private Integer maxResults; private List<TransitRouterAttachment> transitRouterAttachments; public String getNextToken() { return this.nextToken; } public void setNextToken(String nextToken) { this.nextToken = nextToken; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Integer getTotalCount() { return this.totalCount; } public void setTotalCount(Integer totalCount) { this.totalCount = totalCount; } public Integer getMaxResults() { return this.maxResults; } public void setMaxResults(Integer maxResults) { this.maxResults = maxResults; } public List<TransitRouterAttachment> getTransitRouterAttachments() { return this.transitRouterAttachments; } public void setTransitRouterAttachments(List<TransitRouterAttachment> transitRouterAttachments) { this.transitRouterAttachments = transitRouterAttachments; } public static class TransitRouterAttachment { private String creationTime; private String status; private String transitRouterAttachmentId; private String bandwidthType; private String cenBandwidthPackageId; private String transitRouterAttachmentDescription; private String regionId; private String peerTransitRouterId; private String bandwidthPackageId; private String transitRouterId; private String peerTransitRouterRegionId; private String resourceType; private Integer bandwidth; private String geographicSpanId; private Long peerTransitRouterOwnerId; private Boolean autoPublishRouteEnabled; private String transitRouterAttachmentName; private String cenId; private String defaultLinkType; private List<Tag> tags; public String getCreationTime() { return this.creationTime; } public void setCreationTime(String creationTime) { this.creationTime = creationTime; } public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } public String getTransitRouterAttachmentId() { return this.transitRouterAttachmentId; } public void setTransitRouterAttachmentId(String transitRouterAttachmentId) { this.transitRouterAttachmentId = transitRouterAttachmentId; } public String getBandwidthType() { return this.bandwidthType; } public void setBandwidthType(String bandwidthType) { this.bandwidthType = bandwidthType; } public String getCenBandwidthPackageId() { return this.cenBandwidthPackageId; } public void setCenBandwidthPackageId(String cenBandwidthPackageId) { this.cenBandwidthPackageId = cenBandwidthPackageId; } public String getTransitRouterAttachmentDescription() { return this.transitRouterAttachmentDescription; } public void setTransitRouterAttachmentDescription(String transitRouterAttachmentDescription) { this.transitRouterAttachmentDescription = transitRouterAttachmentDescription; } public String getRegionId() { return this.regionId; } public void setRegionId(String regionId) { this.regionId = regionId; } public String getPeerTransitRouterId() { return this.peerTransitRouterId; } public void setPeerTransitRouterId(String peerTransitRouterId) { this.peerTransitRouterId = peerTransitRouterId; } public String getBandwidthPackageId() { return this.bandwidthPackageId; } public void setBandwidthPackageId(String bandwidthPackageId) { this.bandwidthPackageId = bandwidthPackageId; } public String getTransitRouterId() { return this.transitRouterId; } public void setTransitRouterId(String transitRouterId) { this.transitRouterId = transitRouterId; } public String getPeerTransitRouterRegionId() { return this.peerTransitRouterRegionId; } public void setPeerTransitRouterRegionId(String peerTransitRouterRegionId) { this.peerTransitRouterRegionId = peerTransitRouterRegionId; } public String getResourceType() { return this.resourceType; } public void setResourceType(String resourceType) { this.resourceType = resourceType; } public Integer getBandwidth() { return this.bandwidth; } public void setBandwidth(Integer bandwidth) { this.bandwidth = bandwidth; } public String getGeographicSpanId() { return this.geographicSpanId; } public void setGeographicSpanId(String geographicSpanId) { this.geographicSpanId = geographicSpanId; } public Long getPeerTransitRouterOwnerId() { return this.peerTransitRouterOwnerId; } public void setPeerTransitRouterOwnerId(Long peerTransitRouterOwnerId) { this.peerTransitRouterOwnerId = peerTransitRouterOwnerId; } public Boolean getAutoPublishRouteEnabled() { return this.autoPublishRouteEnabled; } public void setAutoPublishRouteEnabled(Boolean autoPublishRouteEnabled) { this.autoPublishRouteEnabled = autoPublishRouteEnabled; } public String getTransitRouterAttachmentName() { return this.transitRouterAttachmentName; } public void setTransitRouterAttachmentName(String transitRouterAttachmentName) { this.transitRouterAttachmentName = transitRouterAttachmentName; } public String getCenId() { return this.cenId; } public void setCenId(String cenId) { this.cenId = cenId; } public String getDefaultLinkType() { return this.defaultLinkType; } public void setDefaultLinkType(String defaultLinkType) { this.defaultLinkType = defaultLinkType; } public List<Tag> getTags() { return this.tags; } public void setTags(List<Tag> tags) { this.tags = tags; } public static class Tag { private String key; private String value; public String getKey() { return this.key; } public void setKey(String key) { this.key = key; } public String getValue() { return this.value; } public void setValue(String value) { this.value = value; } } } @Override public ListTransitRouterPeerAttachmentsResponse getInstance(UnmarshallerContext context) { return ListTransitRouterPeerAttachmentsResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/ListTransitRouterPrefixListAssociationRequest.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cbn.Endpoint; /** * @author auto create * @version */ public class ListTransitRouterPrefixListAssociationRequest extends RpcAcsRequest<ListTransitRouterPrefixListAssociationResponse> { private Long resourceOwnerId; private Integer pageNumber; private String nextHopInstanceId; private String prefixListId; private Integer pageSize; private Long ownerUid; private String nextHopType; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; private String transitRouterId; private String transitRouterTableId; private String nextHop; private String status; public ListTransitRouterPrefixListAssociationRequest() { super("Cbn", "2017-09-12", "ListTransitRouterPrefixListAssociation", "cbn"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public Integer getPageNumber() { return this.pageNumber; } public void setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; if(pageNumber != null){ putQueryParameter("PageNumber", pageNumber.toString()); } } public String getNextHopInstanceId() { return this.nextHopInstanceId; } public void setNextHopInstanceId(String nextHopInstanceId) { this.nextHopInstanceId = nextHopInstanceId; if(nextHopInstanceId != null){ putQueryParameter("NextHopInstanceId", nextHopInstanceId); } } public String getPrefixListId() { return this.prefixListId; } public void setPrefixListId(String prefixListId) { this.prefixListId = prefixListId; if(prefixListId != null){ putQueryParameter("PrefixListId", prefixListId); } } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("PageSize", pageSize.toString()); } } public Long getOwnerUid() { return this.ownerUid; } public void setOwnerUid(Long ownerUid) { this.ownerUid = ownerUid; if(ownerUid != null){ putQueryParameter("OwnerUid", ownerUid.toString()); } } public String getNextHopType() { return this.nextHopType; } public void setNextHopType(String nextHopType) { this.nextHopType = nextHopType; if(nextHopType != null){ putQueryParameter("NextHopType", nextHopType); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public String getTransitRouterId() { return this.transitRouterId; } public void setTransitRouterId(String transitRouterId) { this.transitRouterId = transitRouterId; if(transitRouterId != null){ putQueryParameter("TransitRouterId", transitRouterId); } } public String getTransitRouterTableId() { return this.transitRouterTableId; } public void setTransitRouterTableId(String transitRouterTableId) { this.transitRouterTableId = transitRouterTableId; if(transitRouterTableId != null){ putQueryParameter("TransitRouterTableId", transitRouterTableId); } } public String getNextHop() { return this.nextHop; } public void setNextHop(String nextHop) { this.nextHop = nextHop; if(nextHop != null){ putQueryParameter("NextHop", nextHop); } } public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; if(status != null){ putQueryParameter("Status", status); } } @Override public Class<ListTransitRouterPrefixListAssociationResponse> getResponseClass() { return ListTransitRouterPrefixListAssociationResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/ListTransitRouterPrefixListAssociationResponse.java
/* * 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.cbn.model.v20170912; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cbn.transform.v20170912.ListTransitRouterPrefixListAssociationResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListTransitRouterPrefixListAssociationResponse extends AcsResponse { private String requestId; private Integer totalCount; private Integer pageSize; private Integer pageNumber; private List<PrefixList> prefixLists; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Integer getTotalCount() { return this.totalCount; } public void setTotalCount(Integer totalCount) { this.totalCount = totalCount; } 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 List<PrefixList> getPrefixLists() { return this.prefixLists; } public void setPrefixLists(List<PrefixList> prefixLists) { this.prefixLists = prefixLists; } public static class PrefixList { private String prefixListId; private Long ownerUid; private String status; private String nextHop; private String nextHopInstanceId; private String nextHopType; private String transitRouterTableId; private String transitRouterId; public String getPrefixListId() { return this.prefixListId; } public void setPrefixListId(String prefixListId) { this.prefixListId = prefixListId; } public Long getOwnerUid() { return this.ownerUid; } public void setOwnerUid(Long ownerUid) { this.ownerUid = ownerUid; } public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } public String getNextHop() { return this.nextHop; } public void setNextHop(String nextHop) { this.nextHop = nextHop; } public String getNextHopInstanceId() { return this.nextHopInstanceId; } public void setNextHopInstanceId(String nextHopInstanceId) { this.nextHopInstanceId = nextHopInstanceId; } public String getNextHopType() { return this.nextHopType; } public void setNextHopType(String nextHopType) { this.nextHopType = nextHopType; } public String getTransitRouterTableId() { return this.transitRouterTableId; } public void setTransitRouterTableId(String transitRouterTableId) { this.transitRouterTableId = transitRouterTableId; } public String getTransitRouterId() { return this.transitRouterId; } public void setTransitRouterId(String transitRouterId) { this.transitRouterId = transitRouterId; } } @Override public ListTransitRouterPrefixListAssociationResponse getInstance(UnmarshallerContext context) { return ListTransitRouterPrefixListAssociationResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/ListTransitRouterRouteEntriesRequest.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.RpcAcsRequest; import java.util.List; import com.aliyuncs.http.MethodType; import com.aliyuncs.cbn.Endpoint; /** * @author auto create * @version */ public class ListTransitRouterRouteEntriesRequest extends RpcAcsRequest<ListTransitRouterRouteEntriesResponse> { private String transitRouterRouteEntryType; private Long resourceOwnerId; private String transitRouterRouteEntryNextHopResourceType; private String transitRouterRouteEntryNextHopType; private String transitRouterRouteEntryDestinationCidrBlock; private String transitRouterRouteTableId; private String nextToken; private String prefixListId; private String transitRouterRouteEntryNextHopId; private String transitRouterRouteEntryStatus; private List<RouteFilter> routeFilters; private String resourceOwnerAccount; private String ownerAccount; private List<String> transitRouterRouteEntryNamess; private List<String> transitRouterRouteEntryIdss; private Long ownerId; private String transitRouterRouteEntryOriginResourceType; private Integer maxResults; private String transitRouterRouteEntryOriginResourceId; private String transitRouterRouteEntryNextHopResourceId; public ListTransitRouterRouteEntriesRequest() { super("Cbn", "2017-09-12", "ListTransitRouterRouteEntries", "cbn"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public String getTransitRouterRouteEntryType() { return this.transitRouterRouteEntryType; } public void setTransitRouterRouteEntryType(String transitRouterRouteEntryType) { this.transitRouterRouteEntryType = transitRouterRouteEntryType; if(transitRouterRouteEntryType != null){ putQueryParameter("TransitRouterRouteEntryType", transitRouterRouteEntryType); } } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getTransitRouterRouteEntryNextHopResourceType() { return this.transitRouterRouteEntryNextHopResourceType; } public void setTransitRouterRouteEntryNextHopResourceType(String transitRouterRouteEntryNextHopResourceType) { this.transitRouterRouteEntryNextHopResourceType = transitRouterRouteEntryNextHopResourceType; if(transitRouterRouteEntryNextHopResourceType != null){ putQueryParameter("TransitRouterRouteEntryNextHopResourceType", transitRouterRouteEntryNextHopResourceType); } } public String getTransitRouterRouteEntryNextHopType() { return this.transitRouterRouteEntryNextHopType; } public void setTransitRouterRouteEntryNextHopType(String transitRouterRouteEntryNextHopType) { this.transitRouterRouteEntryNextHopType = transitRouterRouteEntryNextHopType; if(transitRouterRouteEntryNextHopType != null){ putQueryParameter("TransitRouterRouteEntryNextHopType", transitRouterRouteEntryNextHopType); } } public String getTransitRouterRouteEntryDestinationCidrBlock() { return this.transitRouterRouteEntryDestinationCidrBlock; } public void setTransitRouterRouteEntryDestinationCidrBlock(String transitRouterRouteEntryDestinationCidrBlock) { this.transitRouterRouteEntryDestinationCidrBlock = transitRouterRouteEntryDestinationCidrBlock; if(transitRouterRouteEntryDestinationCidrBlock != null){ putQueryParameter("TransitRouterRouteEntryDestinationCidrBlock", transitRouterRouteEntryDestinationCidrBlock); } } public String getTransitRouterRouteTableId() { return this.transitRouterRouteTableId; } public void setTransitRouterRouteTableId(String transitRouterRouteTableId) { this.transitRouterRouteTableId = transitRouterRouteTableId; if(transitRouterRouteTableId != null){ putQueryParameter("TransitRouterRouteTableId", transitRouterRouteTableId); } } public String getNextToken() { return this.nextToken; } public void setNextToken(String nextToken) { this.nextToken = nextToken; if(nextToken != null){ putQueryParameter("NextToken", nextToken); } } public String getPrefixListId() { return this.prefixListId; } public void setPrefixListId(String prefixListId) { this.prefixListId = prefixListId; if(prefixListId != null){ putQueryParameter("PrefixListId", prefixListId); } } public String getTransitRouterRouteEntryNextHopId() { return this.transitRouterRouteEntryNextHopId; } public void setTransitRouterRouteEntryNextHopId(String transitRouterRouteEntryNextHopId) { this.transitRouterRouteEntryNextHopId = transitRouterRouteEntryNextHopId; if(transitRouterRouteEntryNextHopId != null){ putQueryParameter("TransitRouterRouteEntryNextHopId", transitRouterRouteEntryNextHopId); } } public String getTransitRouterRouteEntryStatus() { return this.transitRouterRouteEntryStatus; } public void setTransitRouterRouteEntryStatus(String transitRouterRouteEntryStatus) { this.transitRouterRouteEntryStatus = transitRouterRouteEntryStatus; if(transitRouterRouteEntryStatus != null){ putQueryParameter("TransitRouterRouteEntryStatus", transitRouterRouteEntryStatus); } } public List<RouteFilter> getRouteFilters() { return this.routeFilters; } public void setRouteFilters(List<RouteFilter> routeFilters) { this.routeFilters = routeFilters; if (routeFilters != null) { for (int depth1 = 0; depth1 < routeFilters.size(); depth1++) { if (routeFilters.get(depth1).getValues() != null) { for (int i = 0; i < routeFilters.get(depth1).getValues().size(); i++) { putQueryParameter("RouteFilter." + (depth1 + 1) + ".Value." + (i + 1) , routeFilters.get(depth1).getValues().get(i)); } } putQueryParameter("RouteFilter." + (depth1 + 1) + ".Key" , routeFilters.get(depth1).getKey()); } } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public List<String> getTransitRouterRouteEntryNamess() { return this.transitRouterRouteEntryNamess; } public void setTransitRouterRouteEntryNamess(List<String> transitRouterRouteEntryNamess) { this.transitRouterRouteEntryNamess = transitRouterRouteEntryNamess; if (transitRouterRouteEntryNamess != null) { for (int i = 0; i < transitRouterRouteEntryNamess.size(); i++) { putQueryParameter("TransitRouterRouteEntryNames." + (i + 1) , transitRouterRouteEntryNamess.get(i)); } } } public List<String> getTransitRouterRouteEntryIdss() { return this.transitRouterRouteEntryIdss; } public void setTransitRouterRouteEntryIdss(List<String> transitRouterRouteEntryIdss) { this.transitRouterRouteEntryIdss = transitRouterRouteEntryIdss; if (transitRouterRouteEntryIdss != null) { for (int i = 0; i < transitRouterRouteEntryIdss.size(); i++) { putQueryParameter("TransitRouterRouteEntryIds." + (i + 1) , transitRouterRouteEntryIdss.get(i)); } } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public String getTransitRouterRouteEntryOriginResourceType() { return this.transitRouterRouteEntryOriginResourceType; } public void setTransitRouterRouteEntryOriginResourceType(String transitRouterRouteEntryOriginResourceType) { this.transitRouterRouteEntryOriginResourceType = transitRouterRouteEntryOriginResourceType; if(transitRouterRouteEntryOriginResourceType != null){ putQueryParameter("TransitRouterRouteEntryOriginResourceType", transitRouterRouteEntryOriginResourceType); } } public Integer getMaxResults() { return this.maxResults; } public void setMaxResults(Integer maxResults) { this.maxResults = maxResults; if(maxResults != null){ putQueryParameter("MaxResults", maxResults.toString()); } } public String getTransitRouterRouteEntryOriginResourceId() { return this.transitRouterRouteEntryOriginResourceId; } public void setTransitRouterRouteEntryOriginResourceId(String transitRouterRouteEntryOriginResourceId) { this.transitRouterRouteEntryOriginResourceId = transitRouterRouteEntryOriginResourceId; if(transitRouterRouteEntryOriginResourceId != null){ putQueryParameter("TransitRouterRouteEntryOriginResourceId", transitRouterRouteEntryOriginResourceId); } } public String getTransitRouterRouteEntryNextHopResourceId() { return this.transitRouterRouteEntryNextHopResourceId; } public void setTransitRouterRouteEntryNextHopResourceId(String transitRouterRouteEntryNextHopResourceId) { this.transitRouterRouteEntryNextHopResourceId = transitRouterRouteEntryNextHopResourceId; if(transitRouterRouteEntryNextHopResourceId != null){ putQueryParameter("TransitRouterRouteEntryNextHopResourceId", transitRouterRouteEntryNextHopResourceId); } } public static class RouteFilter { private List<String> values; private String key; public List<String> getValues() { return this.values; } public void setValues(List<String> values) { this.values = values; } public String getKey() { return this.key; } public void setKey(String key) { this.key = key; } } @Override public Class<ListTransitRouterRouteEntriesResponse> getResponseClass() { return ListTransitRouterRouteEntriesResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/ListTransitRouterRouteEntriesResponse.java
/* * 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.cbn.model.v20170912; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cbn.transform.v20170912.ListTransitRouterRouteEntriesResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListTransitRouterRouteEntriesResponse extends AcsResponse { private String nextToken; private String requestId; private Integer totalCount; private Integer maxResults; private List<TransitRouterRouteEntry> transitRouterRouteEntries; public String getNextToken() { return this.nextToken; } public void setNextToken(String nextToken) { this.nextToken = nextToken; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Integer getTotalCount() { return this.totalCount; } public void setTotalCount(Integer totalCount) { this.totalCount = totalCount; } public Integer getMaxResults() { return this.maxResults; } public void setMaxResults(Integer maxResults) { this.maxResults = maxResults; } public List<TransitRouterRouteEntry> getTransitRouterRouteEntries() { return this.transitRouterRouteEntries; } public void setTransitRouterRouteEntries(List<TransitRouterRouteEntry> transitRouterRouteEntries) { this.transitRouterRouteEntries = transitRouterRouteEntries; } public static class TransitRouterRouteEntry { private String transitRouterRouteEntryId; private String transitRouterRouteEntryDestinationCidrBlock; private String transitRouterRouteEntryType; private String createTime; private String transitRouterRouteEntryName; private String transitRouterRouteEntryStatus; private String transitRouterRouteEntryNextHopType; private String transitRouterRouteEntryNextHopId; private String transitRouterRouteEntryDescription; private Boolean operationalMode; private String tag; private String transitRouterRouteEntryNextHopResourceId; private String transitRouterRouteEntryNextHopResourceType; private String transitRouterRouteEntryOriginResourceType; private String transitRouterRouteEntryOriginResourceId; private String prefixListId; private Integer preference; private List<String> communities; private List<String> asPaths; private PathAttributes pathAttributes; public String getTransitRouterRouteEntryId() { return this.transitRouterRouteEntryId; } public void setTransitRouterRouteEntryId(String transitRouterRouteEntryId) { this.transitRouterRouteEntryId = transitRouterRouteEntryId; } public String getTransitRouterRouteEntryDestinationCidrBlock() { return this.transitRouterRouteEntryDestinationCidrBlock; } public void setTransitRouterRouteEntryDestinationCidrBlock(String transitRouterRouteEntryDestinationCidrBlock) { this.transitRouterRouteEntryDestinationCidrBlock = transitRouterRouteEntryDestinationCidrBlock; } public String getTransitRouterRouteEntryType() { return this.transitRouterRouteEntryType; } public void setTransitRouterRouteEntryType(String transitRouterRouteEntryType) { this.transitRouterRouteEntryType = transitRouterRouteEntryType; } public String getCreateTime() { return this.createTime; } public void setCreateTime(String createTime) { this.createTime = createTime; } public String getTransitRouterRouteEntryName() { return this.transitRouterRouteEntryName; } public void setTransitRouterRouteEntryName(String transitRouterRouteEntryName) { this.transitRouterRouteEntryName = transitRouterRouteEntryName; } public String getTransitRouterRouteEntryStatus() { return this.transitRouterRouteEntryStatus; } public void setTransitRouterRouteEntryStatus(String transitRouterRouteEntryStatus) { this.transitRouterRouteEntryStatus = transitRouterRouteEntryStatus; } public String getTransitRouterRouteEntryNextHopType() { return this.transitRouterRouteEntryNextHopType; } public void setTransitRouterRouteEntryNextHopType(String transitRouterRouteEntryNextHopType) { this.transitRouterRouteEntryNextHopType = transitRouterRouteEntryNextHopType; } public String getTransitRouterRouteEntryNextHopId() { return this.transitRouterRouteEntryNextHopId; } public void setTransitRouterRouteEntryNextHopId(String transitRouterRouteEntryNextHopId) { this.transitRouterRouteEntryNextHopId = transitRouterRouteEntryNextHopId; } public String getTransitRouterRouteEntryDescription() { return this.transitRouterRouteEntryDescription; } public void setTransitRouterRouteEntryDescription(String transitRouterRouteEntryDescription) { this.transitRouterRouteEntryDescription = transitRouterRouteEntryDescription; } public Boolean getOperationalMode() { return this.operationalMode; } public void setOperationalMode(Boolean operationalMode) { this.operationalMode = operationalMode; } public String getTag() { return this.tag; } public void setTag(String tag) { this.tag = tag; } public String getTransitRouterRouteEntryNextHopResourceId() { return this.transitRouterRouteEntryNextHopResourceId; } public void setTransitRouterRouteEntryNextHopResourceId(String transitRouterRouteEntryNextHopResourceId) { this.transitRouterRouteEntryNextHopResourceId = transitRouterRouteEntryNextHopResourceId; } public String getTransitRouterRouteEntryNextHopResourceType() { return this.transitRouterRouteEntryNextHopResourceType; } public void setTransitRouterRouteEntryNextHopResourceType(String transitRouterRouteEntryNextHopResourceType) { this.transitRouterRouteEntryNextHopResourceType = transitRouterRouteEntryNextHopResourceType; } public String getTransitRouterRouteEntryOriginResourceType() { return this.transitRouterRouteEntryOriginResourceType; } public void setTransitRouterRouteEntryOriginResourceType(String transitRouterRouteEntryOriginResourceType) { this.transitRouterRouteEntryOriginResourceType = transitRouterRouteEntryOriginResourceType; } public String getTransitRouterRouteEntryOriginResourceId() { return this.transitRouterRouteEntryOriginResourceId; } public void setTransitRouterRouteEntryOriginResourceId(String transitRouterRouteEntryOriginResourceId) { this.transitRouterRouteEntryOriginResourceId = transitRouterRouteEntryOriginResourceId; } public String getPrefixListId() { return this.prefixListId; } public void setPrefixListId(String prefixListId) { this.prefixListId = prefixListId; } public Integer getPreference() { return this.preference; } public void setPreference(Integer preference) { this.preference = preference; } public List<String> getCommunities() { return this.communities; } public void setCommunities(List<String> communities) { this.communities = communities; } public List<String> getAsPaths() { return this.asPaths; } public void setAsPaths(List<String> asPaths) { this.asPaths = asPaths; } public PathAttributes getPathAttributes() { return this.pathAttributes; } public void setPathAttributes(PathAttributes pathAttributes) { this.pathAttributes = pathAttributes; } public static class PathAttributes { private String originInstanceId; private String originInstanceType; private String originRouteType; private Integer preference; private List<String> communities1; private List<String> asPaths2; public String getOriginInstanceId() { return this.originInstanceId; } public void setOriginInstanceId(String originInstanceId) { this.originInstanceId = originInstanceId; } public String getOriginInstanceType() { return this.originInstanceType; } public void setOriginInstanceType(String originInstanceType) { this.originInstanceType = originInstanceType; } public String getOriginRouteType() { return this.originRouteType; } public void setOriginRouteType(String originRouteType) { this.originRouteType = originRouteType; } public Integer getPreference() { return this.preference; } public void setPreference(Integer preference) { this.preference = preference; } public List<String> getCommunities1() { return this.communities1; } public void setCommunities1(List<String> communities1) { this.communities1 = communities1; } public List<String> getAsPaths2() { return this.asPaths2; } public void setAsPaths2(List<String> asPaths2) { this.asPaths2 = asPaths2; } } } @Override public ListTransitRouterRouteEntriesResponse getInstance(UnmarshallerContext context) { return ListTransitRouterRouteEntriesResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/ListTransitRouterRouteTableAssociationsRequest.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cbn.Endpoint; /** * @author auto create * @version */ public class ListTransitRouterRouteTableAssociationsRequest extends RpcAcsRequest<ListTransitRouterRouteTableAssociationsResponse> { private Long resourceOwnerId; private String transitRouterRouteTableId; private String nextToken; private String transitRouterAttachmentResourceId; private String transitRouterAttachmentResourceType; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; private String transitRouterAttachmentId; private Integer maxResults; private String status; public ListTransitRouterRouteTableAssociationsRequest() { super("Cbn", "2017-09-12", "ListTransitRouterRouteTableAssociations", "cbn"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getTransitRouterRouteTableId() { return this.transitRouterRouteTableId; } public void setTransitRouterRouteTableId(String transitRouterRouteTableId) { this.transitRouterRouteTableId = transitRouterRouteTableId; if(transitRouterRouteTableId != null){ putQueryParameter("TransitRouterRouteTableId", transitRouterRouteTableId); } } public String getNextToken() { return this.nextToken; } public void setNextToken(String nextToken) { this.nextToken = nextToken; if(nextToken != null){ putQueryParameter("NextToken", nextToken); } } public String getTransitRouterAttachmentResourceId() { return this.transitRouterAttachmentResourceId; } public void setTransitRouterAttachmentResourceId(String transitRouterAttachmentResourceId) { this.transitRouterAttachmentResourceId = transitRouterAttachmentResourceId; if(transitRouterAttachmentResourceId != null){ putQueryParameter("TransitRouterAttachmentResourceId", transitRouterAttachmentResourceId); } } public String getTransitRouterAttachmentResourceType() { return this.transitRouterAttachmentResourceType; } public void setTransitRouterAttachmentResourceType(String transitRouterAttachmentResourceType) { this.transitRouterAttachmentResourceType = transitRouterAttachmentResourceType; if(transitRouterAttachmentResourceType != null){ putQueryParameter("TransitRouterAttachmentResourceType", transitRouterAttachmentResourceType); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public String getTransitRouterAttachmentId() { return this.transitRouterAttachmentId; } public void setTransitRouterAttachmentId(String transitRouterAttachmentId) { this.transitRouterAttachmentId = transitRouterAttachmentId; if(transitRouterAttachmentId != null){ putQueryParameter("TransitRouterAttachmentId", transitRouterAttachmentId); } } public Integer getMaxResults() { return this.maxResults; } public void setMaxResults(Integer maxResults) { this.maxResults = maxResults; if(maxResults != null){ putQueryParameter("MaxResults", maxResults.toString()); } } public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; if(status != null){ putQueryParameter("Status", status); } } @Override public Class<ListTransitRouterRouteTableAssociationsResponse> getResponseClass() { return ListTransitRouterRouteTableAssociationsResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/ListTransitRouterRouteTableAssociationsResponse.java
/* * 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.cbn.model.v20170912; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cbn.transform.v20170912.ListTransitRouterRouteTableAssociationsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListTransitRouterRouteTableAssociationsResponse extends AcsResponse { private String nextToken; private String requestId; private Integer totalCount; private Integer maxResults; private List<TransitRouterAssociation> transitRouterAssociations; public String getNextToken() { return this.nextToken; } public void setNextToken(String nextToken) { this.nextToken = nextToken; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Integer getTotalCount() { return this.totalCount; } public void setTotalCount(Integer totalCount) { this.totalCount = totalCount; } public Integer getMaxResults() { return this.maxResults; } public void setMaxResults(Integer maxResults) { this.maxResults = maxResults; } public List<TransitRouterAssociation> getTransitRouterAssociations() { return this.transitRouterAssociations; } public void setTransitRouterAssociations(List<TransitRouterAssociation> transitRouterAssociations) { this.transitRouterAssociations = transitRouterAssociations; } public static class TransitRouterAssociation { private String transitRouterAttachmentId; private String status; private String resourceType; private String resourceId; private String transitRouterRouteTableId; public String getTransitRouterAttachmentId() { return this.transitRouterAttachmentId; } public void setTransitRouterAttachmentId(String transitRouterAttachmentId) { this.transitRouterAttachmentId = transitRouterAttachmentId; } public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } public String getResourceType() { return this.resourceType; } public void setResourceType(String resourceType) { this.resourceType = resourceType; } public String getResourceId() { return this.resourceId; } public void setResourceId(String resourceId) { this.resourceId = resourceId; } public String getTransitRouterRouteTableId() { return this.transitRouterRouteTableId; } public void setTransitRouterRouteTableId(String transitRouterRouteTableId) { this.transitRouterRouteTableId = transitRouterRouteTableId; } } @Override public ListTransitRouterRouteTableAssociationsResponse getInstance(UnmarshallerContext context) { return ListTransitRouterRouteTableAssociationsResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/ListTransitRouterRouteTablePropagationsRequest.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cbn.Endpoint; /** * @author auto create * @version */ public class ListTransitRouterRouteTablePropagationsRequest extends RpcAcsRequest<ListTransitRouterRouteTablePropagationsResponse> { private Long resourceOwnerId; private String transitRouterRouteTableId; private String nextToken; private String transitRouterAttachmentResourceId; private String transitRouterAttachmentResourceType; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; private String transitRouterAttachmentId; private Integer maxResults; private String status; public ListTransitRouterRouteTablePropagationsRequest() { super("Cbn", "2017-09-12", "ListTransitRouterRouteTablePropagations", "cbn"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getTransitRouterRouteTableId() { return this.transitRouterRouteTableId; } public void setTransitRouterRouteTableId(String transitRouterRouteTableId) { this.transitRouterRouteTableId = transitRouterRouteTableId; if(transitRouterRouteTableId != null){ putQueryParameter("TransitRouterRouteTableId", transitRouterRouteTableId); } } public String getNextToken() { return this.nextToken; } public void setNextToken(String nextToken) { this.nextToken = nextToken; if(nextToken != null){ putQueryParameter("NextToken", nextToken); } } public String getTransitRouterAttachmentResourceId() { return this.transitRouterAttachmentResourceId; } public void setTransitRouterAttachmentResourceId(String transitRouterAttachmentResourceId) { this.transitRouterAttachmentResourceId = transitRouterAttachmentResourceId; if(transitRouterAttachmentResourceId != null){ putQueryParameter("TransitRouterAttachmentResourceId", transitRouterAttachmentResourceId); } } public String getTransitRouterAttachmentResourceType() { return this.transitRouterAttachmentResourceType; } public void setTransitRouterAttachmentResourceType(String transitRouterAttachmentResourceType) { this.transitRouterAttachmentResourceType = transitRouterAttachmentResourceType; if(transitRouterAttachmentResourceType != null){ putQueryParameter("TransitRouterAttachmentResourceType", transitRouterAttachmentResourceType); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public String getTransitRouterAttachmentId() { return this.transitRouterAttachmentId; } public void setTransitRouterAttachmentId(String transitRouterAttachmentId) { this.transitRouterAttachmentId = transitRouterAttachmentId; if(transitRouterAttachmentId != null){ putQueryParameter("TransitRouterAttachmentId", transitRouterAttachmentId); } } public Integer getMaxResults() { return this.maxResults; } public void setMaxResults(Integer maxResults) { this.maxResults = maxResults; if(maxResults != null){ putQueryParameter("MaxResults", maxResults.toString()); } } public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; if(status != null){ putQueryParameter("Status", status); } } @Override public Class<ListTransitRouterRouteTablePropagationsResponse> getResponseClass() { return ListTransitRouterRouteTablePropagationsResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/ListTransitRouterRouteTablePropagationsResponse.java
/* * 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.cbn.model.v20170912; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cbn.transform.v20170912.ListTransitRouterRouteTablePropagationsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListTransitRouterRouteTablePropagationsResponse extends AcsResponse { private String nextToken; private String requestId; private Integer totalCount; private Integer maxResults; private List<TransitRouterPropagation> transitRouterPropagations; public String getNextToken() { return this.nextToken; } public void setNextToken(String nextToken) { this.nextToken = nextToken; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Integer getTotalCount() { return this.totalCount; } public void setTotalCount(Integer totalCount) { this.totalCount = totalCount; } public Integer getMaxResults() { return this.maxResults; } public void setMaxResults(Integer maxResults) { this.maxResults = maxResults; } public List<TransitRouterPropagation> getTransitRouterPropagations() { return this.transitRouterPropagations; } public void setTransitRouterPropagations(List<TransitRouterPropagation> transitRouterPropagations) { this.transitRouterPropagations = transitRouterPropagations; } public static class TransitRouterPropagation { private String transitRouterAttachmentId; private String status; private String resourceType; private String resourceId; private String transitRouterRouteTableId; public String getTransitRouterAttachmentId() { return this.transitRouterAttachmentId; } public void setTransitRouterAttachmentId(String transitRouterAttachmentId) { this.transitRouterAttachmentId = transitRouterAttachmentId; } public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } public String getResourceType() { return this.resourceType; } public void setResourceType(String resourceType) { this.resourceType = resourceType; } public String getResourceId() { return this.resourceId; } public void setResourceId(String resourceId) { this.resourceId = resourceId; } public String getTransitRouterRouteTableId() { return this.transitRouterRouteTableId; } public void setTransitRouterRouteTableId(String transitRouterRouteTableId) { this.transitRouterRouteTableId = transitRouterRouteTableId; } } @Override public ListTransitRouterRouteTablePropagationsResponse getInstance(UnmarshallerContext context) { return ListTransitRouterRouteTablePropagationsResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/ListTransitRouterRouteTablesRequest.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.RpcAcsRequest; import java.util.List; import com.aliyuncs.http.MethodType; import com.aliyuncs.cbn.Endpoint; /** * @author auto create * @version */ public class ListTransitRouterRouteTablesRequest extends RpcAcsRequest<ListTransitRouterRouteTablesResponse> { private Long resourceOwnerId; private List<String> transitRouterRouteTableNamess; private RouteTableOptions routeTableOptions; private String transitRouterRouteTableType; private String transitRouterRouteTableStatus; private List<String> transitRouterRouteTableIdss; private String nextToken; private List<Tag> tags; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; private String transitRouterId; private Integer maxResults; public ListTransitRouterRouteTablesRequest() { super("Cbn", "2017-09-12", "ListTransitRouterRouteTables", "cbn"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public List<String> getTransitRouterRouteTableNamess() { return this.transitRouterRouteTableNamess; } public void setTransitRouterRouteTableNamess(List<String> transitRouterRouteTableNamess) { this.transitRouterRouteTableNamess = transitRouterRouteTableNamess; if (transitRouterRouteTableNamess != null) { for (int i = 0; i < transitRouterRouteTableNamess.size(); i++) { putQueryParameter("TransitRouterRouteTableNames." + (i + 1) , transitRouterRouteTableNamess.get(i)); } } } public RouteTableOptions getRouteTableOptions() { return this.routeTableOptions; } public void setRouteTableOptions(RouteTableOptions routeTableOptions) { this.routeTableOptions = routeTableOptions; if (routeTableOptions != null) { putQueryParameter("RouteTableOptions.MultiRegionECMP" , routeTableOptions.getMultiRegionECMP()); } } public String getTransitRouterRouteTableType() { return this.transitRouterRouteTableType; } public void setTransitRouterRouteTableType(String transitRouterRouteTableType) { this.transitRouterRouteTableType = transitRouterRouteTableType; if(transitRouterRouteTableType != null){ putQueryParameter("TransitRouterRouteTableType", transitRouterRouteTableType); } } public String getTransitRouterRouteTableStatus() { return this.transitRouterRouteTableStatus; } public void setTransitRouterRouteTableStatus(String transitRouterRouteTableStatus) { this.transitRouterRouteTableStatus = transitRouterRouteTableStatus; if(transitRouterRouteTableStatus != null){ putQueryParameter("TransitRouterRouteTableStatus", transitRouterRouteTableStatus); } } public List<String> getTransitRouterRouteTableIdss() { return this.transitRouterRouteTableIdss; } public void setTransitRouterRouteTableIdss(List<String> transitRouterRouteTableIdss) { this.transitRouterRouteTableIdss = transitRouterRouteTableIdss; if (transitRouterRouteTableIdss != null) { for (int i = 0; i < transitRouterRouteTableIdss.size(); i++) { putQueryParameter("TransitRouterRouteTableIds." + (i + 1) , transitRouterRouteTableIdss.get(i)); } } } public String getNextToken() { return this.nextToken; } public void setNextToken(String nextToken) { this.nextToken = nextToken; if(nextToken != null){ putQueryParameter("NextToken", nextToken); } } public List<Tag> getTags() { return this.tags; } public void setTags(List<Tag> tags) { this.tags = tags; if (tags != null) { for (int depth1 = 0; depth1 < tags.size(); depth1++) { putQueryParameter("Tag." + (depth1 + 1) + ".Value" , tags.get(depth1).getValue()); putQueryParameter("Tag." + (depth1 + 1) + ".Key" , tags.get(depth1).getKey()); } } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public String getTransitRouterId() { return this.transitRouterId; } public void setTransitRouterId(String transitRouterId) { this.transitRouterId = transitRouterId; if(transitRouterId != null){ putQueryParameter("TransitRouterId", transitRouterId); } } public Integer getMaxResults() { return this.maxResults; } public void setMaxResults(Integer maxResults) { this.maxResults = maxResults; if(maxResults != null){ putQueryParameter("MaxResults", maxResults.toString()); } } public static class RouteTableOptions { private String multiRegionECMP; public String getMultiRegionECMP() { return this.multiRegionECMP; } public void setMultiRegionECMP(String multiRegionECMP) { this.multiRegionECMP = multiRegionECMP; } } public static class Tag { private String value; private String key; public String getValue() { return this.value; } public void setValue(String value) { this.value = value; } public String getKey() { return this.key; } public void setKey(String key) { this.key = key; } } @Override public Class<ListTransitRouterRouteTablesResponse> getResponseClass() { return ListTransitRouterRouteTablesResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/ListTransitRouterRouteTablesResponse.java
/* * 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.cbn.model.v20170912; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cbn.transform.v20170912.ListTransitRouterRouteTablesResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListTransitRouterRouteTablesResponse extends AcsResponse { private String nextToken; private String requestId; private Integer totalCount; private Integer maxResults; private List<TransitRouterRouteTable> transitRouterRouteTables; public String getNextToken() { return this.nextToken; } public void setNextToken(String nextToken) { this.nextToken = nextToken; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Integer getTotalCount() { return this.totalCount; } public void setTotalCount(Integer totalCount) { this.totalCount = totalCount; } public Integer getMaxResults() { return this.maxResults; } public void setMaxResults(Integer maxResults) { this.maxResults = maxResults; } public List<TransitRouterRouteTable> getTransitRouterRouteTables() { return this.transitRouterRouteTables; } public void setTransitRouterRouteTables(List<TransitRouterRouteTable> transitRouterRouteTables) { this.transitRouterRouteTables = transitRouterRouteTables; } public static class TransitRouterRouteTable { private String transitRouterRouteTableStatus; private String transitRouterRouteTableType; private String createTime; private String transitRouterRouteTableId; private String transitRouterRouteTableName; private String transitRouterRouteTableDescription; private String regionId; private String transitRouterId; private List<Tag> tags; private RouteTableOptions routeTableOptions; public String getTransitRouterRouteTableStatus() { return this.transitRouterRouteTableStatus; } public void setTransitRouterRouteTableStatus(String transitRouterRouteTableStatus) { this.transitRouterRouteTableStatus = transitRouterRouteTableStatus; } public String getTransitRouterRouteTableType() { return this.transitRouterRouteTableType; } public void setTransitRouterRouteTableType(String transitRouterRouteTableType) { this.transitRouterRouteTableType = transitRouterRouteTableType; } public String getCreateTime() { return this.createTime; } public void setCreateTime(String createTime) { this.createTime = createTime; } public String getTransitRouterRouteTableId() { return this.transitRouterRouteTableId; } public void setTransitRouterRouteTableId(String transitRouterRouteTableId) { this.transitRouterRouteTableId = transitRouterRouteTableId; } public String getTransitRouterRouteTableName() { return this.transitRouterRouteTableName; } public void setTransitRouterRouteTableName(String transitRouterRouteTableName) { this.transitRouterRouteTableName = transitRouterRouteTableName; } public String getTransitRouterRouteTableDescription() { return this.transitRouterRouteTableDescription; } public void setTransitRouterRouteTableDescription(String transitRouterRouteTableDescription) { this.transitRouterRouteTableDescription = transitRouterRouteTableDescription; } public String getRegionId() { return this.regionId; } public void setRegionId(String regionId) { this.regionId = regionId; } public String getTransitRouterId() { return this.transitRouterId; } public void setTransitRouterId(String transitRouterId) { this.transitRouterId = transitRouterId; } public List<Tag> getTags() { return this.tags; } public void setTags(List<Tag> tags) { this.tags = tags; } public RouteTableOptions getRouteTableOptions() { return this.routeTableOptions; } public void setRouteTableOptions(RouteTableOptions routeTableOptions) { this.routeTableOptions = routeTableOptions; } public static class Tag { private String key; private String value; public String getKey() { return this.key; } public void setKey(String key) { this.key = key; } public String getValue() { return this.value; } public void setValue(String value) { this.value = value; } } public static class RouteTableOptions { private String multiRegionECMP; public String getMultiRegionECMP() { return this.multiRegionECMP; } public void setMultiRegionECMP(String multiRegionECMP) { this.multiRegionECMP = multiRegionECMP; } } } @Override public ListTransitRouterRouteTablesResponse getInstance(UnmarshallerContext context) { return ListTransitRouterRouteTablesResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/ListTransitRouterVbrAttachmentsRequest.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.RpcAcsRequest; import java.util.List; import com.aliyuncs.http.MethodType; import com.aliyuncs.cbn.Endpoint; /** * @author auto create * @version */ public class ListTransitRouterVbrAttachmentsRequest extends RpcAcsRequest<ListTransitRouterVbrAttachmentsResponse> { private Long resourceOwnerId; private String cenId; private String nextToken; private List<Tag> tags; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; private String transitRouterId; private String transitRouterAttachmentId; private Integer maxResults; public ListTransitRouterVbrAttachmentsRequest() { super("Cbn", "2017-09-12", "ListTransitRouterVbrAttachments", "cbn"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getCenId() { return this.cenId; } public void setCenId(String cenId) { this.cenId = cenId; if(cenId != null){ putQueryParameter("CenId", cenId); } } public String getNextToken() { return this.nextToken; } public void setNextToken(String nextToken) { this.nextToken = nextToken; if(nextToken != null){ putQueryParameter("NextToken", nextToken); } } public List<Tag> getTags() { return this.tags; } public void setTags(List<Tag> tags) { this.tags = tags; if (tags != null) { for (int depth1 = 0; depth1 < tags.size(); depth1++) { putQueryParameter("Tag." + (depth1 + 1) + ".Value" , tags.get(depth1).getValue()); putQueryParameter("Tag." + (depth1 + 1) + ".Key" , tags.get(depth1).getKey()); } } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public String getTransitRouterId() { return this.transitRouterId; } public void setTransitRouterId(String transitRouterId) { this.transitRouterId = transitRouterId; if(transitRouterId != null){ putQueryParameter("TransitRouterId", transitRouterId); } } public String getTransitRouterAttachmentId() { return this.transitRouterAttachmentId; } public void setTransitRouterAttachmentId(String transitRouterAttachmentId) { this.transitRouterAttachmentId = transitRouterAttachmentId; if(transitRouterAttachmentId != null){ putQueryParameter("TransitRouterAttachmentId", transitRouterAttachmentId); } } public Integer getMaxResults() { return this.maxResults; } public void setMaxResults(Integer maxResults) { this.maxResults = maxResults; if(maxResults != null){ putQueryParameter("MaxResults", maxResults.toString()); } } public static class Tag { private String value; private String key; public String getValue() { return this.value; } public void setValue(String value) { this.value = value; } public String getKey() { return this.key; } public void setKey(String key) { this.key = key; } } @Override public Class<ListTransitRouterVbrAttachmentsResponse> getResponseClass() { return ListTransitRouterVbrAttachmentsResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/ListTransitRouterVbrAttachmentsResponse.java
/* * 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.cbn.model.v20170912; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cbn.transform.v20170912.ListTransitRouterVbrAttachmentsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListTransitRouterVbrAttachmentsResponse extends AcsResponse { private String nextToken; private String requestId; private Integer totalCount; private Integer maxResults; private List<TransitRouterAttachment> transitRouterAttachments; public String getNextToken() { return this.nextToken; } public void setNextToken(String nextToken) { this.nextToken = nextToken; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Integer getTotalCount() { return this.totalCount; } public void setTotalCount(Integer totalCount) { this.totalCount = totalCount; } public Integer getMaxResults() { return this.maxResults; } public void setMaxResults(Integer maxResults) { this.maxResults = maxResults; } public List<TransitRouterAttachment> getTransitRouterAttachments() { return this.transitRouterAttachments; } public void setTransitRouterAttachments(List<TransitRouterAttachment> transitRouterAttachments) { this.transitRouterAttachments = transitRouterAttachments; } public static class TransitRouterAttachment { private String creationTime; private String status; private String transitRouterAttachmentId; private String transitRouterId; private String resourceType; private String vbrRegionId; private String transitRouterAttachmentDescription; private Long vbrOwnerId; private Boolean autoPublishRouteEnabled; private String vbrId; private String transitRouterAttachmentName; private String cenId; private String orderType; private List<Tag> tags; public String getCreationTime() { return this.creationTime; } public void setCreationTime(String creationTime) { this.creationTime = creationTime; } public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } public String getTransitRouterAttachmentId() { return this.transitRouterAttachmentId; } public void setTransitRouterAttachmentId(String transitRouterAttachmentId) { this.transitRouterAttachmentId = transitRouterAttachmentId; } public String getTransitRouterId() { return this.transitRouterId; } public void setTransitRouterId(String transitRouterId) { this.transitRouterId = transitRouterId; } public String getResourceType() { return this.resourceType; } public void setResourceType(String resourceType) { this.resourceType = resourceType; } public String getVbrRegionId() { return this.vbrRegionId; } public void setVbrRegionId(String vbrRegionId) { this.vbrRegionId = vbrRegionId; } public String getTransitRouterAttachmentDescription() { return this.transitRouterAttachmentDescription; } public void setTransitRouterAttachmentDescription(String transitRouterAttachmentDescription) { this.transitRouterAttachmentDescription = transitRouterAttachmentDescription; } public Long getVbrOwnerId() { return this.vbrOwnerId; } public void setVbrOwnerId(Long vbrOwnerId) { this.vbrOwnerId = vbrOwnerId; } public Boolean getAutoPublishRouteEnabled() { return this.autoPublishRouteEnabled; } public void setAutoPublishRouteEnabled(Boolean autoPublishRouteEnabled) { this.autoPublishRouteEnabled = autoPublishRouteEnabled; } public String getVbrId() { return this.vbrId; } public void setVbrId(String vbrId) { this.vbrId = vbrId; } public String getTransitRouterAttachmentName() { return this.transitRouterAttachmentName; } public void setTransitRouterAttachmentName(String transitRouterAttachmentName) { this.transitRouterAttachmentName = transitRouterAttachmentName; } public String getCenId() { return this.cenId; } public void setCenId(String cenId) { this.cenId = cenId; } public String getOrderType() { return this.orderType; } public void setOrderType(String orderType) { this.orderType = orderType; } public List<Tag> getTags() { return this.tags; } public void setTags(List<Tag> tags) { this.tags = tags; } public static class Tag { private String key; private String value; public String getKey() { return this.key; } public void setKey(String key) { this.key = key; } public String getValue() { return this.value; } public void setValue(String value) { this.value = value; } } } @Override public ListTransitRouterVbrAttachmentsResponse getInstance(UnmarshallerContext context) { return ListTransitRouterVbrAttachmentsResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/ListTransitRouterVpcAttachmentsRequest.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.RpcAcsRequest; import java.util.List; import com.aliyuncs.http.MethodType; import com.aliyuncs.cbn.Endpoint; /** * @author auto create * @version */ public class ListTransitRouterVpcAttachmentsRequest extends RpcAcsRequest<ListTransitRouterVpcAttachmentsResponse> { private Long resourceOwnerId; private String cenId; private String nextToken; private List<Tag> tags; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; private String transitRouterId; private String transitRouterAttachmentId; private String vpcId; private Integer maxResults; private String orderType; private String status; public ListTransitRouterVpcAttachmentsRequest() { super("Cbn", "2017-09-12", "ListTransitRouterVpcAttachments", "cbn"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getCenId() { return this.cenId; } public void setCenId(String cenId) { this.cenId = cenId; if(cenId != null){ putQueryParameter("CenId", cenId); } } public String getNextToken() { return this.nextToken; } public void setNextToken(String nextToken) { this.nextToken = nextToken; if(nextToken != null){ putQueryParameter("NextToken", nextToken); } } public List<Tag> getTags() { return this.tags; } public void setTags(List<Tag> tags) { this.tags = tags; if (tags != null) { for (int depth1 = 0; depth1 < tags.size(); depth1++) { putQueryParameter("Tag." + (depth1 + 1) + ".Value" , tags.get(depth1).getValue()); putQueryParameter("Tag." + (depth1 + 1) + ".Key" , tags.get(depth1).getKey()); } } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public String getTransitRouterId() { return this.transitRouterId; } public void setTransitRouterId(String transitRouterId) { this.transitRouterId = transitRouterId; if(transitRouterId != null){ putQueryParameter("TransitRouterId", transitRouterId); } } public String getTransitRouterAttachmentId() { return this.transitRouterAttachmentId; } public void setTransitRouterAttachmentId(String transitRouterAttachmentId) { this.transitRouterAttachmentId = transitRouterAttachmentId; if(transitRouterAttachmentId != null){ putQueryParameter("TransitRouterAttachmentId", transitRouterAttachmentId); } } public String getVpcId() { return this.vpcId; } public void setVpcId(String vpcId) { this.vpcId = vpcId; if(vpcId != null){ putQueryParameter("VpcId", vpcId); } } public Integer getMaxResults() { return this.maxResults; } public void setMaxResults(Integer maxResults) { this.maxResults = maxResults; if(maxResults != null){ putQueryParameter("MaxResults", maxResults.toString()); } } public String getOrderType() { return this.orderType; } public void setOrderType(String orderType) { this.orderType = orderType; if(orderType != null){ putQueryParameter("OrderType", orderType); } } public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; if(status != null){ putQueryParameter("Status", status); } } public static class Tag { private String value; private String key; public String getValue() { return this.value; } public void setValue(String value) { this.value = value; } public String getKey() { return this.key; } public void setKey(String key) { this.key = key; } } @Override public Class<ListTransitRouterVpcAttachmentsResponse> getResponseClass() { return ListTransitRouterVpcAttachmentsResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/ListTransitRouterVpcAttachmentsResponse.java
/* * 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.cbn.model.v20170912; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cbn.transform.v20170912.ListTransitRouterVpcAttachmentsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListTransitRouterVpcAttachmentsResponse extends AcsResponse { private String nextToken; private String requestId; private Integer totalCount; private Integer maxResults; private List<TransitRouterAttachment> transitRouterAttachments; public String getNextToken() { return this.nextToken; } public void setNextToken(String nextToken) { this.nextToken = nextToken; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Integer getTotalCount() { return this.totalCount; } public void setTotalCount(Integer totalCount) { this.totalCount = totalCount; } public Integer getMaxResults() { return this.maxResults; } public void setMaxResults(Integer maxResults) { this.maxResults = maxResults; } public List<TransitRouterAttachment> getTransitRouterAttachments() { return this.transitRouterAttachments; } public void setTransitRouterAttachments(List<TransitRouterAttachment> transitRouterAttachments) { this.transitRouterAttachments = transitRouterAttachments; } public static class TransitRouterAttachment { private String creationTime; private String status; private String vpcId; private String transitRouterAttachmentId; private String transitRouterId; private String resourceType; private String transitRouterAttachmentDescription; private Long vpcOwnerId; private String vpcRegionId; private String transitRouterAttachmentName; private String serviceMode; private Boolean autoPublishRouteEnabled; private String chargeType; private String orderType; private String cenId; private List<ZoneMapping> zoneMappings; private List<Tag> tags; public String getCreationTime() { return this.creationTime; } public void setCreationTime(String creationTime) { this.creationTime = creationTime; } public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } public String getVpcId() { return this.vpcId; } public void setVpcId(String vpcId) { this.vpcId = vpcId; } public String getTransitRouterAttachmentId() { return this.transitRouterAttachmentId; } public void setTransitRouterAttachmentId(String transitRouterAttachmentId) { this.transitRouterAttachmentId = transitRouterAttachmentId; } public String getTransitRouterId() { return this.transitRouterId; } public void setTransitRouterId(String transitRouterId) { this.transitRouterId = transitRouterId; } public String getResourceType() { return this.resourceType; } public void setResourceType(String resourceType) { this.resourceType = resourceType; } public String getTransitRouterAttachmentDescription() { return this.transitRouterAttachmentDescription; } public void setTransitRouterAttachmentDescription(String transitRouterAttachmentDescription) { this.transitRouterAttachmentDescription = transitRouterAttachmentDescription; } public Long getVpcOwnerId() { return this.vpcOwnerId; } public void setVpcOwnerId(Long vpcOwnerId) { this.vpcOwnerId = vpcOwnerId; } public String getVpcRegionId() { return this.vpcRegionId; } public void setVpcRegionId(String vpcRegionId) { this.vpcRegionId = vpcRegionId; } public String getTransitRouterAttachmentName() { return this.transitRouterAttachmentName; } public void setTransitRouterAttachmentName(String transitRouterAttachmentName) { this.transitRouterAttachmentName = transitRouterAttachmentName; } public String getServiceMode() { return this.serviceMode; } public void setServiceMode(String serviceMode) { this.serviceMode = serviceMode; } public Boolean getAutoPublishRouteEnabled() { return this.autoPublishRouteEnabled; } public void setAutoPublishRouteEnabled(Boolean autoPublishRouteEnabled) { this.autoPublishRouteEnabled = autoPublishRouteEnabled; } public String getChargeType() { return this.chargeType; } public void setChargeType(String chargeType) { this.chargeType = chargeType; } public String getOrderType() { return this.orderType; } public void setOrderType(String orderType) { this.orderType = orderType; } public String getCenId() { return this.cenId; } public void setCenId(String cenId) { this.cenId = cenId; } public List<ZoneMapping> getZoneMappings() { return this.zoneMappings; } public void setZoneMappings(List<ZoneMapping> zoneMappings) { this.zoneMappings = zoneMappings; } public List<Tag> getTags() { return this.tags; } public void setTags(List<Tag> tags) { this.tags = tags; } public static class ZoneMapping { private String zoneId; private String vSwitchId; private String networkInterfaceId; public String getZoneId() { return this.zoneId; } public void setZoneId(String zoneId) { this.zoneId = zoneId; } public String getVSwitchId() { return this.vSwitchId; } public void setVSwitchId(String vSwitchId) { this.vSwitchId = vSwitchId; } public String getNetworkInterfaceId() { return this.networkInterfaceId; } public void setNetworkInterfaceId(String networkInterfaceId) { this.networkInterfaceId = networkInterfaceId; } } public static class Tag { private String key; private String value; public String getKey() { return this.key; } public void setKey(String key) { this.key = key; } public String getValue() { return this.value; } public void setValue(String value) { this.value = value; } } } @Override public ListTransitRouterVpcAttachmentsResponse getInstance(UnmarshallerContext context) { return ListTransitRouterVpcAttachmentsResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/ListTransitRouterVpnAttachmentsRequest.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.RpcAcsRequest; import java.util.List; import com.aliyuncs.http.MethodType; import com.aliyuncs.cbn.Endpoint; /** * @author auto create * @version */ public class ListTransitRouterVpnAttachmentsRequest extends RpcAcsRequest<ListTransitRouterVpnAttachmentsResponse> { private Long resourceOwnerId; private String cenId; private String nextToken; private List<Tag> tags; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; private String transitRouterId; private String transitRouterAttachmentId; private Integer maxResults; public ListTransitRouterVpnAttachmentsRequest() { super("Cbn", "2017-09-12", "ListTransitRouterVpnAttachments", "cbn"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getCenId() { return this.cenId; } public void setCenId(String cenId) { this.cenId = cenId; if(cenId != null){ putQueryParameter("CenId", cenId); } } public String getNextToken() { return this.nextToken; } public void setNextToken(String nextToken) { this.nextToken = nextToken; if(nextToken != null){ putQueryParameter("NextToken", nextToken); } } public List<Tag> getTags() { return this.tags; } public void setTags(List<Tag> tags) { this.tags = tags; if (tags != null) { for (int depth1 = 0; depth1 < tags.size(); depth1++) { putQueryParameter("Tag." + (depth1 + 1) + ".Value" , tags.get(depth1).getValue()); putQueryParameter("Tag." + (depth1 + 1) + ".Key" , tags.get(depth1).getKey()); } } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public String getTransitRouterId() { return this.transitRouterId; } public void setTransitRouterId(String transitRouterId) { this.transitRouterId = transitRouterId; if(transitRouterId != null){ putQueryParameter("TransitRouterId", transitRouterId); } } public String getTransitRouterAttachmentId() { return this.transitRouterAttachmentId; } public void setTransitRouterAttachmentId(String transitRouterAttachmentId) { this.transitRouterAttachmentId = transitRouterAttachmentId; if(transitRouterAttachmentId != null){ putQueryParameter("TransitRouterAttachmentId", transitRouterAttachmentId); } } public Integer getMaxResults() { return this.maxResults; } public void setMaxResults(Integer maxResults) { this.maxResults = maxResults; if(maxResults != null){ putQueryParameter("MaxResults", maxResults.toString()); } } public static class Tag { private String value; private String key; public String getValue() { return this.value; } public void setValue(String value) { this.value = value; } public String getKey() { return this.key; } public void setKey(String key) { this.key = key; } } @Override public Class<ListTransitRouterVpnAttachmentsResponse> getResponseClass() { return ListTransitRouterVpnAttachmentsResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/ListTransitRouterVpnAttachmentsResponse.java
/* * 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.cbn.model.v20170912; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cbn.transform.v20170912.ListTransitRouterVpnAttachmentsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListTransitRouterVpnAttachmentsResponse extends AcsResponse { private String nextToken; private String requestId; private Integer totalCount; private Integer maxResults; private List<TransitRouterAttachment> transitRouterAttachments; public String getNextToken() { return this.nextToken; } public void setNextToken(String nextToken) { this.nextToken = nextToken; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Integer getTotalCount() { return this.totalCount; } public void setTotalCount(Integer totalCount) { this.totalCount = totalCount; } public Integer getMaxResults() { return this.maxResults; } public void setMaxResults(Integer maxResults) { this.maxResults = maxResults; } public List<TransitRouterAttachment> getTransitRouterAttachments() { return this.transitRouterAttachments; } public void setTransitRouterAttachments(List<TransitRouterAttachment> transitRouterAttachments) { this.transitRouterAttachments = transitRouterAttachments; } public static class TransitRouterAttachment { private String creationTime; private String status; private String transitRouterAttachmentId; private String transitRouterId; private String resourceType; private Long vpnOwnerId; private String vpnId; private String transitRouterAttachmentDescription; private String vpnRegionId; private Boolean autoPublishRouteEnabled; private String transitRouterAttachmentName; private String chargeType; private String cenId; private List<ZoneMapping> zones; private List<Tag> tags; public String getCreationTime() { return this.creationTime; } public void setCreationTime(String creationTime) { this.creationTime = creationTime; } public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } public String getTransitRouterAttachmentId() { return this.transitRouterAttachmentId; } public void setTransitRouterAttachmentId(String transitRouterAttachmentId) { this.transitRouterAttachmentId = transitRouterAttachmentId; } public String getTransitRouterId() { return this.transitRouterId; } public void setTransitRouterId(String transitRouterId) { this.transitRouterId = transitRouterId; } public String getResourceType() { return this.resourceType; } public void setResourceType(String resourceType) { this.resourceType = resourceType; } public Long getVpnOwnerId() { return this.vpnOwnerId; } public void setVpnOwnerId(Long vpnOwnerId) { this.vpnOwnerId = vpnOwnerId; } public String getVpnId() { return this.vpnId; } public void setVpnId(String vpnId) { this.vpnId = vpnId; } public String getTransitRouterAttachmentDescription() { return this.transitRouterAttachmentDescription; } public void setTransitRouterAttachmentDescription(String transitRouterAttachmentDescription) { this.transitRouterAttachmentDescription = transitRouterAttachmentDescription; } public String getVpnRegionId() { return this.vpnRegionId; } public void setVpnRegionId(String vpnRegionId) { this.vpnRegionId = vpnRegionId; } public Boolean getAutoPublishRouteEnabled() { return this.autoPublishRouteEnabled; } public void setAutoPublishRouteEnabled(Boolean autoPublishRouteEnabled) { this.autoPublishRouteEnabled = autoPublishRouteEnabled; } public String getTransitRouterAttachmentName() { return this.transitRouterAttachmentName; } public void setTransitRouterAttachmentName(String transitRouterAttachmentName) { this.transitRouterAttachmentName = transitRouterAttachmentName; } public String getChargeType() { return this.chargeType; } public void setChargeType(String chargeType) { this.chargeType = chargeType; } public String getCenId() { return this.cenId; } public void setCenId(String cenId) { this.cenId = cenId; } public List<ZoneMapping> getZones() { return this.zones; } public void setZones(List<ZoneMapping> zones) { this.zones = zones; } public List<Tag> getTags() { return this.tags; } public void setTags(List<Tag> tags) { this.tags = tags; } public static class ZoneMapping { private String zoneId; public String getZoneId() { return this.zoneId; } public void setZoneId(String zoneId) { this.zoneId = zoneId; } } public static class Tag { private String key; private String value; public String getKey() { return this.key; } public void setKey(String key) { this.key = key; } public String getValue() { return this.value; } public void setValue(String value) { this.value = value; } } } @Override public ListTransitRouterVpnAttachmentsResponse getInstance(UnmarshallerContext context) { return ListTransitRouterVpnAttachmentsResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/ListTransitRoutersRequest.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.RpcAcsRequest; import java.util.List; import com.aliyuncs.http.MethodType; import com.aliyuncs.cbn.Endpoint; /** * @author auto create * @version */ public class ListTransitRoutersRequest extends RpcAcsRequest<ListTransitRoutersResponse> { private String transitRouterName; private Long resourceOwnerId; private String cenId; private List<FeatureFilter> featureFilters; private String type; private Integer pageNumber; private Integer pageSize; private List<Tag> tags; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; private String transitRouterId; private String status; public ListTransitRoutersRequest() { super("Cbn", "2017-09-12", "ListTransitRouters", "cbn"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public String getTransitRouterName() { return this.transitRouterName; } public void setTransitRouterName(String transitRouterName) { this.transitRouterName = transitRouterName; if(transitRouterName != null){ putQueryParameter("TransitRouterName", transitRouterName); } } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getCenId() { return this.cenId; } public void setCenId(String cenId) { this.cenId = cenId; if(cenId != null){ putQueryParameter("CenId", cenId); } } public List<FeatureFilter> getFeatureFilters() { return this.featureFilters; } public void setFeatureFilters(List<FeatureFilter> featureFilters) { this.featureFilters = featureFilters; if (featureFilters != null) { for (int depth1 = 0; depth1 < featureFilters.size(); depth1++) { if (featureFilters.get(depth1).getValues() != null) { for (int i = 0; i < featureFilters.get(depth1).getValues().size(); i++) { putQueryParameter("FeatureFilter." + (depth1 + 1) + ".Value." + (i + 1) , featureFilters.get(depth1).getValues().get(i)); } } putQueryParameter("FeatureFilter." + (depth1 + 1) + ".Key" , featureFilters.get(depth1).getKey()); } } } public String getType() { return this.type; } public void setType(String type) { this.type = type; if(type != null){ putQueryParameter("Type", type); } } public Integer getPageNumber() { return this.pageNumber; } public void setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; if(pageNumber != null){ putQueryParameter("PageNumber", pageNumber.toString()); } } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("PageSize", pageSize.toString()); } } public List<Tag> getTags() { return this.tags; } public void setTags(List<Tag> tags) { this.tags = tags; if (tags != null) { for (int depth1 = 0; depth1 < tags.size(); depth1++) { putQueryParameter("Tag." + (depth1 + 1) + ".Value" , tags.get(depth1).getValue()); putQueryParameter("Tag." + (depth1 + 1) + ".Key" , tags.get(depth1).getKey()); } } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public String getTransitRouterId() { return this.transitRouterId; } public void setTransitRouterId(String transitRouterId) { this.transitRouterId = transitRouterId; if(transitRouterId != null){ putQueryParameter("TransitRouterId", transitRouterId); } } public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; if(status != null){ putQueryParameter("Status", status); } } public static class FeatureFilter { private List<String> values; private String key; public List<String> getValues() { return this.values; } public void setValues(List<String> values) { this.values = values; } public String getKey() { return this.key; } public void setKey(String key) { this.key = key; } } public static class Tag { private String value; private String key; public String getValue() { return this.value; } public void setValue(String value) { this.value = value; } public String getKey() { return this.key; } public void setKey(String key) { this.key = key; } } @Override public Class<ListTransitRoutersResponse> getResponseClass() { return ListTransitRoutersResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/ListTransitRoutersResponse.java
/* * 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.cbn.model.v20170912; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cbn.transform.v20170912.ListTransitRoutersResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListTransitRoutersResponse extends AcsResponse { private Integer pageSize; private String requestId; private Integer pageNumber; private Integer totalCount; private List<TransitRouter> transitRouters; public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } 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<TransitRouter> getTransitRouters() { return this.transitRouters; } public void setTransitRouters(List<TransitRouter> transitRouters) { this.transitRouters = transitRouters; } public static class TransitRouter { private String creationTime; private String type; private String status; private String transitRouterId; private String transitRouterDescription; private String transitRouterName; private String cenId; private Long aliUid; private String regionId; private String serviceMode; private Boolean supportMulticast; private List<TransitRouterCidrListItem> transitRouterCidrList; private List<Tag> tags; private List<TransitRouterPrimaryStandbyZoneInfoListItem> transitRouterPrimaryStandbyZoneInfoList; public String getCreationTime() { return this.creationTime; } public void setCreationTime(String creationTime) { this.creationTime = creationTime; } public String getType() { return this.type; } public void setType(String type) { this.type = type; } public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } public String getTransitRouterId() { return this.transitRouterId; } public void setTransitRouterId(String transitRouterId) { this.transitRouterId = transitRouterId; } public String getTransitRouterDescription() { return this.transitRouterDescription; } public void setTransitRouterDescription(String transitRouterDescription) { this.transitRouterDescription = transitRouterDescription; } public String getTransitRouterName() { return this.transitRouterName; } public void setTransitRouterName(String transitRouterName) { this.transitRouterName = transitRouterName; } public String getCenId() { return this.cenId; } public void setCenId(String cenId) { this.cenId = cenId; } public Long getAliUid() { return this.aliUid; } public void setAliUid(Long aliUid) { this.aliUid = aliUid; } public String getRegionId() { return this.regionId; } public void setRegionId(String regionId) { this.regionId = regionId; } public String getServiceMode() { return this.serviceMode; } public void setServiceMode(String serviceMode) { this.serviceMode = serviceMode; } public Boolean getSupportMulticast() { return this.supportMulticast; } public void setSupportMulticast(Boolean supportMulticast) { this.supportMulticast = supportMulticast; } public List<TransitRouterCidrListItem> getTransitRouterCidrList() { return this.transitRouterCidrList; } public void setTransitRouterCidrList(List<TransitRouterCidrListItem> transitRouterCidrList) { this.transitRouterCidrList = transitRouterCidrList; } public List<Tag> getTags() { return this.tags; } public void setTags(List<Tag> tags) { this.tags = tags; } public List<TransitRouterPrimaryStandbyZoneInfoListItem> getTransitRouterPrimaryStandbyZoneInfoList() { return this.transitRouterPrimaryStandbyZoneInfoList; } public void setTransitRouterPrimaryStandbyZoneInfoList(List<TransitRouterPrimaryStandbyZoneInfoListItem> transitRouterPrimaryStandbyZoneInfoList) { this.transitRouterPrimaryStandbyZoneInfoList = transitRouterPrimaryStandbyZoneInfoList; } public static class TransitRouterCidrListItem { private String cidr; private String name; private String description; private String transitRouterCidrId; private Boolean publishCidrRoute; public String getCidr() { return this.cidr; } public void setCidr(String cidr) { this.cidr = cidr; } 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 getTransitRouterCidrId() { return this.transitRouterCidrId; } public void setTransitRouterCidrId(String transitRouterCidrId) { this.transitRouterCidrId = transitRouterCidrId; } public Boolean getPublishCidrRoute() { return this.publishCidrRoute; } public void setPublishCidrRoute(Boolean publishCidrRoute) { this.publishCidrRoute = publishCidrRoute; } } public static class Tag { private String key; private String value; public String getKey() { return this.key; } public void setKey(String key) { this.key = key; } public String getValue() { return this.value; } public void setValue(String value) { this.value = value; } } public static class TransitRouterPrimaryStandbyZoneInfoListItem { private String zoneId; private String role; public String getZoneId() { return this.zoneId; } public void setZoneId(String zoneId) { this.zoneId = zoneId; } public String getRole() { return this.role; } public void setRole(String role) { this.role = role; } } } @Override public ListTransitRoutersResponse getInstance(UnmarshallerContext context) { return ListTransitRoutersResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/ModifyCenAttributeRequest.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cbn.Endpoint; /** * @author auto create * @version */ public class ModifyCenAttributeRequest extends RpcAcsRequest<ModifyCenAttributeResponse> { private Long resourceOwnerId; private String cenId; private String description; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; private String protectionLevel; private String name; public ModifyCenAttributeRequest() { super("Cbn", "2017-09-12", "ModifyCenAttribute", "cbn"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getCenId() { return this.cenId; } public void setCenId(String cenId) { this.cenId = cenId; if(cenId != null){ putQueryParameter("CenId", cenId); } } public String getDescription() { return this.description; } public void setDescription(String description) { this.description = description; if(description != null){ putQueryParameter("Description", description); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public String getProtectionLevel() { return this.protectionLevel; } public void setProtectionLevel(String protectionLevel) { this.protectionLevel = protectionLevel; if(protectionLevel != null){ putQueryParameter("ProtectionLevel", protectionLevel); } } public String getName() { return this.name; } public void setName(String name) { this.name = name; if(name != null){ putQueryParameter("Name", name); } } @Override public Class<ModifyCenAttributeResponse> getResponseClass() { return ModifyCenAttributeResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/ModifyCenAttributeResponse.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.AcsResponse; import com.aliyuncs.cbn.transform.v20170912.ModifyCenAttributeResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ModifyCenAttributeResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public ModifyCenAttributeResponse getInstance(UnmarshallerContext context) { return ModifyCenAttributeResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/ModifyCenBandwidthPackageAttributeRequest.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cbn.Endpoint; /** * @author auto create * @version */ public class ModifyCenBandwidthPackageAttributeRequest extends RpcAcsRequest<ModifyCenBandwidthPackageAttributeResponse> { private Long resourceOwnerId; private String description; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; private String cenBandwidthPackageId; private String name; public ModifyCenBandwidthPackageAttributeRequest() { super("Cbn", "2017-09-12", "ModifyCenBandwidthPackageAttribute", "cbn"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getDescription() { return this.description; } public void setDescription(String description) { this.description = description; if(description != null){ putQueryParameter("Description", description); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public String getCenBandwidthPackageId() { return this.cenBandwidthPackageId; } public void setCenBandwidthPackageId(String cenBandwidthPackageId) { this.cenBandwidthPackageId = cenBandwidthPackageId; if(cenBandwidthPackageId != null){ putQueryParameter("CenBandwidthPackageId", cenBandwidthPackageId); } } public String getName() { return this.name; } public void setName(String name) { this.name = name; if(name != null){ putQueryParameter("Name", name); } } @Override public Class<ModifyCenBandwidthPackageAttributeResponse> getResponseClass() { return ModifyCenBandwidthPackageAttributeResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/ModifyCenBandwidthPackageAttributeResponse.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.AcsResponse; import com.aliyuncs.cbn.transform.v20170912.ModifyCenBandwidthPackageAttributeResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ModifyCenBandwidthPackageAttributeResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public ModifyCenBandwidthPackageAttributeResponse getInstance(UnmarshallerContext context) { return ModifyCenBandwidthPackageAttributeResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/ModifyCenBandwidthPackageSpecRequest.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cbn.Endpoint; /** * @author auto create * @version */ public class ModifyCenBandwidthPackageSpecRequest extends RpcAcsRequest<ModifyCenBandwidthPackageSpecResponse> { private Long resourceOwnerId; private String resourceOwnerAccount; private Integer bandwidth; private String ownerAccount; private Long ownerId; private String cenBandwidthPackageId; public ModifyCenBandwidthPackageSpecRequest() { super("Cbn", "2017-09-12", "ModifyCenBandwidthPackageSpec", "cbn"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public Integer getBandwidth() { return this.bandwidth; } public void setBandwidth(Integer bandwidth) { this.bandwidth = bandwidth; if(bandwidth != null){ putQueryParameter("Bandwidth", bandwidth.toString()); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public String getCenBandwidthPackageId() { return this.cenBandwidthPackageId; } public void setCenBandwidthPackageId(String cenBandwidthPackageId) { this.cenBandwidthPackageId = cenBandwidthPackageId; if(cenBandwidthPackageId != null){ putQueryParameter("CenBandwidthPackageId", cenBandwidthPackageId); } } @Override public Class<ModifyCenBandwidthPackageSpecResponse> getResponseClass() { return ModifyCenBandwidthPackageSpecResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/ModifyCenBandwidthPackageSpecResponse.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.AcsResponse; import com.aliyuncs.cbn.transform.v20170912.ModifyCenBandwidthPackageSpecResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ModifyCenBandwidthPackageSpecResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public ModifyCenBandwidthPackageSpecResponse getInstance(UnmarshallerContext context) { return ModifyCenBandwidthPackageSpecResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/ModifyCenRouteMapRequest.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.RpcAcsRequest; import java.util.List; import com.aliyuncs.http.MethodType; import com.aliyuncs.cbn.Endpoint; /** * @author auto create * @version */ public class ModifyCenRouteMapRequest extends RpcAcsRequest<ModifyCenRouteMapResponse> { private Long resourceOwnerId; private String communityMatchMode; private String mapResult; private Integer nextPriority; private List<String> destinationCidrBlockss; private List<String> sourceInstanceIdss; private List<String> sourceRegionIdss; private List<Integer> matchAsnss; private Integer preference; private Long ownerId; private Integer priority; private List<String> destinationChildInstanceTypess; private List<String> sourceRouteTableIdss; private List<String> sourceChildInstanceTypess; private String communityOperateMode; private List<String> operateCommunitySets; private List<String> routeTypess; private String matchAddressType; private String cidrMatchMode; private String cenId; private String description; private Boolean sourceInstanceIdsReverseMatch; private List<String> destinationRouteTableIdss; private List<String> destinationInstanceIdss; private String resourceOwnerAccount; private String ownerAccount; private Boolean destinationInstanceIdsReverseMatch; private String routeMapId; private List<Long> prependAsPaths; private String asPathMatchMode; private List<String> matchCommunitySets; private String cenRegionId; public ModifyCenRouteMapRequest() { super("Cbn", "2017-09-12", "ModifyCenRouteMap", "cbn"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getCommunityMatchMode() { return this.communityMatchMode; } public void setCommunityMatchMode(String communityMatchMode) { this.communityMatchMode = communityMatchMode; if(communityMatchMode != null){ putQueryParameter("CommunityMatchMode", communityMatchMode); } } public String getMapResult() { return this.mapResult; } public void setMapResult(String mapResult) { this.mapResult = mapResult; if(mapResult != null){ putQueryParameter("MapResult", mapResult); } } public Integer getNextPriority() { return this.nextPriority; } public void setNextPriority(Integer nextPriority) { this.nextPriority = nextPriority; if(nextPriority != null){ putQueryParameter("NextPriority", nextPriority.toString()); } } public List<String> getDestinationCidrBlockss() { return this.destinationCidrBlockss; } public void setDestinationCidrBlockss(List<String> destinationCidrBlockss) { this.destinationCidrBlockss = destinationCidrBlockss; if (destinationCidrBlockss != null) { for (int i = 0; i < destinationCidrBlockss.size(); i++) { putQueryParameter("DestinationCidrBlocks." + (i + 1) , destinationCidrBlockss.get(i)); } } } public List<String> getSourceInstanceIdss() { return this.sourceInstanceIdss; } public void setSourceInstanceIdss(List<String> sourceInstanceIdss) { this.sourceInstanceIdss = sourceInstanceIdss; if (sourceInstanceIdss != null) { for (int i = 0; i < sourceInstanceIdss.size(); i++) { putQueryParameter("SourceInstanceIds." + (i + 1) , sourceInstanceIdss.get(i)); } } } public List<String> getSourceRegionIdss() { return this.sourceRegionIdss; } public void setSourceRegionIdss(List<String> sourceRegionIdss) { this.sourceRegionIdss = sourceRegionIdss; if (sourceRegionIdss != null) { for (int i = 0; i < sourceRegionIdss.size(); i++) { putQueryParameter("SourceRegionIds." + (i + 1) , sourceRegionIdss.get(i)); } } } public List<Integer> getMatchAsnss() { return this.matchAsnss; } public void setMatchAsnss(List<Integer> matchAsnss) { this.matchAsnss = matchAsnss; if (matchAsnss != null) { for (int i = 0; i < matchAsnss.size(); i++) { putQueryParameter("MatchAsns." + (i + 1) , matchAsnss.get(i)); } } } public Integer getPreference() { return this.preference; } public void setPreference(Integer preference) { this.preference = preference; if(preference != null){ putQueryParameter("Preference", preference.toString()); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public Integer getPriority() { return this.priority; } public void setPriority(Integer priority) { this.priority = priority; if(priority != null){ putQueryParameter("Priority", priority.toString()); } } public List<String> getDestinationChildInstanceTypess() { return this.destinationChildInstanceTypess; } public void setDestinationChildInstanceTypess(List<String> destinationChildInstanceTypess) { this.destinationChildInstanceTypess = destinationChildInstanceTypess; if (destinationChildInstanceTypess != null) { for (int i = 0; i < destinationChildInstanceTypess.size(); i++) { putQueryParameter("DestinationChildInstanceTypes." + (i + 1) , destinationChildInstanceTypess.get(i)); } } } public List<String> getSourceRouteTableIdss() { return this.sourceRouteTableIdss; } public void setSourceRouteTableIdss(List<String> sourceRouteTableIdss) { this.sourceRouteTableIdss = sourceRouteTableIdss; if (sourceRouteTableIdss != null) { for (int i = 0; i < sourceRouteTableIdss.size(); i++) { putQueryParameter("SourceRouteTableIds." + (i + 1) , sourceRouteTableIdss.get(i)); } } } public List<String> getSourceChildInstanceTypess() { return this.sourceChildInstanceTypess; } public void setSourceChildInstanceTypess(List<String> sourceChildInstanceTypess) { this.sourceChildInstanceTypess = sourceChildInstanceTypess; if (sourceChildInstanceTypess != null) { for (int i = 0; i < sourceChildInstanceTypess.size(); i++) { putQueryParameter("SourceChildInstanceTypes." + (i + 1) , sourceChildInstanceTypess.get(i)); } } } public String getCommunityOperateMode() { return this.communityOperateMode; } public void setCommunityOperateMode(String communityOperateMode) { this.communityOperateMode = communityOperateMode; if(communityOperateMode != null){ putQueryParameter("CommunityOperateMode", communityOperateMode); } } public List<String> getOperateCommunitySets() { return this.operateCommunitySets; } public void setOperateCommunitySets(List<String> operateCommunitySets) { this.operateCommunitySets = operateCommunitySets; if (operateCommunitySets != null) { for (int i = 0; i < operateCommunitySets.size(); i++) { putQueryParameter("OperateCommunitySet." + (i + 1) , operateCommunitySets.get(i)); } } } public List<String> getRouteTypess() { return this.routeTypess; } public void setRouteTypess(List<String> routeTypess) { this.routeTypess = routeTypess; if (routeTypess != null) { for (int i = 0; i < routeTypess.size(); i++) { putQueryParameter("RouteTypes." + (i + 1) , routeTypess.get(i)); } } } public String getMatchAddressType() { return this.matchAddressType; } public void setMatchAddressType(String matchAddressType) { this.matchAddressType = matchAddressType; if(matchAddressType != null){ putQueryParameter("MatchAddressType", matchAddressType); } } public String getCidrMatchMode() { return this.cidrMatchMode; } public void setCidrMatchMode(String cidrMatchMode) { this.cidrMatchMode = cidrMatchMode; if(cidrMatchMode != null){ putQueryParameter("CidrMatchMode", cidrMatchMode); } } public String getCenId() { return this.cenId; } public void setCenId(String cenId) { this.cenId = cenId; if(cenId != null){ putQueryParameter("CenId", cenId); } } public String getDescription() { return this.description; } public void setDescription(String description) { this.description = description; if(description != null){ putQueryParameter("Description", description); } } public Boolean getSourceInstanceIdsReverseMatch() { return this.sourceInstanceIdsReverseMatch; } public void setSourceInstanceIdsReverseMatch(Boolean sourceInstanceIdsReverseMatch) { this.sourceInstanceIdsReverseMatch = sourceInstanceIdsReverseMatch; if(sourceInstanceIdsReverseMatch != null){ putQueryParameter("SourceInstanceIdsReverseMatch", sourceInstanceIdsReverseMatch.toString()); } } public List<String> getDestinationRouteTableIdss() { return this.destinationRouteTableIdss; } public void setDestinationRouteTableIdss(List<String> destinationRouteTableIdss) { this.destinationRouteTableIdss = destinationRouteTableIdss; if (destinationRouteTableIdss != null) { for (int i = 0; i < destinationRouteTableIdss.size(); i++) { putQueryParameter("DestinationRouteTableIds." + (i + 1) , destinationRouteTableIdss.get(i)); } } } public List<String> getDestinationInstanceIdss() { return this.destinationInstanceIdss; } public void setDestinationInstanceIdss(List<String> destinationInstanceIdss) { this.destinationInstanceIdss = destinationInstanceIdss; if (destinationInstanceIdss != null) { for (int i = 0; i < destinationInstanceIdss.size(); i++) { putQueryParameter("DestinationInstanceIds." + (i + 1) , destinationInstanceIdss.get(i)); } } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Boolean getDestinationInstanceIdsReverseMatch() { return this.destinationInstanceIdsReverseMatch; } public void setDestinationInstanceIdsReverseMatch(Boolean destinationInstanceIdsReverseMatch) { this.destinationInstanceIdsReverseMatch = destinationInstanceIdsReverseMatch; if(destinationInstanceIdsReverseMatch != null){ putQueryParameter("DestinationInstanceIdsReverseMatch", destinationInstanceIdsReverseMatch.toString()); } } public String getRouteMapId() { return this.routeMapId; } public void setRouteMapId(String routeMapId) { this.routeMapId = routeMapId; if(routeMapId != null){ putQueryParameter("RouteMapId", routeMapId); } } public List<Long> getPrependAsPaths() { return this.prependAsPaths; } public void setPrependAsPaths(List<Long> prependAsPaths) { this.prependAsPaths = prependAsPaths; if (prependAsPaths != null) { for (int i = 0; i < prependAsPaths.size(); i++) { putQueryParameter("PrependAsPath." + (i + 1) , prependAsPaths.get(i)); } } } public String getAsPathMatchMode() { return this.asPathMatchMode; } public void setAsPathMatchMode(String asPathMatchMode) { this.asPathMatchMode = asPathMatchMode; if(asPathMatchMode != null){ putQueryParameter("AsPathMatchMode", asPathMatchMode); } } public List<String> getMatchCommunitySets() { return this.matchCommunitySets; } public void setMatchCommunitySets(List<String> matchCommunitySets) { this.matchCommunitySets = matchCommunitySets; if (matchCommunitySets != null) { for (int i = 0; i < matchCommunitySets.size(); i++) { putQueryParameter("MatchCommunitySet." + (i + 1) , matchCommunitySets.get(i)); } } } public String getCenRegionId() { return this.cenRegionId; } public void setCenRegionId(String cenRegionId) { this.cenRegionId = cenRegionId; if(cenRegionId != null){ putQueryParameter("CenRegionId", cenRegionId); } } @Override public Class<ModifyCenRouteMapResponse> getResponseClass() { return ModifyCenRouteMapResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/ModifyCenRouteMapResponse.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.AcsResponse; import com.aliyuncs.cbn.transform.v20170912.ModifyCenRouteMapResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ModifyCenRouteMapResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public ModifyCenRouteMapResponse getInstance(UnmarshallerContext context) { return ModifyCenRouteMapResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/ModifyFlowLogAttributeRequest.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cbn.Endpoint; /** * @author auto create * @version */ public class ModifyFlowLogAttributeRequest extends RpcAcsRequest<ModifyFlowLogAttributeResponse> { private Long resourceOwnerId; private String clientToken; private String cenId; private String description; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; private String flowLogId; private String flowLogName; public ModifyFlowLogAttributeRequest() { super("Cbn", "2017-09-12", "ModifyFlowLogAttribute", "cbn"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getClientToken() { return this.clientToken; } public void setClientToken(String clientToken) { this.clientToken = clientToken; if(clientToken != null){ putQueryParameter("ClientToken", clientToken); } } public String getCenId() { return this.cenId; } public void setCenId(String cenId) { this.cenId = cenId; if(cenId != null){ putQueryParameter("CenId", cenId); } } public String getDescription() { return this.description; } public void setDescription(String description) { this.description = description; if(description != null){ putQueryParameter("Description", description); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public String getFlowLogId() { return this.flowLogId; } public void setFlowLogId(String flowLogId) { this.flowLogId = flowLogId; if(flowLogId != null){ putQueryParameter("FlowLogId", flowLogId); } } public String getFlowLogName() { return this.flowLogName; } public void setFlowLogName(String flowLogName) { this.flowLogName = flowLogName; if(flowLogName != null){ putQueryParameter("FlowLogName", flowLogName); } } @Override public Class<ModifyFlowLogAttributeResponse> getResponseClass() { return ModifyFlowLogAttributeResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/ModifyFlowLogAttributeResponse.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.AcsResponse; import com.aliyuncs.cbn.transform.v20170912.ModifyFlowLogAttributeResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ModifyFlowLogAttributeResponse extends AcsResponse { private String success; private String requestId; public String getSuccess() { return this.success; } public void setSuccess(String success) { this.success = success; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public ModifyFlowLogAttributeResponse getInstance(UnmarshallerContext context) { return ModifyFlowLogAttributeResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/ModifyTransitRouterCidrRequest.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cbn.Endpoint; /** * @author auto create * @version */ public class ModifyTransitRouterCidrRequest extends RpcAcsRequest<ModifyTransitRouterCidrResponse> { private Long resourceOwnerId; private String clientToken; private String description; private String transitRouterCidrId; private String cidr; private Boolean publishCidrRoute; private Boolean dryRun; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; private String transitRouterId; private String name; public ModifyTransitRouterCidrRequest() { super("Cbn", "2017-09-12", "ModifyTransitRouterCidr", "cbn"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getClientToken() { return this.clientToken; } public void setClientToken(String clientToken) { this.clientToken = clientToken; if(clientToken != null){ putQueryParameter("ClientToken", clientToken); } } public String getDescription() { return this.description; } public void setDescription(String description) { this.description = description; if(description != null){ putQueryParameter("Description", description); } } public String getTransitRouterCidrId() { return this.transitRouterCidrId; } public void setTransitRouterCidrId(String transitRouterCidrId) { this.transitRouterCidrId = transitRouterCidrId; if(transitRouterCidrId != null){ putQueryParameter("TransitRouterCidrId", transitRouterCidrId); } } public String getCidr() { return this.cidr; } public void setCidr(String cidr) { this.cidr = cidr; if(cidr != null){ putQueryParameter("Cidr", cidr); } } public Boolean getPublishCidrRoute() { return this.publishCidrRoute; } public void setPublishCidrRoute(Boolean publishCidrRoute) { this.publishCidrRoute = publishCidrRoute; if(publishCidrRoute != null){ putQueryParameter("PublishCidrRoute", publishCidrRoute.toString()); } } public Boolean getDryRun() { return this.dryRun; } public void setDryRun(Boolean dryRun) { this.dryRun = dryRun; if(dryRun != null){ putQueryParameter("DryRun", dryRun.toString()); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public String getTransitRouterId() { return this.transitRouterId; } public void setTransitRouterId(String transitRouterId) { this.transitRouterId = transitRouterId; if(transitRouterId != null){ putQueryParameter("TransitRouterId", transitRouterId); } } public String getName() { return this.name; } public void setName(String name) { this.name = name; if(name != null){ putQueryParameter("Name", name); } } @Override public Class<ModifyTransitRouterCidrResponse> getResponseClass() { return ModifyTransitRouterCidrResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/ModifyTransitRouterCidrResponse.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.AcsResponse; import com.aliyuncs.cbn.transform.v20170912.ModifyTransitRouterCidrResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ModifyTransitRouterCidrResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public ModifyTransitRouterCidrResponse getInstance(UnmarshallerContext context) { return ModifyTransitRouterCidrResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/ModifyTransitRouterMulticastDomainRequest.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cbn.Endpoint; /** * @author auto create * @version */ public class ModifyTransitRouterMulticastDomainRequest extends RpcAcsRequest<ModifyTransitRouterMulticastDomainResponse> { private Long resourceOwnerId; private String clientToken; private String transitRouterMulticastDomainId; private String transitRouterMulticastDomainDescription; private String transitRouterMulticastDomainName; private Boolean dryRun; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; public ModifyTransitRouterMulticastDomainRequest() { super("Cbn", "2017-09-12", "ModifyTransitRouterMulticastDomain", "cbn"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getClientToken() { return this.clientToken; } public void setClientToken(String clientToken) { this.clientToken = clientToken; if(clientToken != null){ putQueryParameter("ClientToken", clientToken); } } public String getTransitRouterMulticastDomainId() { return this.transitRouterMulticastDomainId; } public void setTransitRouterMulticastDomainId(String transitRouterMulticastDomainId) { this.transitRouterMulticastDomainId = transitRouterMulticastDomainId; if(transitRouterMulticastDomainId != null){ putQueryParameter("TransitRouterMulticastDomainId", transitRouterMulticastDomainId); } } public String getTransitRouterMulticastDomainDescription() { return this.transitRouterMulticastDomainDescription; } public void setTransitRouterMulticastDomainDescription(String transitRouterMulticastDomainDescription) { this.transitRouterMulticastDomainDescription = transitRouterMulticastDomainDescription; if(transitRouterMulticastDomainDescription != null){ putQueryParameter("TransitRouterMulticastDomainDescription", transitRouterMulticastDomainDescription); } } public String getTransitRouterMulticastDomainName() { return this.transitRouterMulticastDomainName; } public void setTransitRouterMulticastDomainName(String transitRouterMulticastDomainName) { this.transitRouterMulticastDomainName = transitRouterMulticastDomainName; if(transitRouterMulticastDomainName != null){ putQueryParameter("TransitRouterMulticastDomainName", transitRouterMulticastDomainName); } } public Boolean getDryRun() { return this.dryRun; } public void setDryRun(Boolean dryRun) { this.dryRun = dryRun; if(dryRun != null){ putQueryParameter("DryRun", dryRun.toString()); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } @Override public Class<ModifyTransitRouterMulticastDomainResponse> getResponseClass() { return ModifyTransitRouterMulticastDomainResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/ModifyTransitRouterMulticastDomainResponse.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.AcsResponse; import com.aliyuncs.cbn.transform.v20170912.ModifyTransitRouterMulticastDomainResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ModifyTransitRouterMulticastDomainResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public ModifyTransitRouterMulticastDomainResponse getInstance(UnmarshallerContext context) { return ModifyTransitRouterMulticastDomainResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/MoveResourceGroupRequest.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cbn.Endpoint; /** * @author auto create * @version */ public class MoveResourceGroupRequest extends RpcAcsRequest<MoveResourceGroupResponse> { private Long resourceOwnerId; private String clientToken; private String resourceId; private Boolean dryRun; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; private String resourceType; private String newResourceGroupId; public MoveResourceGroupRequest() { super("Cbn", "2017-09-12", "MoveResourceGroup", "cbn"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getClientToken() { return this.clientToken; } public void setClientToken(String clientToken) { this.clientToken = clientToken; if(clientToken != null){ putQueryParameter("ClientToken", clientToken); } } public String getResourceId() { return this.resourceId; } public void setResourceId(String resourceId) { this.resourceId = resourceId; if(resourceId != null){ putQueryParameter("ResourceId", resourceId); } } public Boolean getDryRun() { return this.dryRun; } public void setDryRun(Boolean dryRun) { this.dryRun = dryRun; if(dryRun != null){ putQueryParameter("DryRun", dryRun.toString()); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public String getResourceType() { return this.resourceType; } public void setResourceType(String resourceType) { this.resourceType = resourceType; if(resourceType != null){ putQueryParameter("ResourceType", resourceType); } } public String getNewResourceGroupId() { return this.newResourceGroupId; } public void setNewResourceGroupId(String newResourceGroupId) { this.newResourceGroupId = newResourceGroupId; if(newResourceGroupId != null){ putQueryParameter("NewResourceGroupId", newResourceGroupId); } } @Override public Class<MoveResourceGroupResponse> getResponseClass() { return MoveResourceGroupResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/MoveResourceGroupResponse.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.AcsResponse; import com.aliyuncs.cbn.transform.v20170912.MoveResourceGroupResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class MoveResourceGroupResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public MoveResourceGroupResponse getInstance(UnmarshallerContext context) { return MoveResourceGroupResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/OpenTransitRouterServiceRequest.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cbn.Endpoint; /** * @author auto create * @version */ public class OpenTransitRouterServiceRequest extends RpcAcsRequest<OpenTransitRouterServiceResponse> { private Long resourceOwnerId; private String clientToken; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; public OpenTransitRouterServiceRequest() { super("Cbn", "2017-09-12", "OpenTransitRouterService", "cbn"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getClientToken() { return this.clientToken; } public void setClientToken(String clientToken) { this.clientToken = clientToken; if(clientToken != null){ putQueryParameter("ClientToken", clientToken); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } @Override public Class<OpenTransitRouterServiceResponse> getResponseClass() { return OpenTransitRouterServiceResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/OpenTransitRouterServiceResponse.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.AcsResponse; import com.aliyuncs.cbn.transform.v20170912.OpenTransitRouterServiceResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class OpenTransitRouterServiceResponse extends AcsResponse { private String orderId; private String requestId; public String getOrderId() { return this.orderId; } public void setOrderId(String orderId) { this.orderId = orderId; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public OpenTransitRouterServiceResponse getInstance(UnmarshallerContext context) { return OpenTransitRouterServiceResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/PublishRouteEntriesRequest.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cbn.Endpoint; /** * @author auto create * @version */ public class PublishRouteEntriesRequest extends RpcAcsRequest<PublishRouteEntriesResponse> { private Long resourceOwnerId; private String cenId; private String childInstanceRegionId; private String resourceOwnerAccount; private String destinationCidrBlock; private String childInstanceType; private String childInstanceId; private String childInstanceRouteTableId; public PublishRouteEntriesRequest() { super("Cbn", "2017-09-12", "PublishRouteEntries", "cbn"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getCenId() { return this.cenId; } public void setCenId(String cenId) { this.cenId = cenId; if(cenId != null){ putQueryParameter("CenId", cenId); } } public String getChildInstanceRegionId() { return this.childInstanceRegionId; } public void setChildInstanceRegionId(String childInstanceRegionId) { this.childInstanceRegionId = childInstanceRegionId; if(childInstanceRegionId != null){ putQueryParameter("ChildInstanceRegionId", childInstanceRegionId); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getDestinationCidrBlock() { return this.destinationCidrBlock; } public void setDestinationCidrBlock(String destinationCidrBlock) { this.destinationCidrBlock = destinationCidrBlock; if(destinationCidrBlock != null){ putQueryParameter("DestinationCidrBlock", destinationCidrBlock); } } public String getChildInstanceType() { return this.childInstanceType; } public void setChildInstanceType(String childInstanceType) { this.childInstanceType = childInstanceType; if(childInstanceType != null){ putQueryParameter("ChildInstanceType", childInstanceType); } } public String getChildInstanceId() { return this.childInstanceId; } public void setChildInstanceId(String childInstanceId) { this.childInstanceId = childInstanceId; if(childInstanceId != null){ putQueryParameter("ChildInstanceId", childInstanceId); } } public String getChildInstanceRouteTableId() { return this.childInstanceRouteTableId; } public void setChildInstanceRouteTableId(String childInstanceRouteTableId) { this.childInstanceRouteTableId = childInstanceRouteTableId; if(childInstanceRouteTableId != null){ putQueryParameter("ChildInstanceRouteTableId", childInstanceRouteTableId); } } @Override public Class<PublishRouteEntriesResponse> getResponseClass() { return PublishRouteEntriesResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/PublishRouteEntriesResponse.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.AcsResponse; import com.aliyuncs.cbn.transform.v20170912.PublishRouteEntriesResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class PublishRouteEntriesResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public PublishRouteEntriesResponse getInstance(UnmarshallerContext context) { return PublishRouteEntriesResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/RefreshTransitRouteTableAggregationRequest.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cbn.Endpoint; /** * @author auto create * @version */ public class RefreshTransitRouteTableAggregationRequest extends RpcAcsRequest<RefreshTransitRouteTableAggregationResponse> { private Long resourceOwnerId; private String clientToken; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; private String transitRouteTableId; private String transitRouteTableAggregationCidr; public RefreshTransitRouteTableAggregationRequest() { super("Cbn", "2017-09-12", "RefreshTransitRouteTableAggregation", "cbn"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getClientToken() { return this.clientToken; } public void setClientToken(String clientToken) { this.clientToken = clientToken; if(clientToken != null){ putQueryParameter("ClientToken", clientToken); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public String getTransitRouteTableId() { return this.transitRouteTableId; } public void setTransitRouteTableId(String transitRouteTableId) { this.transitRouteTableId = transitRouteTableId; if(transitRouteTableId != null){ putQueryParameter("TransitRouteTableId", transitRouteTableId); } } public String getTransitRouteTableAggregationCidr() { return this.transitRouteTableAggregationCidr; } public void setTransitRouteTableAggregationCidr(String transitRouteTableAggregationCidr) { this.transitRouteTableAggregationCidr = transitRouteTableAggregationCidr; if(transitRouteTableAggregationCidr != null){ putQueryParameter("TransitRouteTableAggregationCidr", transitRouteTableAggregationCidr); } } @Override public Class<RefreshTransitRouteTableAggregationResponse> getResponseClass() { return RefreshTransitRouteTableAggregationResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/RefreshTransitRouteTableAggregationResponse.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.AcsResponse; import com.aliyuncs.cbn.transform.v20170912.RefreshTransitRouteTableAggregationResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class RefreshTransitRouteTableAggregationResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public RefreshTransitRouteTableAggregationResponse getInstance(UnmarshallerContext context) { return RefreshTransitRouteTableAggregationResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/RegisterTransitRouterMulticastGroupMembersRequest.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.RpcAcsRequest; import java.util.List; import com.aliyuncs.http.MethodType; import com.aliyuncs.cbn.Endpoint; /** * @author auto create * @version */ public class RegisterTransitRouterMulticastGroupMembersRequest extends RpcAcsRequest<RegisterTransitRouterMulticastGroupMembersResponse> { private Long resourceOwnerId; private String clientToken; private List<String> networkInterfaceIdss; private String transitRouterMulticastDomainId; private String groupIpAddress; private Boolean dryRun; private String resourceOwnerAccount; private String ownerAccount; private List<String> peerTransitRouterMulticastDomainss; private Long ownerId; private String vpcId; public RegisterTransitRouterMulticastGroupMembersRequest() { super("Cbn", "2017-09-12", "RegisterTransitRouterMulticastGroupMembers", "cbn"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getClientToken() { return this.clientToken; } public void setClientToken(String clientToken) { this.clientToken = clientToken; if(clientToken != null){ putQueryParameter("ClientToken", clientToken); } } public List<String> getNetworkInterfaceIdss() { return this.networkInterfaceIdss; } public void setNetworkInterfaceIdss(List<String> networkInterfaceIdss) { this.networkInterfaceIdss = networkInterfaceIdss; if (networkInterfaceIdss != null) { for (int i = 0; i < networkInterfaceIdss.size(); i++) { putQueryParameter("NetworkInterfaceIds." + (i + 1) , networkInterfaceIdss.get(i)); } } } public String getTransitRouterMulticastDomainId() { return this.transitRouterMulticastDomainId; } public void setTransitRouterMulticastDomainId(String transitRouterMulticastDomainId) { this.transitRouterMulticastDomainId = transitRouterMulticastDomainId; if(transitRouterMulticastDomainId != null){ putQueryParameter("TransitRouterMulticastDomainId", transitRouterMulticastDomainId); } } public String getGroupIpAddress() { return this.groupIpAddress; } public void setGroupIpAddress(String groupIpAddress) { this.groupIpAddress = groupIpAddress; if(groupIpAddress != null){ putQueryParameter("GroupIpAddress", groupIpAddress); } } public Boolean getDryRun() { return this.dryRun; } public void setDryRun(Boolean dryRun) { this.dryRun = dryRun; if(dryRun != null){ putQueryParameter("DryRun", dryRun.toString()); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public List<String> getPeerTransitRouterMulticastDomainss() { return this.peerTransitRouterMulticastDomainss; } public void setPeerTransitRouterMulticastDomainss(List<String> peerTransitRouterMulticastDomainss) { this.peerTransitRouterMulticastDomainss = peerTransitRouterMulticastDomainss; if (peerTransitRouterMulticastDomainss != null) { for (int i = 0; i < peerTransitRouterMulticastDomainss.size(); i++) { putQueryParameter("PeerTransitRouterMulticastDomains." + (i + 1) , peerTransitRouterMulticastDomainss.get(i)); } } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public String getVpcId() { return this.vpcId; } public void setVpcId(String vpcId) { this.vpcId = vpcId; if(vpcId != null){ putQueryParameter("VpcId", vpcId); } } @Override public Class<RegisterTransitRouterMulticastGroupMembersResponse> getResponseClass() { return RegisterTransitRouterMulticastGroupMembersResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/RegisterTransitRouterMulticastGroupMembersResponse.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.AcsResponse; import com.aliyuncs.cbn.transform.v20170912.RegisterTransitRouterMulticastGroupMembersResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class RegisterTransitRouterMulticastGroupMembersResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public RegisterTransitRouterMulticastGroupMembersResponse getInstance(UnmarshallerContext context) { return RegisterTransitRouterMulticastGroupMembersResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/RegisterTransitRouterMulticastGroupSourcesRequest.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.RpcAcsRequest; import java.util.List; import com.aliyuncs.http.MethodType; import com.aliyuncs.cbn.Endpoint; /** * @author auto create * @version */ public class RegisterTransitRouterMulticastGroupSourcesRequest extends RpcAcsRequest<RegisterTransitRouterMulticastGroupSourcesResponse> { private Long resourceOwnerId; private String clientToken; private List<String> networkInterfaceIdss; private String transitRouterMulticastDomainId; private String groupIpAddress; private Boolean dryRun; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; private String vpcId; public RegisterTransitRouterMulticastGroupSourcesRequest() { super("Cbn", "2017-09-12", "RegisterTransitRouterMulticastGroupSources", "cbn"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getClientToken() { return this.clientToken; } public void setClientToken(String clientToken) { this.clientToken = clientToken; if(clientToken != null){ putQueryParameter("ClientToken", clientToken); } } public List<String> getNetworkInterfaceIdss() { return this.networkInterfaceIdss; } public void setNetworkInterfaceIdss(List<String> networkInterfaceIdss) { this.networkInterfaceIdss = networkInterfaceIdss; if (networkInterfaceIdss != null) { for (int i = 0; i < networkInterfaceIdss.size(); i++) { putQueryParameter("NetworkInterfaceIds." + (i + 1) , networkInterfaceIdss.get(i)); } } } public String getTransitRouterMulticastDomainId() { return this.transitRouterMulticastDomainId; } public void setTransitRouterMulticastDomainId(String transitRouterMulticastDomainId) { this.transitRouterMulticastDomainId = transitRouterMulticastDomainId; if(transitRouterMulticastDomainId != null){ putQueryParameter("TransitRouterMulticastDomainId", transitRouterMulticastDomainId); } } public String getGroupIpAddress() { return this.groupIpAddress; } public void setGroupIpAddress(String groupIpAddress) { this.groupIpAddress = groupIpAddress; if(groupIpAddress != null){ putQueryParameter("GroupIpAddress", groupIpAddress); } } public Boolean getDryRun() { return this.dryRun; } public void setDryRun(Boolean dryRun) { this.dryRun = dryRun; if(dryRun != null){ putQueryParameter("DryRun", dryRun.toString()); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public String getVpcId() { return this.vpcId; } public void setVpcId(String vpcId) { this.vpcId = vpcId; if(vpcId != null){ putQueryParameter("VpcId", vpcId); } } @Override public Class<RegisterTransitRouterMulticastGroupSourcesResponse> getResponseClass() { return RegisterTransitRouterMulticastGroupSourcesResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/RegisterTransitRouterMulticastGroupSourcesResponse.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.AcsResponse; import com.aliyuncs.cbn.transform.v20170912.RegisterTransitRouterMulticastGroupSourcesResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class RegisterTransitRouterMulticastGroupSourcesResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public RegisterTransitRouterMulticastGroupSourcesResponse getInstance(UnmarshallerContext context) { return RegisterTransitRouterMulticastGroupSourcesResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/RemoveTrafficMatchRuleFromTrafficMarkingPolicyRequest.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.RpcAcsRequest; import java.util.List; import com.aliyuncs.http.MethodType; import com.aliyuncs.cbn.Endpoint; /** * @author auto create * @version */ public class RemoveTrafficMatchRuleFromTrafficMarkingPolicyRequest extends RpcAcsRequest<RemoveTrafficMatchRuleFromTrafficMarkingPolicyResponse> { private Long resourceOwnerId; private String clientToken; private String trafficMarkingPolicyId; private Boolean dryRun; private String resourceOwnerAccount; private String ownerAccount; private List<String> trafficMarkRuleIdss; private Long ownerId; public RemoveTrafficMatchRuleFromTrafficMarkingPolicyRequest() { super("Cbn", "2017-09-12", "RemoveTrafficMatchRuleFromTrafficMarkingPolicy", "cbn"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getClientToken() { return this.clientToken; } public void setClientToken(String clientToken) { this.clientToken = clientToken; if(clientToken != null){ putQueryParameter("ClientToken", clientToken); } } public String getTrafficMarkingPolicyId() { return this.trafficMarkingPolicyId; } public void setTrafficMarkingPolicyId(String trafficMarkingPolicyId) { this.trafficMarkingPolicyId = trafficMarkingPolicyId; if(trafficMarkingPolicyId != null){ putQueryParameter("TrafficMarkingPolicyId", trafficMarkingPolicyId); } } public Boolean getDryRun() { return this.dryRun; } public void setDryRun(Boolean dryRun) { this.dryRun = dryRun; if(dryRun != null){ putQueryParameter("DryRun", dryRun.toString()); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public List<String> getTrafficMarkRuleIdss() { return this.trafficMarkRuleIdss; } public void setTrafficMarkRuleIdss(List<String> trafficMarkRuleIdss) { this.trafficMarkRuleIdss = trafficMarkRuleIdss; if (trafficMarkRuleIdss != null) { for (int i = 0; i < trafficMarkRuleIdss.size(); i++) { putQueryParameter("TrafficMarkRuleIds." + (i + 1) , trafficMarkRuleIdss.get(i)); } } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } @Override public Class<RemoveTrafficMatchRuleFromTrafficMarkingPolicyResponse> getResponseClass() { return RemoveTrafficMatchRuleFromTrafficMarkingPolicyResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/RemoveTrafficMatchRuleFromTrafficMarkingPolicyResponse.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.AcsResponse; import com.aliyuncs.cbn.transform.v20170912.RemoveTrafficMatchRuleFromTrafficMarkingPolicyResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class RemoveTrafficMatchRuleFromTrafficMarkingPolicyResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public RemoveTrafficMatchRuleFromTrafficMarkingPolicyResponse getInstance(UnmarshallerContext context) { return RemoveTrafficMatchRuleFromTrafficMarkingPolicyResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/RemoveTraficMatchRuleFromTrafficMarkingPolicyRequest.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.RpcAcsRequest; import java.util.List; import com.aliyuncs.http.MethodType; import com.aliyuncs.cbn.Endpoint; /** * @author auto create * @version */ public class RemoveTraficMatchRuleFromTrafficMarkingPolicyRequest extends RpcAcsRequest<RemoveTraficMatchRuleFromTrafficMarkingPolicyResponse> { private Long resourceOwnerId; private String clientToken; private String trafficMarkingPolicyId; private Boolean dryRun; private String resourceOwnerAccount; private String ownerAccount; private List<String> trafficMarkRuleIdss; private Long ownerId; public RemoveTraficMatchRuleFromTrafficMarkingPolicyRequest() { super("Cbn", "2017-09-12", "RemoveTraficMatchRuleFromTrafficMarkingPolicy", "cbn"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getClientToken() { return this.clientToken; } public void setClientToken(String clientToken) { this.clientToken = clientToken; if(clientToken != null){ putQueryParameter("ClientToken", clientToken); } } public String getTrafficMarkingPolicyId() { return this.trafficMarkingPolicyId; } public void setTrafficMarkingPolicyId(String trafficMarkingPolicyId) { this.trafficMarkingPolicyId = trafficMarkingPolicyId; if(trafficMarkingPolicyId != null){ putQueryParameter("TrafficMarkingPolicyId", trafficMarkingPolicyId); } } public Boolean getDryRun() { return this.dryRun; } public void setDryRun(Boolean dryRun) { this.dryRun = dryRun; if(dryRun != null){ putQueryParameter("DryRun", dryRun.toString()); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public List<String> getTrafficMarkRuleIdss() { return this.trafficMarkRuleIdss; } public void setTrafficMarkRuleIdss(List<String> trafficMarkRuleIdss) { this.trafficMarkRuleIdss = trafficMarkRuleIdss; if (trafficMarkRuleIdss != null) { for (int i = 0; i < trafficMarkRuleIdss.size(); i++) { putQueryParameter("TrafficMarkRuleIds." + (i + 1) , trafficMarkRuleIdss.get(i)); } } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } @Override public Class<RemoveTraficMatchRuleFromTrafficMarkingPolicyResponse> getResponseClass() { return RemoveTraficMatchRuleFromTrafficMarkingPolicyResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/RemoveTraficMatchRuleFromTrafficMarkingPolicyResponse.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.AcsResponse; import com.aliyuncs.cbn.transform.v20170912.RemoveTraficMatchRuleFromTrafficMarkingPolicyResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class RemoveTraficMatchRuleFromTrafficMarkingPolicyResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public RemoveTraficMatchRuleFromTrafficMarkingPolicyResponse getInstance(UnmarshallerContext context) { return RemoveTraficMatchRuleFromTrafficMarkingPolicyResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/ReplaceTransitRouterRouteTableAssociationRequest.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cbn.Endpoint; /** * @author auto create * @version */ public class ReplaceTransitRouterRouteTableAssociationRequest extends RpcAcsRequest<ReplaceTransitRouterRouteTableAssociationResponse> { private Long resourceOwnerId; private String clientToken; private String transitRouterRouteTableId; private Boolean dryRun; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; private String transitRouterAttachmentId; public ReplaceTransitRouterRouteTableAssociationRequest() { super("Cbn", "2017-09-12", "ReplaceTransitRouterRouteTableAssociation", "cbn"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getClientToken() { return this.clientToken; } public void setClientToken(String clientToken) { this.clientToken = clientToken; if(clientToken != null){ putQueryParameter("ClientToken", clientToken); } } public String getTransitRouterRouteTableId() { return this.transitRouterRouteTableId; } public void setTransitRouterRouteTableId(String transitRouterRouteTableId) { this.transitRouterRouteTableId = transitRouterRouteTableId; if(transitRouterRouteTableId != null){ putQueryParameter("TransitRouterRouteTableId", transitRouterRouteTableId); } } public Boolean getDryRun() { return this.dryRun; } public void setDryRun(Boolean dryRun) { this.dryRun = dryRun; if(dryRun != null){ putQueryParameter("DryRun", dryRun.toString()); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public String getTransitRouterAttachmentId() { return this.transitRouterAttachmentId; } public void setTransitRouterAttachmentId(String transitRouterAttachmentId) { this.transitRouterAttachmentId = transitRouterAttachmentId; if(transitRouterAttachmentId != null){ putQueryParameter("TransitRouterAttachmentId", transitRouterAttachmentId); } } @Override public Class<ReplaceTransitRouterRouteTableAssociationResponse> getResponseClass() { return ReplaceTransitRouterRouteTableAssociationResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/ReplaceTransitRouterRouteTableAssociationResponse.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.AcsResponse; import com.aliyuncs.cbn.transform.v20170912.ReplaceTransitRouterRouteTableAssociationResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ReplaceTransitRouterRouteTableAssociationResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public ReplaceTransitRouterRouteTableAssociationResponse getInstance(UnmarshallerContext context) { return ReplaceTransitRouterRouteTableAssociationResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/ResolveAndRouteServiceInCenRequest.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.RpcAcsRequest; import java.util.List; import com.aliyuncs.http.MethodType; import com.aliyuncs.cbn.Endpoint; /** * @author auto create * @version */ public class ResolveAndRouteServiceInCenRequest extends RpcAcsRequest<ResolveAndRouteServiceInCenResponse> { private Long resourceOwnerId; private String clientToken; private String cenId; private String description; private String host; private String hostRegionId; private String hostVpcId; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; private List<String> accessRegionIdss; public ResolveAndRouteServiceInCenRequest() { super("Cbn", "2017-09-12", "ResolveAndRouteServiceInCen", "cbn"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getClientToken() { return this.clientToken; } public void setClientToken(String clientToken) { this.clientToken = clientToken; if(clientToken != null){ putQueryParameter("ClientToken", clientToken); } } public String getCenId() { return this.cenId; } public void setCenId(String cenId) { this.cenId = cenId; if(cenId != null){ putQueryParameter("CenId", cenId); } } public String getDescription() { return this.description; } public void setDescription(String description) { this.description = description; if(description != null){ putQueryParameter("Description", description); } } public String getHost() { return this.host; } public void setHost(String host) { this.host = host; if(host != null){ putQueryParameter("Host", host); } } public String getHostRegionId() { return this.hostRegionId; } public void setHostRegionId(String hostRegionId) { this.hostRegionId = hostRegionId; if(hostRegionId != null){ putQueryParameter("HostRegionId", hostRegionId); } } public String getHostVpcId() { return this.hostVpcId; } public void setHostVpcId(String hostVpcId) { this.hostVpcId = hostVpcId; if(hostVpcId != null){ putQueryParameter("HostVpcId", hostVpcId); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public List<String> getAccessRegionIdss() { return this.accessRegionIdss; } public void setAccessRegionIdss(List<String> accessRegionIdss) { this.accessRegionIdss = accessRegionIdss; if (accessRegionIdss != null) { for (int i = 0; i < accessRegionIdss.size(); i++) { putQueryParameter("AccessRegionIds." + (i + 1) , accessRegionIdss.get(i)); } } } @Override public Class<ResolveAndRouteServiceInCenResponse> getResponseClass() { return ResolveAndRouteServiceInCenResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/ResolveAndRouteServiceInCenResponse.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.AcsResponse; import com.aliyuncs.cbn.transform.v20170912.ResolveAndRouteServiceInCenResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ResolveAndRouteServiceInCenResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public ResolveAndRouteServiceInCenResponse getInstance(UnmarshallerContext context) { return ResolveAndRouteServiceInCenResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/RevokeInstanceFromTransitRouterRequest.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cbn.Endpoint; /** * @author auto create * @version */ public class RevokeInstanceFromTransitRouterRequest extends RpcAcsRequest<RevokeInstanceFromTransitRouterResponse> { private Long resourceOwnerId; private String cenId; private Long cenOwnerId; private String instanceType; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; private String instanceId; public RevokeInstanceFromTransitRouterRequest() { super("Cbn", "2017-09-12", "RevokeInstanceFromTransitRouter", "cbn"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getCenId() { return this.cenId; } public void setCenId(String cenId) { this.cenId = cenId; if(cenId != null){ putQueryParameter("CenId", cenId); } } public Long getCenOwnerId() { return this.cenOwnerId; } public void setCenOwnerId(Long cenOwnerId) { this.cenOwnerId = cenOwnerId; if(cenOwnerId != null){ putQueryParameter("CenOwnerId", cenOwnerId.toString()); } } public String getInstanceType() { return this.instanceType; } public void setInstanceType(String instanceType) { this.instanceType = instanceType; if(instanceType != null){ putQueryParameter("InstanceType", instanceType); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public String getInstanceId() { return this.instanceId; } public void setInstanceId(String instanceId) { this.instanceId = instanceId; if(instanceId != null){ putQueryParameter("InstanceId", instanceId); } } @Override public Class<RevokeInstanceFromTransitRouterResponse> getResponseClass() { return RevokeInstanceFromTransitRouterResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/RevokeInstanceFromTransitRouterResponse.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.AcsResponse; import com.aliyuncs.cbn.transform.v20170912.RevokeInstanceFromTransitRouterResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class RevokeInstanceFromTransitRouterResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public RevokeInstanceFromTransitRouterResponse getInstance(UnmarshallerContext context) { return RevokeInstanceFromTransitRouterResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/RoutePrivateZoneInCenToVpcRequest.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cbn.Endpoint; /** * @author auto create * @version */ public class RoutePrivateZoneInCenToVpcRequest extends RpcAcsRequest<RoutePrivateZoneInCenToVpcResponse> { private Long resourceOwnerId; private String cenId; private String accessRegionId; private String hostRegionId; private String hostVpcId; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; public RoutePrivateZoneInCenToVpcRequest() { super("Cbn", "2017-09-12", "RoutePrivateZoneInCenToVpc", "cbn"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getCenId() { return this.cenId; } public void setCenId(String cenId) { this.cenId = cenId; if(cenId != null){ putQueryParameter("CenId", cenId); } } public String getAccessRegionId() { return this.accessRegionId; } public void setAccessRegionId(String accessRegionId) { this.accessRegionId = accessRegionId; if(accessRegionId != null){ putQueryParameter("AccessRegionId", accessRegionId); } } public String getHostRegionId() { return this.hostRegionId; } public void setHostRegionId(String hostRegionId) { this.hostRegionId = hostRegionId; if(hostRegionId != null){ putQueryParameter("HostRegionId", hostRegionId); } } public String getHostVpcId() { return this.hostVpcId; } public void setHostVpcId(String hostVpcId) { this.hostVpcId = hostVpcId; if(hostVpcId != null){ putQueryParameter("HostVpcId", hostVpcId); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } @Override public Class<RoutePrivateZoneInCenToVpcResponse> getResponseClass() { return RoutePrivateZoneInCenToVpcResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/RoutePrivateZoneInCenToVpcResponse.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.AcsResponse; import com.aliyuncs.cbn.transform.v20170912.RoutePrivateZoneInCenToVpcResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class RoutePrivateZoneInCenToVpcResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public RoutePrivateZoneInCenToVpcResponse getInstance(UnmarshallerContext context) { return RoutePrivateZoneInCenToVpcResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/SetCenInterRegionBandwidthLimitRequest.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cbn.Endpoint; /** * @author auto create * @version */ public class SetCenInterRegionBandwidthLimitRequest extends RpcAcsRequest<SetCenInterRegionBandwidthLimitResponse> { private Long resourceOwnerId; private String cenId; private String resourceOwnerAccount; private String ownerAccount; private String oppositeRegionId; private Long ownerId; private String localRegionId; private Long bandwidthLimit; public SetCenInterRegionBandwidthLimitRequest() { super("Cbn", "2017-09-12", "SetCenInterRegionBandwidthLimit", "cbn"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getCenId() { return this.cenId; } public void setCenId(String cenId) { this.cenId = cenId; if(cenId != null){ putQueryParameter("CenId", cenId); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public String getOppositeRegionId() { return this.oppositeRegionId; } public void setOppositeRegionId(String oppositeRegionId) { this.oppositeRegionId = oppositeRegionId; if(oppositeRegionId != null){ putQueryParameter("OppositeRegionId", oppositeRegionId); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public String getLocalRegionId() { return this.localRegionId; } public void setLocalRegionId(String localRegionId) { this.localRegionId = localRegionId; if(localRegionId != null){ putQueryParameter("LocalRegionId", localRegionId); } } public Long getBandwidthLimit() { return this.bandwidthLimit; } public void setBandwidthLimit(Long bandwidthLimit) { this.bandwidthLimit = bandwidthLimit; if(bandwidthLimit != null){ putQueryParameter("BandwidthLimit", bandwidthLimit.toString()); } } @Override public Class<SetCenInterRegionBandwidthLimitResponse> getResponseClass() { return SetCenInterRegionBandwidthLimitResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/SetCenInterRegionBandwidthLimitResponse.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.AcsResponse; import com.aliyuncs.cbn.transform.v20170912.SetCenInterRegionBandwidthLimitResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class SetCenInterRegionBandwidthLimitResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public SetCenInterRegionBandwidthLimitResponse getInstance(UnmarshallerContext context) { return SetCenInterRegionBandwidthLimitResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/TagResourcesRequest.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.RpcAcsRequest; import java.util.List; import com.aliyuncs.http.MethodType; import com.aliyuncs.cbn.Endpoint; /** * @author auto create * @version */ public class TagResourcesRequest extends RpcAcsRequest<TagResourcesResponse> { private Long resourceOwnerId; private List<Tag> tags; private List<String> resourceIds; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; private String resourceType; public TagResourcesRequest() { super("Cbn", "2017-09-12", "TagResources", "cbn"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public List<Tag> getTags() { return this.tags; } public void setTags(List<Tag> tags) { this.tags = tags; if (tags != null) { for (int depth1 = 0; depth1 < tags.size(); depth1++) { putQueryParameter("Tag." + (depth1 + 1) + ".Value" , tags.get(depth1).getValue()); putQueryParameter("Tag." + (depth1 + 1) + ".Key" , tags.get(depth1).getKey()); } } } public List<String> getResourceIds() { return this.resourceIds; } public void setResourceIds(List<String> resourceIds) { this.resourceIds = resourceIds; if (resourceIds != null) { for (int i = 0; i < resourceIds.size(); i++) { putQueryParameter("ResourceId." + (i + 1) , resourceIds.get(i)); } } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public String getResourceType() { return this.resourceType; } public void setResourceType(String resourceType) { this.resourceType = resourceType; if(resourceType != null){ putQueryParameter("ResourceType", resourceType); } } public static class Tag { private String value; private String key; public String getValue() { return this.value; } public void setValue(String value) { this.value = value; } public String getKey() { return this.key; } public void setKey(String key) { this.key = key; } } @Override public Class<TagResourcesResponse> getResponseClass() { return TagResourcesResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/TagResourcesResponse.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.AcsResponse; import com.aliyuncs.cbn.transform.v20170912.TagResourcesResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class TagResourcesResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public TagResourcesResponse getInstance(UnmarshallerContext context) { return TagResourcesResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/TempUpgradeCenBandwidthPackageSpecRequest.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cbn.Endpoint; /** * @author auto create * @version */ public class TempUpgradeCenBandwidthPackageSpecRequest extends RpcAcsRequest<TempUpgradeCenBandwidthPackageSpecResponse> { private Long resourceOwnerId; private String resourceOwnerAccount; private Integer bandwidth; private String ownerAccount; private String endTime; private Long ownerId; private String cenBandwidthPackageId; public TempUpgradeCenBandwidthPackageSpecRequest() { super("Cbn", "2017-09-12", "TempUpgradeCenBandwidthPackageSpec", "cbn"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public Integer getBandwidth() { return this.bandwidth; } public void setBandwidth(Integer bandwidth) { this.bandwidth = bandwidth; if(bandwidth != null){ putQueryParameter("Bandwidth", bandwidth.toString()); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public String getEndTime() { return this.endTime; } public void setEndTime(String endTime) { this.endTime = endTime; if(endTime != null){ putQueryParameter("EndTime", endTime); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public String getCenBandwidthPackageId() { return this.cenBandwidthPackageId; } public void setCenBandwidthPackageId(String cenBandwidthPackageId) { this.cenBandwidthPackageId = cenBandwidthPackageId; if(cenBandwidthPackageId != null){ putQueryParameter("CenBandwidthPackageId", cenBandwidthPackageId); } } @Override public Class<TempUpgradeCenBandwidthPackageSpecResponse> getResponseClass() { return TempUpgradeCenBandwidthPackageSpecResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/TempUpgradeCenBandwidthPackageSpecResponse.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.AcsResponse; import com.aliyuncs.cbn.transform.v20170912.TempUpgradeCenBandwidthPackageSpecResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class TempUpgradeCenBandwidthPackageSpecResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public TempUpgradeCenBandwidthPackageSpecResponse getInstance(UnmarshallerContext context) { return TempUpgradeCenBandwidthPackageSpecResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/UnassociateCenBandwidthPackageRequest.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cbn.Endpoint; /** * @author auto create * @version */ public class UnassociateCenBandwidthPackageRequest extends RpcAcsRequest<UnassociateCenBandwidthPackageResponse> { private Long resourceOwnerId; private String cenId; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; private String cenBandwidthPackageId; public UnassociateCenBandwidthPackageRequest() { super("Cbn", "2017-09-12", "UnassociateCenBandwidthPackage", "cbn"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getCenId() { return this.cenId; } public void setCenId(String cenId) { this.cenId = cenId; if(cenId != null){ putQueryParameter("CenId", cenId); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public String getCenBandwidthPackageId() { return this.cenBandwidthPackageId; } public void setCenBandwidthPackageId(String cenBandwidthPackageId) { this.cenBandwidthPackageId = cenBandwidthPackageId; if(cenBandwidthPackageId != null){ putQueryParameter("CenBandwidthPackageId", cenBandwidthPackageId); } } @Override public Class<UnassociateCenBandwidthPackageResponse> getResponseClass() { return UnassociateCenBandwidthPackageResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/UnassociateCenBandwidthPackageResponse.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.AcsResponse; import com.aliyuncs.cbn.transform.v20170912.UnassociateCenBandwidthPackageResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class UnassociateCenBandwidthPackageResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public UnassociateCenBandwidthPackageResponse getInstance(UnmarshallerContext context) { return UnassociateCenBandwidthPackageResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/UnroutePrivateZoneInCenToVpcRequest.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cbn.Endpoint; /** * @author auto create * @version */ public class UnroutePrivateZoneInCenToVpcRequest extends RpcAcsRequest<UnroutePrivateZoneInCenToVpcResponse> { private Long resourceOwnerId; private String cenId; private String accessRegionId; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; public UnroutePrivateZoneInCenToVpcRequest() { super("Cbn", "2017-09-12", "UnroutePrivateZoneInCenToVpc", "cbn"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getCenId() { return this.cenId; } public void setCenId(String cenId) { this.cenId = cenId; if(cenId != null){ putQueryParameter("CenId", cenId); } } public String getAccessRegionId() { return this.accessRegionId; } public void setAccessRegionId(String accessRegionId) { this.accessRegionId = accessRegionId; if(accessRegionId != null){ putQueryParameter("AccessRegionId", accessRegionId); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } @Override public Class<UnroutePrivateZoneInCenToVpcResponse> getResponseClass() { return UnroutePrivateZoneInCenToVpcResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/UnroutePrivateZoneInCenToVpcResponse.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.AcsResponse; import com.aliyuncs.cbn.transform.v20170912.UnroutePrivateZoneInCenToVpcResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class UnroutePrivateZoneInCenToVpcResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public UnroutePrivateZoneInCenToVpcResponse getInstance(UnmarshallerContext context) { return UnroutePrivateZoneInCenToVpcResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/UntagResourcesRequest.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.RpcAcsRequest; import java.util.List; import com.aliyuncs.http.MethodType; import com.aliyuncs.cbn.Endpoint; /** * @author auto create * @version */ public class UntagResourcesRequest extends RpcAcsRequest<UntagResourcesResponse> { private Long resourceOwnerId; private Boolean all; private List<String> resourceIds; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; private String resourceType; private List<String> tagKeys; public UntagResourcesRequest() { super("Cbn", "2017-09-12", "UntagResources", "cbn"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public Boolean getAll() { return this.all; } public void setAll(Boolean all) { this.all = all; if(all != null){ putQueryParameter("All", all.toString()); } } public List<String> getResourceIds() { return this.resourceIds; } public void setResourceIds(List<String> resourceIds) { this.resourceIds = resourceIds; if (resourceIds != null) { for (int i = 0; i < resourceIds.size(); i++) { putQueryParameter("ResourceId." + (i + 1) , resourceIds.get(i)); } } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public String getResourceType() { return this.resourceType; } public void setResourceType(String resourceType) { this.resourceType = resourceType; if(resourceType != null){ putQueryParameter("ResourceType", resourceType); } } public List<String> getTagKeys() { return this.tagKeys; } public void setTagKeys(List<String> tagKeys) { this.tagKeys = tagKeys; if (tagKeys != null) { for (int i = 0; i < tagKeys.size(); i++) { putQueryParameter("TagKey." + (i + 1) , tagKeys.get(i)); } } } @Override public Class<UntagResourcesResponse> getResponseClass() { return UntagResourcesResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/UntagResourcesResponse.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.AcsResponse; import com.aliyuncs.cbn.transform.v20170912.UntagResourcesResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class UntagResourcesResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public UntagResourcesResponse getInstance(UnmarshallerContext context) { return UntagResourcesResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/UpdateCenInterRegionTrafficQosPolicyAttributeRequest.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cbn.Endpoint; /** * @author auto create * @version */ public class UpdateCenInterRegionTrafficQosPolicyAttributeRequest extends RpcAcsRequest<UpdateCenInterRegionTrafficQosPolicyAttributeResponse> { private Long resourceOwnerId; private String clientToken; private String trafficQosPolicyName; private Boolean dryRun; private String trafficQosPolicyId; private String resourceOwnerAccount; private String ownerAccount; private String trafficQosPolicyDescription; private Long ownerId; public UpdateCenInterRegionTrafficQosPolicyAttributeRequest() { super("Cbn", "2017-09-12", "UpdateCenInterRegionTrafficQosPolicyAttribute", "cbn"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getClientToken() { return this.clientToken; } public void setClientToken(String clientToken) { this.clientToken = clientToken; if(clientToken != null){ putQueryParameter("ClientToken", clientToken); } } public String getTrafficQosPolicyName() { return this.trafficQosPolicyName; } public void setTrafficQosPolicyName(String trafficQosPolicyName) { this.trafficQosPolicyName = trafficQosPolicyName; if(trafficQosPolicyName != null){ putQueryParameter("TrafficQosPolicyName", trafficQosPolicyName); } } public Boolean getDryRun() { return this.dryRun; } public void setDryRun(Boolean dryRun) { this.dryRun = dryRun; if(dryRun != null){ putQueryParameter("DryRun", dryRun.toString()); } } public String getTrafficQosPolicyId() { return this.trafficQosPolicyId; } public void setTrafficQosPolicyId(String trafficQosPolicyId) { this.trafficQosPolicyId = trafficQosPolicyId; if(trafficQosPolicyId != null){ putQueryParameter("TrafficQosPolicyId", trafficQosPolicyId); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public String getTrafficQosPolicyDescription() { return this.trafficQosPolicyDescription; } public void setTrafficQosPolicyDescription(String trafficQosPolicyDescription) { this.trafficQosPolicyDescription = trafficQosPolicyDescription; if(trafficQosPolicyDescription != null){ putQueryParameter("TrafficQosPolicyDescription", trafficQosPolicyDescription); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } @Override public Class<UpdateCenInterRegionTrafficQosPolicyAttributeResponse> getResponseClass() { return UpdateCenInterRegionTrafficQosPolicyAttributeResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/UpdateCenInterRegionTrafficQosPolicyAttributeResponse.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.AcsResponse; import com.aliyuncs.cbn.transform.v20170912.UpdateCenInterRegionTrafficQosPolicyAttributeResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class UpdateCenInterRegionTrafficQosPolicyAttributeResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public UpdateCenInterRegionTrafficQosPolicyAttributeResponse getInstance(UnmarshallerContext context) { return UpdateCenInterRegionTrafficQosPolicyAttributeResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/UpdateCenInterRegionTrafficQosQueueAttributeRequest.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.RpcAcsRequest; import java.util.List; import com.aliyuncs.http.MethodType; import com.aliyuncs.cbn.Endpoint; /** * @author auto create * @version */ public class UpdateCenInterRegionTrafficQosQueueAttributeRequest extends RpcAcsRequest<UpdateCenInterRegionTrafficQosQueueAttributeResponse> { private List<Integer> dscpss; private Long resourceOwnerId; private String clientToken; private String qosQueueName; private String remainBandwidthPercent; private Boolean dryRun; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; private String qosQueueId; private String qosQueueDescription; public UpdateCenInterRegionTrafficQosQueueAttributeRequest() { super("Cbn", "2017-09-12", "UpdateCenInterRegionTrafficQosQueueAttribute", "cbn"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public List<Integer> getDscpss() { return this.dscpss; } public void setDscpss(List<Integer> dscpss) { this.dscpss = dscpss; if (dscpss != null) { for (int i = 0; i < dscpss.size(); i++) { putQueryParameter("Dscps." + (i + 1) , dscpss.get(i)); } } } public Long getResourceOwnerId() { return this.resourceOwnerId; } public void setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; if(resourceOwnerId != null){ putQueryParameter("ResourceOwnerId", resourceOwnerId.toString()); } } public String getClientToken() { return this.clientToken; } public void setClientToken(String clientToken) { this.clientToken = clientToken; if(clientToken != null){ putQueryParameter("ClientToken", clientToken); } } public String getQosQueueName() { return this.qosQueueName; } public void setQosQueueName(String qosQueueName) { this.qosQueueName = qosQueueName; if(qosQueueName != null){ putQueryParameter("QosQueueName", qosQueueName); } } public String getRemainBandwidthPercent() { return this.remainBandwidthPercent; } public void setRemainBandwidthPercent(String remainBandwidthPercent) { this.remainBandwidthPercent = remainBandwidthPercent; if(remainBandwidthPercent != null){ putQueryParameter("RemainBandwidthPercent", remainBandwidthPercent); } } public Boolean getDryRun() { return this.dryRun; } public void setDryRun(Boolean dryRun) { this.dryRun = dryRun; if(dryRun != null){ putQueryParameter("DryRun", dryRun.toString()); } } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public void setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; if(resourceOwnerAccount != null){ putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount); } } public String getOwnerAccount() { return this.ownerAccount; } public void setOwnerAccount(String ownerAccount) { this.ownerAccount = ownerAccount; if(ownerAccount != null){ putQueryParameter("OwnerAccount", ownerAccount); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } public String getQosQueueId() { return this.qosQueueId; } public void setQosQueueId(String qosQueueId) { this.qosQueueId = qosQueueId; if(qosQueueId != null){ putQueryParameter("QosQueueId", qosQueueId); } } public String getQosQueueDescription() { return this.qosQueueDescription; } public void setQosQueueDescription(String qosQueueDescription) { this.qosQueueDescription = qosQueueDescription; if(qosQueueDescription != null){ putQueryParameter("QosQueueDescription", qosQueueDescription); } } @Override public Class<UpdateCenInterRegionTrafficQosQueueAttributeResponse> getResponseClass() { return UpdateCenInterRegionTrafficQosQueueAttributeResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/model/v20170912/UpdateCenInterRegionTrafficQosQueueAttributeResponse.java
/* * 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.cbn.model.v20170912; import com.aliyuncs.AcsResponse; import com.aliyuncs.cbn.transform.v20170912.UpdateCenInterRegionTrafficQosQueueAttributeResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class UpdateCenInterRegionTrafficQosQueueAttributeResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public UpdateCenInterRegionTrafficQosQueueAttributeResponse getInstance(UnmarshallerContext context) { return UpdateCenInterRegionTrafficQosQueueAttributeResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }