index
int64
repo_id
string
file_path
string
content
string
0
java-sources/com/aliyun/aliyun-java-sdk-cassandra/1.0.7/com/aliyuncs/cassandra/transform
java-sources/com/aliyun/aliyun-java-sdk-cassandra/1.0.7/com/aliyuncs/cassandra/transform/v20190101/DescribeParameterModificationHistoriesResponseUnmarshaller.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.cassandra.transform.v20190101; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cassandra.model.v20190101.DescribeParameterModificationHistoriesResponse; import com.aliyuncs.cassandra.model.v20190101.DescribeParameterModificationHistoriesResponse.History; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeParameterModificationHistoriesResponseUnmarshaller { public static DescribeParameterModificationHistoriesResponse unmarshall(DescribeParameterModificationHistoriesResponse describeParameterModificationHistoriesResponse, UnmarshallerContext _ctx) { describeParameterModificationHistoriesResponse.setRequestId(_ctx.stringValue("DescribeParameterModificationHistoriesResponse.RequestId")); describeParameterModificationHistoriesResponse.setPageNumber(_ctx.integerValue("DescribeParameterModificationHistoriesResponse.PageNumber")); describeParameterModificationHistoriesResponse.setPageSize(_ctx.integerValue("DescribeParameterModificationHistoriesResponse.PageSize")); describeParameterModificationHistoriesResponse.setTotalCount(_ctx.longValue("DescribeParameterModificationHistoriesResponse.TotalCount")); List<History> histories = new ArrayList<History>(); for (int i = 0; i < _ctx.lengthValue("DescribeParameterModificationHistoriesResponse.Histories.Length"); i++) { History history = new History(); history.setName(_ctx.stringValue("DescribeParameterModificationHistoriesResponse.Histories["+ i +"].Name")); history.setOldValue(_ctx.stringValue("DescribeParameterModificationHistoriesResponse.Histories["+ i +"].OldValue")); history.setNewValue(_ctx.stringValue("DescribeParameterModificationHistoriesResponse.Histories["+ i +"].NewValue")); history.setTime(_ctx.longValue("DescribeParameterModificationHistoriesResponse.Histories["+ i +"].Time")); histories.add(history); } describeParameterModificationHistoriesResponse.setHistories(histories); return describeParameterModificationHistoriesResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cassandra/1.0.7/com/aliyuncs/cassandra/transform
java-sources/com/aliyun/aliyun-java-sdk-cassandra/1.0.7/com/aliyuncs/cassandra/transform/v20190101/DescribeParametersResponseUnmarshaller.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.cassandra.transform.v20190101; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cassandra.model.v20190101.DescribeParametersResponse; import com.aliyuncs.cassandra.model.v20190101.DescribeParametersResponse.Parameter; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeParametersResponseUnmarshaller { public static DescribeParametersResponse unmarshall(DescribeParametersResponse describeParametersResponse, UnmarshallerContext _ctx) { describeParametersResponse.setRequestId(_ctx.stringValue("DescribeParametersResponse.RequestId")); describeParametersResponse.setPageNumber(_ctx.integerValue("DescribeParametersResponse.PageNumber")); describeParametersResponse.setPageSize(_ctx.integerValue("DescribeParametersResponse.PageSize")); describeParametersResponse.setTotalCount(_ctx.longValue("DescribeParametersResponse.TotalCount")); List<Parameter> parameters = new ArrayList<Parameter>(); for (int i = 0; i < _ctx.lengthValue("DescribeParametersResponse.Parameters.Length"); i++) { Parameter parameter = new Parameter(); parameter.setName(_ctx.stringValue("DescribeParametersResponse.Parameters["+ i +"].Name")); parameter.setValue(_ctx.stringValue("DescribeParametersResponse.Parameters["+ i +"].Value")); parameter.setDefaultValue(_ctx.stringValue("DescribeParametersResponse.Parameters["+ i +"].DefaultValue")); parameter.setDataType(_ctx.stringValue("DescribeParametersResponse.Parameters["+ i +"].DataType")); parameter.setAllowedValues(_ctx.stringValue("DescribeParametersResponse.Parameters["+ i +"].AllowedValues")); parameter.setDescription(_ctx.stringValue("DescribeParametersResponse.Parameters["+ i +"].Description")); parameters.add(parameter); } describeParametersResponse.setParameters(parameters); return describeParametersResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cassandra/1.0.7/com/aliyuncs/cassandra/transform
java-sources/com/aliyun/aliyun-java-sdk-cassandra/1.0.7/com/aliyuncs/cassandra/transform/v20190101/DescribeRegionsResponseUnmarshaller.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.cassandra.transform.v20190101; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cassandra.model.v20190101.DescribeRegionsResponse; import com.aliyuncs.cassandra.model.v20190101.DescribeRegionsResponse.Region; import com.aliyuncs.cassandra.model.v20190101.DescribeRegionsResponse.Region.Zone; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeRegionsResponseUnmarshaller { public static DescribeRegionsResponse unmarshall(DescribeRegionsResponse describeRegionsResponse, UnmarshallerContext _ctx) { describeRegionsResponse.setRequestId(_ctx.stringValue("DescribeRegionsResponse.RequestId")); List<Region> regions = new ArrayList<Region>(); for (int i = 0; i < _ctx.lengthValue("DescribeRegionsResponse.Regions.Length"); i++) { Region region = new Region(); region.setRegionId(_ctx.stringValue("DescribeRegionsResponse.Regions["+ i +"].RegionId")); region.setLocalName(_ctx.stringValue("DescribeRegionsResponse.Regions["+ i +"].LocalName")); region.setRegionEndpoint(_ctx.stringValue("DescribeRegionsResponse.Regions["+ i +"].RegionEndpoint")); List<Zone> zones = new ArrayList<Zone>(); for (int j = 0; j < _ctx.lengthValue("DescribeRegionsResponse.Regions["+ i +"].Zones.Length"); j++) { Zone zone = new Zone(); zone.setId(_ctx.stringValue("DescribeRegionsResponse.Regions["+ i +"].Zones["+ j +"].Id")); zones.add(zone); } region.setZones(zones); regions.add(region); } describeRegionsResponse.setRegions(regions); return describeRegionsResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cassandra/1.0.7/com/aliyuncs/cassandra/transform
java-sources/com/aliyun/aliyun-java-sdk-cassandra/1.0.7/com/aliyuncs/cassandra/transform/v20190101/DescribeSecurityGroupsResponseUnmarshaller.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.cassandra.transform.v20190101; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cassandra.model.v20190101.DescribeSecurityGroupsResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeSecurityGroupsResponseUnmarshaller { public static DescribeSecurityGroupsResponse unmarshall(DescribeSecurityGroupsResponse describeSecurityGroupsResponse, UnmarshallerContext _ctx) { describeSecurityGroupsResponse.setRequestId(_ctx.stringValue("DescribeSecurityGroupsResponse.RequestId")); List<String> securityGroupIds = new ArrayList<String>(); for (int i = 0; i < _ctx.lengthValue("DescribeSecurityGroupsResponse.SecurityGroupIds.Length"); i++) { securityGroupIds.add(_ctx.stringValue("DescribeSecurityGroupsResponse.SecurityGroupIds["+ i +"]")); } describeSecurityGroupsResponse.setSecurityGroupIds(securityGroupIds); return describeSecurityGroupsResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cassandra/1.0.7/com/aliyuncs/cassandra/transform
java-sources/com/aliyun/aliyun-java-sdk-cassandra/1.0.7/com/aliyuncs/cassandra/transform/v20190101/ExecuteNodeToolResponseUnmarshaller.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.cassandra.transform.v20190101; import com.aliyuncs.cassandra.model.v20190101.ExecuteNodeToolResponse; import com.aliyuncs.transform.UnmarshallerContext; public class ExecuteNodeToolResponseUnmarshaller { public static ExecuteNodeToolResponse unmarshall(ExecuteNodeToolResponse executeNodeToolResponse, UnmarshallerContext _ctx) { executeNodeToolResponse.setRequestId(_ctx.stringValue("ExecuteNodeToolResponse.RequestId")); return executeNodeToolResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cassandra/1.0.7/com/aliyuncs/cassandra/transform
java-sources/com/aliyun/aliyun-java-sdk-cassandra/1.0.7/com/aliyuncs/cassandra/transform/v20190101/GetCmsUrlResponseUnmarshaller.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.cassandra.transform.v20190101; import com.aliyuncs.cassandra.model.v20190101.GetCmsUrlResponse; import com.aliyuncs.transform.UnmarshallerContext; public class GetCmsUrlResponseUnmarshaller { public static GetCmsUrlResponse unmarshall(GetCmsUrlResponse getCmsUrlResponse, UnmarshallerContext _ctx) { getCmsUrlResponse.setRequestId(_ctx.stringValue("GetCmsUrlResponse.RequestId")); getCmsUrlResponse.setUrl(_ctx.stringValue("GetCmsUrlResponse.Url")); return getCmsUrlResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cassandra/1.0.7/com/aliyuncs/cassandra/transform
java-sources/com/aliyun/aliyun-java-sdk-cassandra/1.0.7/com/aliyuncs/cassandra/transform/v20190101/ListTagResourcesResponseUnmarshaller.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.cassandra.transform.v20190101; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cassandra.model.v20190101.ListTagResourcesResponse; import com.aliyuncs.cassandra.model.v20190101.ListTagResourcesResponse.TagResource; import com.aliyuncs.transform.UnmarshallerContext; public class ListTagResourcesResponseUnmarshaller { public static ListTagResourcesResponse unmarshall(ListTagResourcesResponse listTagResourcesResponse, UnmarshallerContext _ctx) { listTagResourcesResponse.setRequestId(_ctx.stringValue("ListTagResourcesResponse.RequestId")); listTagResourcesResponse.setNextToken(_ctx.stringValue("ListTagResourcesResponse.NextToken")); List<TagResource> tagResources = new ArrayList<TagResource>(); for (int i = 0; i < _ctx.lengthValue("ListTagResourcesResponse.TagResources.Length"); i++) { TagResource tagResource = new TagResource(); tagResource.setTagKey(_ctx.stringValue("ListTagResourcesResponse.TagResources["+ i +"].TagKey")); tagResource.setTagValue(_ctx.stringValue("ListTagResourcesResponse.TagResources["+ i +"].TagValue")); tagResource.setResourceType(_ctx.stringValue("ListTagResourcesResponse.TagResources["+ i +"].ResourceType")); tagResource.setResourceId(_ctx.stringValue("ListTagResourcesResponse.TagResources["+ i +"].ResourceId")); tagResources.add(tagResource); } listTagResourcesResponse.setTagResources(tagResources); return listTagResourcesResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cassandra/1.0.7/com/aliyuncs/cassandra/transform
java-sources/com/aliyun/aliyun-java-sdk-cassandra/1.0.7/com/aliyuncs/cassandra/transform/v20190101/ListTagsResponseUnmarshaller.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.cassandra.transform.v20190101; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cassandra.model.v20190101.ListTagsResponse; import com.aliyuncs.cassandra.model.v20190101.ListTagsResponse.Tag; import com.aliyuncs.transform.UnmarshallerContext; public class ListTagsResponseUnmarshaller { public static ListTagsResponse unmarshall(ListTagsResponse listTagsResponse, UnmarshallerContext _ctx) { listTagsResponse.setRequestId(_ctx.stringValue("ListTagsResponse.RequestId")); List<Tag> tags = new ArrayList<Tag>(); for (int i = 0; i < _ctx.lengthValue("ListTagsResponse.Tags.Length"); i++) { Tag tag = new Tag(); tag.setTagKey(_ctx.stringValue("ListTagsResponse.Tags["+ i +"].TagKey")); tag.setTagValue(_ctx.stringValue("ListTagsResponse.Tags["+ i +"].TagValue")); tags.add(tag); } listTagsResponse.setTags(tags); return listTagsResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cassandra/1.0.7/com/aliyuncs/cassandra/transform
java-sources/com/aliyun/aliyun-java-sdk-cassandra/1.0.7/com/aliyuncs/cassandra/transform/v20190101/ModifyAccountPasswordResponseUnmarshaller.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.cassandra.transform.v20190101; import com.aliyuncs.cassandra.model.v20190101.ModifyAccountPasswordResponse; import com.aliyuncs.transform.UnmarshallerContext; public class ModifyAccountPasswordResponseUnmarshaller { public static ModifyAccountPasswordResponse unmarshall(ModifyAccountPasswordResponse modifyAccountPasswordResponse, UnmarshallerContext _ctx) { modifyAccountPasswordResponse.setRequestId(_ctx.stringValue("ModifyAccountPasswordResponse.RequestId")); return modifyAccountPasswordResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cassandra/1.0.7/com/aliyuncs/cassandra/transform
java-sources/com/aliyun/aliyun-java-sdk-cassandra/1.0.7/com/aliyuncs/cassandra/transform/v20190101/ModifyBackupPlanResponseUnmarshaller.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.cassandra.transform.v20190101; import com.aliyuncs.cassandra.model.v20190101.ModifyBackupPlanResponse; import com.aliyuncs.transform.UnmarshallerContext; public class ModifyBackupPlanResponseUnmarshaller { public static ModifyBackupPlanResponse unmarshall(ModifyBackupPlanResponse modifyBackupPlanResponse, UnmarshallerContext _ctx) { modifyBackupPlanResponse.setRequestId(_ctx.stringValue("ModifyBackupPlanResponse.RequestId")); return modifyBackupPlanResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cassandra/1.0.7/com/aliyuncs/cassandra/transform
java-sources/com/aliyun/aliyun-java-sdk-cassandra/1.0.7/com/aliyuncs/cassandra/transform/v20190101/ModifyClusterResponseUnmarshaller.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.cassandra.transform.v20190101; import com.aliyuncs.cassandra.model.v20190101.ModifyClusterResponse; import com.aliyuncs.transform.UnmarshallerContext; public class ModifyClusterResponseUnmarshaller { public static ModifyClusterResponse unmarshall(ModifyClusterResponse modifyClusterResponse, UnmarshallerContext _ctx) { modifyClusterResponse.setRequestId(_ctx.stringValue("ModifyClusterResponse.RequestId")); return modifyClusterResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cassandra/1.0.7/com/aliyuncs/cassandra/transform
java-sources/com/aliyun/aliyun-java-sdk-cassandra/1.0.7/com/aliyuncs/cassandra/transform/v20190101/ModifyDataCenterResponseUnmarshaller.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.cassandra.transform.v20190101; import com.aliyuncs.cassandra.model.v20190101.ModifyDataCenterResponse; import com.aliyuncs.transform.UnmarshallerContext; public class ModifyDataCenterResponseUnmarshaller { public static ModifyDataCenterResponse unmarshall(ModifyDataCenterResponse modifyDataCenterResponse, UnmarshallerContext _ctx) { modifyDataCenterResponse.setRequestId(_ctx.stringValue("ModifyDataCenterResponse.RequestId")); return modifyDataCenterResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cassandra/1.0.7/com/aliyuncs/cassandra/transform
java-sources/com/aliyun/aliyun-java-sdk-cassandra/1.0.7/com/aliyuncs/cassandra/transform/v20190101/ModifyInstanceMaintainTimeResponseUnmarshaller.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.cassandra.transform.v20190101; import com.aliyuncs.cassandra.model.v20190101.ModifyInstanceMaintainTimeResponse; import com.aliyuncs.transform.UnmarshallerContext; public class ModifyInstanceMaintainTimeResponseUnmarshaller { public static ModifyInstanceMaintainTimeResponse unmarshall(ModifyInstanceMaintainTimeResponse modifyInstanceMaintainTimeResponse, UnmarshallerContext _ctx) { modifyInstanceMaintainTimeResponse.setRequestId(_ctx.stringValue("ModifyInstanceMaintainTimeResponse.RequestId")); return modifyInstanceMaintainTimeResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cassandra/1.0.7/com/aliyuncs/cassandra/transform
java-sources/com/aliyun/aliyun-java-sdk-cassandra/1.0.7/com/aliyuncs/cassandra/transform/v20190101/ModifyInstanceTypeResponseUnmarshaller.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.cassandra.transform.v20190101; import com.aliyuncs.cassandra.model.v20190101.ModifyInstanceTypeResponse; import com.aliyuncs.transform.UnmarshallerContext; public class ModifyInstanceTypeResponseUnmarshaller { public static ModifyInstanceTypeResponse unmarshall(ModifyInstanceTypeResponse modifyInstanceTypeResponse, UnmarshallerContext _ctx) { modifyInstanceTypeResponse.setRequestId(_ctx.stringValue("ModifyInstanceTypeResponse.RequestId")); return modifyInstanceTypeResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cassandra/1.0.7/com/aliyuncs/cassandra/transform
java-sources/com/aliyun/aliyun-java-sdk-cassandra/1.0.7/com/aliyuncs/cassandra/transform/v20190101/ModifyIpWhitelistGroupResponseUnmarshaller.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.cassandra.transform.v20190101; import com.aliyuncs.cassandra.model.v20190101.ModifyIpWhitelistGroupResponse; import com.aliyuncs.transform.UnmarshallerContext; public class ModifyIpWhitelistGroupResponseUnmarshaller { public static ModifyIpWhitelistGroupResponse unmarshall(ModifyIpWhitelistGroupResponse modifyIpWhitelistGroupResponse, UnmarshallerContext _ctx) { modifyIpWhitelistGroupResponse.setRequestId(_ctx.stringValue("ModifyIpWhitelistGroupResponse.RequestId")); return modifyIpWhitelistGroupResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cassandra/1.0.7/com/aliyuncs/cassandra/transform
java-sources/com/aliyun/aliyun-java-sdk-cassandra/1.0.7/com/aliyuncs/cassandra/transform/v20190101/ModifyIpWhitelistResponseUnmarshaller.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.cassandra.transform.v20190101; import com.aliyuncs.cassandra.model.v20190101.ModifyIpWhitelistResponse; import com.aliyuncs.transform.UnmarshallerContext; public class ModifyIpWhitelistResponseUnmarshaller { public static ModifyIpWhitelistResponse unmarshall(ModifyIpWhitelistResponse modifyIpWhitelistResponse, UnmarshallerContext _ctx) { modifyIpWhitelistResponse.setRequestId(_ctx.stringValue("ModifyIpWhitelistResponse.RequestId")); return modifyIpWhitelistResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cassandra/1.0.7/com/aliyuncs/cassandra/transform
java-sources/com/aliyun/aliyun-java-sdk-cassandra/1.0.7/com/aliyuncs/cassandra/transform/v20190101/ModifyParameterResponseUnmarshaller.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.cassandra.transform.v20190101; import com.aliyuncs.cassandra.model.v20190101.ModifyParameterResponse; import com.aliyuncs.transform.UnmarshallerContext; public class ModifyParameterResponseUnmarshaller { public static ModifyParameterResponse unmarshall(ModifyParameterResponse modifyParameterResponse, UnmarshallerContext _ctx) { modifyParameterResponse.setRequestId(_ctx.stringValue("ModifyParameterResponse.RequestId")); return modifyParameterResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cassandra/1.0.7/com/aliyuncs/cassandra/transform
java-sources/com/aliyun/aliyun-java-sdk-cassandra/1.0.7/com/aliyuncs/cassandra/transform/v20190101/ModifySecurityGroupsResponseUnmarshaller.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.cassandra.transform.v20190101; import com.aliyuncs.cassandra.model.v20190101.ModifySecurityGroupsResponse; import com.aliyuncs.transform.UnmarshallerContext; public class ModifySecurityGroupsResponseUnmarshaller { public static ModifySecurityGroupsResponse unmarshall(ModifySecurityGroupsResponse modifySecurityGroupsResponse, UnmarshallerContext _ctx) { modifySecurityGroupsResponse.setRequestId(_ctx.stringValue("ModifySecurityGroupsResponse.RequestId")); return modifySecurityGroupsResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cassandra/1.0.7/com/aliyuncs/cassandra/transform
java-sources/com/aliyun/aliyun-java-sdk-cassandra/1.0.7/com/aliyuncs/cassandra/transform/v20190101/MoveResourceGroupResponseUnmarshaller.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.cassandra.transform.v20190101; import com.aliyuncs.cassandra.model.v20190101.MoveResourceGroupResponse; import com.aliyuncs.transform.UnmarshallerContext; public class MoveResourceGroupResponseUnmarshaller { public static MoveResourceGroupResponse unmarshall(MoveResourceGroupResponse moveResourceGroupResponse, UnmarshallerContext _ctx) { moveResourceGroupResponse.setRequestId(_ctx.stringValue("MoveResourceGroupResponse.RequestId")); return moveResourceGroupResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cassandra/1.0.7/com/aliyuncs/cassandra/transform
java-sources/com/aliyun/aliyun-java-sdk-cassandra/1.0.7/com/aliyuncs/cassandra/transform/v20190101/PurgeClusterResponseUnmarshaller.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.cassandra.transform.v20190101; import com.aliyuncs.cassandra.model.v20190101.PurgeClusterResponse; import com.aliyuncs.transform.UnmarshallerContext; public class PurgeClusterResponseUnmarshaller { public static PurgeClusterResponse unmarshall(PurgeClusterResponse purgeClusterResponse, UnmarshallerContext _ctx) { purgeClusterResponse.setRequestId(_ctx.stringValue("PurgeClusterResponse.RequestId")); return purgeClusterResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cassandra/1.0.7/com/aliyuncs/cassandra/transform
java-sources/com/aliyun/aliyun-java-sdk-cassandra/1.0.7/com/aliyuncs/cassandra/transform/v20190101/RebootClusterResponseUnmarshaller.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.cassandra.transform.v20190101; import com.aliyuncs.cassandra.model.v20190101.RebootClusterResponse; import com.aliyuncs.transform.UnmarshallerContext; public class RebootClusterResponseUnmarshaller { public static RebootClusterResponse unmarshall(RebootClusterResponse rebootClusterResponse, UnmarshallerContext _ctx) { rebootClusterResponse.setRequestId(_ctx.stringValue("RebootClusterResponse.RequestId")); return rebootClusterResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cassandra/1.0.7/com/aliyuncs/cassandra/transform
java-sources/com/aliyun/aliyun-java-sdk-cassandra/1.0.7/com/aliyuncs/cassandra/transform/v20190101/ReleasePublicContactPointsResponseUnmarshaller.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.cassandra.transform.v20190101; import com.aliyuncs.cassandra.model.v20190101.ReleasePublicContactPointsResponse; import com.aliyuncs.transform.UnmarshallerContext; public class ReleasePublicContactPointsResponseUnmarshaller { public static ReleasePublicContactPointsResponse unmarshall(ReleasePublicContactPointsResponse releasePublicContactPointsResponse, UnmarshallerContext _ctx) { releasePublicContactPointsResponse.setRequestId(_ctx.stringValue("ReleasePublicContactPointsResponse.RequestId")); return releasePublicContactPointsResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cassandra/1.0.7/com/aliyuncs/cassandra/transform
java-sources/com/aliyun/aliyun-java-sdk-cassandra/1.0.7/com/aliyuncs/cassandra/transform/v20190101/ResizeDiskSizeResponseUnmarshaller.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.cassandra.transform.v20190101; import com.aliyuncs.cassandra.model.v20190101.ResizeDiskSizeResponse; import com.aliyuncs.transform.UnmarshallerContext; public class ResizeDiskSizeResponseUnmarshaller { public static ResizeDiskSizeResponse unmarshall(ResizeDiskSizeResponse resizeDiskSizeResponse, UnmarshallerContext _ctx) { resizeDiskSizeResponse.setRequestId(_ctx.stringValue("ResizeDiskSizeResponse.RequestId")); return resizeDiskSizeResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cassandra/1.0.7/com/aliyuncs/cassandra/transform
java-sources/com/aliyun/aliyun-java-sdk-cassandra/1.0.7/com/aliyuncs/cassandra/transform/v20190101/ResizeNodeCountResponseUnmarshaller.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.cassandra.transform.v20190101; import com.aliyuncs.cassandra.model.v20190101.ResizeNodeCountResponse; import com.aliyuncs.transform.UnmarshallerContext; public class ResizeNodeCountResponseUnmarshaller { public static ResizeNodeCountResponse unmarshall(ResizeNodeCountResponse resizeNodeCountResponse, UnmarshallerContext _ctx) { resizeNodeCountResponse.setRequestId(_ctx.stringValue("ResizeNodeCountResponse.RequestId")); return resizeNodeCountResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cassandra/1.0.7/com/aliyuncs/cassandra/transform
java-sources/com/aliyun/aliyun-java-sdk-cassandra/1.0.7/com/aliyuncs/cassandra/transform/v20190101/TagResourcesResponseUnmarshaller.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.cassandra.transform.v20190101; import com.aliyuncs.cassandra.model.v20190101.TagResourcesResponse; import com.aliyuncs.transform.UnmarshallerContext; public class TagResourcesResponseUnmarshaller { public static TagResourcesResponse unmarshall(TagResourcesResponse tagResourcesResponse, UnmarshallerContext _ctx) { tagResourcesResponse.setRequestId(_ctx.stringValue("TagResourcesResponse.RequestId")); return tagResourcesResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cassandra/1.0.7/com/aliyuncs/cassandra/transform
java-sources/com/aliyun/aliyun-java-sdk-cassandra/1.0.7/com/aliyuncs/cassandra/transform/v20190101/UnTagResourcesResponseUnmarshaller.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.cassandra.transform.v20190101; import com.aliyuncs.cassandra.model.v20190101.UnTagResourcesResponse; import com.aliyuncs.transform.UnmarshallerContext; public class UnTagResourcesResponseUnmarshaller { public static UnTagResourcesResponse unmarshall(UnTagResourcesResponse unTagResourcesResponse, UnmarshallerContext _ctx) { unTagResourcesResponse.setRequestId(_ctx.stringValue("UnTagResourcesResponse.RequestId")); return unTagResourcesResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cassandra/1.0.7/com/aliyuncs/cassandra/transform
java-sources/com/aliyun/aliyun-java-sdk-cassandra/1.0.7/com/aliyuncs/cassandra/transform/v20190101/UpgradeClusterVersionResponseUnmarshaller.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.cassandra.transform.v20190101; import com.aliyuncs.cassandra.model.v20190101.UpgradeClusterVersionResponse; import com.aliyuncs.transform.UnmarshallerContext; public class UpgradeClusterVersionResponseUnmarshaller { public static UpgradeClusterVersionResponse unmarshall(UpgradeClusterVersionResponse upgradeClusterVersionResponse, UnmarshallerContext _ctx) { upgradeClusterVersionResponse.setRequestId(_ctx.stringValue("UpgradeClusterVersionResponse.RequestId")); return upgradeClusterVersionResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs
java-sources/com/aliyun/aliyun-java-sdk-cbn/1.0.40/com/aliyuncs/cbn/Endpoint.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; import java.util.HashMap; public class Endpoint { public static HashMap<String, String> endpointMap = new HashMap<String, String>() {}; public static String endpointRegionalType = "central"; }
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/ActiveFlowLogRequest.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 ActiveFlowLogRequest extends RpcAcsRequest<ActiveFlowLogResponse> { private Long resourceOwnerId; private String clientToken; private String cenId; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; private String flowLogId; public ActiveFlowLogRequest() { super("Cbn", "2017-09-12", "ActiveFlowLog", "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 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); } } @Override public Class<ActiveFlowLogResponse> getResponseClass() { return ActiveFlowLogResponse.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/ActiveFlowLogResponse.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.ActiveFlowLogResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ActiveFlowLogResponse 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 ActiveFlowLogResponse getInstance(UnmarshallerContext context) { return ActiveFlowLogResponseUnmarshaller.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/AddTrafficMatchRuleToTrafficMarkingPolicyRequest.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 AddTrafficMatchRuleToTrafficMarkingPolicyRequest extends RpcAcsRequest<AddTrafficMatchRuleToTrafficMarkingPolicyResponse> { private Long resourceOwnerId; private String clientToken; private String trafficMarkingPolicyId; private Boolean dryRun; private List<TrafficMatchRules> trafficMatchRuless; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; public AddTrafficMatchRuleToTrafficMarkingPolicyRequest() { super("Cbn", "2017-09-12", "AddTrafficMatchRuleToTrafficMarkingPolicy", "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 List<TrafficMatchRules> getTrafficMatchRuless() { return this.trafficMatchRuless; } public void setTrafficMatchRuless(List<TrafficMatchRules> trafficMatchRuless) { this.trafficMatchRuless = trafficMatchRuless; if (trafficMatchRuless != null) { for (int depth1 = 0; depth1 < trafficMatchRuless.size(); depth1++) { if (trafficMatchRuless.get(depth1).getDstPortRanges() != null) { for (int i = 0; i < trafficMatchRuless.get(depth1).getDstPortRanges().size(); i++) { putQueryParameter("TrafficMatchRules." + (depth1 + 1) + ".DstPortRange." + (i + 1) , trafficMatchRuless.get(depth1).getDstPortRanges().get(i)); } } putQueryParameter("TrafficMatchRules." + (depth1 + 1) + ".MatchDscp" , trafficMatchRuless.get(depth1).getMatchDscp()); putQueryParameter("TrafficMatchRules." + (depth1 + 1) + ".Protocol" , trafficMatchRuless.get(depth1).getBizProtocol()); putQueryParameter("TrafficMatchRules." + (depth1 + 1) + ".TrafficMatchRuleDescription" , trafficMatchRuless.get(depth1).getTrafficMatchRuleDescription()); if (trafficMatchRuless.get(depth1).getSrcPortRanges() != null) { for (int i = 0; i < trafficMatchRuless.get(depth1).getSrcPortRanges().size(); i++) { putQueryParameter("TrafficMatchRules." + (depth1 + 1) + ".SrcPortRange." + (i + 1) , trafficMatchRuless.get(depth1).getSrcPortRanges().get(i)); } } putQueryParameter("TrafficMatchRules." + (depth1 + 1) + ".DstCidr" , trafficMatchRuless.get(depth1).getDstCidr()); putQueryParameter("TrafficMatchRules." + (depth1 + 1) + ".TrafficMatchRuleName" , trafficMatchRuless.get(depth1).getTrafficMatchRuleName()); putQueryParameter("TrafficMatchRules." + (depth1 + 1) + ".SrcCidr" , trafficMatchRuless.get(depth1).getSrcCidr()); } } } 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 static class TrafficMatchRules { private List<Integer> dstPortRanges; private Integer matchDscp; private String protocol; private String trafficMatchRuleDescription; private List<Integer> srcPortRanges; private String dstCidr; private String trafficMatchRuleName; private String srcCidr; public List<Integer> getDstPortRanges() { return this.dstPortRanges; } public void setDstPortRanges(List<Integer> dstPortRanges) { this.dstPortRanges = dstPortRanges; } public Integer getMatchDscp() { return this.matchDscp; } public void setMatchDscp(Integer matchDscp) { this.matchDscp = matchDscp; } public String getBizProtocol() { return this.protocol; } public void setBizProtocol(String protocol) { this.protocol = protocol; } public String getTrafficMatchRuleDescription() { return this.trafficMatchRuleDescription; } public void setTrafficMatchRuleDescription(String trafficMatchRuleDescription) { this.trafficMatchRuleDescription = trafficMatchRuleDescription; } public List<Integer> getSrcPortRanges() { return this.srcPortRanges; } public void setSrcPortRanges(List<Integer> srcPortRanges) { this.srcPortRanges = srcPortRanges; } public String getDstCidr() { return this.dstCidr; } public void setDstCidr(String dstCidr) { this.dstCidr = dstCidr; } public String getTrafficMatchRuleName() { return this.trafficMatchRuleName; } public void setTrafficMatchRuleName(String trafficMatchRuleName) { this.trafficMatchRuleName = trafficMatchRuleName; } public String getSrcCidr() { return this.srcCidr; } public void setSrcCidr(String srcCidr) { this.srcCidr = srcCidr; } } @Override public Class<AddTrafficMatchRuleToTrafficMarkingPolicyResponse> getResponseClass() { return AddTrafficMatchRuleToTrafficMarkingPolicyResponse.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/AddTrafficMatchRuleToTrafficMarkingPolicyResponse.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.AddTrafficMatchRuleToTrafficMarkingPolicyResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class AddTrafficMatchRuleToTrafficMarkingPolicyResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public AddTrafficMatchRuleToTrafficMarkingPolicyResponse getInstance(UnmarshallerContext context) { return AddTrafficMatchRuleToTrafficMarkingPolicyResponseUnmarshaller.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/AddTraficMatchRuleToTrafficMarkingPolicyRequest.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 AddTraficMatchRuleToTrafficMarkingPolicyRequest extends RpcAcsRequest<AddTraficMatchRuleToTrafficMarkingPolicyResponse> { private Long resourceOwnerId; private String clientToken; private String trafficMarkingPolicyId; private Boolean dryRun; private List<TrafficMatchRules> trafficMatchRuless; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; public AddTraficMatchRuleToTrafficMarkingPolicyRequest() { super("Cbn", "2017-09-12", "AddTraficMatchRuleToTrafficMarkingPolicy", "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 List<TrafficMatchRules> getTrafficMatchRuless() { return this.trafficMatchRuless; } public void setTrafficMatchRuless(List<TrafficMatchRules> trafficMatchRuless) { this.trafficMatchRuless = trafficMatchRuless; if (trafficMatchRuless != null) { for (int depth1 = 0; depth1 < trafficMatchRuless.size(); depth1++) { if (trafficMatchRuless.get(depth1).getDstPortRanges() != null) { for (int i = 0; i < trafficMatchRuless.get(depth1).getDstPortRanges().size(); i++) { putQueryParameter("TrafficMatchRules." + (depth1 + 1) + ".DstPortRange." + (i + 1) , trafficMatchRuless.get(depth1).getDstPortRanges().get(i)); } } putQueryParameter("TrafficMatchRules." + (depth1 + 1) + ".MatchDscp" , trafficMatchRuless.get(depth1).getMatchDscp()); putQueryParameter("TrafficMatchRules." + (depth1 + 1) + ".Protocol" , trafficMatchRuless.get(depth1).getBizProtocol()); putQueryParameter("TrafficMatchRules." + (depth1 + 1) + ".TrafficMatchRuleDescription" , trafficMatchRuless.get(depth1).getTrafficMatchRuleDescription()); if (trafficMatchRuless.get(depth1).getSrcPortRanges() != null) { for (int i = 0; i < trafficMatchRuless.get(depth1).getSrcPortRanges().size(); i++) { putQueryParameter("TrafficMatchRules." + (depth1 + 1) + ".SrcPortRange." + (i + 1) , trafficMatchRuless.get(depth1).getSrcPortRanges().get(i)); } } putQueryParameter("TrafficMatchRules." + (depth1 + 1) + ".DstCidr" , trafficMatchRuless.get(depth1).getDstCidr()); putQueryParameter("TrafficMatchRules." + (depth1 + 1) + ".TrafficMatchRuleName" , trafficMatchRuless.get(depth1).getTrafficMatchRuleName()); putQueryParameter("TrafficMatchRules." + (depth1 + 1) + ".SrcCidr" , trafficMatchRuless.get(depth1).getSrcCidr()); } } } 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 static class TrafficMatchRules { private List<Integer> dstPortRanges; private Integer matchDscp; private String protocol; private String trafficMatchRuleDescription; private List<Integer> srcPortRanges; private String dstCidr; private String trafficMatchRuleName; private String srcCidr; public List<Integer> getDstPortRanges() { return this.dstPortRanges; } public void setDstPortRanges(List<Integer> dstPortRanges) { this.dstPortRanges = dstPortRanges; } public Integer getMatchDscp() { return this.matchDscp; } public void setMatchDscp(Integer matchDscp) { this.matchDscp = matchDscp; } public String getBizProtocol() { return this.protocol; } public void setBizProtocol(String protocol) { this.protocol = protocol; } public String getTrafficMatchRuleDescription() { return this.trafficMatchRuleDescription; } public void setTrafficMatchRuleDescription(String trafficMatchRuleDescription) { this.trafficMatchRuleDescription = trafficMatchRuleDescription; } public List<Integer> getSrcPortRanges() { return this.srcPortRanges; } public void setSrcPortRanges(List<Integer> srcPortRanges) { this.srcPortRanges = srcPortRanges; } public String getDstCidr() { return this.dstCidr; } public void setDstCidr(String dstCidr) { this.dstCidr = dstCidr; } public String getTrafficMatchRuleName() { return this.trafficMatchRuleName; } public void setTrafficMatchRuleName(String trafficMatchRuleName) { this.trafficMatchRuleName = trafficMatchRuleName; } public String getSrcCidr() { return this.srcCidr; } public void setSrcCidr(String srcCidr) { this.srcCidr = srcCidr; } } @Override public Class<AddTraficMatchRuleToTrafficMarkingPolicyResponse> getResponseClass() { return AddTraficMatchRuleToTrafficMarkingPolicyResponse.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/AddTraficMatchRuleToTrafficMarkingPolicyResponse.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.AddTraficMatchRuleToTrafficMarkingPolicyResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class AddTraficMatchRuleToTrafficMarkingPolicyResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public AddTraficMatchRuleToTrafficMarkingPolicyResponse getInstance(UnmarshallerContext context) { return AddTraficMatchRuleToTrafficMarkingPolicyResponseUnmarshaller.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/AssociateCenBandwidthPackageRequest.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 AssociateCenBandwidthPackageRequest extends RpcAcsRequest<AssociateCenBandwidthPackageResponse> { private Long resourceOwnerId; private String cenId; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; private String cenBandwidthPackageId; public AssociateCenBandwidthPackageRequest() { super("Cbn", "2017-09-12", "AssociateCenBandwidthPackage", "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<AssociateCenBandwidthPackageResponse> getResponseClass() { return AssociateCenBandwidthPackageResponse.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/AssociateCenBandwidthPackageResponse.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.AssociateCenBandwidthPackageResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class AssociateCenBandwidthPackageResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public AssociateCenBandwidthPackageResponse getInstance(UnmarshallerContext context) { return AssociateCenBandwidthPackageResponseUnmarshaller.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/AssociateTransitRouterAttachmentWithRouteTableRequest.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 AssociateTransitRouterAttachmentWithRouteTableRequest extends RpcAcsRequest<AssociateTransitRouterAttachmentWithRouteTableResponse> { 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 AssociateTransitRouterAttachmentWithRouteTableRequest() { super("Cbn", "2017-09-12", "AssociateTransitRouterAttachmentWithRouteTable", "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<AssociateTransitRouterAttachmentWithRouteTableResponse> getResponseClass() { return AssociateTransitRouterAttachmentWithRouteTableResponse.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/AssociateTransitRouterAttachmentWithRouteTableResponse.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.AssociateTransitRouterAttachmentWithRouteTableResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class AssociateTransitRouterAttachmentWithRouteTableResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public AssociateTransitRouterAttachmentWithRouteTableResponse getInstance(UnmarshallerContext context) { return AssociateTransitRouterAttachmentWithRouteTableResponseUnmarshaller.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/AssociateTransitRouterMulticastDomainRequest.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 AssociateTransitRouterMulticastDomainRequest extends RpcAcsRequest<AssociateTransitRouterMulticastDomainResponse> { private Long resourceOwnerId; private String clientToken; private List<String> vSwitchIdss; private String transitRouterMulticastDomainId; private Boolean dryRun; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; private String transitRouterAttachmentId; public AssociateTransitRouterMulticastDomainRequest() { super("Cbn", "2017-09-12", "AssociateTransitRouterMulticastDomain", "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 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<AssociateTransitRouterMulticastDomainResponse> getResponseClass() { return AssociateTransitRouterMulticastDomainResponse.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/AssociateTransitRouterMulticastDomainResponse.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.AssociateTransitRouterMulticastDomainResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class AssociateTransitRouterMulticastDomainResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public AssociateTransitRouterMulticastDomainResponse getInstance(UnmarshallerContext context) { return AssociateTransitRouterMulticastDomainResponseUnmarshaller.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/AttachCenChildInstanceRequest.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 AttachCenChildInstanceRequest extends RpcAcsRequest<AttachCenChildInstanceResponse> { private Long resourceOwnerId; private String cenId; private String childInstanceRegionId; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; private String childInstanceType; private Long childInstanceOwnerId; private String childInstanceId; public AttachCenChildInstanceRequest() { super("Cbn", "2017-09-12", "AttachCenChildInstance", "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 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 getChildInstanceType() { return this.childInstanceType; } public void setChildInstanceType(String childInstanceType) { this.childInstanceType = childInstanceType; if(childInstanceType != null){ putQueryParameter("ChildInstanceType", childInstanceType); } } public Long getChildInstanceOwnerId() { return this.childInstanceOwnerId; } public void setChildInstanceOwnerId(Long childInstanceOwnerId) { this.childInstanceOwnerId = childInstanceOwnerId; if(childInstanceOwnerId != null){ putQueryParameter("ChildInstanceOwnerId", childInstanceOwnerId.toString()); } } public String getChildInstanceId() { return this.childInstanceId; } public void setChildInstanceId(String childInstanceId) { this.childInstanceId = childInstanceId; if(childInstanceId != null){ putQueryParameter("ChildInstanceId", childInstanceId); } } @Override public Class<AttachCenChildInstanceResponse> getResponseClass() { return AttachCenChildInstanceResponse.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/AttachCenChildInstanceResponse.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.AttachCenChildInstanceResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class AttachCenChildInstanceResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public AttachCenChildInstanceResponse getInstance(UnmarshallerContext context) { return AttachCenChildInstanceResponseUnmarshaller.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/CheckTransitRouterServiceRequest.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 CheckTransitRouterServiceRequest extends RpcAcsRequest<CheckTransitRouterServiceResponse> { private Long resourceOwnerId; private String clientToken; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; public CheckTransitRouterServiceRequest() { super("Cbn", "2017-09-12", "CheckTransitRouterService", "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<CheckTransitRouterServiceResponse> getResponseClass() { return CheckTransitRouterServiceResponse.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/CheckTransitRouterServiceResponse.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.CheckTransitRouterServiceResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CheckTransitRouterServiceResponse extends AcsResponse { private String enabled; private String requestId; public String getEnabled() { return this.enabled; } public void setEnabled(String enabled) { this.enabled = enabled; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public CheckTransitRouterServiceResponse getInstance(UnmarshallerContext context) { return CheckTransitRouterServiceResponseUnmarshaller.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/CreateCenBandwidthPackageRequest.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 CreateCenBandwidthPackageRequest extends RpcAcsRequest<CreateCenBandwidthPackageResponse> { private Long resourceOwnerId; private String clientToken; private String description; private Integer autoRenewDuration; private String bandwidthPackageChargeType; private List<Tag> tags; private String geographicRegionBId; private Integer period; private String geographicRegionAId; private Boolean autoPay; private String resourceOwnerAccount; private Integer bandwidth; private String ownerAccount; private Long ownerId; private Boolean autoRenew; private String name; private String pricingCycle; public CreateCenBandwidthPackageRequest() { super("Cbn", "2017-09-12", "CreateCenBandwidthPackage", "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 Integer getAutoRenewDuration() { return this.autoRenewDuration; } public void setAutoRenewDuration(Integer autoRenewDuration) { this.autoRenewDuration = autoRenewDuration; if(autoRenewDuration != null){ putQueryParameter("AutoRenewDuration", autoRenewDuration.toString()); } } public String getBandwidthPackageChargeType() { return this.bandwidthPackageChargeType; } public void setBandwidthPackageChargeType(String bandwidthPackageChargeType) { this.bandwidthPackageChargeType = bandwidthPackageChargeType; if(bandwidthPackageChargeType != null){ putQueryParameter("BandwidthPackageChargeType", bandwidthPackageChargeType); } } 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 getGeographicRegionBId() { return this.geographicRegionBId; } public void setGeographicRegionBId(String geographicRegionBId) { this.geographicRegionBId = geographicRegionBId; if(geographicRegionBId != null){ putQueryParameter("GeographicRegionBId", geographicRegionBId); } } public Integer getPeriod() { return this.period; } public void setPeriod(Integer period) { this.period = period; if(period != null){ putQueryParameter("Period", period.toString()); } } public String getGeographicRegionAId() { return this.geographicRegionAId; } public void setGeographicRegionAId(String geographicRegionAId) { this.geographicRegionAId = geographicRegionAId; if(geographicRegionAId != null){ putQueryParameter("GeographicRegionAId", geographicRegionAId); } } public Boolean getAutoPay() { return this.autoPay; } public void setAutoPay(Boolean autoPay) { this.autoPay = autoPay; if(autoPay != null){ putQueryParameter("AutoPay", autoPay.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 Boolean getAutoRenew() { return this.autoRenew; } public void setAutoRenew(Boolean autoRenew) { this.autoRenew = autoRenew; if(autoRenew != null){ putQueryParameter("AutoRenew", autoRenew.toString()); } } public String getName() { return this.name; } public void setName(String name) { this.name = name; if(name != null){ putQueryParameter("Name", name); } } public String getPricingCycle() { return this.pricingCycle; } public void setPricingCycle(String pricingCycle) { this.pricingCycle = pricingCycle; if(pricingCycle != null){ putQueryParameter("PricingCycle", pricingCycle); } } 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<CreateCenBandwidthPackageResponse> getResponseClass() { return CreateCenBandwidthPackageResponse.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/CreateCenBandwidthPackageResponse.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.CreateCenBandwidthPackageResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CreateCenBandwidthPackageResponse extends AcsResponse { private String cenBandwidthPackageId; private String cenBandwidthPackageOrderId; private String requestId; public String getCenBandwidthPackageId() { return this.cenBandwidthPackageId; } public void setCenBandwidthPackageId(String cenBandwidthPackageId) { this.cenBandwidthPackageId = cenBandwidthPackageId; } public String getCenBandwidthPackageOrderId() { return this.cenBandwidthPackageOrderId; } public void setCenBandwidthPackageOrderId(String cenBandwidthPackageOrderId) { this.cenBandwidthPackageOrderId = cenBandwidthPackageOrderId; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public CreateCenBandwidthPackageResponse getInstance(UnmarshallerContext context) { return CreateCenBandwidthPackageResponseUnmarshaller.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/CreateCenChildInstanceRouteEntryToAttachmentRequest.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 CreateCenChildInstanceRouteEntryToAttachmentRequest extends RpcAcsRequest<CreateCenChildInstanceRouteEntryToAttachmentResponse> { private Long resourceOwnerId; private String clientToken; private String cenId; private String routeTableId; private Boolean dryRun; private String resourceOwnerAccount; private String ownerAccount; private String destinationCidrBlock; private Long ownerId; private String transitRouterAttachmentId; public CreateCenChildInstanceRouteEntryToAttachmentRequest() { super("Cbn", "2017-09-12", "CreateCenChildInstanceRouteEntryToAttachment", "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 getRouteTableId() { return this.routeTableId; } public void setRouteTableId(String routeTableId) { this.routeTableId = routeTableId; if(routeTableId != null){ putQueryParameter("RouteTableId", routeTableId); } } 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 String getDestinationCidrBlock() { return this.destinationCidrBlock; } public void setDestinationCidrBlock(String destinationCidrBlock) { this.destinationCidrBlock = destinationCidrBlock; if(destinationCidrBlock != null){ putQueryParameter("DestinationCidrBlock", destinationCidrBlock); } } 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<CreateCenChildInstanceRouteEntryToAttachmentResponse> getResponseClass() { return CreateCenChildInstanceRouteEntryToAttachmentResponse.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/CreateCenChildInstanceRouteEntryToAttachmentResponse.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.CreateCenChildInstanceRouteEntryToAttachmentResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CreateCenChildInstanceRouteEntryToAttachmentResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public CreateCenChildInstanceRouteEntryToAttachmentResponse getInstance(UnmarshallerContext context) { return CreateCenChildInstanceRouteEntryToAttachmentResponseUnmarshaller.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/CreateCenChildInstanceRouteEntryToCenRequest.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 CreateCenChildInstanceRouteEntryToCenRequest extends RpcAcsRequest<CreateCenChildInstanceRouteEntryToCenResponse> { private Long resourceOwnerId; private String cenId; private String childInstanceRegionId; private String routeTableId; private String resourceOwnerAccount; private String ownerAccount; private String destinationCidrBlock; private Long ownerId; private String childInstanceType; private String childInstanceId; private Long childInstanceAliUid; public CreateCenChildInstanceRouteEntryToCenRequest() { super("Cbn", "2017-09-12", "CreateCenChildInstanceRouteEntryToCen", "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 getRouteTableId() { return this.routeTableId; } public void setRouteTableId(String routeTableId) { this.routeTableId = routeTableId; if(routeTableId != null){ putQueryParameter("RouteTableId", routeTableId); } } 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 getDestinationCidrBlock() { return this.destinationCidrBlock; } public void setDestinationCidrBlock(String destinationCidrBlock) { this.destinationCidrBlock = destinationCidrBlock; if(destinationCidrBlock != null){ putQueryParameter("DestinationCidrBlock", destinationCidrBlock); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } 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 Long getChildInstanceAliUid() { return this.childInstanceAliUid; } public void setChildInstanceAliUid(Long childInstanceAliUid) { this.childInstanceAliUid = childInstanceAliUid; if(childInstanceAliUid != null){ putQueryParameter("ChildInstanceAliUid", childInstanceAliUid.toString()); } } @Override public Class<CreateCenChildInstanceRouteEntryToCenResponse> getResponseClass() { return CreateCenChildInstanceRouteEntryToCenResponse.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/CreateCenChildInstanceRouteEntryToCenResponse.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.CreateCenChildInstanceRouteEntryToCenResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CreateCenChildInstanceRouteEntryToCenResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public CreateCenChildInstanceRouteEntryToCenResponse getInstance(UnmarshallerContext context) { return CreateCenChildInstanceRouteEntryToCenResponseUnmarshaller.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/CreateCenInterRegionTrafficQosPolicyRequest.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 CreateCenInterRegionTrafficQosPolicyRequest extends RpcAcsRequest<CreateCenInterRegionTrafficQosPolicyResponse> { private Long resourceOwnerId; private String clientToken; private List<TrafficQosQueues> trafficQosQueuess; private String trafficQosPolicyName; private Boolean dryRun; private String resourceOwnerAccount; private String ownerAccount; private String trafficQosPolicyDescription; private Long ownerId; private String transitRouterId; private String transitRouterAttachmentId; public CreateCenInterRegionTrafficQosPolicyRequest() { super("Cbn", "2017-09-12", "CreateCenInterRegionTrafficQosPolicy", "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<TrafficQosQueues> getTrafficQosQueuess() { return this.trafficQosQueuess; } public void setTrafficQosQueuess(List<TrafficQosQueues> trafficQosQueuess) { this.trafficQosQueuess = trafficQosQueuess; if (trafficQosQueuess != null) { for (int depth1 = 0; depth1 < trafficQosQueuess.size(); depth1++) { if (trafficQosQueuess.get(depth1).getDscpss() != null) { for (int i = 0; i < trafficQosQueuess.get(depth1).getDscpss().size(); i++) { putQueryParameter("TrafficQosQueues." + (depth1 + 1) + ".Dscps." + (i + 1) , trafficQosQueuess.get(depth1).getDscpss().get(i)); } } putQueryParameter("TrafficQosQueues." + (depth1 + 1) + ".QosQueueName" , trafficQosQueuess.get(depth1).getQosQueueName()); putQueryParameter("TrafficQosQueues." + (depth1 + 1) + ".RemainBandwidthPercent" , trafficQosQueuess.get(depth1).getRemainBandwidthPercent()); putQueryParameter("TrafficQosQueues." + (depth1 + 1) + ".QosQueueDescription" , trafficQosQueuess.get(depth1).getQosQueueDescription()); } } } 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 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()); } } 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 static class TrafficQosQueues { private List<Integer> dscpss; private String qosQueueName; private String remainBandwidthPercent; private String qosQueueDescription; public List<Integer> getDscpss() { return this.dscpss; } public void setDscpss(List<Integer> dscpss) { this.dscpss = dscpss; } public String getQosQueueName() { return this.qosQueueName; } public void setQosQueueName(String qosQueueName) { this.qosQueueName = qosQueueName; } public String getRemainBandwidthPercent() { return this.remainBandwidthPercent; } public void setRemainBandwidthPercent(String remainBandwidthPercent) { this.remainBandwidthPercent = remainBandwidthPercent; } public String getQosQueueDescription() { return this.qosQueueDescription; } public void setQosQueueDescription(String qosQueueDescription) { this.qosQueueDescription = qosQueueDescription; } } @Override public Class<CreateCenInterRegionTrafficQosPolicyResponse> getResponseClass() { return CreateCenInterRegionTrafficQosPolicyResponse.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/CreateCenInterRegionTrafficQosPolicyResponse.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.CreateCenInterRegionTrafficQosPolicyResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CreateCenInterRegionTrafficQosPolicyResponse extends AcsResponse { private String trafficQosPolicyId; private String requestId; public String getTrafficQosPolicyId() { return this.trafficQosPolicyId; } public void setTrafficQosPolicyId(String trafficQosPolicyId) { this.trafficQosPolicyId = trafficQosPolicyId; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public CreateCenInterRegionTrafficQosPolicyResponse getInstance(UnmarshallerContext context) { return CreateCenInterRegionTrafficQosPolicyResponseUnmarshaller.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/CreateCenInterRegionTrafficQosQueueRequest.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 CreateCenInterRegionTrafficQosQueueRequest extends RpcAcsRequest<CreateCenInterRegionTrafficQosQueueResponse> { private List<Integer> dscpss; private Long resourceOwnerId; private String clientToken; private String qosQueueName; private String remainBandwidthPercent; private Boolean dryRun; private String trafficQosPolicyId; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; private String qosQueueDescription; public CreateCenInterRegionTrafficQosQueueRequest() { super("Cbn", "2017-09-12", "CreateCenInterRegionTrafficQosQueue", "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 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 getQosQueueDescription() { return this.qosQueueDescription; } public void setQosQueueDescription(String qosQueueDescription) { this.qosQueueDescription = qosQueueDescription; if(qosQueueDescription != null){ putQueryParameter("QosQueueDescription", qosQueueDescription); } } @Override public Class<CreateCenInterRegionTrafficQosQueueResponse> getResponseClass() { return CreateCenInterRegionTrafficQosQueueResponse.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/CreateCenInterRegionTrafficQosQueueResponse.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.CreateCenInterRegionTrafficQosQueueResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CreateCenInterRegionTrafficQosQueueResponse extends AcsResponse { private String qosQueueId; private String requestId; public String getQosQueueId() { return this.qosQueueId; } public void setQosQueueId(String qosQueueId) { this.qosQueueId = qosQueueId; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public CreateCenInterRegionTrafficQosQueueResponse getInstance(UnmarshallerContext context) { return CreateCenInterRegionTrafficQosQueueResponseUnmarshaller.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/CreateCenRequest.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 CreateCenRequest extends RpcAcsRequest<CreateCenResponse> { private Long resourceOwnerId; private String clientToken; private String description; private List<Tag> tags; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; private String protectionLevel; private String name; public CreateCenRequest() { super("Cbn", "2017-09-12", "CreateCen", "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 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 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); } } 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<CreateCenResponse> getResponseClass() { return CreateCenResponse.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/CreateCenResponse.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.CreateCenResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CreateCenResponse extends AcsResponse { private String cenId; private String requestId; public String getCenId() { return this.cenId; } public void setCenId(String cenId) { this.cenId = cenId; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public CreateCenResponse getInstance(UnmarshallerContext context) { return CreateCenResponseUnmarshaller.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/CreateCenRouteMapRequest.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 CreateCenRouteMapRequest extends RpcAcsRequest<CreateCenRouteMapResponse> { private Long resourceOwnerId; private String communityMatchMode; private String mapResult; private Integer nextPriority; private List<String> destinationCidrBlockss; private String transitRouterRouteTableId; private List<String> sourceInstanceIdss; private List<String> sourceRegionIdss; private List<Long> 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 String transmitDirection; private List<String> destinationInstanceIdss; private String resourceOwnerAccount; private String ownerAccount; private Boolean destinationInstanceIdsReverseMatch; private List<Long> prependAsPaths; private String asPathMatchMode; private List<String> matchCommunitySets; private String cenRegionId; public CreateCenRouteMapRequest() { super("Cbn", "2017-09-12", "CreateCenRouteMap", "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 String getTransitRouterRouteTableId() { return this.transitRouterRouteTableId; } public void setTransitRouterRouteTableId(String transitRouterRouteTableId) { this.transitRouterRouteTableId = transitRouterRouteTableId; if(transitRouterRouteTableId != null){ putQueryParameter("TransitRouterRouteTableId", transitRouterRouteTableId); } } 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<Long> getMatchAsnss() { return this.matchAsnss; } public void setMatchAsnss(List<Long> 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 String getTransmitDirection() { return this.transmitDirection; } public void setTransmitDirection(String transmitDirection) { this.transmitDirection = transmitDirection; if(transmitDirection != null){ putQueryParameter("TransmitDirection", transmitDirection); } } 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 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<CreateCenRouteMapResponse> getResponseClass() { return CreateCenRouteMapResponse.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/CreateCenRouteMapResponse.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.CreateCenRouteMapResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CreateCenRouteMapResponse extends AcsResponse { private String routeMapId; private String requestId; public String getRouteMapId() { return this.routeMapId; } public void setRouteMapId(String routeMapId) { this.routeMapId = routeMapId; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public CreateCenRouteMapResponse getInstance(UnmarshallerContext context) { return CreateCenRouteMapResponseUnmarshaller.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/CreateFlowlogRequest.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 CreateFlowlogRequest extends RpcAcsRequest<CreateFlowlogResponse> { private Long resourceOwnerId; private String clientToken; private String cenId; private String description; private List<Tag> tags; private String projectName; private String logStoreName; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; private String transitRouterAttachmentId; private Long interval; private String flowLogName; public CreateFlowlogRequest() { super("Cbn", "2017-09-12", "CreateFlowlog", "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 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 getProjectName() { return this.projectName; } public void setProjectName(String projectName) { this.projectName = projectName; if(projectName != null){ putQueryParameter("ProjectName", projectName); } } public String getLogStoreName() { return this.logStoreName; } public void setLogStoreName(String logStoreName) { this.logStoreName = logStoreName; if(logStoreName != null){ putQueryParameter("LogStoreName", logStoreName); } } 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 Long getInterval() { return this.interval; } public void setInterval(Long interval) { this.interval = interval; if(interval != null){ putQueryParameter("Interval", interval.toString()); } } public String getFlowLogName() { return this.flowLogName; } public void setFlowLogName(String flowLogName) { this.flowLogName = flowLogName; if(flowLogName != null){ putQueryParameter("FlowLogName", flowLogName); } } 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<CreateFlowlogResponse> getResponseClass() { return CreateFlowlogResponse.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/CreateFlowlogResponse.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.CreateFlowlogResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CreateFlowlogResponse extends AcsResponse { private String requestId; private String success; private String flowLogId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getSuccess() { return this.success; } public void setSuccess(String success) { this.success = success; } public String getFlowLogId() { return this.flowLogId; } public void setFlowLogId(String flowLogId) { this.flowLogId = flowLogId; } @Override public CreateFlowlogResponse getInstance(UnmarshallerContext context) { return CreateFlowlogResponseUnmarshaller.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/CreateTrafficMarkingPolicyRequest.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 CreateTrafficMarkingPolicyRequest extends RpcAcsRequest<CreateTrafficMarkingPolicyResponse> { private Long resourceOwnerId; private String clientToken; private String trafficMarkingPolicyDescription; private String trafficMarkingPolicyName; private Boolean dryRun; private List<TrafficMatchRules> trafficMatchRuless; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; private String transitRouterId; private Integer priority; private Integer markingDscp; public CreateTrafficMarkingPolicyRequest() { super("Cbn", "2017-09-12", "CreateTrafficMarkingPolicy", "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 getTrafficMarkingPolicyDescription() { return this.trafficMarkingPolicyDescription; } public void setTrafficMarkingPolicyDescription(String trafficMarkingPolicyDescription) { this.trafficMarkingPolicyDescription = trafficMarkingPolicyDescription; if(trafficMarkingPolicyDescription != null){ putQueryParameter("TrafficMarkingPolicyDescription", trafficMarkingPolicyDescription); } } public String getTrafficMarkingPolicyName() { return this.trafficMarkingPolicyName; } public void setTrafficMarkingPolicyName(String trafficMarkingPolicyName) { this.trafficMarkingPolicyName = trafficMarkingPolicyName; if(trafficMarkingPolicyName != null){ putQueryParameter("TrafficMarkingPolicyName", trafficMarkingPolicyName); } } public Boolean getDryRun() { return this.dryRun; } public void setDryRun(Boolean dryRun) { this.dryRun = dryRun; if(dryRun != null){ putQueryParameter("DryRun", dryRun.toString()); } } public List<TrafficMatchRules> getTrafficMatchRuless() { return this.trafficMatchRuless; } public void setTrafficMatchRuless(List<TrafficMatchRules> trafficMatchRuless) { this.trafficMatchRuless = trafficMatchRuless; if (trafficMatchRuless != null) { for (int depth1 = 0; depth1 < trafficMatchRuless.size(); depth1++) { if (trafficMatchRuless.get(depth1).getDstPortRanges() != null) { for (int i = 0; i < trafficMatchRuless.get(depth1).getDstPortRanges().size(); i++) { putQueryParameter("TrafficMatchRules." + (depth1 + 1) + ".DstPortRange." + (i + 1) , trafficMatchRuless.get(depth1).getDstPortRanges().get(i)); } } putQueryParameter("TrafficMatchRules." + (depth1 + 1) + ".MatchDscp" , trafficMatchRuless.get(depth1).getMatchDscp()); putQueryParameter("TrafficMatchRules." + (depth1 + 1) + ".Protocol" , trafficMatchRuless.get(depth1).getBizProtocol()); putQueryParameter("TrafficMatchRules." + (depth1 + 1) + ".TrafficMatchRuleDescription" , trafficMatchRuless.get(depth1).getTrafficMatchRuleDescription()); if (trafficMatchRuless.get(depth1).getSrcPortRanges() != null) { for (int i = 0; i < trafficMatchRuless.get(depth1).getSrcPortRanges().size(); i++) { putQueryParameter("TrafficMatchRules." + (depth1 + 1) + ".SrcPortRange." + (i + 1) , trafficMatchRuless.get(depth1).getSrcPortRanges().get(i)); } } putQueryParameter("TrafficMatchRules." + (depth1 + 1) + ".DstCidr" , trafficMatchRuless.get(depth1).getDstCidr()); putQueryParameter("TrafficMatchRules." + (depth1 + 1) + ".TrafficMatchRuleName" , trafficMatchRuless.get(depth1).getTrafficMatchRuleName()); putQueryParameter("TrafficMatchRules." + (depth1 + 1) + ".SrcCidr" , trafficMatchRuless.get(depth1).getSrcCidr()); } } } 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 getPriority() { return this.priority; } public void setPriority(Integer priority) { this.priority = priority; if(priority != null){ putQueryParameter("Priority", priority.toString()); } } public Integer getMarkingDscp() { return this.markingDscp; } public void setMarkingDscp(Integer markingDscp) { this.markingDscp = markingDscp; if(markingDscp != null){ putQueryParameter("MarkingDscp", markingDscp.toString()); } } public static class TrafficMatchRules { private List<Integer> dstPortRanges; private Integer matchDscp; private String protocol; private String trafficMatchRuleDescription; private List<Integer> srcPortRanges; private String dstCidr; private String trafficMatchRuleName; private String srcCidr; public List<Integer> getDstPortRanges() { return this.dstPortRanges; } public void setDstPortRanges(List<Integer> dstPortRanges) { this.dstPortRanges = dstPortRanges; } public Integer getMatchDscp() { return this.matchDscp; } public void setMatchDscp(Integer matchDscp) { this.matchDscp = matchDscp; } public String getBizProtocol() { return this.protocol; } public void setBizProtocol(String protocol) { this.protocol = protocol; } public String getTrafficMatchRuleDescription() { return this.trafficMatchRuleDescription; } public void setTrafficMatchRuleDescription(String trafficMatchRuleDescription) { this.trafficMatchRuleDescription = trafficMatchRuleDescription; } public List<Integer> getSrcPortRanges() { return this.srcPortRanges; } public void setSrcPortRanges(List<Integer> srcPortRanges) { this.srcPortRanges = srcPortRanges; } public String getDstCidr() { return this.dstCidr; } public void setDstCidr(String dstCidr) { this.dstCidr = dstCidr; } public String getTrafficMatchRuleName() { return this.trafficMatchRuleName; } public void setTrafficMatchRuleName(String trafficMatchRuleName) { this.trafficMatchRuleName = trafficMatchRuleName; } public String getSrcCidr() { return this.srcCidr; } public void setSrcCidr(String srcCidr) { this.srcCidr = srcCidr; } } @Override public Class<CreateTrafficMarkingPolicyResponse> getResponseClass() { return CreateTrafficMarkingPolicyResponse.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/CreateTrafficMarkingPolicyResponse.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.CreateTrafficMarkingPolicyResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CreateTrafficMarkingPolicyResponse extends AcsResponse { private String trafficMarkingPolicyId; private String requestId; public String getTrafficMarkingPolicyId() { return this.trafficMarkingPolicyId; } public void setTrafficMarkingPolicyId(String trafficMarkingPolicyId) { this.trafficMarkingPolicyId = trafficMarkingPolicyId; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public CreateTrafficMarkingPolicyResponse getInstance(UnmarshallerContext context) { return CreateTrafficMarkingPolicyResponseUnmarshaller.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/CreateTransitRouteTableAggregationRequest.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 CreateTransitRouteTableAggregationRequest extends RpcAcsRequest<CreateTransitRouteTableAggregationResponse> { private Long resourceOwnerId; private String clientToken; private String transitRouteTableAggregationDescription; private String transitRouteTableAggregationName; private Boolean dryRun; private String resourceOwnerAccount; private String transitRouteTableAggregationScope; private String ownerAccount; private Long ownerId; private String transitRouteTableId; private String transitRouteTableAggregationCidr; public CreateTransitRouteTableAggregationRequest() { super("Cbn", "2017-09-12", "CreateTransitRouteTableAggregation", "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 getTransitRouteTableAggregationDescription() { return this.transitRouteTableAggregationDescription; } public void setTransitRouteTableAggregationDescription(String transitRouteTableAggregationDescription) { this.transitRouteTableAggregationDescription = transitRouteTableAggregationDescription; if(transitRouteTableAggregationDescription != null){ putQueryParameter("TransitRouteTableAggregationDescription", transitRouteTableAggregationDescription); } } public String getTransitRouteTableAggregationName() { return this.transitRouteTableAggregationName; } public void setTransitRouteTableAggregationName(String transitRouteTableAggregationName) { this.transitRouteTableAggregationName = transitRouteTableAggregationName; if(transitRouteTableAggregationName != null){ putQueryParameter("TransitRouteTableAggregationName", transitRouteTableAggregationName); } } 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 getTransitRouteTableAggregationScope() { return this.transitRouteTableAggregationScope; } public void setTransitRouteTableAggregationScope(String transitRouteTableAggregationScope) { this.transitRouteTableAggregationScope = transitRouteTableAggregationScope; if(transitRouteTableAggregationScope != null){ putQueryParameter("TransitRouteTableAggregationScope", transitRouteTableAggregationScope); } } 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<CreateTransitRouteTableAggregationResponse> getResponseClass() { return CreateTransitRouteTableAggregationResponse.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/CreateTransitRouteTableAggregationResponse.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.CreateTransitRouteTableAggregationResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CreateTransitRouteTableAggregationResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public CreateTransitRouteTableAggregationResponse getInstance(UnmarshallerContext context) { return CreateTransitRouteTableAggregationResponseUnmarshaller.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/CreateTransitRouterCidrRequest.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 CreateTransitRouterCidrRequest extends RpcAcsRequest<CreateTransitRouterCidrResponse> { private Long resourceOwnerId; private String clientToken; private String description; 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 CreateTransitRouterCidrRequest() { super("Cbn", "2017-09-12", "CreateTransitRouterCidr", "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 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<CreateTransitRouterCidrResponse> getResponseClass() { return CreateTransitRouterCidrResponse.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/CreateTransitRouterCidrResponse.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.CreateTransitRouterCidrResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CreateTransitRouterCidrResponse extends AcsResponse { private String transitRouterCidrId; private String requestId; public String getTransitRouterCidrId() { return this.transitRouterCidrId; } public void setTransitRouterCidrId(String transitRouterCidrId) { this.transitRouterCidrId = transitRouterCidrId; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public CreateTransitRouterCidrResponse getInstance(UnmarshallerContext context) { return CreateTransitRouterCidrResponseUnmarshaller.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/CreateTransitRouterEcrAttachmentRequest.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 CreateTransitRouterEcrAttachmentRequest extends RpcAcsRequest<CreateTransitRouterEcrAttachmentResponse> { private Long resourceOwnerId; private String clientToken; private String cenId; private String transitRouterAttachmentName; private String ecrId; private List<Tag> tags; private Long ecrOwnerId; private Boolean dryRun; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; private String transitRouterId; private String transitRouterAttachmentDescription; public CreateTransitRouterEcrAttachmentRequest() { super("Cbn", "2017-09-12", "CreateTransitRouterEcrAttachment", "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 getTransitRouterAttachmentName() { return this.transitRouterAttachmentName; } public void setTransitRouterAttachmentName(String transitRouterAttachmentName) { this.transitRouterAttachmentName = transitRouterAttachmentName; if(transitRouterAttachmentName != null){ putQueryParameter("TransitRouterAttachmentName", transitRouterAttachmentName); } } public String getEcrId() { return this.ecrId; } public void setEcrId(String ecrId) { this.ecrId = ecrId; if(ecrId != null){ putQueryParameter("EcrId", ecrId); } } 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 Long getEcrOwnerId() { return this.ecrOwnerId; } public void setEcrOwnerId(Long ecrOwnerId) { this.ecrOwnerId = ecrOwnerId; if(ecrOwnerId != null){ putQueryParameter("EcrOwnerId", ecrOwnerId.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 getTransitRouterAttachmentDescription() { return this.transitRouterAttachmentDescription; } public void setTransitRouterAttachmentDescription(String transitRouterAttachmentDescription) { this.transitRouterAttachmentDescription = transitRouterAttachmentDescription; if(transitRouterAttachmentDescription != null){ putQueryParameter("TransitRouterAttachmentDescription", transitRouterAttachmentDescription); } } 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<CreateTransitRouterEcrAttachmentResponse> getResponseClass() { return CreateTransitRouterEcrAttachmentResponse.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/CreateTransitRouterEcrAttachmentResponse.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.CreateTransitRouterEcrAttachmentResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CreateTransitRouterEcrAttachmentResponse extends AcsResponse { private String transitRouterAttachmentId; private String requestId; public String getTransitRouterAttachmentId() { return this.transitRouterAttachmentId; } public void setTransitRouterAttachmentId(String transitRouterAttachmentId) { this.transitRouterAttachmentId = transitRouterAttachmentId; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public CreateTransitRouterEcrAttachmentResponse getInstance(UnmarshallerContext context) { return CreateTransitRouterEcrAttachmentResponseUnmarshaller.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/CreateTransitRouterMulticastDomainRequest.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 CreateTransitRouterMulticastDomainRequest extends RpcAcsRequest<CreateTransitRouterMulticastDomainResponse> { private Long resourceOwnerId; private String clientToken; private String cenId; private String transitRouterMulticastDomainDescription; private String transitRouterMulticastDomainName; private List<Tag> tags; private Boolean dryRun; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; private String transitRouterId; public CreateTransitRouterMulticastDomainRequest() { super("Cbn", "2017-09-12", "CreateTransitRouterMulticastDomain", "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 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 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 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 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<CreateTransitRouterMulticastDomainResponse> getResponseClass() { return CreateTransitRouterMulticastDomainResponse.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/CreateTransitRouterMulticastDomainResponse.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.CreateTransitRouterMulticastDomainResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CreateTransitRouterMulticastDomainResponse extends AcsResponse { private String transitRouterMulticastDomainId; private String requestId; public String getTransitRouterMulticastDomainId() { return this.transitRouterMulticastDomainId; } public void setTransitRouterMulticastDomainId(String transitRouterMulticastDomainId) { this.transitRouterMulticastDomainId = transitRouterMulticastDomainId; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public CreateTransitRouterMulticastDomainResponse getInstance(UnmarshallerContext context) { return CreateTransitRouterMulticastDomainResponseUnmarshaller.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/CreateTransitRouterPeerAttachmentRequest.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 CreateTransitRouterPeerAttachmentRequest extends RpcAcsRequest<CreateTransitRouterPeerAttachmentResponse> { private Long resourceOwnerId; private String bandwidthType; private String clientToken; private String cenId; private String transitRouterAttachmentName; private String defaultLinkType; private List<Tag> tags; private Boolean autoPublishRouteEnabled; private Boolean dryRun; private String resourceOwnerAccount; private Integer bandwidth; private String ownerAccount; private Long ownerId; private String transitRouterId; private String transitRouterAttachmentDescription; private String peerTransitRouterRegionId; private String cenBandwidthPackageId; private String peerTransitRouterId; public CreateTransitRouterPeerAttachmentRequest() { super("Cbn", "2017-09-12", "CreateTransitRouterPeerAttachment", "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 getBandwidthType() { return this.bandwidthType; } public void setBandwidthType(String bandwidthType) { this.bandwidthType = bandwidthType; if(bandwidthType != null){ putQueryParameter("BandwidthType", bandwidthType); } } 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 getTransitRouterAttachmentName() { return this.transitRouterAttachmentName; } public void setTransitRouterAttachmentName(String transitRouterAttachmentName) { this.transitRouterAttachmentName = transitRouterAttachmentName; if(transitRouterAttachmentName != null){ putQueryParameter("TransitRouterAttachmentName", transitRouterAttachmentName); } } public String getDefaultLinkType() { return this.defaultLinkType; } public void setDefaultLinkType(String defaultLinkType) { this.defaultLinkType = defaultLinkType; if(defaultLinkType != null){ putQueryParameter("DefaultLinkType", defaultLinkType); } } 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 Boolean getAutoPublishRouteEnabled() { return this.autoPublishRouteEnabled; } public void setAutoPublishRouteEnabled(Boolean autoPublishRouteEnabled) { this.autoPublishRouteEnabled = autoPublishRouteEnabled; if(autoPublishRouteEnabled != null){ putQueryParameter("AutoPublishRouteEnabled", autoPublishRouteEnabled.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 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 getTransitRouterId() { return this.transitRouterId; } public void setTransitRouterId(String transitRouterId) { this.transitRouterId = transitRouterId; if(transitRouterId != null){ putQueryParameter("TransitRouterId", transitRouterId); } } public String getTransitRouterAttachmentDescription() { return this.transitRouterAttachmentDescription; } public void setTransitRouterAttachmentDescription(String transitRouterAttachmentDescription) { this.transitRouterAttachmentDescription = transitRouterAttachmentDescription; if(transitRouterAttachmentDescription != null){ putQueryParameter("TransitRouterAttachmentDescription", transitRouterAttachmentDescription); } } public String getPeerTransitRouterRegionId() { return this.peerTransitRouterRegionId; } public void setPeerTransitRouterRegionId(String peerTransitRouterRegionId) { this.peerTransitRouterRegionId = peerTransitRouterRegionId; if(peerTransitRouterRegionId != null){ putQueryParameter("PeerTransitRouterRegionId", peerTransitRouterRegionId); } } public String getCenBandwidthPackageId() { return this.cenBandwidthPackageId; } public void setCenBandwidthPackageId(String cenBandwidthPackageId) { this.cenBandwidthPackageId = cenBandwidthPackageId; if(cenBandwidthPackageId != null){ putQueryParameter("CenBandwidthPackageId", cenBandwidthPackageId); } } public String getPeerTransitRouterId() { return this.peerTransitRouterId; } public void setPeerTransitRouterId(String peerTransitRouterId) { this.peerTransitRouterId = peerTransitRouterId; if(peerTransitRouterId != null){ putQueryParameter("PeerTransitRouterId", peerTransitRouterId); } } 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<CreateTransitRouterPeerAttachmentResponse> getResponseClass() { return CreateTransitRouterPeerAttachmentResponse.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/CreateTransitRouterPeerAttachmentResponse.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.CreateTransitRouterPeerAttachmentResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CreateTransitRouterPeerAttachmentResponse extends AcsResponse { private String transitRouterAttachmentId; private String requestId; public String getTransitRouterAttachmentId() { return this.transitRouterAttachmentId; } public void setTransitRouterAttachmentId(String transitRouterAttachmentId) { this.transitRouterAttachmentId = transitRouterAttachmentId; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public CreateTransitRouterPeerAttachmentResponse getInstance(UnmarshallerContext context) { return CreateTransitRouterPeerAttachmentResponseUnmarshaller.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/CreateTransitRouterPrefixListAssociationRequest.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 CreateTransitRouterPrefixListAssociationRequest extends RpcAcsRequest<CreateTransitRouterPrefixListAssociationResponse> { private Long resourceOwnerId; private String clientToken; private String prefixListId; private Long ownerUid; private String nextHopType; private Boolean dryRun; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; private String transitRouterId; private String transitRouterTableId; private String nextHop; public CreateTransitRouterPrefixListAssociationRequest() { super("Cbn", "2017-09-12", "CreateTransitRouterPrefixListAssociation", "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 getPrefixListId() { return this.prefixListId; } public void setPrefixListId(String prefixListId) { this.prefixListId = prefixListId; if(prefixListId != null){ putQueryParameter("PrefixListId", prefixListId); } } 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 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 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); } } @Override public Class<CreateTransitRouterPrefixListAssociationResponse> getResponseClass() { return CreateTransitRouterPrefixListAssociationResponse.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/CreateTransitRouterPrefixListAssociationResponse.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.CreateTransitRouterPrefixListAssociationResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CreateTransitRouterPrefixListAssociationResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public CreateTransitRouterPrefixListAssociationResponse getInstance(UnmarshallerContext context) { return CreateTransitRouterPrefixListAssociationResponseUnmarshaller.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/CreateTransitRouterRequest.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.google.gson.Gson; import com.google.gson.annotations.SerializedName; import com.aliyuncs.http.MethodType; import com.aliyuncs.cbn.Endpoint; /** * @author auto create * @version */ public class CreateTransitRouterRequest extends RpcAcsRequest<CreateTransitRouterResponse> { private String transitRouterName; private Long resourceOwnerId; private String clientToken; private String cenId; @SerializedName("transitRouterCidrList") private List<TransitRouterCidrList> transitRouterCidrList; private List<Tag> tags; private Boolean dryRun; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; private String transitRouterDescription; private Boolean supportMulticast; public CreateTransitRouterRequest() { super("Cbn", "2017-09-12", "CreateTransitRouter", "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 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 List<TransitRouterCidrList> getTransitRouterCidrList() { return this.transitRouterCidrList; } public void setTransitRouterCidrList(List<TransitRouterCidrList> transitRouterCidrList) { this.transitRouterCidrList = transitRouterCidrList; if (transitRouterCidrList != null) { putQueryParameter("TransitRouterCidrList" , new Gson().toJson(transitRouterCidrList)); } } 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 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 getTransitRouterDescription() { return this.transitRouterDescription; } public void setTransitRouterDescription(String transitRouterDescription) { this.transitRouterDescription = transitRouterDescription; if(transitRouterDescription != null){ putQueryParameter("TransitRouterDescription", transitRouterDescription); } } public Boolean getSupportMulticast() { return this.supportMulticast; } public void setSupportMulticast(Boolean supportMulticast) { this.supportMulticast = supportMulticast; if(supportMulticast != null){ putQueryParameter("SupportMulticast", supportMulticast.toString()); } } public static class TransitRouterCidrList { @SerializedName("Name") private String name; @SerializedName("Description") private String description; @SerializedName("Cidr") private String cidr; @SerializedName("PublishCidrRoute") private Boolean publishCidrRoute; 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 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<CreateTransitRouterResponse> getResponseClass() { return CreateTransitRouterResponse.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/CreateTransitRouterResponse.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.CreateTransitRouterResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CreateTransitRouterResponse extends AcsResponse { private String transitRouterId; private String requestId; public String getTransitRouterId() { return this.transitRouterId; } public void setTransitRouterId(String transitRouterId) { this.transitRouterId = transitRouterId; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public CreateTransitRouterResponse getInstance(UnmarshallerContext context) { return CreateTransitRouterResponseUnmarshaller.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/CreateTransitRouterRouteEntryRequest.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 CreateTransitRouterRouteEntryRequest extends RpcAcsRequest<CreateTransitRouterRouteEntryResponse> { private Long resourceOwnerId; private String clientToken; private String transitRouterRouteEntryNextHopType; private String transitRouterRouteEntryDestinationCidrBlock; private String transitRouterRouteTableId; private String transitRouterRouteEntryNextHopId; private String transitRouterRouteEntryDescription; private Boolean dryRun; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; private String transitRouterRouteEntryName; public CreateTransitRouterRouteEntryRequest() { super("Cbn", "2017-09-12", "CreateTransitRouterRouteEntry", "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 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 getTransitRouterRouteEntryNextHopId() { return this.transitRouterRouteEntryNextHopId; } public void setTransitRouterRouteEntryNextHopId(String transitRouterRouteEntryNextHopId) { this.transitRouterRouteEntryNextHopId = transitRouterRouteEntryNextHopId; if(transitRouterRouteEntryNextHopId != null){ putQueryParameter("TransitRouterRouteEntryNextHopId", transitRouterRouteEntryNextHopId); } } public String getTransitRouterRouteEntryDescription() { return this.transitRouterRouteEntryDescription; } public void setTransitRouterRouteEntryDescription(String transitRouterRouteEntryDescription) { this.transitRouterRouteEntryDescription = transitRouterRouteEntryDescription; if(transitRouterRouteEntryDescription != null){ putQueryParameter("TransitRouterRouteEntryDescription", transitRouterRouteEntryDescription); } } 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 getTransitRouterRouteEntryName() { return this.transitRouterRouteEntryName; } public void setTransitRouterRouteEntryName(String transitRouterRouteEntryName) { this.transitRouterRouteEntryName = transitRouterRouteEntryName; if(transitRouterRouteEntryName != null){ putQueryParameter("TransitRouterRouteEntryName", transitRouterRouteEntryName); } } @Override public Class<CreateTransitRouterRouteEntryResponse> getResponseClass() { return CreateTransitRouterRouteEntryResponse.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/CreateTransitRouterRouteEntryResponse.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.CreateTransitRouterRouteEntryResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CreateTransitRouterRouteEntryResponse extends AcsResponse { private String transitRouterRouteEntryId; private String requestId; public String getTransitRouterRouteEntryId() { return this.transitRouterRouteEntryId; } public void setTransitRouterRouteEntryId(String transitRouterRouteEntryId) { this.transitRouterRouteEntryId = transitRouterRouteEntryId; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public CreateTransitRouterRouteEntryResponse getInstance(UnmarshallerContext context) { return CreateTransitRouterRouteEntryResponseUnmarshaller.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/CreateTransitRouterRouteTableRequest.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 CreateTransitRouterRouteTableRequest extends RpcAcsRequest<CreateTransitRouterRouteTableResponse> { private Long resourceOwnerId; private String clientToken; private RouteTableOptions routeTableOptions; private String transitRouterRouteTableDescription; private List<Tag> tags; private Boolean dryRun; private String transitRouterRouteTableName; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; private String transitRouterId; public CreateTransitRouterRouteTableRequest() { super("Cbn", "2017-09-12", "CreateTransitRouterRouteTable", "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 RouteTableOptions getRouteTableOptions() { return this.routeTableOptions; } public void setRouteTableOptions(RouteTableOptions routeTableOptions) { this.routeTableOptions = routeTableOptions; if (routeTableOptions != null) { putQueryParameter("RouteTableOptions.MultiRegionECMP" , routeTableOptions.getMultiRegionECMP()); } } public String getTransitRouterRouteTableDescription() { return this.transitRouterRouteTableDescription; } public void setTransitRouterRouteTableDescription(String transitRouterRouteTableDescription) { this.transitRouterRouteTableDescription = transitRouterRouteTableDescription; if(transitRouterRouteTableDescription != null){ putQueryParameter("TransitRouterRouteTableDescription", transitRouterRouteTableDescription); } } 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 Boolean getDryRun() { return this.dryRun; } public void setDryRun(Boolean dryRun) { this.dryRun = dryRun; if(dryRun != null){ putQueryParameter("DryRun", dryRun.toString()); } } public String getTransitRouterRouteTableName() { return this.transitRouterRouteTableName; } public void setTransitRouterRouteTableName(String transitRouterRouteTableName) { this.transitRouterRouteTableName = transitRouterRouteTableName; if(transitRouterRouteTableName != null){ putQueryParameter("TransitRouterRouteTableName", transitRouterRouteTableName); } } 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 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<CreateTransitRouterRouteTableResponse> getResponseClass() { return CreateTransitRouterRouteTableResponse.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/CreateTransitRouterRouteTableResponse.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.CreateTransitRouterRouteTableResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CreateTransitRouterRouteTableResponse extends AcsResponse { private String transitRouterRouteTableId; private String requestId; public String getTransitRouterRouteTableId() { return this.transitRouterRouteTableId; } public void setTransitRouterRouteTableId(String transitRouterRouteTableId) { this.transitRouterRouteTableId = transitRouterRouteTableId; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public CreateTransitRouterRouteTableResponse getInstance(UnmarshallerContext context) { return CreateTransitRouterRouteTableResponseUnmarshaller.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/CreateTransitRouterVbrAttachmentRequest.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 CreateTransitRouterVbrAttachmentRequest extends RpcAcsRequest<CreateTransitRouterVbrAttachmentResponse> { private Long resourceOwnerId; private String clientToken; private String cenId; private String vbrId; private String transitRouterAttachmentName; private List<Tag> tags; private Boolean autoPublishRouteEnabled; private Boolean dryRun; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; private String transitRouterId; private String transitRouterAttachmentDescription; private Long vbrOwnerId; public CreateTransitRouterVbrAttachmentRequest() { super("Cbn", "2017-09-12", "CreateTransitRouterVbrAttachment", "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 getVbrId() { return this.vbrId; } public void setVbrId(String vbrId) { this.vbrId = vbrId; if(vbrId != null){ putQueryParameter("VbrId", vbrId); } } public String getTransitRouterAttachmentName() { return this.transitRouterAttachmentName; } public void setTransitRouterAttachmentName(String transitRouterAttachmentName) { this.transitRouterAttachmentName = transitRouterAttachmentName; if(transitRouterAttachmentName != null){ putQueryParameter("TransitRouterAttachmentName", transitRouterAttachmentName); } } 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 Boolean getAutoPublishRouteEnabled() { return this.autoPublishRouteEnabled; } public void setAutoPublishRouteEnabled(Boolean autoPublishRouteEnabled) { this.autoPublishRouteEnabled = autoPublishRouteEnabled; if(autoPublishRouteEnabled != null){ putQueryParameter("AutoPublishRouteEnabled", autoPublishRouteEnabled.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 getTransitRouterAttachmentDescription() { return this.transitRouterAttachmentDescription; } public void setTransitRouterAttachmentDescription(String transitRouterAttachmentDescription) { this.transitRouterAttachmentDescription = transitRouterAttachmentDescription; if(transitRouterAttachmentDescription != null){ putQueryParameter("TransitRouterAttachmentDescription", transitRouterAttachmentDescription); } } public Long getVbrOwnerId() { return this.vbrOwnerId; } public void setVbrOwnerId(Long vbrOwnerId) { this.vbrOwnerId = vbrOwnerId; if(vbrOwnerId != null){ putQueryParameter("VbrOwnerId", vbrOwnerId.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<CreateTransitRouterVbrAttachmentResponse> getResponseClass() { return CreateTransitRouterVbrAttachmentResponse.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/CreateTransitRouterVbrAttachmentResponse.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.CreateTransitRouterVbrAttachmentResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CreateTransitRouterVbrAttachmentResponse extends AcsResponse { private String transitRouterAttachmentId; private String requestId; public String getTransitRouterAttachmentId() { return this.transitRouterAttachmentId; } public void setTransitRouterAttachmentId(String transitRouterAttachmentId) { this.transitRouterAttachmentId = transitRouterAttachmentId; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public CreateTransitRouterVbrAttachmentResponse getInstance(UnmarshallerContext context) { return CreateTransitRouterVbrAttachmentResponseUnmarshaller.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/CreateTransitRouterVpcAttachmentRequest.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 CreateTransitRouterVpcAttachmentRequest extends RpcAcsRequest<CreateTransitRouterVpcAttachmentResponse> { private Long resourceOwnerId; private Long vpcOwnerId; private String clientToken; private String cenId; private String transitRouterAttachmentName; private List<Tag> tags; private Boolean autoPublishRouteEnabled; private Boolean dryRun; private String resourceOwnerAccount; private List<ZoneMappings> zoneMappingss; private String ownerAccount; private Long ownerId; private String transitRouterId; private String transitRouterAttachmentDescription; private String vpcId; private String chargeType; public CreateTransitRouterVpcAttachmentRequest() { super("Cbn", "2017-09-12", "CreateTransitRouterVpcAttachment", "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 Long getVpcOwnerId() { return this.vpcOwnerId; } public void setVpcOwnerId(Long vpcOwnerId) { this.vpcOwnerId = vpcOwnerId; if(vpcOwnerId != null){ putQueryParameter("VpcOwnerId", vpcOwnerId.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 getTransitRouterAttachmentName() { return this.transitRouterAttachmentName; } public void setTransitRouterAttachmentName(String transitRouterAttachmentName) { this.transitRouterAttachmentName = transitRouterAttachmentName; if(transitRouterAttachmentName != null){ putQueryParameter("TransitRouterAttachmentName", transitRouterAttachmentName); } } 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 Boolean getAutoPublishRouteEnabled() { return this.autoPublishRouteEnabled; } public void setAutoPublishRouteEnabled(Boolean autoPublishRouteEnabled) { this.autoPublishRouteEnabled = autoPublishRouteEnabled; if(autoPublishRouteEnabled != null){ putQueryParameter("AutoPublishRouteEnabled", autoPublishRouteEnabled.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 List<ZoneMappings> getZoneMappingss() { return this.zoneMappingss; } public void setZoneMappingss(List<ZoneMappings> zoneMappingss) { this.zoneMappingss = zoneMappingss; if (zoneMappingss != null) { for (int depth1 = 0; depth1 < zoneMappingss.size(); depth1++) { putQueryParameter("ZoneMappings." + (depth1 + 1) + ".VSwitchId" , zoneMappingss.get(depth1).getVSwitchId()); putQueryParameter("ZoneMappings." + (depth1 + 1) + ".ZoneId" , zoneMappingss.get(depth1).getZoneId()); } } } 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 getTransitRouterAttachmentDescription() { return this.transitRouterAttachmentDescription; } public void setTransitRouterAttachmentDescription(String transitRouterAttachmentDescription) { this.transitRouterAttachmentDescription = transitRouterAttachmentDescription; if(transitRouterAttachmentDescription != null){ putQueryParameter("TransitRouterAttachmentDescription", transitRouterAttachmentDescription); } } public String getVpcId() { return this.vpcId; } public void setVpcId(String vpcId) { this.vpcId = vpcId; if(vpcId != null){ putQueryParameter("VpcId", vpcId); } } public String getChargeType() { return this.chargeType; } public void setChargeType(String chargeType) { this.chargeType = chargeType; if(chargeType != null){ putQueryParameter("ChargeType", chargeType); } } 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; } } public static class ZoneMappings { private String vSwitchId; private String zoneId; public String getVSwitchId() { return this.vSwitchId; } public void setVSwitchId(String vSwitchId) { this.vSwitchId = vSwitchId; } public String getZoneId() { return this.zoneId; } public void setZoneId(String zoneId) { this.zoneId = zoneId; } } @Override public Class<CreateTransitRouterVpcAttachmentResponse> getResponseClass() { return CreateTransitRouterVpcAttachmentResponse.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/CreateTransitRouterVpcAttachmentResponse.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.CreateTransitRouterVpcAttachmentResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CreateTransitRouterVpcAttachmentResponse extends AcsResponse { private String transitRouterAttachmentId; private String requestId; public String getTransitRouterAttachmentId() { return this.transitRouterAttachmentId; } public void setTransitRouterAttachmentId(String transitRouterAttachmentId) { this.transitRouterAttachmentId = transitRouterAttachmentId; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public CreateTransitRouterVpcAttachmentResponse getInstance(UnmarshallerContext context) { return CreateTransitRouterVpcAttachmentResponseUnmarshaller.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/CreateTransitRouterVpnAttachmentRequest.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 CreateTransitRouterVpnAttachmentRequest extends RpcAcsRequest<CreateTransitRouterVpnAttachmentResponse> { private Long resourceOwnerId; private String clientToken; private String cenId; private String transitRouterAttachmentName; private List<Zone> zones; private List<Tag> tags; private Boolean autoPublishRouteEnabled; private Boolean dryRun; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; private String transitRouterId; private String transitRouterAttachmentDescription; private Long vpnOwnerId; private String chargeType; private String vpnId; public CreateTransitRouterVpnAttachmentRequest() { super("Cbn", "2017-09-12", "CreateTransitRouterVpnAttachment", "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 getTransitRouterAttachmentName() { return this.transitRouterAttachmentName; } public void setTransitRouterAttachmentName(String transitRouterAttachmentName) { this.transitRouterAttachmentName = transitRouterAttachmentName; if(transitRouterAttachmentName != null){ putQueryParameter("TransitRouterAttachmentName", transitRouterAttachmentName); } } public List<Zone> getZones() { return this.zones; } public void setZones(List<Zone> zones) { this.zones = zones; if (zones != null) { for (int depth1 = 0; depth1 < zones.size(); depth1++) { putQueryParameter("Zone." + (depth1 + 1) + ".ZoneId" , zones.get(depth1).getZoneId()); } } } 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 Boolean getAutoPublishRouteEnabled() { return this.autoPublishRouteEnabled; } public void setAutoPublishRouteEnabled(Boolean autoPublishRouteEnabled) { this.autoPublishRouteEnabled = autoPublishRouteEnabled; if(autoPublishRouteEnabled != null){ putQueryParameter("AutoPublishRouteEnabled", autoPublishRouteEnabled.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 getTransitRouterAttachmentDescription() { return this.transitRouterAttachmentDescription; } public void setTransitRouterAttachmentDescription(String transitRouterAttachmentDescription) { this.transitRouterAttachmentDescription = transitRouterAttachmentDescription; if(transitRouterAttachmentDescription != null){ putQueryParameter("TransitRouterAttachmentDescription", transitRouterAttachmentDescription); } } public Long getVpnOwnerId() { return this.vpnOwnerId; } public void setVpnOwnerId(Long vpnOwnerId) { this.vpnOwnerId = vpnOwnerId; if(vpnOwnerId != null){ putQueryParameter("VpnOwnerId", vpnOwnerId.toString()); } } public String getChargeType() { return this.chargeType; } public void setChargeType(String chargeType) { this.chargeType = chargeType; if(chargeType != null){ putQueryParameter("ChargeType", chargeType); } } public String getVpnId() { return this.vpnId; } public void setVpnId(String vpnId) { this.vpnId = vpnId; if(vpnId != null){ putQueryParameter("VpnId", vpnId); } } public static class Zone { private String zoneId; public String getZoneId() { return this.zoneId; } public void setZoneId(String zoneId) { this.zoneId = zoneId; } } 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<CreateTransitRouterVpnAttachmentResponse> getResponseClass() { return CreateTransitRouterVpnAttachmentResponse.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/CreateTransitRouterVpnAttachmentResponse.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.CreateTransitRouterVpnAttachmentResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CreateTransitRouterVpnAttachmentResponse extends AcsResponse { private String transitRouterAttachmentId; private String requestId; public String getTransitRouterAttachmentId() { return this.transitRouterAttachmentId; } public void setTransitRouterAttachmentId(String transitRouterAttachmentId) { this.transitRouterAttachmentId = transitRouterAttachmentId; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public CreateTransitRouterVpnAttachmentResponse getInstance(UnmarshallerContext context) { return CreateTransitRouterVpnAttachmentResponseUnmarshaller.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/DeactiveFlowLogRequest.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 DeactiveFlowLogRequest extends RpcAcsRequest<DeactiveFlowLogResponse> { private Long resourceOwnerId; private String clientToken; private String cenId; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; private String flowLogId; public DeactiveFlowLogRequest() { super("Cbn", "2017-09-12", "DeactiveFlowLog", "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 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); } } @Override public Class<DeactiveFlowLogResponse> getResponseClass() { return DeactiveFlowLogResponse.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/DeactiveFlowLogResponse.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.DeactiveFlowLogResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeactiveFlowLogResponse 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 DeactiveFlowLogResponse getInstance(UnmarshallerContext context) { return DeactiveFlowLogResponseUnmarshaller.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/DeleteCenBandwidthPackageRequest.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 DeleteCenBandwidthPackageRequest extends RpcAcsRequest<DeleteCenBandwidthPackageResponse> { private Long resourceOwnerId; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; private String cenBandwidthPackageId; public DeleteCenBandwidthPackageRequest() { super("Cbn", "2017-09-12", "DeleteCenBandwidthPackage", "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 String getCenBandwidthPackageId() { return this.cenBandwidthPackageId; } public void setCenBandwidthPackageId(String cenBandwidthPackageId) { this.cenBandwidthPackageId = cenBandwidthPackageId; if(cenBandwidthPackageId != null){ putQueryParameter("CenBandwidthPackageId", cenBandwidthPackageId); } } @Override public Class<DeleteCenBandwidthPackageResponse> getResponseClass() { return DeleteCenBandwidthPackageResponse.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/DeleteCenBandwidthPackageResponse.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.DeleteCenBandwidthPackageResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteCenBandwidthPackageResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public DeleteCenBandwidthPackageResponse getInstance(UnmarshallerContext context) { return DeleteCenBandwidthPackageResponseUnmarshaller.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/DeleteCenChildInstanceRouteEntryToAttachmentRequest.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 DeleteCenChildInstanceRouteEntryToAttachmentRequest extends RpcAcsRequest<DeleteCenChildInstanceRouteEntryToAttachmentResponse> { private Long resourceOwnerId; private String clientToken; private String cenId; private String routeTableId; private Boolean dryRun; private String resourceOwnerAccount; private String ownerAccount; private String destinationCidrBlock; private Long ownerId; private String transitRouterAttachmentId; public DeleteCenChildInstanceRouteEntryToAttachmentRequest() { super("Cbn", "2017-09-12", "DeleteCenChildInstanceRouteEntryToAttachment", "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 getRouteTableId() { return this.routeTableId; } public void setRouteTableId(String routeTableId) { this.routeTableId = routeTableId; if(routeTableId != null){ putQueryParameter("RouteTableId", routeTableId); } } 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 String getDestinationCidrBlock() { return this.destinationCidrBlock; } public void setDestinationCidrBlock(String destinationCidrBlock) { this.destinationCidrBlock = destinationCidrBlock; if(destinationCidrBlock != null){ putQueryParameter("DestinationCidrBlock", destinationCidrBlock); } } 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<DeleteCenChildInstanceRouteEntryToAttachmentResponse> getResponseClass() { return DeleteCenChildInstanceRouteEntryToAttachmentResponse.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/DeleteCenChildInstanceRouteEntryToAttachmentResponse.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.DeleteCenChildInstanceRouteEntryToAttachmentResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteCenChildInstanceRouteEntryToAttachmentResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public DeleteCenChildInstanceRouteEntryToAttachmentResponse getInstance(UnmarshallerContext context) { return DeleteCenChildInstanceRouteEntryToAttachmentResponseUnmarshaller.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/DeleteCenChildInstanceRouteEntryToCenRequest.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 DeleteCenChildInstanceRouteEntryToCenRequest extends RpcAcsRequest<DeleteCenChildInstanceRouteEntryToCenResponse> { private Long resourceOwnerId; private String cenId; private String childInstanceRegionId; private String routeTableId; private String resourceOwnerAccount; private String ownerAccount; private String destinationCidrBlock; private Long ownerId; private String childInstanceType; private String childInstanceId; private Long childInstanceAliUid; public DeleteCenChildInstanceRouteEntryToCenRequest() { super("Cbn", "2017-09-12", "DeleteCenChildInstanceRouteEntryToCen", "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 getRouteTableId() { return this.routeTableId; } public void setRouteTableId(String routeTableId) { this.routeTableId = routeTableId; if(routeTableId != null){ putQueryParameter("RouteTableId", routeTableId); } } 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 getDestinationCidrBlock() { return this.destinationCidrBlock; } public void setDestinationCidrBlock(String destinationCidrBlock) { this.destinationCidrBlock = destinationCidrBlock; if(destinationCidrBlock != null){ putQueryParameter("DestinationCidrBlock", destinationCidrBlock); } } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } 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 Long getChildInstanceAliUid() { return this.childInstanceAliUid; } public void setChildInstanceAliUid(Long childInstanceAliUid) { this.childInstanceAliUid = childInstanceAliUid; if(childInstanceAliUid != null){ putQueryParameter("ChildInstanceAliUid", childInstanceAliUid.toString()); } } @Override public Class<DeleteCenChildInstanceRouteEntryToCenResponse> getResponseClass() { return DeleteCenChildInstanceRouteEntryToCenResponse.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/DeleteCenChildInstanceRouteEntryToCenResponse.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.DeleteCenChildInstanceRouteEntryToCenResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteCenChildInstanceRouteEntryToCenResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public DeleteCenChildInstanceRouteEntryToCenResponse getInstance(UnmarshallerContext context) { return DeleteCenChildInstanceRouteEntryToCenResponseUnmarshaller.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/DeleteCenInterRegionTrafficQosPolicyRequest.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 DeleteCenInterRegionTrafficQosPolicyRequest extends RpcAcsRequest<DeleteCenInterRegionTrafficQosPolicyResponse> { private Long resourceOwnerId; private String clientToken; private Boolean dryRun; private String trafficQosPolicyId; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; public DeleteCenInterRegionTrafficQosPolicyRequest() { super("Cbn", "2017-09-12", "DeleteCenInterRegionTrafficQosPolicy", "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 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 Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId.toString()); } } @Override public Class<DeleteCenInterRegionTrafficQosPolicyResponse> getResponseClass() { return DeleteCenInterRegionTrafficQosPolicyResponse.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/DeleteCenInterRegionTrafficQosPolicyResponse.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.DeleteCenInterRegionTrafficQosPolicyResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteCenInterRegionTrafficQosPolicyResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public DeleteCenInterRegionTrafficQosPolicyResponse getInstance(UnmarshallerContext context) { return DeleteCenInterRegionTrafficQosPolicyResponseUnmarshaller.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/DeleteCenInterRegionTrafficQosQueueRequest.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 DeleteCenInterRegionTrafficQosQueueRequest extends RpcAcsRequest<DeleteCenInterRegionTrafficQosQueueResponse> { private Long resourceOwnerId; private String clientToken; private Boolean dryRun; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; private String qosQueueId; public DeleteCenInterRegionTrafficQosQueueRequest() { super("Cbn", "2017-09-12", "DeleteCenInterRegionTrafficQosQueue", "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 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); } } @Override public Class<DeleteCenInterRegionTrafficQosQueueResponse> getResponseClass() { return DeleteCenInterRegionTrafficQosQueueResponse.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/DeleteCenInterRegionTrafficQosQueueResponse.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.DeleteCenInterRegionTrafficQosQueueResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteCenInterRegionTrafficQosQueueResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public DeleteCenInterRegionTrafficQosQueueResponse getInstance(UnmarshallerContext context) { return DeleteCenInterRegionTrafficQosQueueResponseUnmarshaller.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/DeleteCenRequest.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 DeleteCenRequest extends RpcAcsRequest<DeleteCenResponse> { private Long resourceOwnerId; private String cenId; private String resourceOwnerAccount; private String ownerAccount; private Long ownerId; public DeleteCenRequest() { super("Cbn", "2017-09-12", "DeleteCen", "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()); } } @Override public Class<DeleteCenResponse> getResponseClass() { return DeleteCenResponse.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/DeleteCenResponse.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.DeleteCenResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteCenResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public DeleteCenResponse getInstance(UnmarshallerContext context) { return DeleteCenResponseUnmarshaller.unmarshall(this, context); } }