index
int64
repo_id
string
file_path
string
content
string
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/DeleteWirelessCloudConnectorResponse.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.cc5g.model.v20220314; import com.aliyuncs.AcsResponse; import com.aliyuncs.cc5g.transform.v20220314.DeleteWirelessCloudConnectorResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteWirelessCloudConnectorResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public DeleteWirelessCloudConnectorResponse getInstance(UnmarshallerContext context) { return DeleteWirelessCloudConnectorResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/DetachVpcFromNetLinkRequest.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.cc5g.model.v20220314; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class DetachVpcFromNetLinkRequest extends RpcAcsRequest<DetachVpcFromNetLinkResponse> { private Boolean dryRun; private String netLinkId; private String clientToken; private String wirelessCloudConnectorId; public DetachVpcFromNetLinkRequest() { super("CC5G", "2022-03-14", "DetachVpcFromNetLink", "fivegcc"); setMethod(MethodType.POST); } public Boolean getDryRun() { return this.dryRun; } public void setDryRun(Boolean dryRun) { this.dryRun = dryRun; if(dryRun != null){ putQueryParameter("DryRun", dryRun.toString()); } } public String getNetLinkId() { return this.netLinkId; } public void setNetLinkId(String netLinkId) { this.netLinkId = netLinkId; if(netLinkId != null){ putQueryParameter("NetLinkId", netLinkId); } } public String getClientToken() { return this.clientToken; } public void setClientToken(String clientToken) { this.clientToken = clientToken; if(clientToken != null){ putQueryParameter("ClientToken", clientToken); } } public String getWirelessCloudConnectorId() { return this.wirelessCloudConnectorId; } public void setWirelessCloudConnectorId(String wirelessCloudConnectorId) { this.wirelessCloudConnectorId = wirelessCloudConnectorId; if(wirelessCloudConnectorId != null){ putQueryParameter("WirelessCloudConnectorId", wirelessCloudConnectorId); } } @Override public Class<DetachVpcFromNetLinkResponse> getResponseClass() { return DetachVpcFromNetLinkResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/DetachVpcFromNetLinkResponse.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.cc5g.model.v20220314; import com.aliyuncs.AcsResponse; import com.aliyuncs.cc5g.transform.v20220314.DetachVpcFromNetLinkResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DetachVpcFromNetLinkResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public DetachVpcFromNetLinkResponse getInstance(UnmarshallerContext context) { return DetachVpcFromNetLinkResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/FailCardsRequest.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.cc5g.model.v20220314; import com.aliyuncs.RpcAcsRequest; import java.util.List; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class FailCardsRequest extends RpcAcsRequest<FailCardsResponse> { private List<String> iccidss; private Boolean dryRun; private String clientToken; public FailCardsRequest() { super("CC5G", "2022-03-14", "FailCards", "fivegcc"); setMethod(MethodType.POST); } public List<String> getIccidss() { return this.iccidss; } public void setIccidss(List<String> iccidss) { this.iccidss = iccidss; if (iccidss != null) { for (int i = 0; i < iccidss.size(); i++) { putQueryParameter("Iccids." + (i + 1) , iccidss.get(i)); } } } public Boolean getDryRun() { return this.dryRun; } public void setDryRun(Boolean dryRun) { this.dryRun = dryRun; if(dryRun != null){ putQueryParameter("DryRun", dryRun.toString()); } } public String getClientToken() { return this.clientToken; } public void setClientToken(String clientToken) { this.clientToken = clientToken; if(clientToken != null){ putQueryParameter("ClientToken", clientToken); } } @Override public Class<FailCardsResponse> getResponseClass() { return FailCardsResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/FailCardsResponse.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.cc5g.model.v20220314; import com.aliyuncs.AcsResponse; import com.aliyuncs.cc5g.transform.v20220314.FailCardsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class FailCardsResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public FailCardsResponse getInstance(UnmarshallerContext context) { return FailCardsResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/GetCardLockReasonRequest.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.cc5g.model.v20220314; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class GetCardLockReasonRequest extends RpcAcsRequest<GetCardLockReasonResponse> { private String iccid; public GetCardLockReasonRequest() { super("CC5G", "2022-03-14", "GetCardLockReason", "fivegcc"); setMethod(MethodType.GET); } public String getIccid() { return this.iccid; } public void setIccid(String iccid) { this.iccid = iccid; if(iccid != null){ putQueryParameter("Iccid", iccid); } } @Override public Class<GetCardLockReasonResponse> getResponseClass() { return GetCardLockReasonResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/GetCardLockReasonResponse.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.cc5g.model.v20220314; import com.aliyuncs.AcsResponse; import com.aliyuncs.cc5g.transform.v20220314.GetCardLockReasonResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetCardLockReasonResponse extends AcsResponse { private String requestId; private String lockReason; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getLockReason() { return this.lockReason; } public void setLockReason(String lockReason) { this.lockReason = lockReason; } @Override public GetCardLockReasonResponse getInstance(UnmarshallerContext context) { return GetCardLockReasonResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/GetCardRequest.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.cc5g.model.v20220314; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class GetCardRequest extends RpcAcsRequest<GetCardResponse> { private String iccid; public GetCardRequest() { super("CC5G", "2022-03-14", "GetCard", "fivegcc"); setMethod(MethodType.GET); } public String getIccid() { return this.iccid; } public void setIccid(String iccid) { this.iccid = iccid; if(iccid != null){ putQueryParameter("Iccid", iccid); } } @Override public Class<GetCardResponse> getResponseClass() { return GetCardResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/GetCardResponse.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.cc5g.model.v20220314; import com.aliyuncs.AcsResponse; import com.aliyuncs.cc5g.transform.v20220314.GetCardResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetCardResponse extends AcsResponse { private String requestId; private String iccid; private String netType; private String aPN; private String iSP; private String ipAddress; private String imsi; private String imei; private String lock; private String spec; private String simStatus; private String status; private String description; private String name; private String wirelessCloudConnectorId; private String cloudConnectorId; private Integer usageDataMonth; private String orderId; private String activatedTime; private String msisdn; private Long usageDataTotal; private Long limitThreshold; private Long stopThreshold; private Long alarmThreshold; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getIccid() { return this.iccid; } public void setIccid(String iccid) { this.iccid = iccid; } public String getNetType() { return this.netType; } public void setNetType(String netType) { this.netType = netType; } public String getAPN() { return this.aPN; } public void setAPN(String aPN) { this.aPN = aPN; } public String getISP() { return this.iSP; } public void setISP(String iSP) { this.iSP = iSP; } public String getIpAddress() { return this.ipAddress; } public void setIpAddress(String ipAddress) { this.ipAddress = ipAddress; } public String getImsi() { return this.imsi; } public void setImsi(String imsi) { this.imsi = imsi; } public String getImei() { return this.imei; } public void setImei(String imei) { this.imei = imei; } public String getLock() { return this.lock; } public void setLock(String lock) { this.lock = lock; } public String getSpec() { return this.spec; } public void setSpec(String spec) { this.spec = spec; } public String getSimStatus() { return this.simStatus; } public void setSimStatus(String simStatus) { this.simStatus = simStatus; } public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } public String getDescription() { return this.description; } public void setDescription(String description) { this.description = description; } public String getName() { return this.name; } public void setName(String name) { this.name = name; } public String getWirelessCloudConnectorId() { return this.wirelessCloudConnectorId; } public void setWirelessCloudConnectorId(String wirelessCloudConnectorId) { this.wirelessCloudConnectorId = wirelessCloudConnectorId; } public String getCloudConnectorId() { return this.cloudConnectorId; } public void setCloudConnectorId(String cloudConnectorId) { this.cloudConnectorId = cloudConnectorId; } public Integer getUsageDataMonth() { return this.usageDataMonth; } public void setUsageDataMonth(Integer usageDataMonth) { this.usageDataMonth = usageDataMonth; } public String getOrderId() { return this.orderId; } public void setOrderId(String orderId) { this.orderId = orderId; } public String getActivatedTime() { return this.activatedTime; } public void setActivatedTime(String activatedTime) { this.activatedTime = activatedTime; } public String getMsisdn() { return this.msisdn; } public void setMsisdn(String msisdn) { this.msisdn = msisdn; } public Long getUsageDataTotal() { return this.usageDataTotal; } public void setUsageDataTotal(Long usageDataTotal) { this.usageDataTotal = usageDataTotal; } public Long getLimitThreshold() { return this.limitThreshold; } public void setLimitThreshold(Long limitThreshold) { this.limitThreshold = limitThreshold; } public Long getStopThreshold() { return this.stopThreshold; } public void setStopThreshold(Long stopThreshold) { this.stopThreshold = stopThreshold; } public Long getAlarmThreshold() { return this.alarmThreshold; } public void setAlarmThreshold(Long alarmThreshold) { this.alarmThreshold = alarmThreshold; } @Override public GetCardResponse getInstance(UnmarshallerContext context) { return GetCardResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/GetCreateCustomerInformationRequest.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.cc5g.model.v20220314; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class GetCreateCustomerInformationRequest extends RpcAcsRequest<GetCreateCustomerInformationResponse> { private String wirelessCloudConnectorId; public GetCreateCustomerInformationRequest() { super("CC5G", "2022-03-14", "GetCreateCustomerInformation", "fivegcc"); setMethod(MethodType.GET); } public String getWirelessCloudConnectorId() { return this.wirelessCloudConnectorId; } public void setWirelessCloudConnectorId(String wirelessCloudConnectorId) { this.wirelessCloudConnectorId = wirelessCloudConnectorId; if(wirelessCloudConnectorId != null){ putQueryParameter("WirelessCloudConnectorId", wirelessCloudConnectorId); } } @Override public Class<GetCreateCustomerInformationResponse> getResponseClass() { return GetCreateCustomerInformationResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/GetCreateCustomerInformationResponse.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.cc5g.model.v20220314; import com.aliyuncs.AcsResponse; import com.aliyuncs.cc5g.transform.v20220314.GetCreateCustomerInformationResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetCreateCustomerInformationResponse extends AcsResponse { private String requestId; private String uRL; private String canBuyCard; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getURL() { return this.uRL; } public void setURL(String uRL) { this.uRL = uRL; } public String getCanBuyCard() { return this.canBuyCard; } public void setCanBuyCard(String canBuyCard) { this.canBuyCard = canBuyCard; } @Override public GetCreateCustomerInformationResponse getInstance(UnmarshallerContext context) { return GetCreateCustomerInformationResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/GetDiagnoseResultForSingleCardRequest.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.cc5g.model.v20220314; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class GetDiagnoseResultForSingleCardRequest extends RpcAcsRequest<GetDiagnoseResultForSingleCardResponse> { private String regionNo; private String diagnoseTaskId; public GetDiagnoseResultForSingleCardRequest() { super("CC5G", "2022-03-14", "GetDiagnoseResultForSingleCard", "fivegcc"); setMethod(MethodType.POST); } public String getRegionNo() { return this.regionNo; } public void setRegionNo(String regionNo) { this.regionNo = regionNo; if(regionNo != null){ putQueryParameter("RegionNo", regionNo); } } public String getDiagnoseTaskId() { return this.diagnoseTaskId; } public void setDiagnoseTaskId(String diagnoseTaskId) { this.diagnoseTaskId = diagnoseTaskId; if(diagnoseTaskId != null){ putQueryParameter("DiagnoseTaskId", diagnoseTaskId); } } @Override public Class<GetDiagnoseResultForSingleCardResponse> getResponseClass() { return GetDiagnoseResultForSingleCardResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/GetDiagnoseResultForSingleCardResponse.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.cc5g.model.v20220314; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cc5g.transform.v20220314.GetDiagnoseResultForSingleCardResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetDiagnoseResultForSingleCardResponse extends AcsResponse { private String requestId; private String wirelessCloudConnectorId; private String cardIp; private String iccId; private String destination; private String destinationType; private Long beginTime; private Long endTime; private String status; private List<DiagnoseResult> errorResult; private List<DiagnoseItemItem> diagnoseItem; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getWirelessCloudConnectorId() { return this.wirelessCloudConnectorId; } public void setWirelessCloudConnectorId(String wirelessCloudConnectorId) { this.wirelessCloudConnectorId = wirelessCloudConnectorId; } public String getCardIp() { return this.cardIp; } public void setCardIp(String cardIp) { this.cardIp = cardIp; } public String getIccId() { return this.iccId; } public void setIccId(String iccId) { this.iccId = iccId; } public String getDestination() { return this.destination; } public void setDestination(String destination) { this.destination = destination; } public String getDestinationType() { return this.destinationType; } public void setDestinationType(String destinationType) { this.destinationType = destinationType; } public Long getBeginTime() { return this.beginTime; } public void setBeginTime(Long beginTime) { this.beginTime = beginTime; } public Long getEndTime() { return this.endTime; } public void setEndTime(Long endTime) { this.endTime = endTime; } public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } public List<DiagnoseResult> getErrorResult() { return this.errorResult; } public void setErrorResult(List<DiagnoseResult> errorResult) { this.errorResult = errorResult; } public List<DiagnoseItemItem> getDiagnoseItem() { return this.diagnoseItem; } public void setDiagnoseItem(List<DiagnoseItemItem> diagnoseItem) { this.diagnoseItem = diagnoseItem; } public static class DiagnoseResult { private String errorLevel; private String errorPart; private String errorItem; private String errorDesc; private String errorSuggestion; public String getErrorLevel() { return this.errorLevel; } public void setErrorLevel(String errorLevel) { this.errorLevel = errorLevel; } public String getErrorPart() { return this.errorPart; } public void setErrorPart(String errorPart) { this.errorPart = errorPart; } public String getErrorItem() { return this.errorItem; } public void setErrorItem(String errorItem) { this.errorItem = errorItem; } public String getErrorDesc() { return this.errorDesc; } public void setErrorDesc(String errorDesc) { this.errorDesc = errorDesc; } public String getErrorSuggestion() { return this.errorSuggestion; } public void setErrorSuggestion(String errorSuggestion) { this.errorSuggestion = errorSuggestion; } } public static class DiagnoseItemItem { private String part; private String status; private List<SubItemsItem> subItems; public String getPart() { return this.part; } public void setPart(String part) { this.part = part; } public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } public List<SubItemsItem> getSubItems() { return this.subItems; } public void setSubItems(List<SubItemsItem> subItems) { this.subItems = subItems; } public static class SubItemsItem { private String subItem; private String subItemStatus; private String subItemInfo; public String getSubItem() { return this.subItem; } public void setSubItem(String subItem) { this.subItem = subItem; } public String getSubItemStatus() { return this.subItemStatus; } public void setSubItemStatus(String subItemStatus) { this.subItemStatus = subItemStatus; } public String getSubItemInfo() { return this.subItemInfo; } public void setSubItemInfo(String subItemInfo) { this.subItemInfo = subItemInfo; } } } @Override public GetDiagnoseResultForSingleCardResponse getInstance(UnmarshallerContext context) { return GetDiagnoseResultForSingleCardResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/GetWirelessCloudConnectorRequest.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.cc5g.model.v20220314; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class GetWirelessCloudConnectorRequest extends RpcAcsRequest<GetWirelessCloudConnectorResponse> { private String wirelessCloudConnectorId; public GetWirelessCloudConnectorRequest() { super("CC5G", "2022-03-14", "GetWirelessCloudConnector", "fivegcc"); setMethod(MethodType.GET); } public String getWirelessCloudConnectorId() { return this.wirelessCloudConnectorId; } public void setWirelessCloudConnectorId(String wirelessCloudConnectorId) { this.wirelessCloudConnectorId = wirelessCloudConnectorId; if(wirelessCloudConnectorId != null){ putQueryParameter("WirelessCloudConnectorId", wirelessCloudConnectorId); } } @Override public Class<GetWirelessCloudConnectorResponse> getResponseClass() { return GetWirelessCloudConnectorResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/GetWirelessCloudConnectorResponse.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.cc5g.model.v20220314; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cc5g.transform.v20220314.GetWirelessCloudConnectorResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetWirelessCloudConnectorResponse extends AcsResponse { private String requestId; private String wirelessCloudConnectorId; private String status; private String name; private String description; private String regionId; private String useCase; private String dataPackageId; private String dataPackageType; private String cardCount; private String createTime; private String businessType; private String wirelessCloudConnectorGroupId; private String serviceType; private List<NetLink> netLinks; private List<String> features; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getWirelessCloudConnectorId() { return this.wirelessCloudConnectorId; } public void setWirelessCloudConnectorId(String wirelessCloudConnectorId) { this.wirelessCloudConnectorId = wirelessCloudConnectorId; } public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } 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 getRegionId() { return this.regionId; } public void setRegionId(String regionId) { this.regionId = regionId; } public String getUseCase() { return this.useCase; } public void setUseCase(String useCase) { this.useCase = useCase; } public String getDataPackageId() { return this.dataPackageId; } public void setDataPackageId(String dataPackageId) { this.dataPackageId = dataPackageId; } public String getDataPackageType() { return this.dataPackageType; } public void setDataPackageType(String dataPackageType) { this.dataPackageType = dataPackageType; } public String getCardCount() { return this.cardCount; } public void setCardCount(String cardCount) { this.cardCount = cardCount; } public String getCreateTime() { return this.createTime; } public void setCreateTime(String createTime) { this.createTime = createTime; } public String getBusinessType() { return this.businessType; } public void setBusinessType(String businessType) { this.businessType = businessType; } public String getWirelessCloudConnectorGroupId() { return this.wirelessCloudConnectorGroupId; } public void setWirelessCloudConnectorGroupId(String wirelessCloudConnectorGroupId) { this.wirelessCloudConnectorGroupId = wirelessCloudConnectorGroupId; } public String getServiceType() { return this.serviceType; } public void setServiceType(String serviceType) { this.serviceType = serviceType; } public List<NetLink> getNetLinks() { return this.netLinks; } public void setNetLinks(List<NetLink> netLinks) { this.netLinks = netLinks; } public List<String> getFeatures() { return this.features; } public void setFeatures(List<String> features) { this.features = features; } public static class NetLink { private String regionId; private String netLinkId; private String name; private String description; private String status; private String type; private String aPN; private String iSP; private String vpcId; private String createTime; private String grantAliUid; private List<String> vSwitchs; public String getRegionId() { return this.regionId; } public void setRegionId(String regionId) { this.regionId = regionId; } public String getNetLinkId() { return this.netLinkId; } public void setNetLinkId(String netLinkId) { this.netLinkId = netLinkId; } 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 getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } public String getType() { return this.type; } public void setType(String type) { this.type = type; } public String getAPN() { return this.aPN; } public void setAPN(String aPN) { this.aPN = aPN; } public String getISP() { return this.iSP; } public void setISP(String iSP) { this.iSP = iSP; } public String getVpcId() { return this.vpcId; } public void setVpcId(String vpcId) { this.vpcId = vpcId; } public String getCreateTime() { return this.createTime; } public void setCreateTime(String createTime) { this.createTime = createTime; } public String getGrantAliUid() { return this.grantAliUid; } public void setGrantAliUid(String grantAliUid) { this.grantAliUid = grantAliUid; } public List<String> getVSwitchs() { return this.vSwitchs; } public void setVSwitchs(List<String> vSwitchs) { this.vSwitchs = vSwitchs; } } @Override public GetWirelessCloudConnectorResponse getInstance(UnmarshallerContext context) { return GetWirelessCloudConnectorResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/GrantNetLinkRequest.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.cc5g.model.v20220314; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class GrantNetLinkRequest extends RpcAcsRequest<GrantNetLinkResponse> { private Boolean dryRun; private String netLinkId; private String clientToken; private Long grantAliUid; private String wirelessCloudConnectorId; public GrantNetLinkRequest() { super("CC5G", "2022-03-14", "GrantNetLink", "fivegcc"); setMethod(MethodType.POST); } public Boolean getDryRun() { return this.dryRun; } public void setDryRun(Boolean dryRun) { this.dryRun = dryRun; if(dryRun != null){ putQueryParameter("DryRun", dryRun.toString()); } } public String getNetLinkId() { return this.netLinkId; } public void setNetLinkId(String netLinkId) { this.netLinkId = netLinkId; if(netLinkId != null){ putQueryParameter("NetLinkId", netLinkId); } } public String getClientToken() { return this.clientToken; } public void setClientToken(String clientToken) { this.clientToken = clientToken; if(clientToken != null){ putQueryParameter("ClientToken", clientToken); } } public Long getGrantAliUid() { return this.grantAliUid; } public void setGrantAliUid(Long grantAliUid) { this.grantAliUid = grantAliUid; if(grantAliUid != null){ putQueryParameter("GrantAliUid", grantAliUid.toString()); } } public String getWirelessCloudConnectorId() { return this.wirelessCloudConnectorId; } public void setWirelessCloudConnectorId(String wirelessCloudConnectorId) { this.wirelessCloudConnectorId = wirelessCloudConnectorId; if(wirelessCloudConnectorId != null){ putQueryParameter("WirelessCloudConnectorId", wirelessCloudConnectorId); } } @Override public Class<GrantNetLinkResponse> getResponseClass() { return GrantNetLinkResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/GrantNetLinkResponse.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.cc5g.model.v20220314; import com.aliyuncs.AcsResponse; import com.aliyuncs.cc5g.transform.v20220314.GrantNetLinkResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GrantNetLinkResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public GrantNetLinkResponse getInstance(UnmarshallerContext context) { return GrantNetLinkResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/ListAPNsRequest.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.cc5g.model.v20220314; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class ListAPNsRequest extends RpcAcsRequest<ListAPNsResponse> { private String iSP; private String nextToken; private Long maxResults; private String aPN; public ListAPNsRequest() { super("CC5G", "2022-03-14", "ListAPNs", "fivegcc"); setMethod(MethodType.GET); } public String getISP() { return this.iSP; } public void setISP(String iSP) { this.iSP = iSP; if(iSP != null){ putQueryParameter("ISP", iSP); } } public String getNextToken() { return this.nextToken; } public void setNextToken(String nextToken) { this.nextToken = nextToken; if(nextToken != null){ putQueryParameter("NextToken", nextToken); } } public Long getMaxResults() { return this.maxResults; } public void setMaxResults(Long maxResults) { this.maxResults = maxResults; if(maxResults != null){ putQueryParameter("MaxResults", maxResults.toString()); } } public String getAPN() { return this.aPN; } public void setAPN(String aPN) { this.aPN = aPN; if(aPN != null){ putQueryParameter("APN", aPN); } } @Override public Class<ListAPNsResponse> getResponseClass() { return ListAPNsResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/ListAPNsResponse.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.cc5g.model.v20220314; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cc5g.transform.v20220314.ListAPNsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListAPNsResponse extends AcsResponse { private String requestId; private String nextToken; private String maxResults; private String totalCount; private List<Region> aPNs; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getNextToken() { return this.nextToken; } public void setNextToken(String nextToken) { this.nextToken = nextToken; } public String getMaxResults() { return this.maxResults; } public void setMaxResults(String maxResults) { this.maxResults = maxResults; } public String getTotalCount() { return this.totalCount; } public void setTotalCount(String totalCount) { this.totalCount = totalCount; } public List<Region> getAPNs() { return this.aPNs; } public void setAPNs(List<Region> aPNs) { this.aPNs = aPNs; } public static class Region { private String iSP; private String aPN; private String name; private String description; private List<String> zones; public String getISP() { return this.iSP; } public void setISP(String iSP) { this.iSP = iSP; } public String getAPN() { return this.aPN; } public void setAPN(String aPN) { this.aPN = aPN; } 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 List<String> getZones() { return this.zones; } public void setZones(List<String> zones) { this.zones = zones; } } @Override public ListAPNsResponse getInstance(UnmarshallerContext context) { return ListAPNsResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/ListAuthorizationRulesRequest.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.cc5g.model.v20220314; import com.aliyuncs.RpcAcsRequest; import java.util.List; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class ListAuthorizationRulesRequest extends RpcAcsRequest<ListAuthorizationRulesResponse> { private String destinationType; private String destination; private String type; private String protocol; private List<String> authorizationRuleIds; private String nextToken; private String policy; private Boolean dns; private String destinationPort; private List<String> names; private String wirelessCloudConnectorId; private Long maxResults; private List<String> statuses; public ListAuthorizationRulesRequest() { super("CC5G", "2022-03-14", "ListAuthorizationRules", "fivegcc"); setMethod(MethodType.GET); } public String getDestinationType() { return this.destinationType; } public void setDestinationType(String destinationType) { this.destinationType = destinationType; if(destinationType != null){ putQueryParameter("DestinationType", destinationType); } } public String getDestination() { return this.destination; } public void setDestination(String destination) { this.destination = destination; if(destination != null){ putQueryParameter("Destination", destination); } } public String getType() { return this.type; } public void setType(String type) { this.type = type; if(type != null){ putQueryParameter("Type", type); } } public String getBizProtocol() { return this.protocol; } public void setBizProtocol(String protocol) { this.protocol = protocol; if(protocol != null){ putQueryParameter("Protocol", protocol); } } public List<String> getAuthorizationRuleIds() { return this.authorizationRuleIds; } public void setAuthorizationRuleIds(List<String> authorizationRuleIds) { this.authorizationRuleIds = authorizationRuleIds; if (authorizationRuleIds != null) { for (int depth1 = 0; depth1 < authorizationRuleIds.size(); depth1++) { putQueryParameter("AuthorizationRuleIds." + (depth1 + 1) , authorizationRuleIds.get(depth1)); } } } public String getNextToken() { return this.nextToken; } public void setNextToken(String nextToken) { this.nextToken = nextToken; if(nextToken != null){ putQueryParameter("NextToken", nextToken); } } public String getPolicy() { return this.policy; } public void setPolicy(String policy) { this.policy = policy; if(policy != null){ putQueryParameter("Policy", policy); } } public Boolean getDns() { return this.dns; } public void setDns(Boolean dns) { this.dns = dns; if(dns != null){ putQueryParameter("Dns", dns.toString()); } } public String getDestinationPort() { return this.destinationPort; } public void setDestinationPort(String destinationPort) { this.destinationPort = destinationPort; if(destinationPort != null){ putQueryParameter("DestinationPort", destinationPort); } } public List<String> getNames() { return this.names; } public void setNames(List<String> names) { this.names = names; if (names != null) { for (int depth1 = 0; depth1 < names.size(); depth1++) { putQueryParameter("Names." + (depth1 + 1) , names.get(depth1)); } } } public String getWirelessCloudConnectorId() { return this.wirelessCloudConnectorId; } public void setWirelessCloudConnectorId(String wirelessCloudConnectorId) { this.wirelessCloudConnectorId = wirelessCloudConnectorId; if(wirelessCloudConnectorId != null){ putQueryParameter("WirelessCloudConnectorId", wirelessCloudConnectorId); } } public Long getMaxResults() { return this.maxResults; } public void setMaxResults(Long maxResults) { this.maxResults = maxResults; if(maxResults != null){ putQueryParameter("MaxResults", maxResults.toString()); } } public List<String> getStatuses() { return this.statuses; } public void setStatuses(List<String> statuses) { this.statuses = statuses; if (statuses != null) { for (int depth1 = 0; depth1 < statuses.size(); depth1++) { putQueryParameter("Statuses." + (depth1 + 1) , statuses.get(depth1)); } } } @Override public Class<ListAuthorizationRulesResponse> getResponseClass() { return ListAuthorizationRulesResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/ListAuthorizationRulesResponse.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.cc5g.model.v20220314; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cc5g.transform.v20220314.ListAuthorizationRulesResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListAuthorizationRulesResponse extends AcsResponse { private String requestId; private String nextToken; private String maxResults; private String totalCount; private List<AuthorizationRule> authorizationRules; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getNextToken() { return this.nextToken; } public void setNextToken(String nextToken) { this.nextToken = nextToken; } public String getMaxResults() { return this.maxResults; } public void setMaxResults(String maxResults) { this.maxResults = maxResults; } public String getTotalCount() { return this.totalCount; } public void setTotalCount(String totalCount) { this.totalCount = totalCount; } public List<AuthorizationRule> getAuthorizationRules() { return this.authorizationRules; } public void setAuthorizationRules(List<AuthorizationRule> authorizationRules) { this.authorizationRules = authorizationRules; } public static class AuthorizationRule { private String authorizationRuleId; private String status; private String name; private String description; private String type; private String sourceCidr; private String destinationType; private String protocol; private String destinationPort; private String destination; private String policy; private Boolean dns; private String createTime; public String getAuthorizationRuleId() { return this.authorizationRuleId; } public void setAuthorizationRuleId(String authorizationRuleId) { this.authorizationRuleId = authorizationRuleId; } public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } 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 getType() { return this.type; } public void setType(String type) { this.type = type; } public String getSourceCidr() { return this.sourceCidr; } public void setSourceCidr(String sourceCidr) { this.sourceCidr = sourceCidr; } public String getDestinationType() { return this.destinationType; } public void setDestinationType(String destinationType) { this.destinationType = destinationType; } public String getBizProtocol() { return this.protocol; } public void setBizProtocol(String protocol) { this.protocol = protocol; } public String getDestinationPort() { return this.destinationPort; } public void setDestinationPort(String destinationPort) { this.destinationPort = destinationPort; } public String getDestination() { return this.destination; } public void setDestination(String destination) { this.destination = destination; } public String getPolicy() { return this.policy; } public void setPolicy(String policy) { this.policy = policy; } public Boolean getDns() { return this.dns; } public void setDns(Boolean dns) { this.dns = dns; } public String getCreateTime() { return this.createTime; } public void setCreateTime(String createTime) { this.createTime = createTime; } } @Override public ListAuthorizationRulesResponse getInstance(UnmarshallerContext context) { return ListAuthorizationRulesResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/ListBatchOperateCardsTasksRequest.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.cc5g.model.v20220314; import com.aliyuncs.RpcAcsRequest; import java.util.List; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class ListBatchOperateCardsTasksRequest extends RpcAcsRequest<ListBatchOperateCardsTasksResponse> { private String nextToken; private List<String> batchOperateCardsTaskIds; private List<String> names; private Long maxResults; private List<String> statuses; public ListBatchOperateCardsTasksRequest() { super("CC5G", "2022-03-14", "ListBatchOperateCardsTasks", "fivegcc"); setMethod(MethodType.GET); } public String getNextToken() { return this.nextToken; } public void setNextToken(String nextToken) { this.nextToken = nextToken; if(nextToken != null){ putQueryParameter("NextToken", nextToken); } } public List<String> getBatchOperateCardsTaskIds() { return this.batchOperateCardsTaskIds; } public void setBatchOperateCardsTaskIds(List<String> batchOperateCardsTaskIds) { this.batchOperateCardsTaskIds = batchOperateCardsTaskIds; if (batchOperateCardsTaskIds != null) { for (int depth1 = 0; depth1 < batchOperateCardsTaskIds.size(); depth1++) { putQueryParameter("BatchOperateCardsTaskIds." + (depth1 + 1) , batchOperateCardsTaskIds.get(depth1)); } } } public List<String> getNames() { return this.names; } public void setNames(List<String> names) { this.names = names; if (names != null) { for (int depth1 = 0; depth1 < names.size(); depth1++) { putQueryParameter("Names." + (depth1 + 1) , names.get(depth1)); } } } public Long getMaxResults() { return this.maxResults; } public void setMaxResults(Long maxResults) { this.maxResults = maxResults; if(maxResults != null){ putQueryParameter("MaxResults", maxResults.toString()); } } public List<String> getStatuses() { return this.statuses; } public void setStatuses(List<String> statuses) { this.statuses = statuses; if (statuses != null) { for (int depth1 = 0; depth1 < statuses.size(); depth1++) { putQueryParameter("Statuses." + (depth1 + 1) , statuses.get(depth1)); } } } @Override public Class<ListBatchOperateCardsTasksResponse> getResponseClass() { return ListBatchOperateCardsTasksResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/ListBatchOperateCardsTasksResponse.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.cc5g.model.v20220314; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cc5g.transform.v20220314.ListBatchOperateCardsTasksResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListBatchOperateCardsTasksResponse extends AcsResponse { private String requestId; private String nextToken; private String maxResults; private String totalCount; private List<BatchOperateCardsTask> batchOperateCardsTasks; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getNextToken() { return this.nextToken; } public void setNextToken(String nextToken) { this.nextToken = nextToken; } public String getMaxResults() { return this.maxResults; } public void setMaxResults(String maxResults) { this.maxResults = maxResults; } public String getTotalCount() { return this.totalCount; } public void setTotalCount(String totalCount) { this.totalCount = totalCount; } public List<BatchOperateCardsTask> getBatchOperateCardsTasks() { return this.batchOperateCardsTasks; } public void setBatchOperateCardsTasks(List<BatchOperateCardsTask> batchOperateCardsTasks) { this.batchOperateCardsTasks = batchOperateCardsTasks; } public static class BatchOperateCardsTask { private String batchOperateCardsTaskId; private String status; private String operateType; private String threshold; private String effectType; private String iccidsOssFilePath; private String operateResultOssFilePath; private String description; private String name; private String createTime; private List<WirelessCloudConnector> wirelessCloudConnectors; public String getBatchOperateCardsTaskId() { return this.batchOperateCardsTaskId; } public void setBatchOperateCardsTaskId(String batchOperateCardsTaskId) { this.batchOperateCardsTaskId = batchOperateCardsTaskId; } public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } public String getOperateType() { return this.operateType; } public void setOperateType(String operateType) { this.operateType = operateType; } public String getThreshold() { return this.threshold; } public void setThreshold(String threshold) { this.threshold = threshold; } public String getEffectType() { return this.effectType; } public void setEffectType(String effectType) { this.effectType = effectType; } public String getIccidsOssFilePath() { return this.iccidsOssFilePath; } public void setIccidsOssFilePath(String iccidsOssFilePath) { this.iccidsOssFilePath = iccidsOssFilePath; } public String getOperateResultOssFilePath() { return this.operateResultOssFilePath; } public void setOperateResultOssFilePath(String operateResultOssFilePath) { this.operateResultOssFilePath = operateResultOssFilePath; } public String getDescription() { return this.description; } public void setDescription(String description) { this.description = description; } public String getName() { return this.name; } public void setName(String name) { this.name = name; } public String getCreateTime() { return this.createTime; } public void setCreateTime(String createTime) { this.createTime = createTime; } public List<WirelessCloudConnector> getWirelessCloudConnectors() { return this.wirelessCloudConnectors; } public void setWirelessCloudConnectors(List<WirelessCloudConnector> wirelessCloudConnectors) { this.wirelessCloudConnectors = wirelessCloudConnectors; } public static class WirelessCloudConnector { private String wirelessCloudConnectorId; private String status; public String getWirelessCloudConnectorId() { return this.wirelessCloudConnectorId; } public void setWirelessCloudConnectorId(String wirelessCloudConnectorId) { this.wirelessCloudConnectorId = wirelessCloudConnectorId; } public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } } } @Override public ListBatchOperateCardsTasksResponse getInstance(UnmarshallerContext context) { return ListBatchOperateCardsTasksResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/ListCardDayUsagesRequest.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.cc5g.model.v20220314; import com.aliyuncs.RpcAcsRequest; import java.util.List; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class ListCardDayUsagesRequest extends RpcAcsRequest<ListCardDayUsagesResponse> { private Integer latestMonthNum; private List<String> iccids; private String wirelessCloudConnectorId; public ListCardDayUsagesRequest() { super("CC5G", "2022-03-14", "ListCardDayUsages", "fivegcc"); setMethod(MethodType.GET); } public Integer getLatestMonthNum() { return this.latestMonthNum; } public void setLatestMonthNum(Integer latestMonthNum) { this.latestMonthNum = latestMonthNum; if(latestMonthNum != null){ putQueryParameter("LatestMonthNum", latestMonthNum.toString()); } } public List<String> getIccids() { return this.iccids; } public void setIccids(List<String> iccids) { this.iccids = iccids; if (iccids != null) { for (int depth1 = 0; depth1 < iccids.size(); depth1++) { putQueryParameter("Iccids." + (depth1 + 1) , iccids.get(depth1)); } } } public String getWirelessCloudConnectorId() { return this.wirelessCloudConnectorId; } public void setWirelessCloudConnectorId(String wirelessCloudConnectorId) { this.wirelessCloudConnectorId = wirelessCloudConnectorId; if(wirelessCloudConnectorId != null){ putQueryParameter("WirelessCloudConnectorId", wirelessCloudConnectorId); } } @Override public Class<ListCardDayUsagesResponse> getResponseClass() { return ListCardDayUsagesResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/ListCardDayUsagesResponse.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.cc5g.model.v20220314; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cc5g.transform.v20220314.ListCardDayUsagesResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListCardDayUsagesResponse extends AcsResponse { private String requestId; private List<Card> cards; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public List<Card> getCards() { return this.cards; } public void setCards(List<Card> cards) { this.cards = cards; } public static class Card { private String iccid; private List<UsageDataMonth> usageDataMonths; public String getIccid() { return this.iccid; } public void setIccid(String iccid) { this.iccid = iccid; } public List<UsageDataMonth> getUsageDataMonths() { return this.usageDataMonths; } public void setUsageDataMonths(List<UsageDataMonth> usageDataMonths) { this.usageDataMonths = usageDataMonths; } public static class UsageDataMonth { private String usageDataMonth; private String month; private List<CardDayUsage> cardDayUsages; public String getUsageDataMonth() { return this.usageDataMonth; } public void setUsageDataMonth(String usageDataMonth) { this.usageDataMonth = usageDataMonth; } public String getMonth() { return this.month; } public void setMonth(String month) { this.month = month; } public List<CardDayUsage> getCardDayUsages() { return this.cardDayUsages; } public void setCardDayUsages(List<CardDayUsage> cardDayUsages) { this.cardDayUsages = cardDayUsages; } public static class CardDayUsage { private String day; private String usageData; public String getDay() { return this.day; } public void setDay(String day) { this.day = day; } public String getUsageData() { return this.usageData; } public void setUsageData(String usageData) { this.usageData = usageData; } } } } @Override public ListCardDayUsagesResponse getInstance(UnmarshallerContext context) { return ListCardDayUsagesResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/ListCardUsagesRequest.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.cc5g.model.v20220314; import com.aliyuncs.RpcAcsRequest; import java.util.List; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class ListCardUsagesRequest extends RpcAcsRequest<ListCardUsagesResponse> { private List<String> iccids; private String wirelessCloudConnectorId; public ListCardUsagesRequest() { super("CC5G", "2022-03-14", "ListCardUsages", "fivegcc"); setMethod(MethodType.GET); } public List<String> getIccids() { return this.iccids; } public void setIccids(List<String> iccids) { this.iccids = iccids; if (iccids != null) { for (int depth1 = 0; depth1 < iccids.size(); depth1++) { putQueryParameter("Iccids." + (depth1 + 1) , iccids.get(depth1)); } } } public String getWirelessCloudConnectorId() { return this.wirelessCloudConnectorId; } public void setWirelessCloudConnectorId(String wirelessCloudConnectorId) { this.wirelessCloudConnectorId = wirelessCloudConnectorId; if(wirelessCloudConnectorId != null){ putQueryParameter("WirelessCloudConnectorId", wirelessCloudConnectorId); } } @Override public Class<ListCardUsagesResponse> getResponseClass() { return ListCardUsagesResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/ListCardUsagesResponse.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.cc5g.model.v20220314; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cc5g.transform.v20220314.ListCardUsagesResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListCardUsagesResponse extends AcsResponse { private String requestId; private String totalCount; private List<Card> cards; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getTotalCount() { return this.totalCount; } public void setTotalCount(String totalCount) { this.totalCount = totalCount; } public List<Card> getCards() { return this.cards; } public void setCards(List<Card> cards) { this.cards = cards; } public static class Card { private String iccid; private Long usageDataMonth; public String getIccid() { return this.iccid; } public void setIccid(String iccid) { this.iccid = iccid; } public Long getUsageDataMonth() { return this.usageDataMonth; } public void setUsageDataMonth(Long usageDataMonth) { this.usageDataMonth = usageDataMonth; } } @Override public ListCardUsagesResponse getInstance(UnmarshallerContext context) { return ListCardUsagesResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/ListCardsRequest.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.cc5g.model.v20220314; import com.aliyuncs.RpcAcsRequest; import java.util.List; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class ListCardsRequest extends RpcAcsRequest<ListCardsResponse> { private String ipAddress; private List<String> iccids; private String iccid; private String nextToken; private Boolean lock; private String msisdn; private String apn; private String netLinkId; private String wirelessCloudConnectorId; private Boolean online; private Long maxResults; private List<String> statuses; public ListCardsRequest() { super("CC5G", "2022-03-14", "ListCards", "fivegcc"); setMethod(MethodType.GET); } public String getIpAddress() { return this.ipAddress; } public void setIpAddress(String ipAddress) { this.ipAddress = ipAddress; if(ipAddress != null){ putQueryParameter("IpAddress", ipAddress); } } public List<String> getIccids() { return this.iccids; } public void setIccids(List<String> iccids) { this.iccids = iccids; if (iccids != null) { for (int depth1 = 0; depth1 < iccids.size(); depth1++) { putQueryParameter("Iccids." + (depth1 + 1) , iccids.get(depth1)); } } } public String getIccid() { return this.iccid; } public void setIccid(String iccid) { this.iccid = iccid; if(iccid != null){ putQueryParameter("Iccid", iccid); } } public String getNextToken() { return this.nextToken; } public void setNextToken(String nextToken) { this.nextToken = nextToken; if(nextToken != null){ putQueryParameter("NextToken", nextToken); } } public Boolean getLock() { return this.lock; } public void setLock(Boolean lock) { this.lock = lock; if(lock != null){ putQueryParameter("Lock", lock.toString()); } } public String getMsisdn() { return this.msisdn; } public void setMsisdn(String msisdn) { this.msisdn = msisdn; if(msisdn != null){ putQueryParameter("Msisdn", msisdn); } } public String getApn() { return this.apn; } public void setApn(String apn) { this.apn = apn; if(apn != null){ putQueryParameter("Apn", apn); } } public String getNetLinkId() { return this.netLinkId; } public void setNetLinkId(String netLinkId) { this.netLinkId = netLinkId; if(netLinkId != null){ putQueryParameter("NetLinkId", netLinkId); } } public String getWirelessCloudConnectorId() { return this.wirelessCloudConnectorId; } public void setWirelessCloudConnectorId(String wirelessCloudConnectorId) { this.wirelessCloudConnectorId = wirelessCloudConnectorId; if(wirelessCloudConnectorId != null){ putQueryParameter("WirelessCloudConnectorId", wirelessCloudConnectorId); } } public Boolean getOnline() { return this.online; } public void setOnline(Boolean online) { this.online = online; if(online != null){ putQueryParameter("Online", online.toString()); } } public Long getMaxResults() { return this.maxResults; } public void setMaxResults(Long maxResults) { this.maxResults = maxResults; if(maxResults != null){ putQueryParameter("MaxResults", maxResults.toString()); } } public List<String> getStatuses() { return this.statuses; } public void setStatuses(List<String> statuses) { this.statuses = statuses; if (statuses != null) { for (int depth1 = 0; depth1 < statuses.size(); depth1++) { putQueryParameter("Statuses." + (depth1 + 1) , statuses.get(depth1)); } } } @Override public Class<ListCardsResponse> getResponseClass() { return ListCardsResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/ListCardsResponse.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.cc5g.model.v20220314; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cc5g.transform.v20220314.ListCardsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListCardsResponse extends AcsResponse { private String requestId; private String nextToken; private String maxResults; private String totalCount; private List<Card> cards; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getNextToken() { return this.nextToken; } public void setNextToken(String nextToken) { this.nextToken = nextToken; } public String getMaxResults() { return this.maxResults; } public void setMaxResults(String maxResults) { this.maxResults = maxResults; } public String getTotalCount() { return this.totalCount; } public void setTotalCount(String totalCount) { this.totalCount = totalCount; } public List<Card> getCards() { return this.cards; } public void setCards(List<Card> cards) { this.cards = cards; } public static class Card { private String iccid; private String netType; private String aPN; private String iSP; private String ipAddress; private String imsi; private String imei; private Boolean lock; private String spec; private String status; private String description; private String name; private Long usageDataMonth; private String orderId; private String activatedTime; private String businessStatus; private String msisdn; private String usageDataTotal; public String getIccid() { return this.iccid; } public void setIccid(String iccid) { this.iccid = iccid; } public String getNetType() { return this.netType; } public void setNetType(String netType) { this.netType = netType; } public String getAPN() { return this.aPN; } public void setAPN(String aPN) { this.aPN = aPN; } public String getISP() { return this.iSP; } public void setISP(String iSP) { this.iSP = iSP; } public String getIpAddress() { return this.ipAddress; } public void setIpAddress(String ipAddress) { this.ipAddress = ipAddress; } public String getImsi() { return this.imsi; } public void setImsi(String imsi) { this.imsi = imsi; } public String getImei() { return this.imei; } public void setImei(String imei) { this.imei = imei; } public Boolean getLock() { return this.lock; } public void setLock(Boolean lock) { this.lock = lock; } public String getSpec() { return this.spec; } public void setSpec(String spec) { this.spec = spec; } public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } public String getDescription() { return this.description; } public void setDescription(String description) { this.description = description; } public String getName() { return this.name; } public void setName(String name) { this.name = name; } public Long getUsageDataMonth() { return this.usageDataMonth; } public void setUsageDataMonth(Long usageDataMonth) { this.usageDataMonth = usageDataMonth; } public String getOrderId() { return this.orderId; } public void setOrderId(String orderId) { this.orderId = orderId; } public String getActivatedTime() { return this.activatedTime; } public void setActivatedTime(String activatedTime) { this.activatedTime = activatedTime; } public String getBusinessStatus() { return this.businessStatus; } public void setBusinessStatus(String businessStatus) { this.businessStatus = businessStatus; } public String getMsisdn() { return this.msisdn; } public void setMsisdn(String msisdn) { this.msisdn = msisdn; } public String getUsageDataTotal() { return this.usageDataTotal; } public void setUsageDataTotal(String usageDataTotal) { this.usageDataTotal = usageDataTotal; } } @Override public ListCardsResponse getInstance(UnmarshallerContext context) { return ListCardsResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/ListDataPackagesRequest.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.cc5g.model.v20220314; import com.aliyuncs.RpcAcsRequest; import java.util.List; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class ListDataPackagesRequest extends RpcAcsRequest<ListDataPackagesResponse> { private String nextToken; private List<String> dataPackageIds; private List<String> names; private String wirelessCloudConnectorId; private Long maxResults; private List<String> statuses; public ListDataPackagesRequest() { super("CC5G", "2022-03-14", "ListDataPackages", "fivegcc"); setMethod(MethodType.GET); } public String getNextToken() { return this.nextToken; } public void setNextToken(String nextToken) { this.nextToken = nextToken; if(nextToken != null){ putQueryParameter("NextToken", nextToken); } } public List<String> getDataPackageIds() { return this.dataPackageIds; } public void setDataPackageIds(List<String> dataPackageIds) { this.dataPackageIds = dataPackageIds; if (dataPackageIds != null) { for (int depth1 = 0; depth1 < dataPackageIds.size(); depth1++) { putQueryParameter("DataPackageIds." + (depth1 + 1) , dataPackageIds.get(depth1)); } } } public List<String> getNames() { return this.names; } public void setNames(List<String> names) { this.names = names; if (names != null) { for (int depth1 = 0; depth1 < names.size(); depth1++) { putQueryParameter("Names." + (depth1 + 1) , names.get(depth1)); } } } public String getWirelessCloudConnectorId() { return this.wirelessCloudConnectorId; } public void setWirelessCloudConnectorId(String wirelessCloudConnectorId) { this.wirelessCloudConnectorId = wirelessCloudConnectorId; if(wirelessCloudConnectorId != null){ putQueryParameter("WirelessCloudConnectorId", wirelessCloudConnectorId); } } public Long getMaxResults() { return this.maxResults; } public void setMaxResults(Long maxResults) { this.maxResults = maxResults; if(maxResults != null){ putQueryParameter("MaxResults", maxResults.toString()); } } public List<String> getStatuses() { return this.statuses; } public void setStatuses(List<String> statuses) { this.statuses = statuses; if (statuses != null) { for (int depth1 = 0; depth1 < statuses.size(); depth1++) { putQueryParameter("Statuses." + (depth1 + 1) , statuses.get(depth1)); } } } @Override public Class<ListDataPackagesResponse> getResponseClass() { return ListDataPackagesResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/ListDataPackagesResponse.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.cc5g.model.v20220314; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cc5g.transform.v20220314.ListDataPackagesResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListDataPackagesResponse extends AcsResponse { private String requestId; private String nextToken; private String maxResults; private String totalCount; private List<DataPackage> dataPackages; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getNextToken() { return this.nextToken; } public void setNextToken(String nextToken) { this.nextToken = nextToken; } public String getMaxResults() { return this.maxResults; } public void setMaxResults(String maxResults) { this.maxResults = maxResults; } public String getTotalCount() { return this.totalCount; } public void setTotalCount(String totalCount) { this.totalCount = totalCount; } public List<DataPackage> getDataPackages() { return this.dataPackages; } public void setDataPackages(List<DataPackage> dataPackages) { this.dataPackages = dataPackages; } public static class DataPackage { private String dataPackageId; private String status; private String name; private String iSP; private String size; private String cardCount; private String createTime; private String expiredTime; public String getDataPackageId() { return this.dataPackageId; } public void setDataPackageId(String dataPackageId) { this.dataPackageId = dataPackageId; } public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } public String getName() { return this.name; } public void setName(String name) { this.name = name; } public String getISP() { return this.iSP; } public void setISP(String iSP) { this.iSP = iSP; } public String getSize() { return this.size; } public void setSize(String size) { this.size = size; } public String getCardCount() { return this.cardCount; } public void setCardCount(String cardCount) { this.cardCount = cardCount; } public String getCreateTime() { return this.createTime; } public void setCreateTime(String createTime) { this.createTime = createTime; } public String getExpiredTime() { return this.expiredTime; } public void setExpiredTime(String expiredTime) { this.expiredTime = expiredTime; } } @Override public ListDataPackagesResponse getInstance(UnmarshallerContext context) { return ListDataPackagesResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/ListDiagnoseInfoForSingleCardRequest.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.cc5g.model.v20220314; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class ListDiagnoseInfoForSingleCardRequest extends RpcAcsRequest<ListDiagnoseInfoForSingleCardResponse> { private String source; private String nextToken; private String sourceType; private String regionNo; private String wirelessCloudConnectorId; private Integer maxResults; private String status; public ListDiagnoseInfoForSingleCardRequest() { super("CC5G", "2022-03-14", "ListDiagnoseInfoForSingleCard", "fivegcc"); setMethod(MethodType.POST); } public String getSource() { return this.source; } public void setSource(String source) { this.source = source; if(source != null){ putQueryParameter("Source", source); } } public String getNextToken() { return this.nextToken; } public void setNextToken(String nextToken) { this.nextToken = nextToken; if(nextToken != null){ putQueryParameter("NextToken", nextToken); } } public String getSourceType() { return this.sourceType; } public void setSourceType(String sourceType) { this.sourceType = sourceType; if(sourceType != null){ putQueryParameter("SourceType", sourceType); } } public String getRegionNo() { return this.regionNo; } public void setRegionNo(String regionNo) { this.regionNo = regionNo; if(regionNo != null){ putQueryParameter("RegionNo", regionNo); } } public String getWirelessCloudConnectorId() { return this.wirelessCloudConnectorId; } public void setWirelessCloudConnectorId(String wirelessCloudConnectorId) { this.wirelessCloudConnectorId = wirelessCloudConnectorId; if(wirelessCloudConnectorId != null){ putQueryParameter("WirelessCloudConnectorId", wirelessCloudConnectorId); } } public Integer getMaxResults() { return this.maxResults; } public void setMaxResults(Integer maxResults) { this.maxResults = maxResults; if(maxResults != null){ putQueryParameter("MaxResults", maxResults.toString()); } } public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; if(status != null){ putQueryParameter("Status", status); } } @Override public Class<ListDiagnoseInfoForSingleCardResponse> getResponseClass() { return ListDiagnoseInfoForSingleCardResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/ListDiagnoseInfoForSingleCardResponse.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.cc5g.model.v20220314; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cc5g.transform.v20220314.ListDiagnoseInfoForSingleCardResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListDiagnoseInfoForSingleCardResponse extends AcsResponse { private String requestId; private String nextToken; private Long maxResults; private Long totalCount; private List<DiagnoseInfoItem> diagnoseInfo; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getNextToken() { return this.nextToken; } public void setNextToken(String nextToken) { this.nextToken = nextToken; } public Long getMaxResults() { return this.maxResults; } public void setMaxResults(Long maxResults) { this.maxResults = maxResults; } public Long getTotalCount() { return this.totalCount; } public void setTotalCount(Long totalCount) { this.totalCount = totalCount; } public List<DiagnoseInfoItem> getDiagnoseInfo() { return this.diagnoseInfo; } public void setDiagnoseInfo(List<DiagnoseInfoItem> diagnoseInfo) { this.diagnoseInfo = diagnoseInfo; } public static class DiagnoseInfoItem { private String wirelessCloudConnectorId; private String cardIp; private String iccId; private String sourceType; private String source; private String destinationType; private String destination; private Long beginTime; private Long endTime; private String status; private Long diagnoseTime; private String diagnoseTaskId; public String getWirelessCloudConnectorId() { return this.wirelessCloudConnectorId; } public void setWirelessCloudConnectorId(String wirelessCloudConnectorId) { this.wirelessCloudConnectorId = wirelessCloudConnectorId; } public String getCardIp() { return this.cardIp; } public void setCardIp(String cardIp) { this.cardIp = cardIp; } public String getIccId() { return this.iccId; } public void setIccId(String iccId) { this.iccId = iccId; } public String getSourceType() { return this.sourceType; } public void setSourceType(String sourceType) { this.sourceType = sourceType; } public String getSource() { return this.source; } public void setSource(String source) { this.source = source; } public String getDestinationType() { return this.destinationType; } public void setDestinationType(String destinationType) { this.destinationType = destinationType; } public String getDestination() { return this.destination; } public void setDestination(String destination) { this.destination = destination; } public Long getBeginTime() { return this.beginTime; } public void setBeginTime(Long beginTime) { this.beginTime = beginTime; } public Long getEndTime() { return this.endTime; } public void setEndTime(Long endTime) { this.endTime = endTime; } public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } public Long getDiagnoseTime() { return this.diagnoseTime; } public void setDiagnoseTime(Long diagnoseTime) { this.diagnoseTime = diagnoseTime; } public String getDiagnoseTaskId() { return this.diagnoseTaskId; } public void setDiagnoseTaskId(String diagnoseTaskId) { this.diagnoseTaskId = diagnoseTaskId; } } @Override public ListDiagnoseInfoForSingleCardResponse getInstance(UnmarshallerContext context) { return ListDiagnoseInfoForSingleCardResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/ListGroupAuthorizationRulesRequest.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.cc5g.model.v20220314; import com.aliyuncs.RpcAcsRequest; import java.util.List; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class ListGroupAuthorizationRulesRequest extends RpcAcsRequest<ListGroupAuthorizationRulesResponse> { private String wirelessCloudConnectorGroupId; private String destinationType; private String destination; private String type; private String protocol; private List<String> authorizationRuleIds; private String nextToken; private String policy; private Boolean dns; private String destinationPort; private List<String> names; private Long maxResults; private List<String> statuses; public ListGroupAuthorizationRulesRequest() { super("CC5G", "2022-03-14", "ListGroupAuthorizationRules", "fivegcc"); setMethod(MethodType.GET); } public String getWirelessCloudConnectorGroupId() { return this.wirelessCloudConnectorGroupId; } public void setWirelessCloudConnectorGroupId(String wirelessCloudConnectorGroupId) { this.wirelessCloudConnectorGroupId = wirelessCloudConnectorGroupId; if(wirelessCloudConnectorGroupId != null){ putQueryParameter("WirelessCloudConnectorGroupId", wirelessCloudConnectorGroupId); } } public String getDestinationType() { return this.destinationType; } public void setDestinationType(String destinationType) { this.destinationType = destinationType; if(destinationType != null){ putQueryParameter("DestinationType", destinationType); } } public String getDestination() { return this.destination; } public void setDestination(String destination) { this.destination = destination; if(destination != null){ putQueryParameter("Destination", destination); } } public String getType() { return this.type; } public void setType(String type) { this.type = type; if(type != null){ putQueryParameter("Type", type); } } public String getBizProtocol() { return this.protocol; } public void setBizProtocol(String protocol) { this.protocol = protocol; if(protocol != null){ putQueryParameter("Protocol", protocol); } } public List<String> getAuthorizationRuleIds() { return this.authorizationRuleIds; } public void setAuthorizationRuleIds(List<String> authorizationRuleIds) { this.authorizationRuleIds = authorizationRuleIds; if (authorizationRuleIds != null) { for (int depth1 = 0; depth1 < authorizationRuleIds.size(); depth1++) { putQueryParameter("AuthorizationRuleIds." + (depth1 + 1) , authorizationRuleIds.get(depth1)); } } } public String getNextToken() { return this.nextToken; } public void setNextToken(String nextToken) { this.nextToken = nextToken; if(nextToken != null){ putQueryParameter("NextToken", nextToken); } } public String getPolicy() { return this.policy; } public void setPolicy(String policy) { this.policy = policy; if(policy != null){ putQueryParameter("Policy", policy); } } public Boolean getDns() { return this.dns; } public void setDns(Boolean dns) { this.dns = dns; if(dns != null){ putQueryParameter("Dns", dns.toString()); } } public String getDestinationPort() { return this.destinationPort; } public void setDestinationPort(String destinationPort) { this.destinationPort = destinationPort; if(destinationPort != null){ putQueryParameter("DestinationPort", destinationPort); } } public List<String> getNames() { return this.names; } public void setNames(List<String> names) { this.names = names; if (names != null) { for (int depth1 = 0; depth1 < names.size(); depth1++) { putQueryParameter("Names." + (depth1 + 1) , names.get(depth1)); } } } public Long getMaxResults() { return this.maxResults; } public void setMaxResults(Long maxResults) { this.maxResults = maxResults; if(maxResults != null){ putQueryParameter("MaxResults", maxResults.toString()); } } public List<String> getStatuses() { return this.statuses; } public void setStatuses(List<String> statuses) { this.statuses = statuses; if (statuses != null) { for (int depth1 = 0; depth1 < statuses.size(); depth1++) { putQueryParameter("Statuses." + (depth1 + 1) , statuses.get(depth1)); } } } @Override public Class<ListGroupAuthorizationRulesResponse> getResponseClass() { return ListGroupAuthorizationRulesResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/ListGroupAuthorizationRulesResponse.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.cc5g.model.v20220314; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cc5g.transform.v20220314.ListGroupAuthorizationRulesResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListGroupAuthorizationRulesResponse extends AcsResponse { private String requestId; private String nextToken; private String maxResults; private String totalCount; private List<GroupAuthorizationRule> groupAuthorizationRules; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getNextToken() { return this.nextToken; } public void setNextToken(String nextToken) { this.nextToken = nextToken; } public String getMaxResults() { return this.maxResults; } public void setMaxResults(String maxResults) { this.maxResults = maxResults; } public String getTotalCount() { return this.totalCount; } public void setTotalCount(String totalCount) { this.totalCount = totalCount; } public List<GroupAuthorizationRule> getGroupAuthorizationRules() { return this.groupAuthorizationRules; } public void setGroupAuthorizationRules(List<GroupAuthorizationRule> groupAuthorizationRules) { this.groupAuthorizationRules = groupAuthorizationRules; } public static class GroupAuthorizationRule { private String authorizationRuleId; private String status; private String name; private String description; private String type; private String sourceCidr; private String destinationType; private String protocol; private String destinationPort; private String destination; private String policy; private Boolean dns; private String createTime; public String getAuthorizationRuleId() { return this.authorizationRuleId; } public void setAuthorizationRuleId(String authorizationRuleId) { this.authorizationRuleId = authorizationRuleId; } public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } 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 getType() { return this.type; } public void setType(String type) { this.type = type; } public String getSourceCidr() { return this.sourceCidr; } public void setSourceCidr(String sourceCidr) { this.sourceCidr = sourceCidr; } public String getDestinationType() { return this.destinationType; } public void setDestinationType(String destinationType) { this.destinationType = destinationType; } public String getBizProtocol() { return this.protocol; } public void setBizProtocol(String protocol) { this.protocol = protocol; } public String getDestinationPort() { return this.destinationPort; } public void setDestinationPort(String destinationPort) { this.destinationPort = destinationPort; } public String getDestination() { return this.destination; } public void setDestination(String destination) { this.destination = destination; } public String getPolicy() { return this.policy; } public void setPolicy(String policy) { this.policy = policy; } public Boolean getDns() { return this.dns; } public void setDns(Boolean dns) { this.dns = dns; } public String getCreateTime() { return this.createTime; } public void setCreateTime(String createTime) { this.createTime = createTime; } } @Override public ListGroupAuthorizationRulesResponse getInstance(UnmarshallerContext context) { return ListGroupAuthorizationRulesResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/ListIoTCloudConnectorBackhaulRouteRequest.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.cc5g.model.v20220314; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class ListIoTCloudConnectorBackhaulRouteRequest extends RpcAcsRequest<ListIoTCloudConnectorBackhaulRouteResponse> { private String netLinkId; private String wirelessCloudConnectorId; public ListIoTCloudConnectorBackhaulRouteRequest() { super("CC5G", "2022-03-14", "ListIoTCloudConnectorBackhaulRoute", "fivegcc"); setMethod(MethodType.GET); } public String getNetLinkId() { return this.netLinkId; } public void setNetLinkId(String netLinkId) { this.netLinkId = netLinkId; if(netLinkId != null){ putQueryParameter("NetLinkId", netLinkId); } } public String getWirelessCloudConnectorId() { return this.wirelessCloudConnectorId; } public void setWirelessCloudConnectorId(String wirelessCloudConnectorId) { this.wirelessCloudConnectorId = wirelessCloudConnectorId; if(wirelessCloudConnectorId != null){ putQueryParameter("WirelessCloudConnectorId", wirelessCloudConnectorId); } } @Override public Class<ListIoTCloudConnectorBackhaulRouteResponse> getResponseClass() { return ListIoTCloudConnectorBackhaulRouteResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/ListIoTCloudConnectorBackhaulRouteResponse.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.cc5g.model.v20220314; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cc5g.transform.v20220314.ListIoTCloudConnectorBackhaulRouteResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListIoTCloudConnectorBackhaulRouteResponse extends AcsResponse { private String requestId; private String netLinkId; private List<RouteEntry> routes; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getNetLinkId() { return this.netLinkId; } public void setNetLinkId(String netLinkId) { this.netLinkId = netLinkId; } public List<RouteEntry> getRoutes() { return this.routes; } public void setRoutes(List<RouteEntry> routes) { this.routes = routes; } public static class RouteEntry { private String destinationCidrBlock; private String nextHopId; private String nextHopType; private String description; private String status; public String getDestinationCidrBlock() { return this.destinationCidrBlock; } public void setDestinationCidrBlock(String destinationCidrBlock) { this.destinationCidrBlock = destinationCidrBlock; } public String getNextHopId() { return this.nextHopId; } public void setNextHopId(String nextHopId) { this.nextHopId = nextHopId; } public String getNextHopType() { return this.nextHopType; } public void setNextHopType(String nextHopType) { this.nextHopType = nextHopType; } public String getDescription() { return this.description; } public void setDescription(String description) { this.description = description; } public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } } @Override public ListIoTCloudConnectorBackhaulRouteResponse getInstance(UnmarshallerContext context) { return ListIoTCloudConnectorBackhaulRouteResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/ListOrdersRequest.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.cc5g.model.v20220314; import com.aliyuncs.RpcAcsRequest; import java.util.List; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class ListOrdersRequest extends RpcAcsRequest<ListOrdersResponse> { private String nextToken; private String orderAction; private String wirelessCloudConnectorId; private List<String> orderIds; private Long maxResults; private List<String> statuses; public ListOrdersRequest() { super("CC5G", "2022-03-14", "ListOrders", "fivegcc"); setMethod(MethodType.GET); } public String getNextToken() { return this.nextToken; } public void setNextToken(String nextToken) { this.nextToken = nextToken; if(nextToken != null){ putQueryParameter("NextToken", nextToken); } } public String getOrderAction() { return this.orderAction; } public void setOrderAction(String orderAction) { this.orderAction = orderAction; if(orderAction != null){ putQueryParameter("OrderAction", orderAction); } } public String getWirelessCloudConnectorId() { return this.wirelessCloudConnectorId; } public void setWirelessCloudConnectorId(String wirelessCloudConnectorId) { this.wirelessCloudConnectorId = wirelessCloudConnectorId; if(wirelessCloudConnectorId != null){ putQueryParameter("WirelessCloudConnectorId", wirelessCloudConnectorId); } } public List<String> getOrderIds() { return this.orderIds; } public void setOrderIds(List<String> orderIds) { this.orderIds = orderIds; if (orderIds != null) { for (int depth1 = 0; depth1 < orderIds.size(); depth1++) { putQueryParameter("OrderIds." + (depth1 + 1) , orderIds.get(depth1)); } } } public Long getMaxResults() { return this.maxResults; } public void setMaxResults(Long maxResults) { this.maxResults = maxResults; if(maxResults != null){ putQueryParameter("MaxResults", maxResults.toString()); } } public List<String> getStatuses() { return this.statuses; } public void setStatuses(List<String> statuses) { this.statuses = statuses; if (statuses != null) { for (int depth1 = 0; depth1 < statuses.size(); depth1++) { putQueryParameter("Statuses." + (depth1 + 1) , statuses.get(depth1)); } } } @Override public Class<ListOrdersResponse> getResponseClass() { return ListOrdersResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/ListOrdersResponse.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.cc5g.model.v20220314; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cc5g.transform.v20220314.ListOrdersResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListOrdersResponse extends AcsResponse { private String requestId; private String nextToken; private String maxResults; private String totalCount; private List<Order> orders; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getNextToken() { return this.nextToken; } public void setNextToken(String nextToken) { this.nextToken = nextToken; } public String getMaxResults() { return this.maxResults; } public void setMaxResults(String maxResults) { this.maxResults = maxResults; } public String getTotalCount() { return this.totalCount; } public void setTotalCount(String totalCount) { this.totalCount = totalCount; } public List<Order> getOrders() { return this.orders; } public void setOrders(List<Order> orders) { this.orders = orders; } public static class Order { private String orderId; private String status; private String action; private String description; private String logisticsId; private String logisticsStatus; private String logisticsType; private String logisticsUpdateTime; private String cardCount; private String contactName; private String contactPhone; private String postAddress; private String createTime; private String payTime; private String regionId; private String cardType; private String cardNetType; public String getOrderId() { return this.orderId; } public void setOrderId(String orderId) { this.orderId = orderId; } public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } public String getAction() { return this.action; } public void setAction(String action) { this.action = action; } public String getDescription() { return this.description; } public void setDescription(String description) { this.description = description; } public String getLogisticsId() { return this.logisticsId; } public void setLogisticsId(String logisticsId) { this.logisticsId = logisticsId; } public String getLogisticsStatus() { return this.logisticsStatus; } public void setLogisticsStatus(String logisticsStatus) { this.logisticsStatus = logisticsStatus; } public String getLogisticsType() { return this.logisticsType; } public void setLogisticsType(String logisticsType) { this.logisticsType = logisticsType; } public String getLogisticsUpdateTime() { return this.logisticsUpdateTime; } public void setLogisticsUpdateTime(String logisticsUpdateTime) { this.logisticsUpdateTime = logisticsUpdateTime; } public String getCardCount() { return this.cardCount; } public void setCardCount(String cardCount) { this.cardCount = cardCount; } public String getContactName() { return this.contactName; } public void setContactName(String contactName) { this.contactName = contactName; } public String getContactPhone() { return this.contactPhone; } public void setContactPhone(String contactPhone) { this.contactPhone = contactPhone; } public String getPostAddress() { return this.postAddress; } public void setPostAddress(String postAddress) { this.postAddress = postAddress; } public String getCreateTime() { return this.createTime; } public void setCreateTime(String createTime) { this.createTime = createTime; } public String getPayTime() { return this.payTime; } public void setPayTime(String payTime) { this.payTime = payTime; } public String getRegionId() { return this.regionId; } public void setRegionId(String regionId) { this.regionId = regionId; } public String getCardType() { return this.cardType; } public void setCardType(String cardType) { this.cardType = cardType; } public String getCardNetType() { return this.cardNetType; } public void setCardNetType(String cardNetType) { this.cardNetType = cardNetType; } } @Override public ListOrdersResponse getInstance(UnmarshallerContext context) { return ListOrdersResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/ListRegionsRequest.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.cc5g.model.v20220314; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class ListRegionsRequest extends RpcAcsRequest<ListRegionsResponse> { private String acceptLanguage; public ListRegionsRequest() { super("CC5G", "2022-03-14", "ListRegions", "fivegcc"); setMethod(MethodType.GET); } public String getAcceptLanguage() { return this.acceptLanguage; } public void setAcceptLanguage(String acceptLanguage) { this.acceptLanguage = acceptLanguage; if(acceptLanguage != null){ putQueryParameter("AcceptLanguage", acceptLanguage); } } @Override public Class<ListRegionsResponse> getResponseClass() { return ListRegionsResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/ListRegionsResponse.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.cc5g.model.v20220314; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cc5g.transform.v20220314.ListRegionsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListRegionsResponse extends AcsResponse { private String requestId; private List<Region> regions; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public List<Region> getRegions() { return this.regions; } public void setRegions(List<Region> regions) { this.regions = regions; } public static class Region { private String regionId; private String localName; public String getRegionId() { return this.regionId; } public void setRegionId(String regionId) { this.regionId = regionId; } public String getLocalName() { return this.localName; } public void setLocalName(String localName) { this.localName = localName; } } @Override public ListRegionsResponse getInstance(UnmarshallerContext context) { return ListRegionsResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/ListWirelessCloudConnectorGroupsRequest.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.cc5g.model.v20220314; import com.aliyuncs.RpcAcsRequest; import java.util.List; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class ListWirelessCloudConnectorGroupsRequest extends RpcAcsRequest<ListWirelessCloudConnectorGroupsResponse> { private List<String> wirelessCloudConnectorGroupStatus; private List<String> wirelessCloudConnectorGroupIds; private String nextToken; private List<String> wirelessCloudConnectorGroupNames; private Long maxResults; public ListWirelessCloudConnectorGroupsRequest() { super("CC5G", "2022-03-14", "ListWirelessCloudConnectorGroups", "fivegcc"); setMethod(MethodType.GET); } public List<String> getWirelessCloudConnectorGroupStatus() { return this.wirelessCloudConnectorGroupStatus; } public void setWirelessCloudConnectorGroupStatus(List<String> wirelessCloudConnectorGroupStatus) { this.wirelessCloudConnectorGroupStatus = wirelessCloudConnectorGroupStatus; if (wirelessCloudConnectorGroupStatus != null) { for (int depth1 = 0; depth1 < wirelessCloudConnectorGroupStatus.size(); depth1++) { putQueryParameter("WirelessCloudConnectorGroupStatus." + (depth1 + 1) , wirelessCloudConnectorGroupStatus.get(depth1)); } } } public List<String> getWirelessCloudConnectorGroupIds() { return this.wirelessCloudConnectorGroupIds; } public void setWirelessCloudConnectorGroupIds(List<String> wirelessCloudConnectorGroupIds) { this.wirelessCloudConnectorGroupIds = wirelessCloudConnectorGroupIds; if (wirelessCloudConnectorGroupIds != null) { for (int depth1 = 0; depth1 < wirelessCloudConnectorGroupIds.size(); depth1++) { putQueryParameter("WirelessCloudConnectorGroupIds." + (depth1 + 1) , wirelessCloudConnectorGroupIds.get(depth1)); } } } public String getNextToken() { return this.nextToken; } public void setNextToken(String nextToken) { this.nextToken = nextToken; if(nextToken != null){ putQueryParameter("NextToken", nextToken); } } public List<String> getWirelessCloudConnectorGroupNames() { return this.wirelessCloudConnectorGroupNames; } public void setWirelessCloudConnectorGroupNames(List<String> wirelessCloudConnectorGroupNames) { this.wirelessCloudConnectorGroupNames = wirelessCloudConnectorGroupNames; if (wirelessCloudConnectorGroupNames != null) { for (int depth1 = 0; depth1 < wirelessCloudConnectorGroupNames.size(); depth1++) { putQueryParameter("WirelessCloudConnectorGroupNames." + (depth1 + 1) , wirelessCloudConnectorGroupNames.get(depth1)); } } } public Long getMaxResults() { return this.maxResults; } public void setMaxResults(Long maxResults) { this.maxResults = maxResults; if(maxResults != null){ putQueryParameter("MaxResults", maxResults.toString()); } } @Override public Class<ListWirelessCloudConnectorGroupsResponse> getResponseClass() { return ListWirelessCloudConnectorGroupsResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/ListWirelessCloudConnectorGroupsResponse.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.cc5g.model.v20220314; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cc5g.transform.v20220314.ListWirelessCloudConnectorGroupsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListWirelessCloudConnectorGroupsResponse extends AcsResponse { private String requestId; private String nextToken; private String maxResults; private String totalCount; private List<WirelessCloudConnectorGroup> wirelessCloudConnectorGroups; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getNextToken() { return this.nextToken; } public void setNextToken(String nextToken) { this.nextToken = nextToken; } public String getMaxResults() { return this.maxResults; } public void setMaxResults(String maxResults) { this.maxResults = maxResults; } public String getTotalCount() { return this.totalCount; } public void setTotalCount(String totalCount) { this.totalCount = totalCount; } public List<WirelessCloudConnectorGroup> getWirelessCloudConnectorGroups() { return this.wirelessCloudConnectorGroups; } public void setWirelessCloudConnectorGroups(List<WirelessCloudConnectorGroup> wirelessCloudConnectorGroups) { this.wirelessCloudConnectorGroups = wirelessCloudConnectorGroups; } public static class WirelessCloudConnectorGroup { private String wirelessCloudConnectorGroupId; private String status; private String name; private String description; private String regionId; private String createTime; private List<WirelessCloudConnector> wirelessCloudConnectors; public String getWirelessCloudConnectorGroupId() { return this.wirelessCloudConnectorGroupId; } public void setWirelessCloudConnectorGroupId(String wirelessCloudConnectorGroupId) { this.wirelessCloudConnectorGroupId = wirelessCloudConnectorGroupId; } public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } 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 getRegionId() { return this.regionId; } public void setRegionId(String regionId) { this.regionId = regionId; } public String getCreateTime() { return this.createTime; } public void setCreateTime(String createTime) { this.createTime = createTime; } public List<WirelessCloudConnector> getWirelessCloudConnectors() { return this.wirelessCloudConnectors; } public void setWirelessCloudConnectors(List<WirelessCloudConnector> wirelessCloudConnectors) { this.wirelessCloudConnectors = wirelessCloudConnectors; } public static class WirelessCloudConnector { private String wirelessCloudConnectorId; private String status; private String name; private String description; private String regionId; private String useCase; private String dataPackageId; private String dataPackageType; private String cardCount; private String createTime; private String businessType; private String serviceType; public String getWirelessCloudConnectorId() { return this.wirelessCloudConnectorId; } public void setWirelessCloudConnectorId(String wirelessCloudConnectorId) { this.wirelessCloudConnectorId = wirelessCloudConnectorId; } public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } 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 getRegionId() { return this.regionId; } public void setRegionId(String regionId) { this.regionId = regionId; } public String getUseCase() { return this.useCase; } public void setUseCase(String useCase) { this.useCase = useCase; } public String getDataPackageId() { return this.dataPackageId; } public void setDataPackageId(String dataPackageId) { this.dataPackageId = dataPackageId; } public String getDataPackageType() { return this.dataPackageType; } public void setDataPackageType(String dataPackageType) { this.dataPackageType = dataPackageType; } public String getCardCount() { return this.cardCount; } public void setCardCount(String cardCount) { this.cardCount = cardCount; } public String getCreateTime() { return this.createTime; } public void setCreateTime(String createTime) { this.createTime = createTime; } public String getBusinessType() { return this.businessType; } public void setBusinessType(String businessType) { this.businessType = businessType; } public String getServiceType() { return this.serviceType; } public void setServiceType(String serviceType) { this.serviceType = serviceType; } } } @Override public ListWirelessCloudConnectorGroupsResponse getInstance(UnmarshallerContext context) { return ListWirelessCloudConnectorGroupsResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/ListWirelessCloudConnectorsRequest.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.cc5g.model.v20220314; import com.aliyuncs.RpcAcsRequest; import java.util.List; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class ListWirelessCloudConnectorsRequest extends RpcAcsRequest<ListWirelessCloudConnectorsResponse> { private String wirelessCloudConnectorGroupId; private String businessType; private String nextToken; private List<String> wirelessCloudConnectorIds; private String isInGroup; private List<String> names; private Long maxResults; private List<String> statuses; public ListWirelessCloudConnectorsRequest() { super("CC5G", "2022-03-14", "ListWirelessCloudConnectors", "fivegcc"); setMethod(MethodType.GET); } public String getWirelessCloudConnectorGroupId() { return this.wirelessCloudConnectorGroupId; } public void setWirelessCloudConnectorGroupId(String wirelessCloudConnectorGroupId) { this.wirelessCloudConnectorGroupId = wirelessCloudConnectorGroupId; if(wirelessCloudConnectorGroupId != null){ putQueryParameter("WirelessCloudConnectorGroupId", wirelessCloudConnectorGroupId); } } public String getBusinessType() { return this.businessType; } public void setBusinessType(String businessType) { this.businessType = businessType; if(businessType != null){ putQueryParameter("BusinessType", businessType); } } public String getNextToken() { return this.nextToken; } public void setNextToken(String nextToken) { this.nextToken = nextToken; if(nextToken != null){ putQueryParameter("NextToken", nextToken); } } public List<String> getWirelessCloudConnectorIds() { return this.wirelessCloudConnectorIds; } public void setWirelessCloudConnectorIds(List<String> wirelessCloudConnectorIds) { this.wirelessCloudConnectorIds = wirelessCloudConnectorIds; if (wirelessCloudConnectorIds != null) { for (int depth1 = 0; depth1 < wirelessCloudConnectorIds.size(); depth1++) { putQueryParameter("WirelessCloudConnectorIds." + (depth1 + 1) , wirelessCloudConnectorIds.get(depth1)); } } } public String getIsInGroup() { return this.isInGroup; } public void setIsInGroup(String isInGroup) { this.isInGroup = isInGroup; if(isInGroup != null){ putQueryParameter("IsInGroup", isInGroup); } } public List<String> getNames() { return this.names; } public void setNames(List<String> names) { this.names = names; if (names != null) { for (int depth1 = 0; depth1 < names.size(); depth1++) { putQueryParameter("Names." + (depth1 + 1) , names.get(depth1)); } } } public Long getMaxResults() { return this.maxResults; } public void setMaxResults(Long maxResults) { this.maxResults = maxResults; if(maxResults != null){ putQueryParameter("MaxResults", maxResults.toString()); } } public List<String> getStatuses() { return this.statuses; } public void setStatuses(List<String> statuses) { this.statuses = statuses; if (statuses != null) { for (int depth1 = 0; depth1 < statuses.size(); depth1++) { putQueryParameter("Statuses." + (depth1 + 1) , statuses.get(depth1)); } } } @Override public Class<ListWirelessCloudConnectorsResponse> getResponseClass() { return ListWirelessCloudConnectorsResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/ListWirelessCloudConnectorsResponse.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.cc5g.model.v20220314; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cc5g.transform.v20220314.ListWirelessCloudConnectorsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListWirelessCloudConnectorsResponse extends AcsResponse { private String requestId; private String nextToken; private String maxResults; private String totalCount; private List<WirelessCloudConnector> wirelessCloudConnectors; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getNextToken() { return this.nextToken; } public void setNextToken(String nextToken) { this.nextToken = nextToken; } public String getMaxResults() { return this.maxResults; } public void setMaxResults(String maxResults) { this.maxResults = maxResults; } public String getTotalCount() { return this.totalCount; } public void setTotalCount(String totalCount) { this.totalCount = totalCount; } public List<WirelessCloudConnector> getWirelessCloudConnectors() { return this.wirelessCloudConnectors; } public void setWirelessCloudConnectors(List<WirelessCloudConnector> wirelessCloudConnectors) { this.wirelessCloudConnectors = wirelessCloudConnectors; } public static class WirelessCloudConnector { private String wirelessCloudConnectorId; private String status; private String name; private String description; private String regionId; private String useCase; private String dataPackageId; private String dataPackageType; private String cardCount; private String createTime; private String businessType; private String serviceType; private String wirelessCloudConnectorGroupId; public String getWirelessCloudConnectorId() { return this.wirelessCloudConnectorId; } public void setWirelessCloudConnectorId(String wirelessCloudConnectorId) { this.wirelessCloudConnectorId = wirelessCloudConnectorId; } public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } 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 getRegionId() { return this.regionId; } public void setRegionId(String regionId) { this.regionId = regionId; } public String getUseCase() { return this.useCase; } public void setUseCase(String useCase) { this.useCase = useCase; } public String getDataPackageId() { return this.dataPackageId; } public void setDataPackageId(String dataPackageId) { this.dataPackageId = dataPackageId; } public String getDataPackageType() { return this.dataPackageType; } public void setDataPackageType(String dataPackageType) { this.dataPackageType = dataPackageType; } public String getCardCount() { return this.cardCount; } public void setCardCount(String cardCount) { this.cardCount = cardCount; } public String getCreateTime() { return this.createTime; } public void setCreateTime(String createTime) { this.createTime = createTime; } public String getBusinessType() { return this.businessType; } public void setBusinessType(String businessType) { this.businessType = businessType; } public String getServiceType() { return this.serviceType; } public void setServiceType(String serviceType) { this.serviceType = serviceType; } public String getWirelessCloudConnectorGroupId() { return this.wirelessCloudConnectorGroupId; } public void setWirelessCloudConnectorGroupId(String wirelessCloudConnectorGroupId) { this.wirelessCloudConnectorGroupId = wirelessCloudConnectorGroupId; } } @Override public ListWirelessCloudConnectorsResponse getInstance(UnmarshallerContext context) { return ListWirelessCloudConnectorsResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/ListZonesRequest.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.cc5g.model.v20220314; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class ListZonesRequest extends RpcAcsRequest<ListZonesResponse> { public ListZonesRequest() { super("CC5G", "2022-03-14", "ListZones", "fivegcc"); setMethod(MethodType.GET); } @Override public Class<ListZonesResponse> getResponseClass() { return ListZonesResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/ListZonesResponse.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.cc5g.model.v20220314; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cc5g.transform.v20220314.ListZonesResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListZonesResponse extends AcsResponse { private String requestId; private List<Zone> zones; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public List<Zone> getZones() { return this.zones; } public void setZones(List<Zone> zones) { this.zones = zones; } public static class Zone { private String zoneId; private String localName; public String getZoneId() { return this.zoneId; } public void setZoneId(String zoneId) { this.zoneId = zoneId; } public String getLocalName() { return this.localName; } public void setLocalName(String localName) { this.localName = localName; } } @Override public ListZonesResponse getInstance(UnmarshallerContext context) { return ListZonesResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/LockCardsRequest.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.cc5g.model.v20220314; import com.aliyuncs.RpcAcsRequest; import java.util.List; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class LockCardsRequest extends RpcAcsRequest<LockCardsResponse> { private List<String> iccidss; private Boolean dryRun; private String clientToken; public LockCardsRequest() { super("CC5G", "2022-03-14", "LockCards", "fivegcc"); setMethod(MethodType.POST); } public List<String> getIccidss() { return this.iccidss; } public void setIccidss(List<String> iccidss) { this.iccidss = iccidss; if (iccidss != null) { for (int i = 0; i < iccidss.size(); i++) { putQueryParameter("Iccids." + (i + 1) , iccidss.get(i)); } } } public Boolean getDryRun() { return this.dryRun; } public void setDryRun(Boolean dryRun) { this.dryRun = dryRun; if(dryRun != null){ putQueryParameter("DryRun", dryRun.toString()); } } public String getClientToken() { return this.clientToken; } public void setClientToken(String clientToken) { this.clientToken = clientToken; if(clientToken != null){ putQueryParameter("ClientToken", clientToken); } } @Override public Class<LockCardsResponse> getResponseClass() { return LockCardsResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/LockCardsResponse.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.cc5g.model.v20220314; import com.aliyuncs.AcsResponse; import com.aliyuncs.cc5g.transform.v20220314.LockCardsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class LockCardsResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public LockCardsResponse getInstance(UnmarshallerContext context) { return LockCardsResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/ModifyWirelessCloudConnectorFeatureRequest.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.cc5g.model.v20220314; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class ModifyWirelessCloudConnectorFeatureRequest extends RpcAcsRequest<ModifyWirelessCloudConnectorFeatureResponse> { private Boolean dryRun; private String clientToken; private String featureName; private String featureValue; private String wirelessCloudConnectorId; public ModifyWirelessCloudConnectorFeatureRequest() { super("CC5G", "2022-03-14", "ModifyWirelessCloudConnectorFeature", "fivegcc"); setMethod(MethodType.POST); } public Boolean getDryRun() { return this.dryRun; } public void setDryRun(Boolean dryRun) { this.dryRun = dryRun; if(dryRun != null){ putQueryParameter("DryRun", dryRun.toString()); } } public String getClientToken() { return this.clientToken; } public void setClientToken(String clientToken) { this.clientToken = clientToken; if(clientToken != null){ putQueryParameter("ClientToken", clientToken); } } public String getFeatureName() { return this.featureName; } public void setFeatureName(String featureName) { this.featureName = featureName; if(featureName != null){ putQueryParameter("FeatureName", featureName); } } public String getFeatureValue() { return this.featureValue; } public void setFeatureValue(String featureValue) { this.featureValue = featureValue; if(featureValue != null){ putQueryParameter("FeatureValue", featureValue); } } public String getWirelessCloudConnectorId() { return this.wirelessCloudConnectorId; } public void setWirelessCloudConnectorId(String wirelessCloudConnectorId) { this.wirelessCloudConnectorId = wirelessCloudConnectorId; if(wirelessCloudConnectorId != null){ putQueryParameter("WirelessCloudConnectorId", wirelessCloudConnectorId); } } @Override public Class<ModifyWirelessCloudConnectorFeatureResponse> getResponseClass() { return ModifyWirelessCloudConnectorFeatureResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/ModifyWirelessCloudConnectorFeatureResponse.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.cc5g.model.v20220314; import com.aliyuncs.AcsResponse; import com.aliyuncs.cc5g.transform.v20220314.ModifyWirelessCloudConnectorFeatureResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ModifyWirelessCloudConnectorFeatureResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public ModifyWirelessCloudConnectorFeatureResponse getInstance(UnmarshallerContext context) { return ModifyWirelessCloudConnectorFeatureResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/OpenCc5gServiceRequest.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.cc5g.model.v20220314; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class OpenCc5gServiceRequest extends RpcAcsRequest<OpenCc5gServiceResponse> { public OpenCc5gServiceRequest() { super("CC5G", "2022-03-14", "OpenCc5gService", "fivegcc"); setMethod(MethodType.POST); } @Override public Class<OpenCc5gServiceResponse> getResponseClass() { return OpenCc5gServiceResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/OpenCc5gServiceResponse.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.cc5g.model.v20220314; import com.aliyuncs.AcsResponse; import com.aliyuncs.cc5g.transform.v20220314.OpenCc5gServiceResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class OpenCc5gServiceResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public OpenCc5gServiceResponse getInstance(UnmarshallerContext context) { return OpenCc5gServiceResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/RebindCardsRequest.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.cc5g.model.v20220314; import com.aliyuncs.RpcAcsRequest; import java.util.List; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class RebindCardsRequest extends RpcAcsRequest<RebindCardsResponse> { private List<String> iccidss; private Boolean dryRun; private String clientToken; public RebindCardsRequest() { super("CC5G", "2022-03-14", "RebindCards", "fivegcc"); setMethod(MethodType.POST); } public List<String> getIccidss() { return this.iccidss; } public void setIccidss(List<String> iccidss) { this.iccidss = iccidss; if (iccidss != null) { for (int i = 0; i < iccidss.size(); i++) { putQueryParameter("Iccids." + (i + 1) , iccidss.get(i)); } } } public Boolean getDryRun() { return this.dryRun; } public void setDryRun(Boolean dryRun) { this.dryRun = dryRun; if(dryRun != null){ putQueryParameter("DryRun", dryRun.toString()); } } public String getClientToken() { return this.clientToken; } public void setClientToken(String clientToken) { this.clientToken = clientToken; if(clientToken != null){ putQueryParameter("ClientToken", clientToken); } } @Override public Class<RebindCardsResponse> getResponseClass() { return RebindCardsResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/RebindCardsResponse.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.cc5g.model.v20220314; import com.aliyuncs.AcsResponse; import com.aliyuncs.cc5g.transform.v20220314.RebindCardsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class RebindCardsResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public RebindCardsResponse getInstance(UnmarshallerContext context) { return RebindCardsResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/RemoveWirelessCloudConnectorFromGroupRequest.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.cc5g.model.v20220314; import com.aliyuncs.RpcAcsRequest; import java.util.List; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class RemoveWirelessCloudConnectorFromGroupRequest extends RpcAcsRequest<RemoveWirelessCloudConnectorFromGroupResponse> { private List<String> wirelessCloudConnectorIdss; private String wirelessCloudConnectorGroupId; private Boolean dryRun; private String clientToken; public RemoveWirelessCloudConnectorFromGroupRequest() { super("CC5G", "2022-03-14", "RemoveWirelessCloudConnectorFromGroup", "fivegcc"); setMethod(MethodType.POST); } public List<String> getWirelessCloudConnectorIdss() { return this.wirelessCloudConnectorIdss; } public void setWirelessCloudConnectorIdss(List<String> wirelessCloudConnectorIdss) { this.wirelessCloudConnectorIdss = wirelessCloudConnectorIdss; if (wirelessCloudConnectorIdss != null) { for (int i = 0; i < wirelessCloudConnectorIdss.size(); i++) { putQueryParameter("WirelessCloudConnectorIds." + (i + 1) , wirelessCloudConnectorIdss.get(i)); } } } public String getWirelessCloudConnectorGroupId() { return this.wirelessCloudConnectorGroupId; } public void setWirelessCloudConnectorGroupId(String wirelessCloudConnectorGroupId) { this.wirelessCloudConnectorGroupId = wirelessCloudConnectorGroupId; if(wirelessCloudConnectorGroupId != null){ putQueryParameter("WirelessCloudConnectorGroupId", wirelessCloudConnectorGroupId); } } public Boolean getDryRun() { return this.dryRun; } public void setDryRun(Boolean dryRun) { this.dryRun = dryRun; if(dryRun != null){ putQueryParameter("DryRun", dryRun.toString()); } } public String getClientToken() { return this.clientToken; } public void setClientToken(String clientToken) { this.clientToken = clientToken; if(clientToken != null){ putQueryParameter("ClientToken", clientToken); } } @Override public Class<RemoveWirelessCloudConnectorFromGroupResponse> getResponseClass() { return RemoveWirelessCloudConnectorFromGroupResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/RemoveWirelessCloudConnectorFromGroupResponse.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.cc5g.model.v20220314; import com.aliyuncs.AcsResponse; import com.aliyuncs.cc5g.transform.v20220314.RemoveWirelessCloudConnectorFromGroupResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class RemoveWirelessCloudConnectorFromGroupResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public RemoveWirelessCloudConnectorFromGroupResponse getInstance(UnmarshallerContext context) { return RemoveWirelessCloudConnectorFromGroupResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/ResumeCardsRequest.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.cc5g.model.v20220314; import com.aliyuncs.RpcAcsRequest; import java.util.List; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class ResumeCardsRequest extends RpcAcsRequest<ResumeCardsResponse> { private List<String> iccidss; private Boolean dryRun; private String clientToken; public ResumeCardsRequest() { super("CC5G", "2022-03-14", "ResumeCards", "fivegcc"); setMethod(MethodType.POST); } public List<String> getIccidss() { return this.iccidss; } public void setIccidss(List<String> iccidss) { this.iccidss = iccidss; if (iccidss != null) { for (int i = 0; i < iccidss.size(); i++) { putQueryParameter("Iccids." + (i + 1) , iccidss.get(i)); } } } public Boolean getDryRun() { return this.dryRun; } public void setDryRun(Boolean dryRun) { this.dryRun = dryRun; if(dryRun != null){ putQueryParameter("DryRun", dryRun.toString()); } } public String getClientToken() { return this.clientToken; } public void setClientToken(String clientToken) { this.clientToken = clientToken; if(clientToken != null){ putQueryParameter("ClientToken", clientToken); } } @Override public Class<ResumeCardsResponse> getResponseClass() { return ResumeCardsResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/ResumeCardsResponse.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.cc5g.model.v20220314; import com.aliyuncs.AcsResponse; import com.aliyuncs.cc5g.transform.v20220314.ResumeCardsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ResumeCardsResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public ResumeCardsResponse getInstance(UnmarshallerContext context) { return ResumeCardsResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/RevokeNetLinkRequest.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.cc5g.model.v20220314; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class RevokeNetLinkRequest extends RpcAcsRequest<RevokeNetLinkResponse> { private Boolean dryRun; private String netLinkId; private String clientToken; private String wirelessCloudConnectorId; public RevokeNetLinkRequest() { super("CC5G", "2022-03-14", "RevokeNetLink", "fivegcc"); setMethod(MethodType.POST); } public Boolean getDryRun() { return this.dryRun; } public void setDryRun(Boolean dryRun) { this.dryRun = dryRun; if(dryRun != null){ putQueryParameter("DryRun", dryRun.toString()); } } public String getNetLinkId() { return this.netLinkId; } public void setNetLinkId(String netLinkId) { this.netLinkId = netLinkId; if(netLinkId != null){ putQueryParameter("NetLinkId", netLinkId); } } public String getClientToken() { return this.clientToken; } public void setClientToken(String clientToken) { this.clientToken = clientToken; if(clientToken != null){ putQueryParameter("ClientToken", clientToken); } } public String getWirelessCloudConnectorId() { return this.wirelessCloudConnectorId; } public void setWirelessCloudConnectorId(String wirelessCloudConnectorId) { this.wirelessCloudConnectorId = wirelessCloudConnectorId; if(wirelessCloudConnectorId != null){ putQueryParameter("WirelessCloudConnectorId", wirelessCloudConnectorId); } } @Override public Class<RevokeNetLinkResponse> getResponseClass() { return RevokeNetLinkResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/RevokeNetLinkResponse.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.cc5g.model.v20220314; import com.aliyuncs.AcsResponse; import com.aliyuncs.cc5g.transform.v20220314.RevokeNetLinkResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class RevokeNetLinkResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public RevokeNetLinkResponse getInstance(UnmarshallerContext context) { return RevokeNetLinkResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/StopCardsRequest.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.cc5g.model.v20220314; import com.aliyuncs.RpcAcsRequest; import java.util.List; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class StopCardsRequest extends RpcAcsRequest<StopCardsResponse> { private List<String> iccidss; private Boolean dryRun; private String clientToken; public StopCardsRequest() { super("CC5G", "2022-03-14", "StopCards", "fivegcc"); setMethod(MethodType.POST); } public List<String> getIccidss() { return this.iccidss; } public void setIccidss(List<String> iccidss) { this.iccidss = iccidss; if (iccidss != null) { for (int i = 0; i < iccidss.size(); i++) { putQueryParameter("Iccids." + (i + 1) , iccidss.get(i)); } } } public Boolean getDryRun() { return this.dryRun; } public void setDryRun(Boolean dryRun) { this.dryRun = dryRun; if(dryRun != null){ putQueryParameter("DryRun", dryRun.toString()); } } public String getClientToken() { return this.clientToken; } public void setClientToken(String clientToken) { this.clientToken = clientToken; if(clientToken != null){ putQueryParameter("ClientToken", clientToken); } } @Override public Class<StopCardsResponse> getResponseClass() { return StopCardsResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/StopCardsResponse.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.cc5g.model.v20220314; import com.aliyuncs.AcsResponse; import com.aliyuncs.cc5g.transform.v20220314.StopCardsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class StopCardsResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public StopCardsResponse getInstance(UnmarshallerContext context) { return StopCardsResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/SubmitDiagnoseTaskForSingleCardRequest.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.cc5g.model.v20220314; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class SubmitDiagnoseTaskForSingleCardRequest extends RpcAcsRequest<SubmitDiagnoseTaskForSingleCardResponse> { private String destination; private String source; private Long resourceUid; private Long endTime; private Long beginTime; private String regionNo; private String wirelessCloudConnectorId; public SubmitDiagnoseTaskForSingleCardRequest() { super("CC5G", "2022-03-14", "SubmitDiagnoseTaskForSingleCard", "fivegcc"); setMethod(MethodType.POST); } public String getDestination() { return this.destination; } public void setDestination(String destination) { this.destination = destination; if(destination != null){ putQueryParameter("Destination", destination); } } public String getSource() { return this.source; } public void setSource(String source) { this.source = source; if(source != null){ putQueryParameter("Source", source); } } public Long getResourceUid() { return this.resourceUid; } public void setResourceUid(Long resourceUid) { this.resourceUid = resourceUid; if(resourceUid != null){ putQueryParameter("ResourceUid", resourceUid.toString()); } } public Long getEndTime() { return this.endTime; } public void setEndTime(Long endTime) { this.endTime = endTime; if(endTime != null){ putQueryParameter("EndTime", endTime.toString()); } } public Long getBeginTime() { return this.beginTime; } public void setBeginTime(Long beginTime) { this.beginTime = beginTime; if(beginTime != null){ putQueryParameter("BeginTime", beginTime.toString()); } } public String getRegionNo() { return this.regionNo; } public void setRegionNo(String regionNo) { this.regionNo = regionNo; if(regionNo != null){ putQueryParameter("RegionNo", regionNo); } } public String getWirelessCloudConnectorId() { return this.wirelessCloudConnectorId; } public void setWirelessCloudConnectorId(String wirelessCloudConnectorId) { this.wirelessCloudConnectorId = wirelessCloudConnectorId; if(wirelessCloudConnectorId != null){ putQueryParameter("WirelessCloudConnectorId", wirelessCloudConnectorId); } } @Override public Class<SubmitDiagnoseTaskForSingleCardResponse> getResponseClass() { return SubmitDiagnoseTaskForSingleCardResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/SubmitDiagnoseTaskForSingleCardResponse.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.cc5g.model.v20220314; import com.aliyuncs.AcsResponse; import com.aliyuncs.cc5g.transform.v20220314.SubmitDiagnoseTaskForSingleCardResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class SubmitDiagnoseTaskForSingleCardResponse extends AcsResponse { private String requestId; private String diagnoseTaskId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getDiagnoseTaskId() { return this.diagnoseTaskId; } public void setDiagnoseTaskId(String diagnoseTaskId) { this.diagnoseTaskId = diagnoseTaskId; } @Override public SubmitDiagnoseTaskForSingleCardResponse getInstance(UnmarshallerContext context) { return SubmitDiagnoseTaskForSingleCardResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/SwitchWirelessCloudConnectorToBusinessRequest.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.cc5g.model.v20220314; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class SwitchWirelessCloudConnectorToBusinessRequest extends RpcAcsRequest<SwitchWirelessCloudConnectorToBusinessResponse> { private Boolean dryRun; private String clientToken; private String wirelessCloudConnectorId; public SwitchWirelessCloudConnectorToBusinessRequest() { super("CC5G", "2022-03-14", "SwitchWirelessCloudConnectorToBusiness", "fivegcc"); setMethod(MethodType.POST); } public Boolean getDryRun() { return this.dryRun; } public void setDryRun(Boolean dryRun) { this.dryRun = dryRun; if(dryRun != null){ putQueryParameter("DryRun", dryRun.toString()); } } public String getClientToken() { return this.clientToken; } public void setClientToken(String clientToken) { this.clientToken = clientToken; if(clientToken != null){ putQueryParameter("ClientToken", clientToken); } } public String getWirelessCloudConnectorId() { return this.wirelessCloudConnectorId; } public void setWirelessCloudConnectorId(String wirelessCloudConnectorId) { this.wirelessCloudConnectorId = wirelessCloudConnectorId; if(wirelessCloudConnectorId != null){ putQueryParameter("WirelessCloudConnectorId", wirelessCloudConnectorId); } } @Override public Class<SwitchWirelessCloudConnectorToBusinessResponse> getResponseClass() { return SwitchWirelessCloudConnectorToBusinessResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/SwitchWirelessCloudConnectorToBusinessResponse.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.cc5g.model.v20220314; import com.aliyuncs.AcsResponse; import com.aliyuncs.cc5g.transform.v20220314.SwitchWirelessCloudConnectorToBusinessResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class SwitchWirelessCloudConnectorToBusinessResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public SwitchWirelessCloudConnectorToBusinessResponse getInstance(UnmarshallerContext context) { return SwitchWirelessCloudConnectorToBusinessResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/UnlockCardsRequest.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.cc5g.model.v20220314; import com.aliyuncs.RpcAcsRequest; import java.util.List; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class UnlockCardsRequest extends RpcAcsRequest<UnlockCardsResponse> { private List<String> iccidss; private Boolean dryRun; private String clientToken; public UnlockCardsRequest() { super("CC5G", "2022-03-14", "UnlockCards", "fivegcc"); setMethod(MethodType.POST); } public List<String> getIccidss() { return this.iccidss; } public void setIccidss(List<String> iccidss) { this.iccidss = iccidss; if (iccidss != null) { for (int i = 0; i < iccidss.size(); i++) { putQueryParameter("Iccids." + (i + 1) , iccidss.get(i)); } } } public Boolean getDryRun() { return this.dryRun; } public void setDryRun(Boolean dryRun) { this.dryRun = dryRun; if(dryRun != null){ putQueryParameter("DryRun", dryRun.toString()); } } public String getClientToken() { return this.clientToken; } public void setClientToken(String clientToken) { this.clientToken = clientToken; if(clientToken != null){ putQueryParameter("ClientToken", clientToken); } } @Override public Class<UnlockCardsResponse> getResponseClass() { return UnlockCardsResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/UnlockCardsResponse.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.cc5g.model.v20220314; import com.aliyuncs.AcsResponse; import com.aliyuncs.cc5g.transform.v20220314.UnlockCardsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class UnlockCardsResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public UnlockCardsResponse getInstance(UnmarshallerContext context) { return UnlockCardsResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/UpdateAuthorizationRuleRequest.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.cc5g.model.v20220314; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class UpdateAuthorizationRuleRequest extends RpcAcsRequest<UpdateAuthorizationRuleResponse> { private String clientToken; private String sourceCidr; private String destination; private String description; private String protocol; private String policy; private Boolean dryRun; private String authorizationRuleId; private String destinationPort; private String wirelessCloudConnectorId; private String name; public UpdateAuthorizationRuleRequest() { super("CC5G", "2022-03-14", "UpdateAuthorizationRule", "fivegcc"); setMethod(MethodType.POST); } public String getClientToken() { return this.clientToken; } public void setClientToken(String clientToken) { this.clientToken = clientToken; if(clientToken != null){ putQueryParameter("ClientToken", clientToken); } } public String getSourceCidr() { return this.sourceCidr; } public void setSourceCidr(String sourceCidr) { this.sourceCidr = sourceCidr; if(sourceCidr != null){ putQueryParameter("SourceCidr", sourceCidr); } } public String getDestination() { return this.destination; } public void setDestination(String destination) { this.destination = destination; if(destination != null){ putQueryParameter("Destination", destination); } } public String getDescription() { return this.description; } public void setDescription(String description) { this.description = description; if(description != null){ putQueryParameter("Description", description); } } public String getBizProtocol() { return this.protocol; } public void setBizProtocol(String protocol) { this.protocol = protocol; if(protocol != null){ putQueryParameter("Protocol", protocol); } } public String getPolicy() { return this.policy; } public void setPolicy(String policy) { this.policy = policy; if(policy != null){ putQueryParameter("Policy", policy); } } public Boolean getDryRun() { return this.dryRun; } public void setDryRun(Boolean dryRun) { this.dryRun = dryRun; if(dryRun != null){ putQueryParameter("DryRun", dryRun.toString()); } } public String getAuthorizationRuleId() { return this.authorizationRuleId; } public void setAuthorizationRuleId(String authorizationRuleId) { this.authorizationRuleId = authorizationRuleId; if(authorizationRuleId != null){ putQueryParameter("AuthorizationRuleId", authorizationRuleId); } } public String getDestinationPort() { return this.destinationPort; } public void setDestinationPort(String destinationPort) { this.destinationPort = destinationPort; if(destinationPort != null){ putQueryParameter("DestinationPort", destinationPort); } } public String getWirelessCloudConnectorId() { return this.wirelessCloudConnectorId; } public void setWirelessCloudConnectorId(String wirelessCloudConnectorId) { this.wirelessCloudConnectorId = wirelessCloudConnectorId; if(wirelessCloudConnectorId != null){ putQueryParameter("WirelessCloudConnectorId", wirelessCloudConnectorId); } } public String getName() { return this.name; } public void setName(String name) { this.name = name; if(name != null){ putQueryParameter("Name", name); } } @Override public Class<UpdateAuthorizationRuleResponse> getResponseClass() { return UpdateAuthorizationRuleResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/UpdateAuthorizationRuleResponse.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.cc5g.model.v20220314; import com.aliyuncs.AcsResponse; import com.aliyuncs.cc5g.transform.v20220314.UpdateAuthorizationRuleResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class UpdateAuthorizationRuleResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public UpdateAuthorizationRuleResponse getInstance(UnmarshallerContext context) { return UpdateAuthorizationRuleResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/UpdateBatchOperateCardsTaskRequest.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.cc5g.model.v20220314; import com.aliyuncs.RpcAcsRequest; import java.util.List; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class UpdateBatchOperateCardsTaskRequest extends RpcAcsRequest<UpdateBatchOperateCardsTaskResponse> { private List<String> iccids; private String clientToken; private String description; private Long threshold; private String batchOperateCardsTaskId; private String effectType; private List<String> wirelessCloudConnectorIds; private Boolean dryRun; private String name; private String operateType; private String iccidsOssFilePath; public UpdateBatchOperateCardsTaskRequest() { super("CC5G", "2022-03-14", "UpdateBatchOperateCardsTask", "fivegcc"); setMethod(MethodType.POST); } public List<String> getIccids() { return this.iccids; } public void setIccids(List<String> iccids) { this.iccids = iccids; if (iccids != null) { for (int depth1 = 0; depth1 < iccids.size(); depth1++) { putQueryParameter("Iccids." + (depth1 + 1) , iccids.get(depth1)); } } } 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 Long getThreshold() { return this.threshold; } public void setThreshold(Long threshold) { this.threshold = threshold; if(threshold != null){ putQueryParameter("Threshold", threshold.toString()); } } public String getBatchOperateCardsTaskId() { return this.batchOperateCardsTaskId; } public void setBatchOperateCardsTaskId(String batchOperateCardsTaskId) { this.batchOperateCardsTaskId = batchOperateCardsTaskId; if(batchOperateCardsTaskId != null){ putQueryParameter("BatchOperateCardsTaskId", batchOperateCardsTaskId); } } public String getEffectType() { return this.effectType; } public void setEffectType(String effectType) { this.effectType = effectType; if(effectType != null){ putQueryParameter("EffectType", effectType); } } public List<String> getWirelessCloudConnectorIds() { return this.wirelessCloudConnectorIds; } public void setWirelessCloudConnectorIds(List<String> wirelessCloudConnectorIds) { this.wirelessCloudConnectorIds = wirelessCloudConnectorIds; if (wirelessCloudConnectorIds != null) { for (int depth1 = 0; depth1 < wirelessCloudConnectorIds.size(); depth1++) { putQueryParameter("WirelessCloudConnectorIds." + (depth1 + 1) , wirelessCloudConnectorIds.get(depth1)); } } } public Boolean getDryRun() { return this.dryRun; } public void setDryRun(Boolean dryRun) { this.dryRun = dryRun; if(dryRun != null){ putQueryParameter("DryRun", dryRun.toString()); } } public String getName() { return this.name; } public void setName(String name) { this.name = name; if(name != null){ putQueryParameter("Name", name); } } public String getOperateType() { return this.operateType; } public void setOperateType(String operateType) { this.operateType = operateType; if(operateType != null){ putQueryParameter("OperateType", operateType); } } public String getIccidsOssFilePath() { return this.iccidsOssFilePath; } public void setIccidsOssFilePath(String iccidsOssFilePath) { this.iccidsOssFilePath = iccidsOssFilePath; if(iccidsOssFilePath != null){ putQueryParameter("IccidsOssFilePath", iccidsOssFilePath); } } @Override public Class<UpdateBatchOperateCardsTaskResponse> getResponseClass() { return UpdateBatchOperateCardsTaskResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/UpdateBatchOperateCardsTaskResponse.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.cc5g.model.v20220314; import com.aliyuncs.AcsResponse; import com.aliyuncs.cc5g.transform.v20220314.UpdateBatchOperateCardsTaskResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class UpdateBatchOperateCardsTaskResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public UpdateBatchOperateCardsTaskResponse getInstance(UnmarshallerContext context) { return UpdateBatchOperateCardsTaskResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/UpdateCardRequest.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.cc5g.model.v20220314; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class UpdateCardRequest extends RpcAcsRequest<UpdateCardResponse> { private String clientToken; private String description; private String iccid; private Boolean dryRun; private String wirelessCloudConnectorId; private String name; public UpdateCardRequest() { super("CC5G", "2022-03-14", "UpdateCard", "fivegcc"); setMethod(MethodType.POST); } 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 getIccid() { return this.iccid; } public void setIccid(String iccid) { this.iccid = iccid; if(iccid != null){ putQueryParameter("Iccid", iccid); } } public Boolean getDryRun() { return this.dryRun; } public void setDryRun(Boolean dryRun) { this.dryRun = dryRun; if(dryRun != null){ putQueryParameter("DryRun", dryRun.toString()); } } public String getWirelessCloudConnectorId() { return this.wirelessCloudConnectorId; } public void setWirelessCloudConnectorId(String wirelessCloudConnectorId) { this.wirelessCloudConnectorId = wirelessCloudConnectorId; if(wirelessCloudConnectorId != null){ putQueryParameter("WirelessCloudConnectorId", wirelessCloudConnectorId); } } public String getName() { return this.name; } public void setName(String name) { this.name = name; if(name != null){ putQueryParameter("Name", name); } } @Override public Class<UpdateCardResponse> getResponseClass() { return UpdateCardResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/UpdateCardResponse.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.cc5g.model.v20220314; import com.aliyuncs.AcsResponse; import com.aliyuncs.cc5g.transform.v20220314.UpdateCardResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class UpdateCardResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public UpdateCardResponse getInstance(UnmarshallerContext context) { return UpdateCardResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/UpdateDNSAuthorizationRuleRequest.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.cc5g.model.v20220314; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class UpdateDNSAuthorizationRuleRequest extends RpcAcsRequest<UpdateDNSAuthorizationRuleResponse> { private String clientToken; private String description; private Boolean dryRun; private String sourceDNSIp; private String authorizationRuleId; private String destinationIp; private String wirelessCloudConnectorId; private String name; public UpdateDNSAuthorizationRuleRequest() { super("CC5G", "2022-03-14", "UpdateDNSAuthorizationRule", "fivegcc"); setMethod(MethodType.POST); } 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 Boolean getDryRun() { return this.dryRun; } public void setDryRun(Boolean dryRun) { this.dryRun = dryRun; if(dryRun != null){ putQueryParameter("DryRun", dryRun.toString()); } } public String getSourceDNSIp() { return this.sourceDNSIp; } public void setSourceDNSIp(String sourceDNSIp) { this.sourceDNSIp = sourceDNSIp; if(sourceDNSIp != null){ putQueryParameter("SourceDNSIp", sourceDNSIp); } } public String getAuthorizationRuleId() { return this.authorizationRuleId; } public void setAuthorizationRuleId(String authorizationRuleId) { this.authorizationRuleId = authorizationRuleId; if(authorizationRuleId != null){ putQueryParameter("AuthorizationRuleId", authorizationRuleId); } } public String getDestinationIp() { return this.destinationIp; } public void setDestinationIp(String destinationIp) { this.destinationIp = destinationIp; if(destinationIp != null){ putQueryParameter("DestinationIp", destinationIp); } } public String getWirelessCloudConnectorId() { return this.wirelessCloudConnectorId; } public void setWirelessCloudConnectorId(String wirelessCloudConnectorId) { this.wirelessCloudConnectorId = wirelessCloudConnectorId; if(wirelessCloudConnectorId != null){ putQueryParameter("WirelessCloudConnectorId", wirelessCloudConnectorId); } } public String getName() { return this.name; } public void setName(String name) { this.name = name; if(name != null){ putQueryParameter("Name", name); } } @Override public Class<UpdateDNSAuthorizationRuleResponse> getResponseClass() { return UpdateDNSAuthorizationRuleResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/UpdateDNSAuthorizationRuleResponse.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.cc5g.model.v20220314; import com.aliyuncs.AcsResponse; import com.aliyuncs.cc5g.transform.v20220314.UpdateDNSAuthorizationRuleResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class UpdateDNSAuthorizationRuleResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public UpdateDNSAuthorizationRuleResponse getInstance(UnmarshallerContext context) { return UpdateDNSAuthorizationRuleResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/UpdateGroupAuthorizationRuleRequest.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.cc5g.model.v20220314; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class UpdateGroupAuthorizationRuleRequest extends RpcAcsRequest<UpdateGroupAuthorizationRuleResponse> { private String wirelessCloudConnectorGroupId; private String clientToken; private String sourceCidr; private String destination; private String description; private String protocol; private String policy; private Boolean dryRun; private String authorizationRuleId; private String destinationPort; private String name; public UpdateGroupAuthorizationRuleRequest() { super("CC5G", "2022-03-14", "UpdateGroupAuthorizationRule", "fivegcc"); setMethod(MethodType.POST); } public String getWirelessCloudConnectorGroupId() { return this.wirelessCloudConnectorGroupId; } public void setWirelessCloudConnectorGroupId(String wirelessCloudConnectorGroupId) { this.wirelessCloudConnectorGroupId = wirelessCloudConnectorGroupId; if(wirelessCloudConnectorGroupId != null){ putQueryParameter("WirelessCloudConnectorGroupId", wirelessCloudConnectorGroupId); } } public String getClientToken() { return this.clientToken; } public void setClientToken(String clientToken) { this.clientToken = clientToken; if(clientToken != null){ putQueryParameter("ClientToken", clientToken); } } public String getSourceCidr() { return this.sourceCidr; } public void setSourceCidr(String sourceCidr) { this.sourceCidr = sourceCidr; if(sourceCidr != null){ putQueryParameter("SourceCidr", sourceCidr); } } public String getDestination() { return this.destination; } public void setDestination(String destination) { this.destination = destination; if(destination != null){ putQueryParameter("Destination", destination); } } public String getDescription() { return this.description; } public void setDescription(String description) { this.description = description; if(description != null){ putQueryParameter("Description", description); } } public String getBizProtocol() { return this.protocol; } public void setBizProtocol(String protocol) { this.protocol = protocol; if(protocol != null){ putQueryParameter("Protocol", protocol); } } public String getPolicy() { return this.policy; } public void setPolicy(String policy) { this.policy = policy; if(policy != null){ putQueryParameter("Policy", policy); } } public Boolean getDryRun() { return this.dryRun; } public void setDryRun(Boolean dryRun) { this.dryRun = dryRun; if(dryRun != null){ putQueryParameter("DryRun", dryRun.toString()); } } public String getAuthorizationRuleId() { return this.authorizationRuleId; } public void setAuthorizationRuleId(String authorizationRuleId) { this.authorizationRuleId = authorizationRuleId; if(authorizationRuleId != null){ putQueryParameter("AuthorizationRuleId", authorizationRuleId); } } public String getDestinationPort() { return this.destinationPort; } public void setDestinationPort(String destinationPort) { this.destinationPort = destinationPort; if(destinationPort != null){ putQueryParameter("DestinationPort", destinationPort); } } public String getName() { return this.name; } public void setName(String name) { this.name = name; if(name != null){ putQueryParameter("Name", name); } } @Override public Class<UpdateGroupAuthorizationRuleResponse> getResponseClass() { return UpdateGroupAuthorizationRuleResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/UpdateGroupAuthorizationRuleResponse.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.cc5g.model.v20220314; import com.aliyuncs.AcsResponse; import com.aliyuncs.cc5g.transform.v20220314.UpdateGroupAuthorizationRuleResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class UpdateGroupAuthorizationRuleResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public UpdateGroupAuthorizationRuleResponse getInstance(UnmarshallerContext context) { return UpdateGroupAuthorizationRuleResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/UpdateGroupDnsAuthorizationRuleRequest.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.cc5g.model.v20220314; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class UpdateGroupDnsAuthorizationRuleRequest extends RpcAcsRequest<UpdateGroupDnsAuthorizationRuleResponse> { private String wirelessCloudConnectorGroupId; private String clientToken; private String description; private Boolean dryRun; private String sourceDNSIp; private String authorizationRuleId; private String destinationIp; private String name; public UpdateGroupDnsAuthorizationRuleRequest() { super("CC5G", "2022-03-14", "UpdateGroupDnsAuthorizationRule", "fivegcc"); setMethod(MethodType.POST); } public String getWirelessCloudConnectorGroupId() { return this.wirelessCloudConnectorGroupId; } public void setWirelessCloudConnectorGroupId(String wirelessCloudConnectorGroupId) { this.wirelessCloudConnectorGroupId = wirelessCloudConnectorGroupId; if(wirelessCloudConnectorGroupId != null){ putQueryParameter("WirelessCloudConnectorGroupId", wirelessCloudConnectorGroupId); } } 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 Boolean getDryRun() { return this.dryRun; } public void setDryRun(Boolean dryRun) { this.dryRun = dryRun; if(dryRun != null){ putQueryParameter("DryRun", dryRun.toString()); } } public String getSourceDNSIp() { return this.sourceDNSIp; } public void setSourceDNSIp(String sourceDNSIp) { this.sourceDNSIp = sourceDNSIp; if(sourceDNSIp != null){ putQueryParameter("SourceDNSIp", sourceDNSIp); } } public String getAuthorizationRuleId() { return this.authorizationRuleId; } public void setAuthorizationRuleId(String authorizationRuleId) { this.authorizationRuleId = authorizationRuleId; if(authorizationRuleId != null){ putQueryParameter("AuthorizationRuleId", authorizationRuleId); } } public String getDestinationIp() { return this.destinationIp; } public void setDestinationIp(String destinationIp) { this.destinationIp = destinationIp; if(destinationIp != null){ putQueryParameter("DestinationIp", destinationIp); } } public String getName() { return this.name; } public void setName(String name) { this.name = name; if(name != null){ putQueryParameter("Name", name); } } @Override public Class<UpdateGroupDnsAuthorizationRuleResponse> getResponseClass() { return UpdateGroupDnsAuthorizationRuleResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/UpdateGroupDnsAuthorizationRuleResponse.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.cc5g.model.v20220314; import com.aliyuncs.AcsResponse; import com.aliyuncs.cc5g.transform.v20220314.UpdateGroupDnsAuthorizationRuleResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class UpdateGroupDnsAuthorizationRuleResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public UpdateGroupDnsAuthorizationRuleResponse getInstance(UnmarshallerContext context) { return UpdateGroupDnsAuthorizationRuleResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/UpdateWirelessCloudConnectorGroupRequest.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.cc5g.model.v20220314; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class UpdateWirelessCloudConnectorGroupRequest extends RpcAcsRequest<UpdateWirelessCloudConnectorGroupResponse> { private String wirelessCloudConnectorGroupId; private Boolean dryRun; private String clientToken; private String description; private String name; public UpdateWirelessCloudConnectorGroupRequest() { super("CC5G", "2022-03-14", "UpdateWirelessCloudConnectorGroup", "fivegcc"); setMethod(MethodType.POST); } public String getWirelessCloudConnectorGroupId() { return this.wirelessCloudConnectorGroupId; } public void setWirelessCloudConnectorGroupId(String wirelessCloudConnectorGroupId) { this.wirelessCloudConnectorGroupId = wirelessCloudConnectorGroupId; if(wirelessCloudConnectorGroupId != null){ putQueryParameter("WirelessCloudConnectorGroupId", wirelessCloudConnectorGroupId); } } public Boolean getDryRun() { return this.dryRun; } public void setDryRun(Boolean dryRun) { this.dryRun = dryRun; if(dryRun != null){ putQueryParameter("DryRun", dryRun.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 getName() { return this.name; } public void setName(String name) { this.name = name; if(name != null){ putQueryParameter("Name", name); } } @Override public Class<UpdateWirelessCloudConnectorGroupResponse> getResponseClass() { return UpdateWirelessCloudConnectorGroupResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/UpdateWirelessCloudConnectorGroupResponse.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.cc5g.model.v20220314; import com.aliyuncs.AcsResponse; import com.aliyuncs.cc5g.transform.v20220314.UpdateWirelessCloudConnectorGroupResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class UpdateWirelessCloudConnectorGroupResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public UpdateWirelessCloudConnectorGroupResponse getInstance(UnmarshallerContext context) { return UpdateWirelessCloudConnectorGroupResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/UpdateWirelessCloudConnectorRequest.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.cc5g.model.v20220314; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class UpdateWirelessCloudConnectorRequest extends RpcAcsRequest<UpdateWirelessCloudConnectorResponse> { private Boolean dryRun; private String clientToken; private String description; private String wirelessCloudConnectorId; private String name; public UpdateWirelessCloudConnectorRequest() { super("CC5G", "2022-03-14", "UpdateWirelessCloudConnector", "fivegcc"); setMethod(MethodType.POST); } public Boolean getDryRun() { return this.dryRun; } public void setDryRun(Boolean dryRun) { this.dryRun = dryRun; if(dryRun != null){ putQueryParameter("DryRun", dryRun.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 getWirelessCloudConnectorId() { return this.wirelessCloudConnectorId; } public void setWirelessCloudConnectorId(String wirelessCloudConnectorId) { this.wirelessCloudConnectorId = wirelessCloudConnectorId; if(wirelessCloudConnectorId != null){ putQueryParameter("WirelessCloudConnectorId", wirelessCloudConnectorId); } } public String getName() { return this.name; } public void setName(String name) { this.name = name; if(name != null){ putQueryParameter("Name", name); } } @Override public Class<UpdateWirelessCloudConnectorResponse> getResponseClass() { return UpdateWirelessCloudConnectorResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/model/v20220314/UpdateWirelessCloudConnectorResponse.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.cc5g.model.v20220314; import com.aliyuncs.AcsResponse; import com.aliyuncs.cc5g.transform.v20220314.UpdateWirelessCloudConnectorResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class UpdateWirelessCloudConnectorResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public UpdateWirelessCloudConnectorResponse getInstance(UnmarshallerContext context) { return UpdateWirelessCloudConnectorResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/transform
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/transform/v20220314/AddDNSAuthorizationRuleResponseUnmarshaller.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.cc5g.transform.v20220314; import com.aliyuncs.cc5g.model.v20220314.AddDNSAuthorizationRuleResponse; import com.aliyuncs.transform.UnmarshallerContext; public class AddDNSAuthorizationRuleResponseUnmarshaller { public static AddDNSAuthorizationRuleResponse unmarshall(AddDNSAuthorizationRuleResponse addDNSAuthorizationRuleResponse, UnmarshallerContext _ctx) { addDNSAuthorizationRuleResponse.setRequestId(_ctx.stringValue("AddDNSAuthorizationRuleResponse.RequestId")); addDNSAuthorizationRuleResponse.setAuthorizationRuleId(_ctx.stringValue("AddDNSAuthorizationRuleResponse.AuthorizationRuleId")); return addDNSAuthorizationRuleResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/transform
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/transform/v20220314/AddGroupDnsAuthorizationRuleResponseUnmarshaller.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.cc5g.transform.v20220314; import com.aliyuncs.cc5g.model.v20220314.AddGroupDnsAuthorizationRuleResponse; import com.aliyuncs.transform.UnmarshallerContext; public class AddGroupDnsAuthorizationRuleResponseUnmarshaller { public static AddGroupDnsAuthorizationRuleResponse unmarshall(AddGroupDnsAuthorizationRuleResponse addGroupDnsAuthorizationRuleResponse, UnmarshallerContext _ctx) { addGroupDnsAuthorizationRuleResponse.setRequestId(_ctx.stringValue("AddGroupDnsAuthorizationRuleResponse.RequestId")); addGroupDnsAuthorizationRuleResponse.setAuthorizationRuleId(_ctx.stringValue("AddGroupDnsAuthorizationRuleResponse.AuthorizationRuleId")); return addGroupDnsAuthorizationRuleResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/transform
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/transform/v20220314/AddWirelessCloudConnectorToGroupResponseUnmarshaller.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.cc5g.transform.v20220314; import com.aliyuncs.cc5g.model.v20220314.AddWirelessCloudConnectorToGroupResponse; import com.aliyuncs.transform.UnmarshallerContext; public class AddWirelessCloudConnectorToGroupResponseUnmarshaller { public static AddWirelessCloudConnectorToGroupResponse unmarshall(AddWirelessCloudConnectorToGroupResponse addWirelessCloudConnectorToGroupResponse, UnmarshallerContext _ctx) { addWirelessCloudConnectorToGroupResponse.setRequestId(_ctx.stringValue("AddWirelessCloudConnectorToGroupResponse.RequestId")); return addWirelessCloudConnectorToGroupResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/transform
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/transform/v20220314/AttachVpcToNetLinkResponseUnmarshaller.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.cc5g.transform.v20220314; import com.aliyuncs.cc5g.model.v20220314.AttachVpcToNetLinkResponse; import com.aliyuncs.transform.UnmarshallerContext; public class AttachVpcToNetLinkResponseUnmarshaller { public static AttachVpcToNetLinkResponse unmarshall(AttachVpcToNetLinkResponse attachVpcToNetLinkResponse, UnmarshallerContext _ctx) { attachVpcToNetLinkResponse.setRequestId(_ctx.stringValue("AttachVpcToNetLinkResponse.RequestId")); return attachVpcToNetLinkResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/transform
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/transform/v20220314/CreateAuthorizationRuleResponseUnmarshaller.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.cc5g.transform.v20220314; import com.aliyuncs.cc5g.model.v20220314.CreateAuthorizationRuleResponse; import com.aliyuncs.transform.UnmarshallerContext; public class CreateAuthorizationRuleResponseUnmarshaller { public static CreateAuthorizationRuleResponse unmarshall(CreateAuthorizationRuleResponse createAuthorizationRuleResponse, UnmarshallerContext _ctx) { createAuthorizationRuleResponse.setRequestId(_ctx.stringValue("CreateAuthorizationRuleResponse.RequestId")); createAuthorizationRuleResponse.setAuthorizationRuleId(_ctx.stringValue("CreateAuthorizationRuleResponse.AuthorizationRuleId")); return createAuthorizationRuleResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/transform
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/transform/v20220314/CreateBatchOperateCardsTaskResponseUnmarshaller.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.cc5g.transform.v20220314; import com.aliyuncs.cc5g.model.v20220314.CreateBatchOperateCardsTaskResponse; import com.aliyuncs.transform.UnmarshallerContext; public class CreateBatchOperateCardsTaskResponseUnmarshaller { public static CreateBatchOperateCardsTaskResponse unmarshall(CreateBatchOperateCardsTaskResponse createBatchOperateCardsTaskResponse, UnmarshallerContext _ctx) { createBatchOperateCardsTaskResponse.setRequestId(_ctx.stringValue("CreateBatchOperateCardsTaskResponse.RequestId")); createBatchOperateCardsTaskResponse.setBatchOperateCardsTaskId(_ctx.stringValue("CreateBatchOperateCardsTaskResponse.BatchOperateCardsTaskId")); createBatchOperateCardsTaskResponse.setOperateResultOssFilePath(_ctx.stringValue("CreateBatchOperateCardsTaskResponse.OperateResultOssFilePath")); return createBatchOperateCardsTaskResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/transform
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/transform/v20220314/CreateGroupAuthorizationRuleResponseUnmarshaller.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.cc5g.transform.v20220314; import com.aliyuncs.cc5g.model.v20220314.CreateGroupAuthorizationRuleResponse; import com.aliyuncs.transform.UnmarshallerContext; public class CreateGroupAuthorizationRuleResponseUnmarshaller { public static CreateGroupAuthorizationRuleResponse unmarshall(CreateGroupAuthorizationRuleResponse createGroupAuthorizationRuleResponse, UnmarshallerContext _ctx) { createGroupAuthorizationRuleResponse.setRequestId(_ctx.stringValue("CreateGroupAuthorizationRuleResponse.RequestId")); createGroupAuthorizationRuleResponse.setAuthorizationRuleId(_ctx.stringValue("CreateGroupAuthorizationRuleResponse.AuthorizationRuleId")); return createGroupAuthorizationRuleResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/transform
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/transform/v20220314/CreateIoTCloudConnectorBackhaulRouteResponseUnmarshaller.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.cc5g.transform.v20220314; import com.aliyuncs.cc5g.model.v20220314.CreateIoTCloudConnectorBackhaulRouteResponse; import com.aliyuncs.transform.UnmarshallerContext; public class CreateIoTCloudConnectorBackhaulRouteResponseUnmarshaller { public static CreateIoTCloudConnectorBackhaulRouteResponse unmarshall(CreateIoTCloudConnectorBackhaulRouteResponse createIoTCloudConnectorBackhaulRouteResponse, UnmarshallerContext _ctx) { createIoTCloudConnectorBackhaulRouteResponse.setRequestId(_ctx.stringValue("CreateIoTCloudConnectorBackhaulRouteResponse.RequestId")); return createIoTCloudConnectorBackhaulRouteResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/transform
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/transform/v20220314/CreateWirelessCloudConnectorGroupResponseUnmarshaller.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.cc5g.transform.v20220314; import com.aliyuncs.cc5g.model.v20220314.CreateWirelessCloudConnectorGroupResponse; import com.aliyuncs.transform.UnmarshallerContext; public class CreateWirelessCloudConnectorGroupResponseUnmarshaller { public static CreateWirelessCloudConnectorGroupResponse unmarshall(CreateWirelessCloudConnectorGroupResponse createWirelessCloudConnectorGroupResponse, UnmarshallerContext _ctx) { createWirelessCloudConnectorGroupResponse.setRequestId(_ctx.stringValue("CreateWirelessCloudConnectorGroupResponse.RequestId")); createWirelessCloudConnectorGroupResponse.setWirelessCloudConnectorGroupId(_ctx.stringValue("CreateWirelessCloudConnectorGroupResponse.WirelessCloudConnectorGroupId")); return createWirelessCloudConnectorGroupResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/transform
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/transform/v20220314/CreateWirelessCloudConnectorResponseUnmarshaller.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.cc5g.transform.v20220314; import com.aliyuncs.cc5g.model.v20220314.CreateWirelessCloudConnectorResponse; import com.aliyuncs.transform.UnmarshallerContext; public class CreateWirelessCloudConnectorResponseUnmarshaller { public static CreateWirelessCloudConnectorResponse unmarshall(CreateWirelessCloudConnectorResponse createWirelessCloudConnectorResponse, UnmarshallerContext _ctx) { createWirelessCloudConnectorResponse.setRequestId(_ctx.stringValue("CreateWirelessCloudConnectorResponse.RequestId")); createWirelessCloudConnectorResponse.setWirelessCloudConnectorId(_ctx.stringValue("CreateWirelessCloudConnectorResponse.WirelessCloudConnectorId")); return createWirelessCloudConnectorResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/transform
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/transform/v20220314/DeleteAuthorizationRuleResponseUnmarshaller.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.cc5g.transform.v20220314; import com.aliyuncs.cc5g.model.v20220314.DeleteAuthorizationRuleResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DeleteAuthorizationRuleResponseUnmarshaller { public static DeleteAuthorizationRuleResponse unmarshall(DeleteAuthorizationRuleResponse deleteAuthorizationRuleResponse, UnmarshallerContext _ctx) { deleteAuthorizationRuleResponse.setRequestId(_ctx.stringValue("DeleteAuthorizationRuleResponse.RequestId")); return deleteAuthorizationRuleResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/transform
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/transform/v20220314/DeleteBatchOperateCardsTaskResponseUnmarshaller.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.cc5g.transform.v20220314; import com.aliyuncs.cc5g.model.v20220314.DeleteBatchOperateCardsTaskResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DeleteBatchOperateCardsTaskResponseUnmarshaller { public static DeleteBatchOperateCardsTaskResponse unmarshall(DeleteBatchOperateCardsTaskResponse deleteBatchOperateCardsTaskResponse, UnmarshallerContext _ctx) { deleteBatchOperateCardsTaskResponse.setRequestId(_ctx.stringValue("DeleteBatchOperateCardsTaskResponse.RequestId")); return deleteBatchOperateCardsTaskResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/transform
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/transform/v20220314/DeleteGroupAuthorizationRuleResponseUnmarshaller.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.cc5g.transform.v20220314; import com.aliyuncs.cc5g.model.v20220314.DeleteGroupAuthorizationRuleResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DeleteGroupAuthorizationRuleResponseUnmarshaller { public static DeleteGroupAuthorizationRuleResponse unmarshall(DeleteGroupAuthorizationRuleResponse deleteGroupAuthorizationRuleResponse, UnmarshallerContext _ctx) { deleteGroupAuthorizationRuleResponse.setRequestId(_ctx.stringValue("DeleteGroupAuthorizationRuleResponse.RequestId")); return deleteGroupAuthorizationRuleResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/transform
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/transform/v20220314/DeleteIoTCloudConnectorBackhaulRouteResponseUnmarshaller.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.cc5g.transform.v20220314; import com.aliyuncs.cc5g.model.v20220314.DeleteIoTCloudConnectorBackhaulRouteResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DeleteIoTCloudConnectorBackhaulRouteResponseUnmarshaller { public static DeleteIoTCloudConnectorBackhaulRouteResponse unmarshall(DeleteIoTCloudConnectorBackhaulRouteResponse deleteIoTCloudConnectorBackhaulRouteResponse, UnmarshallerContext _ctx) { deleteIoTCloudConnectorBackhaulRouteResponse.setRequestId(_ctx.stringValue("DeleteIoTCloudConnectorBackhaulRouteResponse.RequestId")); return deleteIoTCloudConnectorBackhaulRouteResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/transform
java-sources/com/aliyun/aliyun-java-sdk-cc5g/1.0.6/com/aliyuncs/cc5g/transform/v20220314/DeleteWirelessCloudConnectorGroupResponseUnmarshaller.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.cc5g.transform.v20220314; import com.aliyuncs.cc5g.model.v20220314.DeleteWirelessCloudConnectorGroupResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DeleteWirelessCloudConnectorGroupResponseUnmarshaller { public static DeleteWirelessCloudConnectorGroupResponse unmarshall(DeleteWirelessCloudConnectorGroupResponse deleteWirelessCloudConnectorGroupResponse, UnmarshallerContext _ctx) { deleteWirelessCloudConnectorGroupResponse.setRequestId(_ctx.stringValue("DeleteWirelessCloudConnectorGroupResponse.RequestId")); return deleteWirelessCloudConnectorGroupResponse; } }