index
int64
repo_id
string
file_path
string
content
string
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/model/v20191118/QueryJobOrderRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.model.v20191118; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cloudwifi_pop.Endpoint; /** * @author auto create * @version */ public class QueryJobOrderRequest extends RpcAcsRequest<QueryJobOrderResponse> { private String appName; private Long orderId; private String requestId; private String appCode; public QueryJobOrderRequest() { super("cloudwifi-pop", "2019-11-18", "QueryJobOrder", "cloudap"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public String getAppName() { return this.appName; } public void setAppName(String appName) { this.appName = appName; if(appName != null){ putQueryParameter("AppName", appName); } } public Long getOrderId() { return this.orderId; } public void setOrderId(Long orderId) { this.orderId = orderId; if(orderId != null){ putQueryParameter("OrderId", orderId.toString()); } } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; if(requestId != null){ putQueryParameter("RequestId", requestId); } } public String getAppCode() { return this.appCode; } public void setAppCode(String appCode) { this.appCode = appCode; if(appCode != null){ putQueryParameter("AppCode", appCode); } } @Override public Class<QueryJobOrderResponse> getResponseClass() { return QueryJobOrderResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/model/v20191118/QueryJobOrderResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.model.v20191118; import java.util.Map; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudwifi_pop.transform.v20191118.QueryJobOrderResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class QueryJobOrderResponse extends AcsResponse { private Map<Object,Object> data; private String errorMessage; private Boolean isSuccess; private String requestId; private Integer errorCode; public Map<Object,Object> getData() { return this.data; } public void setData(Map<Object,Object> data) { this.data = data; } public String getErrorMessage() { return this.errorMessage; } public void setErrorMessage(String errorMessage) { this.errorMessage = errorMessage; } public Boolean getIsSuccess() { return this.isSuccess; } public void setIsSuccess(Boolean isSuccess) { this.isSuccess = isSuccess; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } @Override public QueryJobOrderResponse getInstance(UnmarshallerContext context) { return QueryJobOrderResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/model/v20191118/RebootApRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.model.v20191118; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cloudwifi_pop.Endpoint; /** * @author auto create * @version */ public class RebootApRequest extends RpcAcsRequest<RebootApResponse> { private String appName; private String appCode; private String apMac; public RebootApRequest() { super("cloudwifi-pop", "2019-11-18", "RebootAp", "cloudap"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public String getAppName() { return this.appName; } public void setAppName(String appName) { this.appName = appName; if(appName != null){ putQueryParameter("AppName", appName); } } public String getAppCode() { return this.appCode; } public void setAppCode(String appCode) { this.appCode = appCode; if(appCode != null){ putQueryParameter("AppCode", appCode); } } public String getApMac() { return this.apMac; } public void setApMac(String apMac) { this.apMac = apMac; if(apMac != null){ putQueryParameter("ApMac", apMac); } } @Override public Class<RebootApResponse> getResponseClass() { return RebootApResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/model/v20191118/RebootApResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.model.v20191118; import java.util.Map; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudwifi_pop.transform.v20191118.RebootApResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class RebootApResponse extends AcsResponse { private Map<Object,Object> data; private String requestId; private String errorMessage; private Boolean isSuccess; private Integer errorCode; public Map<Object,Object> getData() { return this.data; } public void setData(Map<Object,Object> data) { this.data = data; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getErrorMessage() { return this.errorMessage; } public void setErrorMessage(String errorMessage) { this.errorMessage = errorMessage; } public Boolean getIsSuccess() { return this.isSuccess; } public void setIsSuccess(Boolean isSuccess) { this.isSuccess = isSuccess; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } @Override public RebootApResponse getInstance(UnmarshallerContext context) { return RebootApResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/model/v20191118/RegisterApAssetRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.model.v20191118; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cloudwifi_pop.Endpoint; /** * @author auto create * @version */ public class RegisterApAssetRequest extends RpcAcsRequest<RegisterApAssetResponse> { private String appName; private String apGroupUUId; private String appCode; private Long id; private String mac; private String serialNo; public RegisterApAssetRequest() { super("cloudwifi-pop", "2019-11-18", "RegisterApAsset", "cloudap"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public String getAppName() { return this.appName; } public void setAppName(String appName) { this.appName = appName; if(appName != null){ putQueryParameter("AppName", appName); } } public String getApGroupUUId() { return this.apGroupUUId; } public void setApGroupUUId(String apGroupUUId) { this.apGroupUUId = apGroupUUId; if(apGroupUUId != null){ putQueryParameter("ApGroupUUId", apGroupUUId); } } public String getAppCode() { return this.appCode; } public void setAppCode(String appCode) { this.appCode = appCode; if(appCode != null){ putQueryParameter("AppCode", appCode); } } public Long getId() { return this.id; } public void setId(Long id) { this.id = id; if(id != null){ putQueryParameter("Id", id.toString()); } } public String getMac() { return this.mac; } public void setMac(String mac) { this.mac = mac; if(mac != null){ putQueryParameter("Mac", mac); } } public String getSerialNo() { return this.serialNo; } public void setSerialNo(String serialNo) { this.serialNo = serialNo; if(serialNo != null){ putQueryParameter("SerialNo", serialNo); } } @Override public Class<RegisterApAssetResponse> getResponseClass() { return RegisterApAssetResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/model/v20191118/RegisterApAssetResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.model.v20191118; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudwifi_pop.transform.v20191118.RegisterApAssetResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class RegisterApAssetResponse extends AcsResponse { private String data; private String requestId; private String errorMessage; private Boolean isSuccess; private Integer errorCode; public String getData() { return this.data; } public void setData(String data) { this.data = data; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getErrorMessage() { return this.errorMessage; } public void setErrorMessage(String errorMessage) { this.errorMessage = errorMessage; } public Boolean getIsSuccess() { return this.isSuccess; } public void setIsSuccess(Boolean isSuccess) { this.isSuccess = isSuccess; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } @Override public RegisterApAssetResponse getInstance(UnmarshallerContext context) { return RegisterApAssetResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/model/v20191118/RepairApRadioRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.model.v20191118; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cloudwifi_pop.Endpoint; /** * @author auto create * @version */ public class RepairApRadioRequest extends RpcAcsRequest<RepairApRadioResponse> { private String appName; private String appCode; private String apMac; private String radioIndex; public RepairApRadioRequest() { super("cloudwifi-pop", "2019-11-18", "RepairApRadio", "cloudap"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public String getAppName() { return this.appName; } public void setAppName(String appName) { this.appName = appName; if(appName != null){ putQueryParameter("AppName", appName); } } public String getAppCode() { return this.appCode; } public void setAppCode(String appCode) { this.appCode = appCode; if(appCode != null){ putQueryParameter("AppCode", appCode); } } public String getApMac() { return this.apMac; } public void setApMac(String apMac) { this.apMac = apMac; if(apMac != null){ putQueryParameter("ApMac", apMac); } } public String getRadioIndex() { return this.radioIndex; } public void setRadioIndex(String radioIndex) { this.radioIndex = radioIndex; if(radioIndex != null){ putQueryParameter("RadioIndex", radioIndex); } } @Override public Class<RepairApRadioResponse> getResponseClass() { return RepairApRadioResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/model/v20191118/RepairApRadioResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.model.v20191118; import java.util.Map; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudwifi_pop.transform.v20191118.RepairApRadioResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class RepairApRadioResponse extends AcsResponse { private Map<Object,Object> data; private String requestId; private String errorMessage; private Boolean isSuccess; private Boolean errorCode; public Map<Object,Object> getData() { return this.data; } public void setData(Map<Object,Object> data) { this.data = data; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getErrorMessage() { return this.errorMessage; } public void setErrorMessage(String errorMessage) { this.errorMessage = errorMessage; } public Boolean getIsSuccess() { return this.isSuccess; } public void setIsSuccess(Boolean isSuccess) { this.isSuccess = isSuccess; } public Boolean getErrorCode() { return this.errorCode; } public void setErrorCode(Boolean errorCode) { this.errorCode = errorCode; } @Override public RepairApRadioResponse getInstance(UnmarshallerContext context) { return RepairApRadioResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/model/v20191118/SaveApBasicConfigRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.model.v20191118; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cloudwifi_pop.Endpoint; /** * @author auto create * @version */ public class SaveApBasicConfigRequest extends RpcAcsRequest<SaveApBasicConfigResponse> { private String country; private String tokenServer; private Integer lanStatus; private Integer scan; private String description; private Integer workMode; private String dai; private String lanMask; private String logIp; private Integer insecureAllowed; private String protocol; private String route; private String appName; private String vpn; private Integer failover; private String passwd; private Integer logLevel; private String name; private Integer echoInt; private String appCode; private Long id; private String lanIp; public SaveApBasicConfigRequest() { super("cloudwifi-pop", "2019-11-18", "SaveApBasicConfig", "cloudap"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public String getCountry() { return this.country; } public void setCountry(String country) { this.country = country; if(country != null){ putQueryParameter("Country", country); } } public String getTokenServer() { return this.tokenServer; } public void setTokenServer(String tokenServer) { this.tokenServer = tokenServer; if(tokenServer != null){ putQueryParameter("TokenServer", tokenServer); } } public Integer getLanStatus() { return this.lanStatus; } public void setLanStatus(Integer lanStatus) { this.lanStatus = lanStatus; if(lanStatus != null){ putQueryParameter("LanStatus", lanStatus.toString()); } } public Integer getScan() { return this.scan; } public void setScan(Integer scan) { this.scan = scan; if(scan != null){ putQueryParameter("Scan", scan.toString()); } } public String getDescription() { return this.description; } public void setDescription(String description) { this.description = description; if(description != null){ putQueryParameter("Description", description); } } public Integer getWorkMode() { return this.workMode; } public void setWorkMode(Integer workMode) { this.workMode = workMode; if(workMode != null){ putQueryParameter("WorkMode", workMode.toString()); } } public String getDai() { return this.dai; } public void setDai(String dai) { this.dai = dai; if(dai != null){ putQueryParameter("Dai", dai); } } public String getLanMask() { return this.lanMask; } public void setLanMask(String lanMask) { this.lanMask = lanMask; if(lanMask != null){ putQueryParameter("LanMask", lanMask); } } public String getLogIp() { return this.logIp; } public void setLogIp(String logIp) { this.logIp = logIp; if(logIp != null){ putQueryParameter("LogIp", logIp); } } public Integer getInsecureAllowed() { return this.insecureAllowed; } public void setInsecureAllowed(Integer insecureAllowed) { this.insecureAllowed = insecureAllowed; if(insecureAllowed != null){ putQueryParameter("InsecureAllowed", insecureAllowed.toString()); } } public String getBizProtocol() { return this.protocol; } public void setBizProtocol(String protocol) { this.protocol = protocol; if(protocol != null){ putQueryParameter("Protocol", protocol); } } public String getRoute() { return this.route; } public void setRoute(String route) { this.route = route; if(route != null){ putQueryParameter("Route", route); } } public String getAppName() { return this.appName; } public void setAppName(String appName) { this.appName = appName; if(appName != null){ putQueryParameter("AppName", appName); } } public String getVpn() { return this.vpn; } public void setVpn(String vpn) { this.vpn = vpn; if(vpn != null){ putQueryParameter("Vpn", vpn); } } public Integer getFailover() { return this.failover; } public void setFailover(Integer failover) { this.failover = failover; if(failover != null){ putQueryParameter("Failover", failover.toString()); } } public String getPasswd() { return this.passwd; } public void setPasswd(String passwd) { this.passwd = passwd; if(passwd != null){ putQueryParameter("Passwd", passwd); } } public Integer getLogLevel() { return this.logLevel; } public void setLogLevel(Integer logLevel) { this.logLevel = logLevel; if(logLevel != null){ putQueryParameter("LogLevel", logLevel.toString()); } } public String getName() { return this.name; } public void setName(String name) { this.name = name; if(name != null){ putQueryParameter("Name", name); } } public Integer getEchoInt() { return this.echoInt; } public void setEchoInt(Integer echoInt) { this.echoInt = echoInt; if(echoInt != null){ putQueryParameter("EchoInt", echoInt.toString()); } } public String getAppCode() { return this.appCode; } public void setAppCode(String appCode) { this.appCode = appCode; if(appCode != null){ putQueryParameter("AppCode", appCode); } } public Long getId() { return this.id; } public void setId(Long id) { this.id = id; if(id != null){ putQueryParameter("Id", id.toString()); } } public String getLanIp() { return this.lanIp; } public void setLanIp(String lanIp) { this.lanIp = lanIp; if(lanIp != null){ putQueryParameter("LanIp", lanIp); } } @Override public Class<SaveApBasicConfigResponse> getResponseClass() { return SaveApBasicConfigResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/model/v20191118/SaveApBasicConfigResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.model.v20191118; import java.util.Map; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudwifi_pop.transform.v20191118.SaveApBasicConfigResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class SaveApBasicConfigResponse extends AcsResponse { private Map<Object,Object> data; private String requestId; private String errorMessage; private Boolean isSuccess; private Integer errorCode; public Map<Object,Object> getData() { return this.data; } public void setData(Map<Object,Object> data) { this.data = data; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getErrorMessage() { return this.errorMessage; } public void setErrorMessage(String errorMessage) { this.errorMessage = errorMessage; } public Boolean getIsSuccess() { return this.isSuccess; } public void setIsSuccess(Boolean isSuccess) { this.isSuccess = isSuccess; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } @Override public SaveApBasicConfigResponse getInstance(UnmarshallerContext context) { return SaveApBasicConfigResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/model/v20191118/SaveApPortalConfigRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.model.v20191118; import com.aliyuncs.RpcAcsRequest; import java.util.List; import com.aliyuncs.http.MethodType; import com.aliyuncs.cloudwifi_pop.Endpoint; /** * @author auto create * @version */ public class SaveApPortalConfigRequest extends RpcAcsRequest<SaveApPortalConfigResponse> { private String authKey; private List<String> portalTypes; private Integer countdown; private Integer clientUpload; private String whitelist; private Integer network; private String appName; private String portalUrl; private Integer totalUpload; private Integer totalDownload; private String appAuthUrl; private String appCode; private Long apConfigId; private String checkUrl; private Integer clientDownload; private String authSecret; private String webAuthUrl; private Long timeStamp; public SaveApPortalConfigRequest() { super("cloudwifi-pop", "2019-11-18", "SaveApPortalConfig", "cloudap"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public String getAuthKey() { return this.authKey; } public void setAuthKey(String authKey) { this.authKey = authKey; if(authKey != null){ putQueryParameter("AuthKey", authKey); } } public List<String> getPortalTypes() { return this.portalTypes; } public void setPortalTypes(List<String> portalTypes) { this.portalTypes = portalTypes; if (portalTypes != null) { String portalTypesArrVal = ""; for(int depth1 = 0; depth1 < portalTypes.size(); depth1++) { portalTypesArrVal += portalTypes.get(depth1) + ","; } if (portalTypesArrVal.length() > 0) { portalTypesArrVal = portalTypesArrVal.substring(0, portalTypesArrVal.length() - 1); } putQueryParameter("PortalTypes" , portalTypesArrVal); } } public Integer getCountdown() { return this.countdown; } public void setCountdown(Integer countdown) { this.countdown = countdown; if(countdown != null){ putQueryParameter("Countdown", countdown.toString()); } } public Integer getClientUpload() { return this.clientUpload; } public void setClientUpload(Integer clientUpload) { this.clientUpload = clientUpload; if(clientUpload != null){ putQueryParameter("ClientUpload", clientUpload.toString()); } } public String getWhitelist() { return this.whitelist; } public void setWhitelist(String whitelist) { this.whitelist = whitelist; if(whitelist != null){ putQueryParameter("Whitelist", whitelist); } } public Integer getNetwork() { return this.network; } public void setNetwork(Integer network) { this.network = network; if(network != null){ putQueryParameter("Network", network.toString()); } } public String getAppName() { return this.appName; } public void setAppName(String appName) { this.appName = appName; if(appName != null){ putQueryParameter("AppName", appName); } } public String getPortalUrl() { return this.portalUrl; } public void setPortalUrl(String portalUrl) { this.portalUrl = portalUrl; if(portalUrl != null){ putQueryParameter("PortalUrl", portalUrl); } } public Integer getTotalUpload() { return this.totalUpload; } public void setTotalUpload(Integer totalUpload) { this.totalUpload = totalUpload; if(totalUpload != null){ putQueryParameter("TotalUpload", totalUpload.toString()); } } public Integer getTotalDownload() { return this.totalDownload; } public void setTotalDownload(Integer totalDownload) { this.totalDownload = totalDownload; if(totalDownload != null){ putQueryParameter("TotalDownload", totalDownload.toString()); } } public String getAppAuthUrl() { return this.appAuthUrl; } public void setAppAuthUrl(String appAuthUrl) { this.appAuthUrl = appAuthUrl; if(appAuthUrl != null){ putQueryParameter("AppAuthUrl", appAuthUrl); } } public String getAppCode() { return this.appCode; } public void setAppCode(String appCode) { this.appCode = appCode; if(appCode != null){ putQueryParameter("AppCode", appCode); } } public Long getApConfigId() { return this.apConfigId; } public void setApConfigId(Long apConfigId) { this.apConfigId = apConfigId; if(apConfigId != null){ putQueryParameter("ApConfigId", apConfigId.toString()); } } public String getCheckUrl() { return this.checkUrl; } public void setCheckUrl(String checkUrl) { this.checkUrl = checkUrl; if(checkUrl != null){ putQueryParameter("CheckUrl", checkUrl); } } public Integer getClientDownload() { return this.clientDownload; } public void setClientDownload(Integer clientDownload) { this.clientDownload = clientDownload; if(clientDownload != null){ putQueryParameter("ClientDownload", clientDownload.toString()); } } public String getAuthSecret() { return this.authSecret; } public void setAuthSecret(String authSecret) { this.authSecret = authSecret; if(authSecret != null){ putQueryParameter("AuthSecret", authSecret); } } public String getWebAuthUrl() { return this.webAuthUrl; } public void setWebAuthUrl(String webAuthUrl) { this.webAuthUrl = webAuthUrl; if(webAuthUrl != null){ putQueryParameter("WebAuthUrl", webAuthUrl); } } public Long getTimeStamp() { return this.timeStamp; } public void setTimeStamp(Long timeStamp) { this.timeStamp = timeStamp; if(timeStamp != null){ putQueryParameter("TimeStamp", timeStamp.toString()); } } @Override public Class<SaveApPortalConfigResponse> getResponseClass() { return SaveApPortalConfigResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/model/v20191118/SaveApPortalConfigResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.model.v20191118; import java.util.Map; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudwifi_pop.transform.v20191118.SaveApPortalConfigResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class SaveApPortalConfigResponse extends AcsResponse { private Map<Object,Object> data; private Boolean isSuccess; private Integer errorCode; private String errorMessage; private String requestId; public Map<Object,Object> getData() { return this.data; } public void setData(Map<Object,Object> data) { this.data = data; } public Boolean getIsSuccess() { return this.isSuccess; } public void setIsSuccess(Boolean isSuccess) { this.isSuccess = isSuccess; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public String getErrorMessage() { return this.errorMessage; } public void setErrorMessage(String errorMessage) { this.errorMessage = errorMessage; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public SaveApPortalConfigResponse getInstance(UnmarshallerContext context) { return SaveApPortalConfigResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/model/v20191118/SaveApRadioConfigRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.model.v20191118; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cloudwifi_pop.Endpoint; /** * @author auto create * @version */ public class SaveApRadioConfigRequest extends RpcAcsRequest<SaveApRadioConfigResponse> { private String requireMode; private String htmode; private Integer frag; private Integer minrate; private Integer mcastRate; private String probereq; private String channel; private String shortgi; private String hwmode; private Integer uapsd; private Integer beaconInt; private Integer rts; private String appName; private String txpower; private Integer bcastRate; private String noscan; private String appCode; private String disabled; private Integer mgmtRate; private Long id; public SaveApRadioConfigRequest() { super("cloudwifi-pop", "2019-11-18", "SaveApRadioConfig", "cloudap"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public String getRequireMode() { return this.requireMode; } public void setRequireMode(String requireMode) { this.requireMode = requireMode; if(requireMode != null){ putQueryParameter("RequireMode", requireMode); } } public String getHtmode() { return this.htmode; } public void setHtmode(String htmode) { this.htmode = htmode; if(htmode != null){ putQueryParameter("Htmode", htmode); } } public Integer getFrag() { return this.frag; } public void setFrag(Integer frag) { this.frag = frag; if(frag != null){ putQueryParameter("Frag", frag.toString()); } } public Integer getMinrate() { return this.minrate; } public void setMinrate(Integer minrate) { this.minrate = minrate; if(minrate != null){ putQueryParameter("Minrate", minrate.toString()); } } public Integer getMcastRate() { return this.mcastRate; } public void setMcastRate(Integer mcastRate) { this.mcastRate = mcastRate; if(mcastRate != null){ putQueryParameter("McastRate", mcastRate.toString()); } } public String getProbereq() { return this.probereq; } public void setProbereq(String probereq) { this.probereq = probereq; if(probereq != null){ putQueryParameter("Probereq", probereq); } } public String getChannel() { return this.channel; } public void setChannel(String channel) { this.channel = channel; if(channel != null){ putQueryParameter("Channel", channel); } } public String getShortgi() { return this.shortgi; } public void setShortgi(String shortgi) { this.shortgi = shortgi; if(shortgi != null){ putQueryParameter("Shortgi", shortgi); } } public String getHwmode() { return this.hwmode; } public void setHwmode(String hwmode) { this.hwmode = hwmode; if(hwmode != null){ putQueryParameter("Hwmode", hwmode); } } public Integer getUapsd() { return this.uapsd; } public void setUapsd(Integer uapsd) { this.uapsd = uapsd; if(uapsd != null){ putQueryParameter("Uapsd", uapsd.toString()); } } public Integer getBeaconInt() { return this.beaconInt; } public void setBeaconInt(Integer beaconInt) { this.beaconInt = beaconInt; if(beaconInt != null){ putQueryParameter("BeaconInt", beaconInt.toString()); } } public Integer getRts() { return this.rts; } public void setRts(Integer rts) { this.rts = rts; if(rts != null){ putQueryParameter("Rts", rts.toString()); } } public String getAppName() { return this.appName; } public void setAppName(String appName) { this.appName = appName; if(appName != null){ putQueryParameter("AppName", appName); } } public String getTxpower() { return this.txpower; } public void setTxpower(String txpower) { this.txpower = txpower; if(txpower != null){ putQueryParameter("Txpower", txpower); } } public Integer getBcastRate() { return this.bcastRate; } public void setBcastRate(Integer bcastRate) { this.bcastRate = bcastRate; if(bcastRate != null){ putQueryParameter("BcastRate", bcastRate.toString()); } } public String getNoscan() { return this.noscan; } public void setNoscan(String noscan) { this.noscan = noscan; if(noscan != null){ putQueryParameter("Noscan", noscan); } } public String getAppCode() { return this.appCode; } public void setAppCode(String appCode) { this.appCode = appCode; if(appCode != null){ putQueryParameter("AppCode", appCode); } } public String getDisabled() { return this.disabled; } public void setDisabled(String disabled) { this.disabled = disabled; if(disabled != null){ putQueryParameter("Disabled", disabled); } } public Integer getMgmtRate() { return this.mgmtRate; } public void setMgmtRate(Integer mgmtRate) { this.mgmtRate = mgmtRate; if(mgmtRate != null){ putQueryParameter("MgmtRate", mgmtRate.toString()); } } public Long getId() { return this.id; } public void setId(Long id) { this.id = id; if(id != null){ putQueryParameter("Id", id.toString()); } } @Override public Class<SaveApRadioConfigResponse> getResponseClass() { return SaveApRadioConfigResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/model/v20191118/SaveApRadioConfigResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.model.v20191118; import java.util.Map; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudwifi_pop.transform.v20191118.SaveApRadioConfigResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class SaveApRadioConfigResponse extends AcsResponse { private Map<Object,Object> data; private String requestId; private String errorMessage; private Boolean isSuccess; private Integer errorCode; public Map<Object,Object> getData() { return this.data; } public void setData(Map<Object,Object> data) { this.data = data; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getErrorMessage() { return this.errorMessage; } public void setErrorMessage(String errorMessage) { this.errorMessage = errorMessage; } public Boolean getIsSuccess() { return this.isSuccess; } public void setIsSuccess(Boolean isSuccess) { this.isSuccess = isSuccess; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } @Override public SaveApRadioConfigResponse getInstance(UnmarshallerContext context) { return SaveApRadioConfigResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/model/v20191118/SaveApSsidConfigRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.model.v20191118; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cloudwifi_pop.Endpoint; /** * @author auto create * @version */ public class SaveApSsidConfigRequest extends RpcAcsRequest<SaveApSsidConfigResponse> { private String nasid; private Integer ieee80211r; private Integer dynamicVlan; private String fourthAuthServer; private String secondaryAcctServer; private Integer type; private String secondaryAcctSecret; private String ieee80211w; private Integer ftOverDs; private Integer multicastForward; private Long apAssetId; private String appName; private String authCache; private Long id; private Integer ignoreWeakProbe; private Integer thirdAuthPort; private String acctServer; private String thirdAuthSecret; private String daeClient; private String secondaryAuthServer; private Boolean sendConfigToAp; private Long cirStep; private Integer secondaryAuthPort; private Integer ndProxyWork; private Boolean liteEffect; private String acctSecret; private Integer secondaryAcctPort; private Integer disassocWeakRssi; private Integer daePort; private Integer cirType; private Integer maxInactivity; private String appCode; private String shortPreamble; private Integer authStatusServerWork; private String secondaryAuthSecret; private Integer acctStatusServerWork; private Integer authPort; private String hidden; private String authServer; private String mobilityDomain; private Long cirUl; private String ssid; private Long cir; private String mac; private Integer network; private Integer arpProxyEnable; private String isolate; private String encKey; private String encryption; private String wmm; private String disabled; private String radioIndex; private Integer maxassoc; private String daeSecret; private String disassocLowAck; private String thirdAuthServer; private Integer ssidLb; private Integer fourthAuthPort; private Integer acctPort; private String fourthAuthSecret; private Integer vlanDhcp; private String authSecret; private String ownip; public SaveApSsidConfigRequest() { super("cloudwifi-pop", "2019-11-18", "SaveApSsidConfig", "cloudap"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public String getNasid() { return this.nasid; } public void setNasid(String nasid) { this.nasid = nasid; if(nasid != null){ putQueryParameter("Nasid", nasid); } } public Integer getIeee80211r() { return this.ieee80211r; } public void setIeee80211r(Integer ieee80211r) { this.ieee80211r = ieee80211r; if(ieee80211r != null){ putQueryParameter("Ieee80211r", ieee80211r.toString()); } } public Integer getDynamicVlan() { return this.dynamicVlan; } public void setDynamicVlan(Integer dynamicVlan) { this.dynamicVlan = dynamicVlan; if(dynamicVlan != null){ putQueryParameter("DynamicVlan", dynamicVlan.toString()); } } public String getFourthAuthServer() { return this.fourthAuthServer; } public void setFourthAuthServer(String fourthAuthServer) { this.fourthAuthServer = fourthAuthServer; if(fourthAuthServer != null){ putQueryParameter("FourthAuthServer", fourthAuthServer); } } public String getSecondaryAcctServer() { return this.secondaryAcctServer; } public void setSecondaryAcctServer(String secondaryAcctServer) { this.secondaryAcctServer = secondaryAcctServer; if(secondaryAcctServer != null){ putQueryParameter("SecondaryAcctServer", secondaryAcctServer); } } public Integer getType() { return this.type; } public void setType(Integer type) { this.type = type; if(type != null){ putQueryParameter("Type", type.toString()); } } public String getSecondaryAcctSecret() { return this.secondaryAcctSecret; } public void setSecondaryAcctSecret(String secondaryAcctSecret) { this.secondaryAcctSecret = secondaryAcctSecret; if(secondaryAcctSecret != null){ putQueryParameter("SecondaryAcctSecret", secondaryAcctSecret); } } public String getIeee80211w() { return this.ieee80211w; } public void setIeee80211w(String ieee80211w) { this.ieee80211w = ieee80211w; if(ieee80211w != null){ putQueryParameter("Ieee80211w", ieee80211w); } } public Integer getFtOverDs() { return this.ftOverDs; } public void setFtOverDs(Integer ftOverDs) { this.ftOverDs = ftOverDs; if(ftOverDs != null){ putQueryParameter("FtOverDs", ftOverDs.toString()); } } public Integer getMulticastForward() { return this.multicastForward; } public void setMulticastForward(Integer multicastForward) { this.multicastForward = multicastForward; if(multicastForward != null){ putQueryParameter("MulticastForward", multicastForward.toString()); } } public Long getApAssetId() { return this.apAssetId; } public void setApAssetId(Long apAssetId) { this.apAssetId = apAssetId; if(apAssetId != null){ putQueryParameter("ApAssetId", apAssetId.toString()); } } public String getAppName() { return this.appName; } public void setAppName(String appName) { this.appName = appName; if(appName != null){ putQueryParameter("AppName", appName); } } public String getAuthCache() { return this.authCache; } public void setAuthCache(String authCache) { this.authCache = authCache; if(authCache != null){ putQueryParameter("AuthCache", authCache); } } public Long getId() { return this.id; } public void setId(Long id) { this.id = id; if(id != null){ putQueryParameter("Id", id.toString()); } } public Integer getIgnoreWeakProbe() { return this.ignoreWeakProbe; } public void setIgnoreWeakProbe(Integer ignoreWeakProbe) { this.ignoreWeakProbe = ignoreWeakProbe; if(ignoreWeakProbe != null){ putQueryParameter("IgnoreWeakProbe", ignoreWeakProbe.toString()); } } public Integer getThirdAuthPort() { return this.thirdAuthPort; } public void setThirdAuthPort(Integer thirdAuthPort) { this.thirdAuthPort = thirdAuthPort; if(thirdAuthPort != null){ putQueryParameter("ThirdAuthPort", thirdAuthPort.toString()); } } public String getAcctServer() { return this.acctServer; } public void setAcctServer(String acctServer) { this.acctServer = acctServer; if(acctServer != null){ putQueryParameter("AcctServer", acctServer); } } public String getThirdAuthSecret() { return this.thirdAuthSecret; } public void setThirdAuthSecret(String thirdAuthSecret) { this.thirdAuthSecret = thirdAuthSecret; if(thirdAuthSecret != null){ putQueryParameter("ThirdAuthSecret", thirdAuthSecret); } } public String getDaeClient() { return this.daeClient; } public void setDaeClient(String daeClient) { this.daeClient = daeClient; if(daeClient != null){ putQueryParameter("DaeClient", daeClient); } } public String getSecondaryAuthServer() { return this.secondaryAuthServer; } public void setSecondaryAuthServer(String secondaryAuthServer) { this.secondaryAuthServer = secondaryAuthServer; if(secondaryAuthServer != null){ putQueryParameter("SecondaryAuthServer", secondaryAuthServer); } } public Boolean getSendConfigToAp() { return this.sendConfigToAp; } public void setSendConfigToAp(Boolean sendConfigToAp) { this.sendConfigToAp = sendConfigToAp; if(sendConfigToAp != null){ putQueryParameter("SendConfigToAp", sendConfigToAp.toString()); } } public Long getCirStep() { return this.cirStep; } public void setCirStep(Long cirStep) { this.cirStep = cirStep; if(cirStep != null){ putQueryParameter("CirStep", cirStep.toString()); } } public Integer getSecondaryAuthPort() { return this.secondaryAuthPort; } public void setSecondaryAuthPort(Integer secondaryAuthPort) { this.secondaryAuthPort = secondaryAuthPort; if(secondaryAuthPort != null){ putQueryParameter("SecondaryAuthPort", secondaryAuthPort.toString()); } } public Integer getNdProxyWork() { return this.ndProxyWork; } public void setNdProxyWork(Integer ndProxyWork) { this.ndProxyWork = ndProxyWork; if(ndProxyWork != null){ putQueryParameter("NdProxyWork", ndProxyWork.toString()); } } public Boolean getLiteEffect() { return this.liteEffect; } public void setLiteEffect(Boolean liteEffect) { this.liteEffect = liteEffect; if(liteEffect != null){ putQueryParameter("LiteEffect", liteEffect.toString()); } } public String getAcctSecret() { return this.acctSecret; } public void setAcctSecret(String acctSecret) { this.acctSecret = acctSecret; if(acctSecret != null){ putQueryParameter("AcctSecret", acctSecret); } } public Integer getSecondaryAcctPort() { return this.secondaryAcctPort; } public void setSecondaryAcctPort(Integer secondaryAcctPort) { this.secondaryAcctPort = secondaryAcctPort; if(secondaryAcctPort != null){ putQueryParameter("SecondaryAcctPort", secondaryAcctPort.toString()); } } public Integer getDisassocWeakRssi() { return this.disassocWeakRssi; } public void setDisassocWeakRssi(Integer disassocWeakRssi) { this.disassocWeakRssi = disassocWeakRssi; if(disassocWeakRssi != null){ putQueryParameter("DisassocWeakRssi", disassocWeakRssi.toString()); } } public Integer getDaePort() { return this.daePort; } public void setDaePort(Integer daePort) { this.daePort = daePort; if(daePort != null){ putQueryParameter("DaePort", daePort.toString()); } } public Integer getCirType() { return this.cirType; } public void setCirType(Integer cirType) { this.cirType = cirType; if(cirType != null){ putQueryParameter("CirType", cirType.toString()); } } public Integer getMaxInactivity() { return this.maxInactivity; } public void setMaxInactivity(Integer maxInactivity) { this.maxInactivity = maxInactivity; if(maxInactivity != null){ putQueryParameter("MaxInactivity", maxInactivity.toString()); } } public String getAppCode() { return this.appCode; } public void setAppCode(String appCode) { this.appCode = appCode; if(appCode != null){ putQueryParameter("AppCode", appCode); } } public String getShortPreamble() { return this.shortPreamble; } public void setShortPreamble(String shortPreamble) { this.shortPreamble = shortPreamble; if(shortPreamble != null){ putQueryParameter("ShortPreamble", shortPreamble); } } public Integer getAuthStatusServerWork() { return this.authStatusServerWork; } public void setAuthStatusServerWork(Integer authStatusServerWork) { this.authStatusServerWork = authStatusServerWork; if(authStatusServerWork != null){ putQueryParameter("AuthStatusServerWork", authStatusServerWork.toString()); } } public String getSecondaryAuthSecret() { return this.secondaryAuthSecret; } public void setSecondaryAuthSecret(String secondaryAuthSecret) { this.secondaryAuthSecret = secondaryAuthSecret; if(secondaryAuthSecret != null){ putQueryParameter("SecondaryAuthSecret", secondaryAuthSecret); } } public Integer getAcctStatusServerWork() { return this.acctStatusServerWork; } public void setAcctStatusServerWork(Integer acctStatusServerWork) { this.acctStatusServerWork = acctStatusServerWork; if(acctStatusServerWork != null){ putQueryParameter("AcctStatusServerWork", acctStatusServerWork.toString()); } } public Integer getAuthPort() { return this.authPort; } public void setAuthPort(Integer authPort) { this.authPort = authPort; if(authPort != null){ putQueryParameter("AuthPort", authPort.toString()); } } public String getHidden() { return this.hidden; } public void setHidden(String hidden) { this.hidden = hidden; if(hidden != null){ putQueryParameter("Hidden", hidden); } } public String getAuthServer() { return this.authServer; } public void setAuthServer(String authServer) { this.authServer = authServer; if(authServer != null){ putQueryParameter("AuthServer", authServer); } } public String getMobilityDomain() { return this.mobilityDomain; } public void setMobilityDomain(String mobilityDomain) { this.mobilityDomain = mobilityDomain; if(mobilityDomain != null){ putQueryParameter("MobilityDomain", mobilityDomain); } } public Long getCirUl() { return this.cirUl; } public void setCirUl(Long cirUl) { this.cirUl = cirUl; if(cirUl != null){ putQueryParameter("CirUl", cirUl.toString()); } } public String getSsid() { return this.ssid; } public void setSsid(String ssid) { this.ssid = ssid; if(ssid != null){ putQueryParameter("Ssid", ssid); } } public Long getCir() { return this.cir; } public void setCir(Long cir) { this.cir = cir; if(cir != null){ putQueryParameter("Cir", cir.toString()); } } public String getMac() { return this.mac; } public void setMac(String mac) { this.mac = mac; if(mac != null){ putQueryParameter("Mac", mac); } } public Integer getNetwork() { return this.network; } public void setNetwork(Integer network) { this.network = network; if(network != null){ putQueryParameter("Network", network.toString()); } } public Integer getArpProxyEnable() { return this.arpProxyEnable; } public void setArpProxyEnable(Integer arpProxyEnable) { this.arpProxyEnable = arpProxyEnable; if(arpProxyEnable != null){ putQueryParameter("ArpProxyEnable", arpProxyEnable.toString()); } } public String getIsolate() { return this.isolate; } public void setIsolate(String isolate) { this.isolate = isolate; if(isolate != null){ putQueryParameter("Isolate", isolate); } } public String getEncKey() { return this.encKey; } public void setEncKey(String encKey) { this.encKey = encKey; if(encKey != null){ putQueryParameter("EncKey", encKey); } } public String getEncryption() { return this.encryption; } public void setEncryption(String encryption) { this.encryption = encryption; if(encryption != null){ putQueryParameter("Encryption", encryption); } } public String getWmm() { return this.wmm; } public void setWmm(String wmm) { this.wmm = wmm; if(wmm != null){ putQueryParameter("Wmm", wmm); } } public String getDisabled() { return this.disabled; } public void setDisabled(String disabled) { this.disabled = disabled; if(disabled != null){ putQueryParameter("Disabled", disabled); } } public String getRadioIndex() { return this.radioIndex; } public void setRadioIndex(String radioIndex) { this.radioIndex = radioIndex; if(radioIndex != null){ putQueryParameter("RadioIndex", radioIndex); } } public Integer getMaxassoc() { return this.maxassoc; } public void setMaxassoc(Integer maxassoc) { this.maxassoc = maxassoc; if(maxassoc != null){ putQueryParameter("Maxassoc", maxassoc.toString()); } } public String getDaeSecret() { return this.daeSecret; } public void setDaeSecret(String daeSecret) { this.daeSecret = daeSecret; if(daeSecret != null){ putQueryParameter("DaeSecret", daeSecret); } } public String getDisassocLowAck() { return this.disassocLowAck; } public void setDisassocLowAck(String disassocLowAck) { this.disassocLowAck = disassocLowAck; if(disassocLowAck != null){ putQueryParameter("DisassocLowAck", disassocLowAck); } } public String getThirdAuthServer() { return this.thirdAuthServer; } public void setThirdAuthServer(String thirdAuthServer) { this.thirdAuthServer = thirdAuthServer; if(thirdAuthServer != null){ putQueryParameter("ThirdAuthServer", thirdAuthServer); } } public Integer getSsidLb() { return this.ssidLb; } public void setSsidLb(Integer ssidLb) { this.ssidLb = ssidLb; if(ssidLb != null){ putQueryParameter("SsidLb", ssidLb.toString()); } } public Integer getFourthAuthPort() { return this.fourthAuthPort; } public void setFourthAuthPort(Integer fourthAuthPort) { this.fourthAuthPort = fourthAuthPort; if(fourthAuthPort != null){ putQueryParameter("FourthAuthPort", fourthAuthPort.toString()); } } public Integer getAcctPort() { return this.acctPort; } public void setAcctPort(Integer acctPort) { this.acctPort = acctPort; if(acctPort != null){ putQueryParameter("AcctPort", acctPort.toString()); } } public String getFourthAuthSecret() { return this.fourthAuthSecret; } public void setFourthAuthSecret(String fourthAuthSecret) { this.fourthAuthSecret = fourthAuthSecret; if(fourthAuthSecret != null){ putQueryParameter("FourthAuthSecret", fourthAuthSecret); } } public Integer getVlanDhcp() { return this.vlanDhcp; } public void setVlanDhcp(Integer vlanDhcp) { this.vlanDhcp = vlanDhcp; if(vlanDhcp != null){ putQueryParameter("VlanDhcp", vlanDhcp.toString()); } } public String getAuthSecret() { return this.authSecret; } public void setAuthSecret(String authSecret) { this.authSecret = authSecret; if(authSecret != null){ putQueryParameter("AuthSecret", authSecret); } } public String getOwnip() { return this.ownip; } public void setOwnip(String ownip) { this.ownip = ownip; if(ownip != null){ putQueryParameter("Ownip", ownip); } } @Override public Class<SaveApSsidConfigResponse> getResponseClass() { return SaveApSsidConfigResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/model/v20191118/SaveApSsidConfigResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.model.v20191118; import java.util.Map; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudwifi_pop.transform.v20191118.SaveApSsidConfigResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class SaveApSsidConfigResponse extends AcsResponse { private Map<Object,Object> data; private String errorMessage; private Boolean isSuccess; private Integer errorCode; public Map<Object,Object> getData() { return this.data; } public void setData(Map<Object,Object> data) { this.data = data; } public String getErrorMessage() { return this.errorMessage; } public void setErrorMessage(String errorMessage) { this.errorMessage = errorMessage; } public Boolean getIsSuccess() { return this.isSuccess; } public void setIsSuccess(Boolean isSuccess) { this.isSuccess = isSuccess; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } @Override public SaveApSsidConfigResponse getInstance(UnmarshallerContext context) { return SaveApSsidConfigResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/model/v20191118/SaveApThirdAppRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.model.v20191118; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cloudwifi_pop.Endpoint; /** * @author auto create * @version */ public class SaveApThirdAppRequest extends RpcAcsRequest<SaveApThirdAppResponse> { private Integer addStyle; private Long apAssetId; private String appName; private String appCode; private String thirdAppName; private Long id; private Integer category; private String version; private String mac; private String appData; public SaveApThirdAppRequest() { super("cloudwifi-pop", "2019-11-18", "SaveApThirdApp", "cloudap"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Integer getAddStyle() { return this.addStyle; } public void setAddStyle(Integer addStyle) { this.addStyle = addStyle; if(addStyle != null){ putQueryParameter("AddStyle", addStyle.toString()); } } public Long getApAssetId() { return this.apAssetId; } public void setApAssetId(Long apAssetId) { this.apAssetId = apAssetId; if(apAssetId != null){ putQueryParameter("ApAssetId", apAssetId.toString()); } } public String getAppName() { return this.appName; } public void setAppName(String appName) { this.appName = appName; if(appName != null){ putQueryParameter("AppName", appName); } } public String getAppCode() { return this.appCode; } public void setAppCode(String appCode) { this.appCode = appCode; if(appCode != null){ putQueryParameter("AppCode", appCode); } } public String getThirdAppName() { return this.thirdAppName; } public void setThirdAppName(String thirdAppName) { this.thirdAppName = thirdAppName; if(thirdAppName != null){ putQueryParameter("ThirdAppName", thirdAppName); } } public Long getId() { return this.id; } public void setId(Long id) { this.id = id; if(id != null){ putQueryParameter("Id", id.toString()); } } public Integer getCategory() { return this.category; } public void setCategory(Integer category) { this.category = category; if(category != null){ putQueryParameter("Category", category.toString()); } } public String getVersion() { return this.version; } public void setVersion(String version) { this.version = version; if(version != null){ putQueryParameter("Version", version); } } public String getMac() { return this.mac; } public void setMac(String mac) { this.mac = mac; if(mac != null){ putQueryParameter("Mac", mac); } } public String getAppData() { return this.appData; } public void setAppData(String appData) { this.appData = appData; if(appData != null){ putQueryParameter("AppData", appData); } } @Override public Class<SaveApThirdAppResponse> getResponseClass() { return SaveApThirdAppResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/model/v20191118/SaveApThirdAppResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.model.v20191118; import java.util.Map; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudwifi_pop.transform.v20191118.SaveApThirdAppResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class SaveApThirdAppResponse extends AcsResponse { private Map<Object,Object> data; private Boolean isSuccess; private Integer errorCode; private String errorMessage; private String requestId; public Map<Object,Object> getData() { return this.data; } public void setData(Map<Object,Object> data) { this.data = data; } public Boolean getIsSuccess() { return this.isSuccess; } public void setIsSuccess(Boolean isSuccess) { this.isSuccess = isSuccess; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public String getErrorMessage() { return this.errorMessage; } public void setErrorMessage(String errorMessage) { this.errorMessage = errorMessage; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public SaveApThirdAppResponse getInstance(UnmarshallerContext context) { return SaveApThirdAppResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/model/v20191118/SaveApgroupBasicConfigRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.model.v20191118; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cloudwifi_pop.Endpoint; /** * @author auto create * @version */ public class SaveApgroupBasicConfigRequest extends RpcAcsRequest<SaveApgroupBasicConfigResponse> { private String country; private String tokenServer; private Integer lanStatus; private Integer scan; private String description; private Integer workMode; private Boolean isConfigStrongConsistency; private String dai; private String lanMask; private String logIp; private Integer insecureAllowed; private String protocol; private String route; private Long parentApgroupId; private String appName; private String vpn; private Integer failover; private String passwd; private Integer logLevel; private String name; private Integer echoInt; private String appCode; private Long id; private String lanIp; public SaveApgroupBasicConfigRequest() { super("cloudwifi-pop", "2019-11-18", "SaveApgroupBasicConfig", "cloudap"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public String getCountry() { return this.country; } public void setCountry(String country) { this.country = country; if(country != null){ putQueryParameter("Country", country); } } public String getTokenServer() { return this.tokenServer; } public void setTokenServer(String tokenServer) { this.tokenServer = tokenServer; if(tokenServer != null){ putQueryParameter("TokenServer", tokenServer); } } public Integer getLanStatus() { return this.lanStatus; } public void setLanStatus(Integer lanStatus) { this.lanStatus = lanStatus; if(lanStatus != null){ putQueryParameter("LanStatus", lanStatus.toString()); } } public Integer getScan() { return this.scan; } public void setScan(Integer scan) { this.scan = scan; if(scan != null){ putQueryParameter("Scan", scan.toString()); } } public String getDescription() { return this.description; } public void setDescription(String description) { this.description = description; if(description != null){ putQueryParameter("Description", description); } } public Integer getWorkMode() { return this.workMode; } public void setWorkMode(Integer workMode) { this.workMode = workMode; if(workMode != null){ putQueryParameter("WorkMode", workMode.toString()); } } public Boolean getIsConfigStrongConsistency() { return this.isConfigStrongConsistency; } public void setIsConfigStrongConsistency(Boolean isConfigStrongConsistency) { this.isConfigStrongConsistency = isConfigStrongConsistency; if(isConfigStrongConsistency != null){ putQueryParameter("IsConfigStrongConsistency", isConfigStrongConsistency.toString()); } } public String getDai() { return this.dai; } public void setDai(String dai) { this.dai = dai; if(dai != null){ putQueryParameter("Dai", dai); } } public String getLanMask() { return this.lanMask; } public void setLanMask(String lanMask) { this.lanMask = lanMask; if(lanMask != null){ putQueryParameter("LanMask", lanMask); } } public String getLogIp() { return this.logIp; } public void setLogIp(String logIp) { this.logIp = logIp; if(logIp != null){ putQueryParameter("LogIp", logIp); } } public Integer getInsecureAllowed() { return this.insecureAllowed; } public void setInsecureAllowed(Integer insecureAllowed) { this.insecureAllowed = insecureAllowed; if(insecureAllowed != null){ putQueryParameter("InsecureAllowed", insecureAllowed.toString()); } } public String getBizProtocol() { return this.protocol; } public void setBizProtocol(String protocol) { this.protocol = protocol; if(protocol != null){ putQueryParameter("Protocol", protocol); } } public String getRoute() { return this.route; } public void setRoute(String route) { this.route = route; if(route != null){ putQueryParameter("Route", route); } } public Long getParentApgroupId() { return this.parentApgroupId; } public void setParentApgroupId(Long parentApgroupId) { this.parentApgroupId = parentApgroupId; if(parentApgroupId != null){ putQueryParameter("ParentApgroupId", parentApgroupId.toString()); } } public String getAppName() { return this.appName; } public void setAppName(String appName) { this.appName = appName; if(appName != null){ putQueryParameter("AppName", appName); } } public String getVpn() { return this.vpn; } public void setVpn(String vpn) { this.vpn = vpn; if(vpn != null){ putQueryParameter("Vpn", vpn); } } public Integer getFailover() { return this.failover; } public void setFailover(Integer failover) { this.failover = failover; if(failover != null){ putQueryParameter("Failover", failover.toString()); } } public String getPasswd() { return this.passwd; } public void setPasswd(String passwd) { this.passwd = passwd; if(passwd != null){ putQueryParameter("Passwd", passwd); } } public Integer getLogLevel() { return this.logLevel; } public void setLogLevel(Integer logLevel) { this.logLevel = logLevel; if(logLevel != null){ putQueryParameter("LogLevel", logLevel.toString()); } } public String getName() { return this.name; } public void setName(String name) { this.name = name; if(name != null){ putQueryParameter("Name", name); } } public Integer getEchoInt() { return this.echoInt; } public void setEchoInt(Integer echoInt) { this.echoInt = echoInt; if(echoInt != null){ putQueryParameter("EchoInt", echoInt.toString()); } } public String getAppCode() { return this.appCode; } public void setAppCode(String appCode) { this.appCode = appCode; if(appCode != null){ putQueryParameter("AppCode", appCode); } } public Long getId() { return this.id; } public void setId(Long id) { this.id = id; if(id != null){ putQueryParameter("Id", id.toString()); } } public String getLanIp() { return this.lanIp; } public void setLanIp(String lanIp) { this.lanIp = lanIp; if(lanIp != null){ putQueryParameter("LanIp", lanIp); } } @Override public Class<SaveApgroupBasicConfigResponse> getResponseClass() { return SaveApgroupBasicConfigResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/model/v20191118/SaveApgroupBasicConfigResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.model.v20191118; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudwifi_pop.transform.v20191118.SaveApgroupBasicConfigResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class SaveApgroupBasicConfigResponse extends AcsResponse { private Boolean isSuccess; private String errorMessage; private Integer errorCode; private String requestId; private Data data; public Boolean getIsSuccess() { return this.isSuccess; } public void setIsSuccess(Boolean isSuccess) { this.isSuccess = isSuccess; } public String getErrorMessage() { return this.errorMessage; } public void setErrorMessage(String errorMessage) { this.errorMessage = errorMessage; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Data getData() { return this.data; } public void setData(Data data) { this.data = data; } public static class Data { private String taskId; private Long id; public String getTaskId() { return this.taskId; } public void setTaskId(String taskId) { this.taskId = taskId; } public Long getId() { return this.id; } public void setId(Long id) { this.id = id; } } @Override public SaveApgroupBasicConfigResponse getInstance(UnmarshallerContext context) { return SaveApgroupBasicConfigResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/model/v20191118/SaveApgroupPortalConfigRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.model.v20191118; import com.aliyuncs.RpcAcsRequest; import java.util.List; import com.aliyuncs.http.MethodType; import com.aliyuncs.cloudwifi_pop.Endpoint; /** * @author auto create * @version */ public class SaveApgroupPortalConfigRequest extends RpcAcsRequest<SaveApgroupPortalConfigResponse> { private String authKey; private Long apgroupId; private List<String> portalTypes; private Integer countdown; private Integer clientUpload; private String whitelist; private Integer network; private String appName; private String portalUrl; private Integer totalUpload; private Integer totalDownload; private String appAuthUrl; private String appCode; private String checkUrl; private Integer clientDownload; private String authSecret; private String webAuthUrl; private Long timeStamp; public SaveApgroupPortalConfigRequest() { super("cloudwifi-pop", "2019-11-18", "SaveApgroupPortalConfig", "cloudap"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public String getAuthKey() { return this.authKey; } public void setAuthKey(String authKey) { this.authKey = authKey; if(authKey != null){ putQueryParameter("AuthKey", authKey); } } public Long getApgroupId() { return this.apgroupId; } public void setApgroupId(Long apgroupId) { this.apgroupId = apgroupId; if(apgroupId != null){ putQueryParameter("ApgroupId", apgroupId.toString()); } } public List<String> getPortalTypes() { return this.portalTypes; } public void setPortalTypes(List<String> portalTypes) { this.portalTypes = portalTypes; if (portalTypes != null) { String portalTypesArrVal = ""; for(int depth1 = 0; depth1 < portalTypes.size(); depth1++) { portalTypesArrVal += portalTypes.get(depth1) + ","; } if (portalTypesArrVal.length() > 0) { portalTypesArrVal = portalTypesArrVal.substring(0, portalTypesArrVal.length() - 1); } putQueryParameter("PortalTypes" , portalTypesArrVal); } } public Integer getCountdown() { return this.countdown; } public void setCountdown(Integer countdown) { this.countdown = countdown; if(countdown != null){ putQueryParameter("Countdown", countdown.toString()); } } public Integer getClientUpload() { return this.clientUpload; } public void setClientUpload(Integer clientUpload) { this.clientUpload = clientUpload; if(clientUpload != null){ putQueryParameter("ClientUpload", clientUpload.toString()); } } public String getWhitelist() { return this.whitelist; } public void setWhitelist(String whitelist) { this.whitelist = whitelist; if(whitelist != null){ putQueryParameter("Whitelist", whitelist); } } public Integer getNetwork() { return this.network; } public void setNetwork(Integer network) { this.network = network; if(network != null){ putQueryParameter("Network", network.toString()); } } public String getAppName() { return this.appName; } public void setAppName(String appName) { this.appName = appName; if(appName != null){ putQueryParameter("AppName", appName); } } public String getPortalUrl() { return this.portalUrl; } public void setPortalUrl(String portalUrl) { this.portalUrl = portalUrl; if(portalUrl != null){ putQueryParameter("PortalUrl", portalUrl); } } public Integer getTotalUpload() { return this.totalUpload; } public void setTotalUpload(Integer totalUpload) { this.totalUpload = totalUpload; if(totalUpload != null){ putQueryParameter("TotalUpload", totalUpload.toString()); } } public Integer getTotalDownload() { return this.totalDownload; } public void setTotalDownload(Integer totalDownload) { this.totalDownload = totalDownload; if(totalDownload != null){ putQueryParameter("TotalDownload", totalDownload.toString()); } } public String getAppAuthUrl() { return this.appAuthUrl; } public void setAppAuthUrl(String appAuthUrl) { this.appAuthUrl = appAuthUrl; if(appAuthUrl != null){ putQueryParameter("AppAuthUrl", appAuthUrl); } } public String getAppCode() { return this.appCode; } public void setAppCode(String appCode) { this.appCode = appCode; if(appCode != null){ putQueryParameter("AppCode", appCode); } } public String getCheckUrl() { return this.checkUrl; } public void setCheckUrl(String checkUrl) { this.checkUrl = checkUrl; if(checkUrl != null){ putQueryParameter("CheckUrl", checkUrl); } } public Integer getClientDownload() { return this.clientDownload; } public void setClientDownload(Integer clientDownload) { this.clientDownload = clientDownload; if(clientDownload != null){ putQueryParameter("ClientDownload", clientDownload.toString()); } } public String getAuthSecret() { return this.authSecret; } public void setAuthSecret(String authSecret) { this.authSecret = authSecret; if(authSecret != null){ putQueryParameter("AuthSecret", authSecret); } } public String getWebAuthUrl() { return this.webAuthUrl; } public void setWebAuthUrl(String webAuthUrl) { this.webAuthUrl = webAuthUrl; if(webAuthUrl != null){ putQueryParameter("WebAuthUrl", webAuthUrl); } } public Long getTimeStamp() { return this.timeStamp; } public void setTimeStamp(Long timeStamp) { this.timeStamp = timeStamp; if(timeStamp != null){ putQueryParameter("TimeStamp", timeStamp.toString()); } } @Override public Class<SaveApgroupPortalConfigResponse> getResponseClass() { return SaveApgroupPortalConfigResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/model/v20191118/SaveApgroupPortalConfigResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.model.v20191118; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudwifi_pop.transform.v20191118.SaveApgroupPortalConfigResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class SaveApgroupPortalConfigResponse extends AcsResponse { private Boolean isSuccess; private Integer errorCode; private String errorMessage; private String requestId; private List<Long> data; public Boolean getIsSuccess() { return this.isSuccess; } public void setIsSuccess(Boolean isSuccess) { this.isSuccess = isSuccess; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public String getErrorMessage() { return this.errorMessage; } public void setErrorMessage(String errorMessage) { this.errorMessage = errorMessage; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public List<Long> getData() { return this.data; } public void setData(List<Long> data) { this.data = data; } @Override public SaveApgroupPortalConfigResponse getInstance(UnmarshallerContext context) { return SaveApgroupPortalConfigResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/model/v20191118/SaveApgroupSsidConfigRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.model.v20191118; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cloudwifi_pop.Endpoint; /** * @author auto create * @version */ public class SaveApgroupSsidConfigRequest extends RpcAcsRequest<SaveApgroupSsidConfigResponse> { private String nasid; private Integer authPort; private String hidden; private Integer dynamicVlan; private String authServer; private String binding; private String secondaryAcctServer; private Integer type; private String ssid; private Long cir; private String secondaryAcctSecret; private Integer network; private String ieee80211w; private String isolate; private String newSsid; private String encKey; private Integer multicastForward; private String appName; private String encryption; private String wmm; private String authCache; private String disabled; private Long id; private Integer ignoreWeakProbe; private String maxassoc; private String acctServer; private String apgroupId; private String daeSecret; private String daeClient; private String secondaryAuthServer; private String disassocLowAck; private Integer secondaryAuthPort; private Boolean liteEffect; private String acctSecret; private Integer disassocWeakRssi; private Integer secondaryAcctPort; private Integer daePort; private Integer ssidLb; private Integer acctPort; private Boolean effect; private Integer maxInactivity; private String appCode; private Integer vlanDhcp; private String shortPreamble; private String secondaryAuthSecret; private String authSecret; private String ownip; public SaveApgroupSsidConfigRequest() { super("cloudwifi-pop", "2019-11-18", "SaveApgroupSsidConfig", "cloudap"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public String getNasid() { return this.nasid; } public void setNasid(String nasid) { this.nasid = nasid; if(nasid != null){ putQueryParameter("Nasid", nasid); } } public Integer getAuthPort() { return this.authPort; } public void setAuthPort(Integer authPort) { this.authPort = authPort; if(authPort != null){ putQueryParameter("AuthPort", authPort.toString()); } } public String getHidden() { return this.hidden; } public void setHidden(String hidden) { this.hidden = hidden; if(hidden != null){ putQueryParameter("Hidden", hidden); } } public Integer getDynamicVlan() { return this.dynamicVlan; } public void setDynamicVlan(Integer dynamicVlan) { this.dynamicVlan = dynamicVlan; if(dynamicVlan != null){ putQueryParameter("DynamicVlan", dynamicVlan.toString()); } } public String getAuthServer() { return this.authServer; } public void setAuthServer(String authServer) { this.authServer = authServer; if(authServer != null){ putQueryParameter("AuthServer", authServer); } } public String getBinding() { return this.binding; } public void setBinding(String binding) { this.binding = binding; if(binding != null){ putQueryParameter("Binding", binding); } } public String getSecondaryAcctServer() { return this.secondaryAcctServer; } public void setSecondaryAcctServer(String secondaryAcctServer) { this.secondaryAcctServer = secondaryAcctServer; if(secondaryAcctServer != null){ putQueryParameter("SecondaryAcctServer", secondaryAcctServer); } } public Integer getType() { return this.type; } public void setType(Integer type) { this.type = type; if(type != null){ putQueryParameter("Type", type.toString()); } } public String getSsid() { return this.ssid; } public void setSsid(String ssid) { this.ssid = ssid; if(ssid != null){ putQueryParameter("Ssid", ssid); } } public Long getCir() { return this.cir; } public void setCir(Long cir) { this.cir = cir; if(cir != null){ putQueryParameter("Cir", cir.toString()); } } public String getSecondaryAcctSecret() { return this.secondaryAcctSecret; } public void setSecondaryAcctSecret(String secondaryAcctSecret) { this.secondaryAcctSecret = secondaryAcctSecret; if(secondaryAcctSecret != null){ putQueryParameter("SecondaryAcctSecret", secondaryAcctSecret); } } public Integer getNetwork() { return this.network; } public void setNetwork(Integer network) { this.network = network; if(network != null){ putQueryParameter("Network", network.toString()); } } public String getIeee80211w() { return this.ieee80211w; } public void setIeee80211w(String ieee80211w) { this.ieee80211w = ieee80211w; if(ieee80211w != null){ putQueryParameter("Ieee80211w", ieee80211w); } } public String getIsolate() { return this.isolate; } public void setIsolate(String isolate) { this.isolate = isolate; if(isolate != null){ putQueryParameter("Isolate", isolate); } } public String getNewSsid() { return this.newSsid; } public void setNewSsid(String newSsid) { this.newSsid = newSsid; if(newSsid != null){ putQueryParameter("NewSsid", newSsid); } } public String getEncKey() { return this.encKey; } public void setEncKey(String encKey) { this.encKey = encKey; if(encKey != null){ putQueryParameter("EncKey", encKey); } } public Integer getMulticastForward() { return this.multicastForward; } public void setMulticastForward(Integer multicastForward) { this.multicastForward = multicastForward; if(multicastForward != null){ putQueryParameter("MulticastForward", multicastForward.toString()); } } public String getAppName() { return this.appName; } public void setAppName(String appName) { this.appName = appName; if(appName != null){ putQueryParameter("AppName", appName); } } public String getEncryption() { return this.encryption; } public void setEncryption(String encryption) { this.encryption = encryption; if(encryption != null){ putQueryParameter("Encryption", encryption); } } public String getWmm() { return this.wmm; } public void setWmm(String wmm) { this.wmm = wmm; if(wmm != null){ putQueryParameter("Wmm", wmm); } } public String getAuthCache() { return this.authCache; } public void setAuthCache(String authCache) { this.authCache = authCache; if(authCache != null){ putQueryParameter("AuthCache", authCache); } } public String getDisabled() { return this.disabled; } public void setDisabled(String disabled) { this.disabled = disabled; if(disabled != null){ putQueryParameter("Disabled", disabled); } } public Long getId() { return this.id; } public void setId(Long id) { this.id = id; if(id != null){ putQueryParameter("Id", id.toString()); } } public Integer getIgnoreWeakProbe() { return this.ignoreWeakProbe; } public void setIgnoreWeakProbe(Integer ignoreWeakProbe) { this.ignoreWeakProbe = ignoreWeakProbe; if(ignoreWeakProbe != null){ putQueryParameter("IgnoreWeakProbe", ignoreWeakProbe.toString()); } } public String getMaxassoc() { return this.maxassoc; } public void setMaxassoc(String maxassoc) { this.maxassoc = maxassoc; if(maxassoc != null){ putQueryParameter("Maxassoc", maxassoc); } } public String getAcctServer() { return this.acctServer; } public void setAcctServer(String acctServer) { this.acctServer = acctServer; if(acctServer != null){ putQueryParameter("AcctServer", acctServer); } } public String getApgroupId() { return this.apgroupId; } public void setApgroupId(String apgroupId) { this.apgroupId = apgroupId; if(apgroupId != null){ putQueryParameter("ApgroupId", apgroupId); } } public String getDaeSecret() { return this.daeSecret; } public void setDaeSecret(String daeSecret) { this.daeSecret = daeSecret; if(daeSecret != null){ putQueryParameter("DaeSecret", daeSecret); } } public String getDaeClient() { return this.daeClient; } public void setDaeClient(String daeClient) { this.daeClient = daeClient; if(daeClient != null){ putQueryParameter("DaeClient", daeClient); } } public String getSecondaryAuthServer() { return this.secondaryAuthServer; } public void setSecondaryAuthServer(String secondaryAuthServer) { this.secondaryAuthServer = secondaryAuthServer; if(secondaryAuthServer != null){ putQueryParameter("SecondaryAuthServer", secondaryAuthServer); } } public String getDisassocLowAck() { return this.disassocLowAck; } public void setDisassocLowAck(String disassocLowAck) { this.disassocLowAck = disassocLowAck; if(disassocLowAck != null){ putQueryParameter("DisassocLowAck", disassocLowAck); } } public Integer getSecondaryAuthPort() { return this.secondaryAuthPort; } public void setSecondaryAuthPort(Integer secondaryAuthPort) { this.secondaryAuthPort = secondaryAuthPort; if(secondaryAuthPort != null){ putQueryParameter("SecondaryAuthPort", secondaryAuthPort.toString()); } } public Boolean getLiteEffect() { return this.liteEffect; } public void setLiteEffect(Boolean liteEffect) { this.liteEffect = liteEffect; if(liteEffect != null){ putQueryParameter("LiteEffect", liteEffect.toString()); } } public String getAcctSecret() { return this.acctSecret; } public void setAcctSecret(String acctSecret) { this.acctSecret = acctSecret; if(acctSecret != null){ putQueryParameter("AcctSecret", acctSecret); } } public Integer getDisassocWeakRssi() { return this.disassocWeakRssi; } public void setDisassocWeakRssi(Integer disassocWeakRssi) { this.disassocWeakRssi = disassocWeakRssi; if(disassocWeakRssi != null){ putQueryParameter("DisassocWeakRssi", disassocWeakRssi.toString()); } } public Integer getSecondaryAcctPort() { return this.secondaryAcctPort; } public void setSecondaryAcctPort(Integer secondaryAcctPort) { this.secondaryAcctPort = secondaryAcctPort; if(secondaryAcctPort != null){ putQueryParameter("SecondaryAcctPort", secondaryAcctPort.toString()); } } public Integer getDaePort() { return this.daePort; } public void setDaePort(Integer daePort) { this.daePort = daePort; if(daePort != null){ putQueryParameter("DaePort", daePort.toString()); } } public Integer getSsidLb() { return this.ssidLb; } public void setSsidLb(Integer ssidLb) { this.ssidLb = ssidLb; if(ssidLb != null){ putQueryParameter("SsidLb", ssidLb.toString()); } } public Integer getAcctPort() { return this.acctPort; } public void setAcctPort(Integer acctPort) { this.acctPort = acctPort; if(acctPort != null){ putQueryParameter("AcctPort", acctPort.toString()); } } public Boolean getEffect() { return this.effect; } public void setEffect(Boolean effect) { this.effect = effect; if(effect != null){ putQueryParameter("Effect", effect.toString()); } } public Integer getMaxInactivity() { return this.maxInactivity; } public void setMaxInactivity(Integer maxInactivity) { this.maxInactivity = maxInactivity; if(maxInactivity != null){ putQueryParameter("MaxInactivity", maxInactivity.toString()); } } public String getAppCode() { return this.appCode; } public void setAppCode(String appCode) { this.appCode = appCode; if(appCode != null){ putQueryParameter("AppCode", appCode); } } public Integer getVlanDhcp() { return this.vlanDhcp; } public void setVlanDhcp(Integer vlanDhcp) { this.vlanDhcp = vlanDhcp; if(vlanDhcp != null){ putQueryParameter("VlanDhcp", vlanDhcp.toString()); } } public String getShortPreamble() { return this.shortPreamble; } public void setShortPreamble(String shortPreamble) { this.shortPreamble = shortPreamble; if(shortPreamble != null){ putQueryParameter("ShortPreamble", shortPreamble); } } public String getSecondaryAuthSecret() { return this.secondaryAuthSecret; } public void setSecondaryAuthSecret(String secondaryAuthSecret) { this.secondaryAuthSecret = secondaryAuthSecret; if(secondaryAuthSecret != null){ putQueryParameter("SecondaryAuthSecret", secondaryAuthSecret); } } public String getAuthSecret() { return this.authSecret; } public void setAuthSecret(String authSecret) { this.authSecret = authSecret; if(authSecret != null){ putQueryParameter("AuthSecret", authSecret); } } public String getOwnip() { return this.ownip; } public void setOwnip(String ownip) { this.ownip = ownip; if(ownip != null){ putQueryParameter("Ownip", ownip); } } @Override public Class<SaveApgroupSsidConfigResponse> getResponseClass() { return SaveApgroupSsidConfigResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/model/v20191118/SaveApgroupSsidConfigResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.model.v20191118; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudwifi_pop.transform.v20191118.SaveApgroupSsidConfigResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class SaveApgroupSsidConfigResponse extends AcsResponse { private Boolean isSuccess; private String errorMessage; private Integer errorCode; private List<Long> data; public Boolean getIsSuccess() { return this.isSuccess; } public void setIsSuccess(Boolean isSuccess) { this.isSuccess = isSuccess; } public String getErrorMessage() { return this.errorMessage; } public void setErrorMessage(String errorMessage) { this.errorMessage = errorMessage; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public List<Long> getData() { return this.data; } public void setData(List<Long> data) { this.data = data; } @Override public SaveApgroupSsidConfigResponse getInstance(UnmarshallerContext context) { return SaveApgroupSsidConfigResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/model/v20191118/SetApAddressRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.model.v20191118; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cloudwifi_pop.Endpoint; /** * @author auto create * @version */ public class SetApAddressRequest extends RpcAcsRequest<SetApAddressResponse> { private String apProvinceName; private String apUnitName; private String apCampusName; private String lng; private String apAreaName; private String language; private String apGroup; private String mac; private String apCityName; private String appName; private String apFloor; private String apBuildingName; private String apName; private String appCode; private Long apUnitId; private String apNationName; private String lat; private String direction; public SetApAddressRequest() { super("cloudwifi-pop", "2019-11-18", "SetApAddress", "cloudap"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public String getApProvinceName() { return this.apProvinceName; } public void setApProvinceName(String apProvinceName) { this.apProvinceName = apProvinceName; if(apProvinceName != null){ putQueryParameter("ApProvinceName", apProvinceName); } } public String getApUnitName() { return this.apUnitName; } public void setApUnitName(String apUnitName) { this.apUnitName = apUnitName; if(apUnitName != null){ putQueryParameter("ApUnitName", apUnitName); } } public String getApCampusName() { return this.apCampusName; } public void setApCampusName(String apCampusName) { this.apCampusName = apCampusName; if(apCampusName != null){ putQueryParameter("ApCampusName", apCampusName); } } public String getLng() { return this.lng; } public void setLng(String lng) { this.lng = lng; if(lng != null){ putQueryParameter("Lng", lng); } } public String getApAreaName() { return this.apAreaName; } public void setApAreaName(String apAreaName) { this.apAreaName = apAreaName; if(apAreaName != null){ putQueryParameter("ApAreaName", apAreaName); } } public String getLanguage() { return this.language; } public void setLanguage(String language) { this.language = language; if(language != null){ putQueryParameter("Language", language); } } public String getApGroup() { return this.apGroup; } public void setApGroup(String apGroup) { this.apGroup = apGroup; if(apGroup != null){ putQueryParameter("ApGroup", apGroup); } } public String getMac() { return this.mac; } public void setMac(String mac) { this.mac = mac; if(mac != null){ putQueryParameter("Mac", mac); } } public String getApCityName() { return this.apCityName; } public void setApCityName(String apCityName) { this.apCityName = apCityName; if(apCityName != null){ putQueryParameter("ApCityName", apCityName); } } public String getAppName() { return this.appName; } public void setAppName(String appName) { this.appName = appName; if(appName != null){ putQueryParameter("AppName", appName); } } public String getApFloor() { return this.apFloor; } public void setApFloor(String apFloor) { this.apFloor = apFloor; if(apFloor != null){ putQueryParameter("ApFloor", apFloor); } } public String getApBuildingName() { return this.apBuildingName; } public void setApBuildingName(String apBuildingName) { this.apBuildingName = apBuildingName; if(apBuildingName != null){ putQueryParameter("ApBuildingName", apBuildingName); } } public String getApName() { return this.apName; } public void setApName(String apName) { this.apName = apName; if(apName != null){ putQueryParameter("ApName", apName); } } public String getAppCode() { return this.appCode; } public void setAppCode(String appCode) { this.appCode = appCode; if(appCode != null){ putQueryParameter("AppCode", appCode); } } public Long getApUnitId() { return this.apUnitId; } public void setApUnitId(Long apUnitId) { this.apUnitId = apUnitId; if(apUnitId != null){ putQueryParameter("ApUnitId", apUnitId.toString()); } } public String getApNationName() { return this.apNationName; } public void setApNationName(String apNationName) { this.apNationName = apNationName; if(apNationName != null){ putQueryParameter("ApNationName", apNationName); } } public String getLat() { return this.lat; } public void setLat(String lat) { this.lat = lat; if(lat != null){ putQueryParameter("Lat", lat); } } public String getDirection() { return this.direction; } public void setDirection(String direction) { this.direction = direction; if(direction != null){ putQueryParameter("Direction", direction); } } @Override public Class<SetApAddressResponse> getResponseClass() { return SetApAddressResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/model/v20191118/SetApAddressResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.model.v20191118; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudwifi_pop.transform.v20191118.SetApAddressResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class SetApAddressResponse extends AcsResponse { private String data; private String errorMessage; private Boolean isSuccess; private Integer errorCode; public String getData() { return this.data; } public void setData(String data) { this.data = data; } public String getErrorMessage() { return this.errorMessage; } public void setErrorMessage(String errorMessage) { this.errorMessage = errorMessage; } public Boolean getIsSuccess() { return this.isSuccess; } public void setIsSuccess(Boolean isSuccess) { this.isSuccess = isSuccess; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } @Override public SetApAddressResponse getInstance(UnmarshallerContext context) { return SetApAddressResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/model/v20191118/SetApNameRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.model.v20191118; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cloudwifi_pop.Endpoint; /** * @author auto create * @version */ public class SetApNameRequest extends RpcAcsRequest<SetApNameResponse> { private String appName; private String name; private String appCode; private String apMac; public SetApNameRequest() { super("cloudwifi-pop", "2019-11-18", "SetApName", "cloudap"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public String getAppName() { return this.appName; } public void setAppName(String appName) { this.appName = appName; if(appName != null){ putQueryParameter("AppName", appName); } } public String getName() { return this.name; } public void setName(String name) { this.name = name; if(name != null){ putQueryParameter("Name", name); } } public String getAppCode() { return this.appCode; } public void setAppCode(String appCode) { this.appCode = appCode; if(appCode != null){ putQueryParameter("AppCode", appCode); } } public String getApMac() { return this.apMac; } public void setApMac(String apMac) { this.apMac = apMac; if(apMac != null){ putQueryParameter("ApMac", apMac); } } @Override public Class<SetApNameResponse> getResponseClass() { return SetApNameResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/model/v20191118/SetApNameResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.model.v20191118; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudwifi_pop.transform.v20191118.SetApNameResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class SetApNameResponse extends AcsResponse { private String data; private String errorMessage; private Boolean isSuccess; private Integer errorCode; public String getData() { return this.data; } public void setData(String data) { this.data = data; } public String getErrorMessage() { return this.errorMessage; } public void setErrorMessage(String errorMessage) { this.errorMessage = errorMessage; } public Boolean getIsSuccess() { return this.isSuccess; } public void setIsSuccess(Boolean isSuccess) { this.isSuccess = isSuccess; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } @Override public SetApNameResponse getInstance(UnmarshallerContext context) { return SetApNameResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/model/v20191118/UnRegisterApAssetRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.model.v20191118; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cloudwifi_pop.Endpoint; /** * @author auto create * @version */ public class UnRegisterApAssetRequest extends RpcAcsRequest<UnRegisterApAssetResponse> { private String appName; private Long assetApgroupId; private Integer useFor; private String appCode; private Long id; private Integer category; private String mac; private String serialNo; public UnRegisterApAssetRequest() { super("cloudwifi-pop", "2019-11-18", "UnRegisterApAsset", "cloudap"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public String getAppName() { return this.appName; } public void setAppName(String appName) { this.appName = appName; if(appName != null){ putQueryParameter("AppName", appName); } } public Long getAssetApgroupId() { return this.assetApgroupId; } public void setAssetApgroupId(Long assetApgroupId) { this.assetApgroupId = assetApgroupId; if(assetApgroupId != null){ putQueryParameter("AssetApgroupId", assetApgroupId.toString()); } } public Integer getUseFor() { return this.useFor; } public void setUseFor(Integer useFor) { this.useFor = useFor; if(useFor != null){ putQueryParameter("UseFor", useFor.toString()); } } public String getAppCode() { return this.appCode; } public void setAppCode(String appCode) { this.appCode = appCode; if(appCode != null){ putQueryParameter("AppCode", appCode); } } public Long getId() { return this.id; } public void setId(Long id) { this.id = id; if(id != null){ putQueryParameter("Id", id.toString()); } } public Integer getCategory() { return this.category; } public void setCategory(Integer category) { this.category = category; if(category != null){ putQueryParameter("Category", category.toString()); } } public String getMac() { return this.mac; } public void setMac(String mac) { this.mac = mac; if(mac != null){ putQueryParameter("Mac", mac); } } public String getSerialNo() { return this.serialNo; } public void setSerialNo(String serialNo) { this.serialNo = serialNo; if(serialNo != null){ putQueryParameter("SerialNo", serialNo); } } @Override public Class<UnRegisterApAssetResponse> getResponseClass() { return UnRegisterApAssetResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/model/v20191118/UnRegisterApAssetResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.model.v20191118; import java.util.Map; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudwifi_pop.transform.v20191118.UnRegisterApAssetResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class UnRegisterApAssetResponse extends AcsResponse { private Map<Object,Object> data; private Boolean isSuccess; private Integer errorCode; private String errorMessage; private String requestId; public Map<Object,Object> getData() { return this.data; } public void setData(Map<Object,Object> data) { this.data = data; } public Boolean getIsSuccess() { return this.isSuccess; } public void setIsSuccess(Boolean isSuccess) { this.isSuccess = isSuccess; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public String getErrorMessage() { return this.errorMessage; } public void setErrorMessage(String errorMessage) { this.errorMessage = errorMessage; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public UnRegisterApAssetResponse getInstance(UnmarshallerContext context) { return UnRegisterApAssetResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/model/v20191118/UpdateNetDeviceInfoRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.model.v20191118; import com.aliyuncs.RpcAcsRequest; import java.util.List; import com.aliyuncs.http.MethodType; import com.aliyuncs.cloudwifi_pop.Endpoint; /** * @author auto create * @version */ public class UpdateNetDeviceInfoRequest extends RpcAcsRequest<UpdateNetDeviceInfoResponse> { private String appName; private List<Devices> devicess; private String requestId; private String appCode; public UpdateNetDeviceInfoRequest() { super("cloudwifi-pop", "2019-11-18", "UpdateNetDeviceInfo", "cloudap"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public String getAppName() { return this.appName; } public void setAppName(String appName) { this.appName = appName; if(appName != null){ putQueryParameter("AppName", appName); } } public List<Devices> getDevicess() { return this.devicess; } public void setDevicess(List<Devices> devicess) { this.devicess = devicess; if (devicess != null) { for (int depth1 = 0; depth1 < devicess.size(); depth1++) { putBodyParameter("Devices." + (depth1 + 1) + ".LogicNetPod" , devicess.get(depth1).getLogicNetPod()); putBodyParameter("Devices." + (depth1 + 1) + ".ServiceTag" , devicess.get(depth1).getServiceTag()); putBodyParameter("Devices." + (depth1 + 1) + ".NetPod" , devicess.get(depth1).getNetPod()); putBodyParameter("Devices." + (depth1 + 1) + ".HostName" , devicess.get(depth1).getHostName()); putBodyParameter("Devices." + (depth1 + 1) + ".Manufacturer" , devicess.get(depth1).getManufacturer()); putBodyParameter("Devices." + (depth1 + 1) + ".MgnIp" , devicess.get(depth1).getMgnIp()); putBodyParameter("Devices." + (depth1 + 1) + ".Model" , devicess.get(depth1).getModel()); putBodyParameter("Devices." + (depth1 + 1) + ".Password" , devicess.get(depth1).getPassword()); putBodyParameter("Devices." + (depth1 + 1) + ".Idc" , devicess.get(depth1).getIdc()); putBodyParameter("Devices." + (depth1 + 1) + ".Role" , devicess.get(depth1).getRole()); putBodyParameter("Devices." + (depth1 + 1) + ".Id" , devicess.get(depth1).getId()); putBodyParameter("Devices." + (depth1 + 1) + ".Username" , devicess.get(depth1).getUsername()); } } } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; if(requestId != null){ putQueryParameter("RequestId", requestId); } } public String getAppCode() { return this.appCode; } public void setAppCode(String appCode) { this.appCode = appCode; if(appCode != null){ putQueryParameter("AppCode", appCode); } } public static class Devices { private String logicNetPod; private String serviceTag; private String netPod; private String hostName; private String manufacturer; private String mgnIp; private String model; private String password; private String idc; private String role; private Long id; private String username; public String getLogicNetPod() { return this.logicNetPod; } public void setLogicNetPod(String logicNetPod) { this.logicNetPod = logicNetPod; } public String getServiceTag() { return this.serviceTag; } public void setServiceTag(String serviceTag) { this.serviceTag = serviceTag; } public String getNetPod() { return this.netPod; } public void setNetPod(String netPod) { this.netPod = netPod; } public String getHostName() { return this.hostName; } public void setHostName(String hostName) { this.hostName = hostName; } public String getManufacturer() { return this.manufacturer; } public void setManufacturer(String manufacturer) { this.manufacturer = manufacturer; } public String getMgnIp() { return this.mgnIp; } public void setMgnIp(String mgnIp) { this.mgnIp = mgnIp; } public String getModel() { return this.model; } public void setModel(String model) { this.model = model; } public String getPassword() { return this.password; } public void setPassword(String password) { this.password = password; } public String getIdc() { return this.idc; } public void setIdc(String idc) { this.idc = idc; } public String getRole() { return this.role; } public void setRole(String role) { this.role = role; } public Long getId() { return this.id; } public void setId(Long id) { this.id = id; } public String getUsername() { return this.username; } public void setUsername(String username) { this.username = username; } } @Override public Class<UpdateNetDeviceInfoResponse> getResponseClass() { return UpdateNetDeviceInfoResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/model
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/model/v20191118/UpdateNetDeviceInfoResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.model.v20191118; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudwifi_pop.transform.v20191118.UpdateNetDeviceInfoResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class UpdateNetDeviceInfoResponse extends AcsResponse { private String errorMessage; private String requestId; private Boolean isSuccess; private Integer errorCode; private List<Long> data; public String getErrorMessage() { return this.errorMessage; } public void setErrorMessage(String errorMessage) { this.errorMessage = errorMessage; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getIsSuccess() { return this.isSuccess; } public void setIsSuccess(Boolean isSuccess) { this.isSuccess = isSuccess; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public List<Long> getData() { return this.data; } public void setData(List<Long> data) { this.data = data; } @Override public UpdateNetDeviceInfoResponse getInstance(UnmarshallerContext context) { return UpdateNetDeviceInfoResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform/v20191118/AddApListToApgroupResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.transform.v20191118; import com.aliyuncs.cloudwifi_pop.model.v20191118.AddApListToApgroupResponse; import com.aliyuncs.transform.UnmarshallerContext; public class AddApListToApgroupResponseUnmarshaller { public static AddApListToApgroupResponse unmarshall(AddApListToApgroupResponse addApListToApgroupResponse, UnmarshallerContext _ctx) { addApListToApgroupResponse.setData(_ctx.stringValue("AddApListToApgroupResponse.Data")); addApListToApgroupResponse.setErrorMessage(_ctx.stringValue("AddApListToApgroupResponse.ErrorMessage")); addApListToApgroupResponse.setIsSuccess(_ctx.booleanValue("AddApListToApgroupResponse.IsSuccess")); addApListToApgroupResponse.setErrorCode(_ctx.integerValue("AddApListToApgroupResponse.ErrorCode")); return addApListToApgroupResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform/v20191118/DelApThirdAppResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.transform.v20191118; import com.aliyuncs.cloudwifi_pop.model.v20191118.DelApThirdAppResponse; import java.util.Map; import com.aliyuncs.transform.UnmarshallerContext; public class DelApThirdAppResponseUnmarshaller { public static DelApThirdAppResponse unmarshall(DelApThirdAppResponse delApThirdAppResponse, UnmarshallerContext _ctx) { delApThirdAppResponse.setRequestId(_ctx.stringValue("DelApThirdAppResponse.RequestId")); delApThirdAppResponse.setData(_ctx.mapValue("DelApThirdAppResponse.Data")); delApThirdAppResponse.setIsSuccess(_ctx.booleanValue("DelApThirdAppResponse.IsSuccess")); delApThirdAppResponse.setErrorCode(_ctx.integerValue("DelApThirdAppResponse.ErrorCode")); delApThirdAppResponse.setErrorMessage(_ctx.stringValue("DelApThirdAppResponse.ErrorMessage")); return delApThirdAppResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform/v20191118/DeleteApSsidConfigResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.transform.v20191118; import com.aliyuncs.cloudwifi_pop.model.v20191118.DeleteApSsidConfigResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DeleteApSsidConfigResponseUnmarshaller { public static DeleteApSsidConfigResponse unmarshall(DeleteApSsidConfigResponse deleteApSsidConfigResponse, UnmarshallerContext _ctx) { deleteApSsidConfigResponse.setData(_ctx.stringValue("DeleteApSsidConfigResponse.Data")); deleteApSsidConfigResponse.setErrorMessage(_ctx.stringValue("DeleteApSsidConfigResponse.ErrorMessage")); deleteApSsidConfigResponse.setIsSuccess(_ctx.booleanValue("DeleteApSsidConfigResponse.IsSuccess")); deleteApSsidConfigResponse.setErrorCode(_ctx.integerValue("DeleteApSsidConfigResponse.ErrorCode")); return deleteApSsidConfigResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform/v20191118/DeleteApgroupConfigResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.transform.v20191118; import com.aliyuncs.cloudwifi_pop.model.v20191118.DeleteApgroupConfigResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DeleteApgroupConfigResponseUnmarshaller { public static DeleteApgroupConfigResponse unmarshall(DeleteApgroupConfigResponse deleteApgroupConfigResponse, UnmarshallerContext _ctx) { deleteApgroupConfigResponse.setData(_ctx.stringValue("DeleteApgroupConfigResponse.Data")); deleteApgroupConfigResponse.setErrorMessage(_ctx.stringValue("DeleteApgroupConfigResponse.ErrorMessage")); deleteApgroupConfigResponse.setIsSuccess(_ctx.booleanValue("DeleteApgroupConfigResponse.IsSuccess")); deleteApgroupConfigResponse.setErrorCode(_ctx.integerValue("DeleteApgroupConfigResponse.ErrorCode")); return deleteApgroupConfigResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform/v20191118/DeleteApgroupSsidConfigResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.transform.v20191118; import com.aliyuncs.cloudwifi_pop.model.v20191118.DeleteApgroupSsidConfigResponse; import com.aliyuncs.cloudwifi_pop.model.v20191118.DeleteApgroupSsidConfigResponse.Data; import com.aliyuncs.transform.UnmarshallerContext; public class DeleteApgroupSsidConfigResponseUnmarshaller { public static DeleteApgroupSsidConfigResponse unmarshall(DeleteApgroupSsidConfigResponse deleteApgroupSsidConfigResponse, UnmarshallerContext _ctx) { deleteApgroupSsidConfigResponse.setRequestId(_ctx.stringValue("DeleteApgroupSsidConfigResponse.RequestId")); deleteApgroupSsidConfigResponse.setIsSuccess(_ctx.booleanValue("DeleteApgroupSsidConfigResponse.IsSuccess")); deleteApgroupSsidConfigResponse.setErrorCode(_ctx.integerValue("DeleteApgroupSsidConfigResponse.ErrorCode")); deleteApgroupSsidConfigResponse.setErrorMessage(_ctx.stringValue("DeleteApgroupSsidConfigResponse.ErrorMessage")); Data data = new Data(); data.setTaskId(_ctx.stringValue("DeleteApgroupSsidConfigResponse.Data.TaskId")); data.setId(_ctx.longValue("DeleteApgroupSsidConfigResponse.Data.Id")); deleteApgroupSsidConfigResponse.setData(data); return deleteApgroupSsidConfigResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform/v20191118/DeleteApgroupThirdAppResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.transform.v20191118; import com.aliyuncs.cloudwifi_pop.model.v20191118.DeleteApgroupThirdAppResponse; import java.util.Map; import com.aliyuncs.transform.UnmarshallerContext; public class DeleteApgroupThirdAppResponseUnmarshaller { public static DeleteApgroupThirdAppResponse unmarshall(DeleteApgroupThirdAppResponse deleteApgroupThirdAppResponse, UnmarshallerContext _ctx) { deleteApgroupThirdAppResponse.setRequestId(_ctx.stringValue("DeleteApgroupThirdAppResponse.RequestId")); deleteApgroupThirdAppResponse.setData(_ctx.mapValue("DeleteApgroupThirdAppResponse.Data")); deleteApgroupThirdAppResponse.setIsSuccess(_ctx.booleanValue("DeleteApgroupThirdAppResponse.IsSuccess")); deleteApgroupThirdAppResponse.setErrorCode(_ctx.integerValue("DeleteApgroupThirdAppResponse.ErrorCode")); deleteApgroupThirdAppResponse.setErrorMessage(_ctx.stringValue("DeleteApgroupThirdAppResponse.ErrorMessage")); return deleteApgroupThirdAppResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform/v20191118/DeleteNetDeviceInfoResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.transform.v20191118; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cloudwifi_pop.model.v20191118.DeleteNetDeviceInfoResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DeleteNetDeviceInfoResponseUnmarshaller { public static DeleteNetDeviceInfoResponse unmarshall(DeleteNetDeviceInfoResponse deleteNetDeviceInfoResponse, UnmarshallerContext _ctx) { deleteNetDeviceInfoResponse.setRequestId(_ctx.stringValue("DeleteNetDeviceInfoResponse.RequestId")); deleteNetDeviceInfoResponse.setErrorMessage(_ctx.stringValue("DeleteNetDeviceInfoResponse.ErrorMessage")); deleteNetDeviceInfoResponse.setIsSuccess(_ctx.booleanValue("DeleteNetDeviceInfoResponse.IsSuccess")); deleteNetDeviceInfoResponse.setErrorCode(_ctx.integerValue("DeleteNetDeviceInfoResponse.ErrorCode")); List<Long> data = new ArrayList<Long>(); for (int i = 0; i < _ctx.lengthValue("DeleteNetDeviceInfoResponse.Data.Length"); i++) { data.add(_ctx.longValue("DeleteNetDeviceInfoResponse.Data["+ i +"]")); } deleteNetDeviceInfoResponse.setData(data); return deleteNetDeviceInfoResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform/v20191118/EditApgroupThirdAppResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.transform.v20191118; import com.aliyuncs.cloudwifi_pop.model.v20191118.EditApgroupThirdAppResponse; import java.util.Map; import com.aliyuncs.transform.UnmarshallerContext; public class EditApgroupThirdAppResponseUnmarshaller { public static EditApgroupThirdAppResponse unmarshall(EditApgroupThirdAppResponse editApgroupThirdAppResponse, UnmarshallerContext _ctx) { editApgroupThirdAppResponse.setRequestId(_ctx.stringValue("EditApgroupThirdAppResponse.RequestId")); editApgroupThirdAppResponse.setData(_ctx.mapValue("EditApgroupThirdAppResponse.Data")); editApgroupThirdAppResponse.setIsSuccess(_ctx.booleanValue("EditApgroupThirdAppResponse.IsSuccess")); editApgroupThirdAppResponse.setErrorCode(_ctx.integerValue("EditApgroupThirdAppResponse.ErrorCode")); editApgroupThirdAppResponse.setErrorMessage(_ctx.stringValue("EditApgroupThirdAppResponse.ErrorMessage")); return editApgroupThirdAppResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform/v20191118/EffectApConfigResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.transform.v20191118; import com.aliyuncs.cloudwifi_pop.model.v20191118.EffectApConfigResponse; import com.aliyuncs.transform.UnmarshallerContext; public class EffectApConfigResponseUnmarshaller { public static EffectApConfigResponse unmarshall(EffectApConfigResponse effectApConfigResponse, UnmarshallerContext _ctx) { effectApConfigResponse.setData(_ctx.stringValue("EffectApConfigResponse.Data")); effectApConfigResponse.setErrorMessage(_ctx.stringValue("EffectApConfigResponse.ErrorMessage")); effectApConfigResponse.setIsSuccess(_ctx.booleanValue("EffectApConfigResponse.IsSuccess")); effectApConfigResponse.setErrorCode(_ctx.integerValue("EffectApConfigResponse.ErrorCode")); return effectApConfigResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform/v20191118/EffectApgroupConfigResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.transform.v20191118; import com.aliyuncs.cloudwifi_pop.model.v20191118.EffectApgroupConfigResponse; import com.aliyuncs.transform.UnmarshallerContext; public class EffectApgroupConfigResponseUnmarshaller { public static EffectApgroupConfigResponse unmarshall(EffectApgroupConfigResponse effectApgroupConfigResponse, UnmarshallerContext _ctx) { effectApgroupConfigResponse.setData(_ctx.stringValue("EffectApgroupConfigResponse.Data")); effectApgroupConfigResponse.setErrorMessage(_ctx.stringValue("EffectApgroupConfigResponse.ErrorMessage")); effectApgroupConfigResponse.setIsSuccess(_ctx.booleanValue("EffectApgroupConfigResponse.IsSuccess")); effectApgroupConfigResponse.setErrorCode(_ctx.integerValue("EffectApgroupConfigResponse.ErrorCode")); return effectApgroupConfigResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform/v20191118/GetApAddressByMacResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.transform.v20191118; import com.aliyuncs.cloudwifi_pop.model.v20191118.GetApAddressByMacResponse; import java.util.Map; import com.aliyuncs.transform.UnmarshallerContext; public class GetApAddressByMacResponseUnmarshaller { public static GetApAddressByMacResponse unmarshall(GetApAddressByMacResponse getApAddressByMacResponse, UnmarshallerContext _ctx) { getApAddressByMacResponse.setData(_ctx.mapValue("GetApAddressByMacResponse.Data")); getApAddressByMacResponse.setErrorMessage(_ctx.stringValue("GetApAddressByMacResponse.ErrorMessage")); getApAddressByMacResponse.setIsSuccess(_ctx.booleanValue("GetApAddressByMacResponse.IsSuccess")); getApAddressByMacResponse.setErrorCode(_ctx.integerValue("GetApAddressByMacResponse.ErrorCode")); return getApAddressByMacResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform/v20191118/GetApAssetResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.transform.v20191118; import com.aliyuncs.cloudwifi_pop.model.v20191118.GetApAssetResponse; import java.util.Map; import com.aliyuncs.transform.UnmarshallerContext; public class GetApAssetResponseUnmarshaller { public static GetApAssetResponse unmarshall(GetApAssetResponse getApAssetResponse, UnmarshallerContext _ctx) { getApAssetResponse.setData(_ctx.mapValue("GetApAssetResponse.Data")); getApAssetResponse.setErrorMessage(_ctx.stringValue("GetApAssetResponse.ErrorMessage")); getApAssetResponse.setIsSuccess(_ctx.booleanValue("GetApAssetResponse.IsSuccess")); getApAssetResponse.setErrorCode(_ctx.integerValue("GetApAssetResponse.ErrorCode")); return getApAssetResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform/v20191118/GetApDetailStatusResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.transform.v20191118; import com.aliyuncs.cloudwifi_pop.model.v20191118.GetApDetailStatusResponse; import java.util.Map; import com.aliyuncs.transform.UnmarshallerContext; public class GetApDetailStatusResponseUnmarshaller { public static GetApDetailStatusResponse unmarshall(GetApDetailStatusResponse getApDetailStatusResponse, UnmarshallerContext _ctx) { getApDetailStatusResponse.setData(_ctx.mapValue("GetApDetailStatusResponse.Data")); getApDetailStatusResponse.setErrorMessage(_ctx.stringValue("GetApDetailStatusResponse.ErrorMessage")); getApDetailStatusResponse.setIsSuccess(_ctx.booleanValue("GetApDetailStatusResponse.IsSuccess")); getApDetailStatusResponse.setErrorCode(_ctx.integerValue("GetApDetailStatusResponse.ErrorCode")); return getApDetailStatusResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform/v20191118/GetApDetailedConfigResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.transform.v20191118; import com.aliyuncs.cloudwifi_pop.model.v20191118.GetApDetailedConfigResponse; import java.util.Map; import com.aliyuncs.transform.UnmarshallerContext; public class GetApDetailedConfigResponseUnmarshaller { public static GetApDetailedConfigResponse unmarshall(GetApDetailedConfigResponse getApDetailedConfigResponse, UnmarshallerContext _ctx) { getApDetailedConfigResponse.setData(_ctx.mapValue("GetApDetailedConfigResponse.Data")); getApDetailedConfigResponse.setErrorMessage(_ctx.stringValue("GetApDetailedConfigResponse.ErrorMessage")); getApDetailedConfigResponse.setIsSuccess(_ctx.booleanValue("GetApDetailedConfigResponse.IsSuccess")); getApDetailedConfigResponse.setErrorCode(_ctx.integerValue("GetApDetailedConfigResponse.ErrorCode")); return getApDetailedConfigResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform/v20191118/GetApInfoFromPoolResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.transform.v20191118; import com.aliyuncs.cloudwifi_pop.model.v20191118.GetApInfoFromPoolResponse; import java.util.Map; import com.aliyuncs.transform.UnmarshallerContext; public class GetApInfoFromPoolResponseUnmarshaller { public static GetApInfoFromPoolResponse unmarshall(GetApInfoFromPoolResponse getApInfoFromPoolResponse, UnmarshallerContext _ctx) { getApInfoFromPoolResponse.setData(_ctx.mapValue("GetApInfoFromPoolResponse.Data")); getApInfoFromPoolResponse.setErrorMessage(_ctx.stringValue("GetApInfoFromPoolResponse.ErrorMessage")); getApInfoFromPoolResponse.setIsSuccess(_ctx.booleanValue("GetApInfoFromPoolResponse.IsSuccess")); getApInfoFromPoolResponse.setErrorCode(_ctx.integerValue("GetApInfoFromPoolResponse.ErrorCode")); return getApInfoFromPoolResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform/v20191118/GetApRunHistoryTimeSerResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.transform.v20191118; import com.aliyuncs.cloudwifi_pop.model.v20191118.GetApRunHistoryTimeSerResponse; import java.util.Map; import com.aliyuncs.transform.UnmarshallerContext; public class GetApRunHistoryTimeSerResponseUnmarshaller { public static GetApRunHistoryTimeSerResponse unmarshall(GetApRunHistoryTimeSerResponse getApRunHistoryTimeSerResponse, UnmarshallerContext _ctx) { getApRunHistoryTimeSerResponse.setRequestId(_ctx.stringValue("GetApRunHistoryTimeSerResponse.RequestId")); getApRunHistoryTimeSerResponse.setData(_ctx.mapValue("GetApRunHistoryTimeSerResponse.Data")); getApRunHistoryTimeSerResponse.setErrorMessage(_ctx.stringValue("GetApRunHistoryTimeSerResponse.ErrorMessage")); getApRunHistoryTimeSerResponse.setIsSuccess(_ctx.booleanValue("GetApRunHistoryTimeSerResponse.IsSuccess")); getApRunHistoryTimeSerResponse.setErrorCode(_ctx.integerValue("GetApRunHistoryTimeSerResponse.ErrorCode")); return getApRunHistoryTimeSerResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform/v20191118/GetApStatusByGroupIdResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.transform.v20191118; import com.aliyuncs.cloudwifi_pop.model.v20191118.GetApStatusByGroupIdResponse; import java.util.Map; import com.aliyuncs.transform.UnmarshallerContext; public class GetApStatusByGroupIdResponseUnmarshaller { public static GetApStatusByGroupIdResponse unmarshall(GetApStatusByGroupIdResponse getApStatusByGroupIdResponse, UnmarshallerContext _ctx) { getApStatusByGroupIdResponse.setData(_ctx.mapValue("GetApStatusByGroupIdResponse.Data")); getApStatusByGroupIdResponse.setErrorMessage(_ctx.stringValue("GetApStatusByGroupIdResponse.ErrorMessage")); getApStatusByGroupIdResponse.setIsSuccess(_ctx.booleanValue("GetApStatusByGroupIdResponse.IsSuccess")); getApStatusByGroupIdResponse.setErrorCode(_ctx.integerValue("GetApStatusByGroupIdResponse.ErrorCode")); return getApStatusByGroupIdResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform/v20191118/GetApgroupConfigByIdentityResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.transform.v20191118; import com.aliyuncs.cloudwifi_pop.model.v20191118.GetApgroupConfigByIdentityResponse; import java.util.Map; import com.aliyuncs.transform.UnmarshallerContext; public class GetApgroupConfigByIdentityResponseUnmarshaller { public static GetApgroupConfigByIdentityResponse unmarshall(GetApgroupConfigByIdentityResponse getApgroupConfigByIdentityResponse, UnmarshallerContext _ctx) { getApgroupConfigByIdentityResponse.setRequestId(_ctx.stringValue("GetApgroupConfigByIdentityResponse.RequestId")); getApgroupConfigByIdentityResponse.setData(_ctx.mapValue("GetApgroupConfigByIdentityResponse.Data")); getApgroupConfigByIdentityResponse.setIsSuccess(_ctx.booleanValue("GetApgroupConfigByIdentityResponse.IsSuccess")); getApgroupConfigByIdentityResponse.setErrorCode(_ctx.integerValue("GetApgroupConfigByIdentityResponse.ErrorCode")); getApgroupConfigByIdentityResponse.setErrorMessage(_ctx.stringValue("GetApgroupConfigByIdentityResponse.ErrorMessage")); return getApgroupConfigByIdentityResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform/v20191118/GetApgroupDetailedConfigResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.transform.v20191118; import com.aliyuncs.cloudwifi_pop.model.v20191118.GetApgroupDetailedConfigResponse; import java.util.Map; import com.aliyuncs.transform.UnmarshallerContext; public class GetApgroupDetailedConfigResponseUnmarshaller { public static GetApgroupDetailedConfigResponse unmarshall(GetApgroupDetailedConfigResponse getApgroupDetailedConfigResponse, UnmarshallerContext _ctx) { getApgroupDetailedConfigResponse.setRequestId(_ctx.stringValue("GetApgroupDetailedConfigResponse.RequestId")); getApgroupDetailedConfigResponse.setData(_ctx.mapValue("GetApgroupDetailedConfigResponse.Data")); getApgroupDetailedConfigResponse.setIsSuccess(_ctx.booleanValue("GetApgroupDetailedConfigResponse.IsSuccess")); getApgroupDetailedConfigResponse.setErrorCode(_ctx.integerValue("GetApgroupDetailedConfigResponse.ErrorCode")); getApgroupDetailedConfigResponse.setErrorMessage(_ctx.stringValue("GetApgroupDetailedConfigResponse.ErrorMessage")); return getApgroupDetailedConfigResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform/v20191118/GetApgroupIdResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.transform.v20191118; import com.aliyuncs.cloudwifi_pop.model.v20191118.GetApgroupIdResponse; import com.aliyuncs.transform.UnmarshallerContext; public class GetApgroupIdResponseUnmarshaller { public static GetApgroupIdResponse unmarshall(GetApgroupIdResponse getApgroupIdResponse, UnmarshallerContext _ctx) { getApgroupIdResponse.setData(_ctx.stringValue("GetApgroupIdResponse.Data")); getApgroupIdResponse.setErrorMessage(_ctx.stringValue("GetApgroupIdResponse.ErrorMessage")); getApgroupIdResponse.setIsSuccess(_ctx.booleanValue("GetApgroupIdResponse.IsSuccess")); getApgroupIdResponse.setErrorCode(_ctx.integerValue("GetApgroupIdResponse.ErrorCode")); return getApgroupIdResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform/v20191118/GetApgroupSsidConfigResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.transform.v20191118; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cloudwifi_pop.model.v20191118.GetApgroupSsidConfigResponse; import java.util.Map; import com.aliyuncs.transform.UnmarshallerContext; public class GetApgroupSsidConfigResponseUnmarshaller { public static GetApgroupSsidConfigResponse unmarshall(GetApgroupSsidConfigResponse getApgroupSsidConfigResponse, UnmarshallerContext _ctx) { getApgroupSsidConfigResponse.setIsSuccess(_ctx.booleanValue("GetApgroupSsidConfigResponse.IsSuccess")); getApgroupSsidConfigResponse.setErrorMessage(_ctx.stringValue("GetApgroupSsidConfigResponse.ErrorMessage")); getApgroupSsidConfigResponse.setErrorCode(_ctx.integerValue("GetApgroupSsidConfigResponse.ErrorCode")); List<Map<Object, Object>> data = _ctx.listMapValue("GetApgroupSsidConfigResponse.Data"); getApgroupSsidConfigResponse.setData(data); return getApgroupSsidConfigResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform/v20191118/GetBatchTaskProgressResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.transform.v20191118; import com.aliyuncs.cloudwifi_pop.model.v20191118.GetBatchTaskProgressResponse; import java.util.Map; import com.aliyuncs.transform.UnmarshallerContext; public class GetBatchTaskProgressResponseUnmarshaller { public static GetBatchTaskProgressResponse unmarshall(GetBatchTaskProgressResponse getBatchTaskProgressResponse, UnmarshallerContext _ctx) { getBatchTaskProgressResponse.setRequestId(_ctx.stringValue("GetBatchTaskProgressResponse.RequestId")); getBatchTaskProgressResponse.setData(_ctx.mapValue("GetBatchTaskProgressResponse.Data")); getBatchTaskProgressResponse.setIsSuccess(_ctx.booleanValue("GetBatchTaskProgressResponse.IsSuccess")); getBatchTaskProgressResponse.setErrorCode(_ctx.integerValue("GetBatchTaskProgressResponse.ErrorCode")); getBatchTaskProgressResponse.setErrorMessage(_ctx.stringValue("GetBatchTaskProgressResponse.ErrorMessage")); return getBatchTaskProgressResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform/v20191118/GetGroupMiscAggTimeSerResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.transform.v20191118; import com.aliyuncs.cloudwifi_pop.model.v20191118.GetGroupMiscAggTimeSerResponse; import java.util.Map; import com.aliyuncs.transform.UnmarshallerContext; public class GetGroupMiscAggTimeSerResponseUnmarshaller { public static GetGroupMiscAggTimeSerResponse unmarshall(GetGroupMiscAggTimeSerResponse getGroupMiscAggTimeSerResponse, UnmarshallerContext _ctx) { getGroupMiscAggTimeSerResponse.setRequestId(_ctx.stringValue("GetGroupMiscAggTimeSerResponse.RequestId")); getGroupMiscAggTimeSerResponse.setData(_ctx.mapValue("GetGroupMiscAggTimeSerResponse.Data")); getGroupMiscAggTimeSerResponse.setErrorMessage(_ctx.stringValue("GetGroupMiscAggTimeSerResponse.ErrorMessage")); getGroupMiscAggTimeSerResponse.setIsSuccess(_ctx.booleanValue("GetGroupMiscAggTimeSerResponse.IsSuccess")); getGroupMiscAggTimeSerResponse.setErrorCode(_ctx.integerValue("GetGroupMiscAggTimeSerResponse.ErrorCode")); return getGroupMiscAggTimeSerResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform/v20191118/GetNetDeviceInfoResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.transform.v20191118; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cloudwifi_pop.model.v20191118.GetNetDeviceInfoResponse; import java.util.Map; import com.aliyuncs.transform.UnmarshallerContext; public class GetNetDeviceInfoResponseUnmarshaller { public static GetNetDeviceInfoResponse unmarshall(GetNetDeviceInfoResponse getNetDeviceInfoResponse, UnmarshallerContext _ctx) { getNetDeviceInfoResponse.setRequestId(_ctx.stringValue("GetNetDeviceInfoResponse.RequestId")); getNetDeviceInfoResponse.setErrorMessage(_ctx.stringValue("GetNetDeviceInfoResponse.ErrorMessage")); getNetDeviceInfoResponse.setIsSuccess(_ctx.booleanValue("GetNetDeviceInfoResponse.IsSuccess")); getNetDeviceInfoResponse.setErrorCode(_ctx.integerValue("GetNetDeviceInfoResponse.ErrorCode")); List<Map<Object, Object>> data = _ctx.listMapValue("GetNetDeviceInfoResponse.Data"); getNetDeviceInfoResponse.setData(data); return getNetDeviceInfoResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform/v20191118/GetNetDeviceInfoWithSizeResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.transform.v20191118; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cloudwifi_pop.model.v20191118.GetNetDeviceInfoWithSizeResponse; import com.aliyuncs.cloudwifi_pop.model.v20191118.GetNetDeviceInfoWithSizeResponse.Data; import java.util.Map; import com.aliyuncs.transform.UnmarshallerContext; public class GetNetDeviceInfoWithSizeResponseUnmarshaller { public static GetNetDeviceInfoWithSizeResponse unmarshall(GetNetDeviceInfoWithSizeResponse getNetDeviceInfoWithSizeResponse, UnmarshallerContext _ctx) { getNetDeviceInfoWithSizeResponse.setRequestId(_ctx.stringValue("GetNetDeviceInfoWithSizeResponse.RequestId")); getNetDeviceInfoWithSizeResponse.setErrorMessage(_ctx.stringValue("GetNetDeviceInfoWithSizeResponse.ErrorMessage")); getNetDeviceInfoWithSizeResponse.setIsSuccess(_ctx.booleanValue("GetNetDeviceInfoWithSizeResponse.IsSuccess")); getNetDeviceInfoWithSizeResponse.setErrorCode(_ctx.integerValue("GetNetDeviceInfoWithSizeResponse.ErrorCode")); Data data = new Data(); data.setCount(_ctx.longValue("GetNetDeviceInfoWithSizeResponse.Data.Count")); List<Map<Object, Object>> data1 = _ctx.listMapValue("GetNetDeviceInfoWithSizeResponse.Data.Data"); data.setData1(data1); getNetDeviceInfoWithSizeResponse.setData(data); return getNetDeviceInfoWithSizeResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform/v20191118/GetRadioRunHistoryTimeSerResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.transform.v20191118; import com.aliyuncs.cloudwifi_pop.model.v20191118.GetRadioRunHistoryTimeSerResponse; import java.util.Map; import com.aliyuncs.transform.UnmarshallerContext; public class GetRadioRunHistoryTimeSerResponseUnmarshaller { public static GetRadioRunHistoryTimeSerResponse unmarshall(GetRadioRunHistoryTimeSerResponse getRadioRunHistoryTimeSerResponse, UnmarshallerContext _ctx) { getRadioRunHistoryTimeSerResponse.setRequestId(_ctx.stringValue("GetRadioRunHistoryTimeSerResponse.RequestId")); getRadioRunHistoryTimeSerResponse.setData(_ctx.mapValue("GetRadioRunHistoryTimeSerResponse.Data")); getRadioRunHistoryTimeSerResponse.setErrorMessage(_ctx.stringValue("GetRadioRunHistoryTimeSerResponse.ErrorMessage")); getRadioRunHistoryTimeSerResponse.setIsSuccess(_ctx.booleanValue("GetRadioRunHistoryTimeSerResponse.IsSuccess")); getRadioRunHistoryTimeSerResponse.setErrorCode(_ctx.integerValue("GetRadioRunHistoryTimeSerResponse.ErrorCode")); return getRadioRunHistoryTimeSerResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform/v20191118/GetStaDetailedStatusByMacResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.transform.v20191118; import com.aliyuncs.cloudwifi_pop.model.v20191118.GetStaDetailedStatusByMacResponse; import java.util.Map; import com.aliyuncs.transform.UnmarshallerContext; public class GetStaDetailedStatusByMacResponseUnmarshaller { public static GetStaDetailedStatusByMacResponse unmarshall(GetStaDetailedStatusByMacResponse getStaDetailedStatusByMacResponse, UnmarshallerContext _ctx) { getStaDetailedStatusByMacResponse.setRequestId(_ctx.stringValue("GetStaDetailedStatusByMacResponse.RequestId")); getStaDetailedStatusByMacResponse.setData(_ctx.mapValue("GetStaDetailedStatusByMacResponse.Data")); getStaDetailedStatusByMacResponse.setErrorMessage(_ctx.stringValue("GetStaDetailedStatusByMacResponse.ErrorMessage")); getStaDetailedStatusByMacResponse.setIsSuccess(_ctx.booleanValue("GetStaDetailedStatusByMacResponse.IsSuccess")); getStaDetailedStatusByMacResponse.setErrorCode(_ctx.integerValue("GetStaDetailedStatusByMacResponse.ErrorCode")); return getStaDetailedStatusByMacResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform/v20191118/GetStaStatusListByApResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.transform.v20191118; import com.aliyuncs.cloudwifi_pop.model.v20191118.GetStaStatusListByApResponse; import java.util.Map; import com.aliyuncs.transform.UnmarshallerContext; public class GetStaStatusListByApResponseUnmarshaller { public static GetStaStatusListByApResponse unmarshall(GetStaStatusListByApResponse getStaStatusListByApResponse, UnmarshallerContext _ctx) { getStaStatusListByApResponse.setData(_ctx.mapValue("GetStaStatusListByApResponse.Data")); getStaStatusListByApResponse.setErrorMessage(_ctx.stringValue("GetStaStatusListByApResponse.ErrorMessage")); getStaStatusListByApResponse.setIsSuccess(_ctx.booleanValue("GetStaStatusListByApResponse.IsSuccess")); getStaStatusListByApResponse.setErrorCode(_ctx.integerValue("GetStaStatusListByApResponse.ErrorCode")); return getStaStatusListByApResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform/v20191118/JudgeXingTianBusinessResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.transform.v20191118; import com.aliyuncs.cloudwifi_pop.model.v20191118.JudgeXingTianBusinessResponse; import com.aliyuncs.transform.UnmarshallerContext; public class JudgeXingTianBusinessResponseUnmarshaller { public static JudgeXingTianBusinessResponse unmarshall(JudgeXingTianBusinessResponse judgeXingTianBusinessResponse, UnmarshallerContext _ctx) { judgeXingTianBusinessResponse.setRequestId(_ctx.stringValue("JudgeXingTianBusinessResponse.RequestId")); judgeXingTianBusinessResponse.setData(_ctx.booleanValue("JudgeXingTianBusinessResponse.Data")); judgeXingTianBusinessResponse.setErrorMessage(_ctx.stringValue("JudgeXingTianBusinessResponse.ErrorMessage")); judgeXingTianBusinessResponse.setIsSuccess(_ctx.booleanValue("JudgeXingTianBusinessResponse.IsSuccess")); judgeXingTianBusinessResponse.setErrorCode(_ctx.integerValue("JudgeXingTianBusinessResponse.ErrorCode")); return judgeXingTianBusinessResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform/v20191118/KickStaResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.transform.v20191118; import com.aliyuncs.cloudwifi_pop.model.v20191118.KickStaResponse; import com.aliyuncs.transform.UnmarshallerContext; public class KickStaResponseUnmarshaller { public static KickStaResponse unmarshall(KickStaResponse kickStaResponse, UnmarshallerContext _ctx) { kickStaResponse.setData(_ctx.stringValue("KickStaResponse.Data")); kickStaResponse.setErrorMessage(_ctx.stringValue("KickStaResponse.ErrorMessage")); kickStaResponse.setIsSuccess(_ctx.booleanValue("KickStaResponse.IsSuccess")); kickStaResponse.setErrorCode(_ctx.integerValue("KickStaResponse.ErrorCode")); return kickStaResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform/v20191118/ListApgroupDescendantResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.transform.v20191118; import com.aliyuncs.cloudwifi_pop.model.v20191118.ListApgroupDescendantResponse; import java.util.Map; import com.aliyuncs.transform.UnmarshallerContext; public class ListApgroupDescendantResponseUnmarshaller { public static ListApgroupDescendantResponse unmarshall(ListApgroupDescendantResponse listApgroupDescendantResponse, UnmarshallerContext _ctx) { listApgroupDescendantResponse.setRequestId(_ctx.stringValue("ListApgroupDescendantResponse.RequestId")); listApgroupDescendantResponse.setData(_ctx.mapValue("ListApgroupDescendantResponse.Data")); listApgroupDescendantResponse.setIsSuccess(_ctx.booleanValue("ListApgroupDescendantResponse.IsSuccess")); listApgroupDescendantResponse.setErrorCode(_ctx.integerValue("ListApgroupDescendantResponse.ErrorCode")); listApgroupDescendantResponse.setErrorMessage(_ctx.stringValue("ListApgroupDescendantResponse.ErrorMessage")); return listApgroupDescendantResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform/v20191118/ListJobOrdersResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.transform.v20191118; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cloudwifi_pop.model.v20191118.ListJobOrdersResponse; import java.util.Map; import com.aliyuncs.transform.UnmarshallerContext; public class ListJobOrdersResponseUnmarshaller { public static ListJobOrdersResponse unmarshall(ListJobOrdersResponse listJobOrdersResponse, UnmarshallerContext _ctx) { listJobOrdersResponse.setRequestId(_ctx.stringValue("ListJobOrdersResponse.RequestId")); listJobOrdersResponse.setErrorMessage(_ctx.stringValue("ListJobOrdersResponse.ErrorMessage")); listJobOrdersResponse.setIsSuccess(_ctx.booleanValue("ListJobOrdersResponse.IsSuccess")); listJobOrdersResponse.setErrorCode(_ctx.integerValue("ListJobOrdersResponse.ErrorCode")); List<Map<Object, Object>> data = _ctx.listMapValue("ListJobOrdersResponse.Data"); listJobOrdersResponse.setData(data); return listJobOrdersResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform/v20191118/ListJobOrdersWithSizeResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.transform.v20191118; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cloudwifi_pop.model.v20191118.ListJobOrdersWithSizeResponse; import com.aliyuncs.cloudwifi_pop.model.v20191118.ListJobOrdersWithSizeResponse.Data; import java.util.Map; import com.aliyuncs.transform.UnmarshallerContext; public class ListJobOrdersWithSizeResponseUnmarshaller { public static ListJobOrdersWithSizeResponse unmarshall(ListJobOrdersWithSizeResponse listJobOrdersWithSizeResponse, UnmarshallerContext _ctx) { listJobOrdersWithSizeResponse.setRequestId(_ctx.stringValue("ListJobOrdersWithSizeResponse.RequestId")); listJobOrdersWithSizeResponse.setErrorMessage(_ctx.stringValue("ListJobOrdersWithSizeResponse.ErrorMessage")); listJobOrdersWithSizeResponse.setIsSuccess(_ctx.booleanValue("ListJobOrdersWithSizeResponse.IsSuccess")); listJobOrdersWithSizeResponse.setErrorCode(_ctx.integerValue("ListJobOrdersWithSizeResponse.ErrorCode")); Data data = new Data(); data.setCount(_ctx.longValue("ListJobOrdersWithSizeResponse.Data.Count")); List<Map<Object, Object>> data1 = _ctx.listMapValue("ListJobOrdersWithSizeResponse.Data.Data"); data.setData1(data1); listJobOrdersWithSizeResponse.setData(data); return listJobOrdersWithSizeResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform/v20191118/NewApgroupConfigResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.transform.v20191118; import com.aliyuncs.cloudwifi_pop.model.v20191118.NewApgroupConfigResponse; import com.aliyuncs.transform.UnmarshallerContext; public class NewApgroupConfigResponseUnmarshaller { public static NewApgroupConfigResponse unmarshall(NewApgroupConfigResponse newApgroupConfigResponse, UnmarshallerContext _ctx) { newApgroupConfigResponse.setData(_ctx.stringValue("NewApgroupConfigResponse.Data")); newApgroupConfigResponse.setErrorMessage(_ctx.stringValue("NewApgroupConfigResponse.ErrorMessage")); newApgroupConfigResponse.setIsSuccess(_ctx.booleanValue("NewApgroupConfigResponse.IsSuccess")); newApgroupConfigResponse.setErrorCode(_ctx.integerValue("NewApgroupConfigResponse.ErrorCode")); return newApgroupConfigResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform/v20191118/NewJobOrderResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.transform.v20191118; import com.aliyuncs.cloudwifi_pop.model.v20191118.NewJobOrderResponse; import com.aliyuncs.cloudwifi_pop.model.v20191118.NewJobOrderResponse.Data; import com.aliyuncs.transform.UnmarshallerContext; public class NewJobOrderResponseUnmarshaller { public static NewJobOrderResponse unmarshall(NewJobOrderResponse newJobOrderResponse, UnmarshallerContext _ctx) { newJobOrderResponse.setRequestId(_ctx.stringValue("NewJobOrderResponse.RequestId")); newJobOrderResponse.setErrorMessage(_ctx.stringValue("NewJobOrderResponse.ErrorMessage")); newJobOrderResponse.setIsSuccess(_ctx.booleanValue("NewJobOrderResponse.IsSuccess")); newJobOrderResponse.setErrorCode(_ctx.integerValue("NewJobOrderResponse.ErrorCode")); Data data = new Data(); data.setOrderId(_ctx.longValue("NewJobOrderResponse.Data.OrderId")); newJobOrderResponse.setData(data); return newJobOrderResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform/v20191118/NewNetDeviceInfoResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.transform.v20191118; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cloudwifi_pop.model.v20191118.NewNetDeviceInfoResponse; import com.aliyuncs.transform.UnmarshallerContext; public class NewNetDeviceInfoResponseUnmarshaller { public static NewNetDeviceInfoResponse unmarshall(NewNetDeviceInfoResponse newNetDeviceInfoResponse, UnmarshallerContext _ctx) { newNetDeviceInfoResponse.setRequestId(_ctx.stringValue("NewNetDeviceInfoResponse.RequestId")); newNetDeviceInfoResponse.setErrorMessage(_ctx.stringValue("NewNetDeviceInfoResponse.ErrorMessage")); newNetDeviceInfoResponse.setIsSuccess(_ctx.booleanValue("NewNetDeviceInfoResponse.IsSuccess")); newNetDeviceInfoResponse.setErrorCode(_ctx.integerValue("NewNetDeviceInfoResponse.ErrorCode")); List<Long> data = new ArrayList<Long>(); for (int i = 0; i < _ctx.lengthValue("NewNetDeviceInfoResponse.Data.Length"); i++) { data.add(_ctx.longValue("NewNetDeviceInfoResponse.Data["+ i +"]")); } newNetDeviceInfoResponse.setData(data); return newNetDeviceInfoResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform/v20191118/PutAppConfigAndSaveResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.transform.v20191118; import com.aliyuncs.cloudwifi_pop.model.v20191118.PutAppConfigAndSaveResponse; import java.util.Map; import com.aliyuncs.transform.UnmarshallerContext; public class PutAppConfigAndSaveResponseUnmarshaller { public static PutAppConfigAndSaveResponse unmarshall(PutAppConfigAndSaveResponse putAppConfigAndSaveResponse, UnmarshallerContext _ctx) { putAppConfigAndSaveResponse.setRequestId(_ctx.stringValue("PutAppConfigAndSaveResponse.RequestId")); putAppConfigAndSaveResponse.setData(_ctx.mapValue("PutAppConfigAndSaveResponse.Data")); putAppConfigAndSaveResponse.setErrorMessage(_ctx.stringValue("PutAppConfigAndSaveResponse.ErrorMessage")); putAppConfigAndSaveResponse.setIsSuccess(_ctx.booleanValue("PutAppConfigAndSaveResponse.IsSuccess")); putAppConfigAndSaveResponse.setErrorCode(_ctx.integerValue("PutAppConfigAndSaveResponse.ErrorCode")); return putAppConfigAndSaveResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform/v20191118/QueryJobOrderResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.transform.v20191118; import com.aliyuncs.cloudwifi_pop.model.v20191118.QueryJobOrderResponse; import java.util.Map; import com.aliyuncs.transform.UnmarshallerContext; public class QueryJobOrderResponseUnmarshaller { public static QueryJobOrderResponse unmarshall(QueryJobOrderResponse queryJobOrderResponse, UnmarshallerContext _ctx) { queryJobOrderResponse.setRequestId(_ctx.stringValue("QueryJobOrderResponse.RequestId")); queryJobOrderResponse.setData(_ctx.mapValue("QueryJobOrderResponse.Data")); queryJobOrderResponse.setErrorMessage(_ctx.stringValue("QueryJobOrderResponse.ErrorMessage")); queryJobOrderResponse.setIsSuccess(_ctx.booleanValue("QueryJobOrderResponse.IsSuccess")); queryJobOrderResponse.setErrorCode(_ctx.integerValue("QueryJobOrderResponse.ErrorCode")); return queryJobOrderResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform/v20191118/RebootApResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.transform.v20191118; import com.aliyuncs.cloudwifi_pop.model.v20191118.RebootApResponse; import java.util.Map; import com.aliyuncs.transform.UnmarshallerContext; public class RebootApResponseUnmarshaller { public static RebootApResponse unmarshall(RebootApResponse rebootApResponse, UnmarshallerContext _ctx) { rebootApResponse.setRequestId(_ctx.stringValue("RebootApResponse.RequestId")); rebootApResponse.setData(_ctx.mapValue("RebootApResponse.Data")); rebootApResponse.setErrorMessage(_ctx.stringValue("RebootApResponse.ErrorMessage")); rebootApResponse.setIsSuccess(_ctx.booleanValue("RebootApResponse.IsSuccess")); rebootApResponse.setErrorCode(_ctx.integerValue("RebootApResponse.ErrorCode")); return rebootApResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform/v20191118/RegisterApAssetResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.transform.v20191118; import com.aliyuncs.cloudwifi_pop.model.v20191118.RegisterApAssetResponse; import com.aliyuncs.transform.UnmarshallerContext; public class RegisterApAssetResponseUnmarshaller { public static RegisterApAssetResponse unmarshall(RegisterApAssetResponse registerApAssetResponse, UnmarshallerContext _ctx) { registerApAssetResponse.setRequestId(_ctx.stringValue("RegisterApAssetResponse.RequestId")); registerApAssetResponse.setData(_ctx.stringValue("RegisterApAssetResponse.Data")); registerApAssetResponse.setErrorMessage(_ctx.stringValue("RegisterApAssetResponse.ErrorMessage")); registerApAssetResponse.setIsSuccess(_ctx.booleanValue("RegisterApAssetResponse.IsSuccess")); registerApAssetResponse.setErrorCode(_ctx.integerValue("RegisterApAssetResponse.ErrorCode")); return registerApAssetResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform/v20191118/RepairApRadioResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.transform.v20191118; import com.aliyuncs.cloudwifi_pop.model.v20191118.RepairApRadioResponse; import java.util.Map; import com.aliyuncs.transform.UnmarshallerContext; public class RepairApRadioResponseUnmarshaller { public static RepairApRadioResponse unmarshall(RepairApRadioResponse repairApRadioResponse, UnmarshallerContext _ctx) { repairApRadioResponse.setRequestId(_ctx.stringValue("RepairApRadioResponse.RequestId")); repairApRadioResponse.setData(_ctx.mapValue("RepairApRadioResponse.Data")); repairApRadioResponse.setErrorMessage(_ctx.stringValue("RepairApRadioResponse.ErrorMessage")); repairApRadioResponse.setIsSuccess(_ctx.booleanValue("RepairApRadioResponse.IsSuccess")); repairApRadioResponse.setErrorCode(_ctx.booleanValue("RepairApRadioResponse.ErrorCode")); return repairApRadioResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform/v20191118/SaveApBasicConfigResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.transform.v20191118; import com.aliyuncs.cloudwifi_pop.model.v20191118.SaveApBasicConfigResponse; import java.util.Map; import com.aliyuncs.transform.UnmarshallerContext; public class SaveApBasicConfigResponseUnmarshaller { public static SaveApBasicConfigResponse unmarshall(SaveApBasicConfigResponse saveApBasicConfigResponse, UnmarshallerContext _ctx) { saveApBasicConfigResponse.setRequestId(_ctx.stringValue("SaveApBasicConfigResponse.RequestId")); saveApBasicConfigResponse.setData(_ctx.mapValue("SaveApBasicConfigResponse.Data")); saveApBasicConfigResponse.setErrorMessage(_ctx.stringValue("SaveApBasicConfigResponse.ErrorMessage")); saveApBasicConfigResponse.setIsSuccess(_ctx.booleanValue("SaveApBasicConfigResponse.IsSuccess")); saveApBasicConfigResponse.setErrorCode(_ctx.integerValue("SaveApBasicConfigResponse.ErrorCode")); return saveApBasicConfigResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform/v20191118/SaveApPortalConfigResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.transform.v20191118; import com.aliyuncs.cloudwifi_pop.model.v20191118.SaveApPortalConfigResponse; import java.util.Map; import com.aliyuncs.transform.UnmarshallerContext; public class SaveApPortalConfigResponseUnmarshaller { public static SaveApPortalConfigResponse unmarshall(SaveApPortalConfigResponse saveApPortalConfigResponse, UnmarshallerContext _ctx) { saveApPortalConfigResponse.setRequestId(_ctx.stringValue("SaveApPortalConfigResponse.RequestId")); saveApPortalConfigResponse.setData(_ctx.mapValue("SaveApPortalConfigResponse.Data")); saveApPortalConfigResponse.setIsSuccess(_ctx.booleanValue("SaveApPortalConfigResponse.IsSuccess")); saveApPortalConfigResponse.setErrorCode(_ctx.integerValue("SaveApPortalConfigResponse.ErrorCode")); saveApPortalConfigResponse.setErrorMessage(_ctx.stringValue("SaveApPortalConfigResponse.ErrorMessage")); return saveApPortalConfigResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform/v20191118/SaveApRadioConfigResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.transform.v20191118; import com.aliyuncs.cloudwifi_pop.model.v20191118.SaveApRadioConfigResponse; import java.util.Map; import com.aliyuncs.transform.UnmarshallerContext; public class SaveApRadioConfigResponseUnmarshaller { public static SaveApRadioConfigResponse unmarshall(SaveApRadioConfigResponse saveApRadioConfigResponse, UnmarshallerContext _ctx) { saveApRadioConfigResponse.setRequestId(_ctx.stringValue("SaveApRadioConfigResponse.RequestId")); saveApRadioConfigResponse.setData(_ctx.mapValue("SaveApRadioConfigResponse.Data")); saveApRadioConfigResponse.setErrorMessage(_ctx.stringValue("SaveApRadioConfigResponse.ErrorMessage")); saveApRadioConfigResponse.setIsSuccess(_ctx.booleanValue("SaveApRadioConfigResponse.IsSuccess")); saveApRadioConfigResponse.setErrorCode(_ctx.integerValue("SaveApRadioConfigResponse.ErrorCode")); return saveApRadioConfigResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform/v20191118/SaveApSsidConfigResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.transform.v20191118; import com.aliyuncs.cloudwifi_pop.model.v20191118.SaveApSsidConfigResponse; import java.util.Map; import com.aliyuncs.transform.UnmarshallerContext; public class SaveApSsidConfigResponseUnmarshaller { public static SaveApSsidConfigResponse unmarshall(SaveApSsidConfigResponse saveApSsidConfigResponse, UnmarshallerContext _ctx) { saveApSsidConfigResponse.setData(_ctx.mapValue("SaveApSsidConfigResponse.Data")); saveApSsidConfigResponse.setErrorMessage(_ctx.stringValue("SaveApSsidConfigResponse.ErrorMessage")); saveApSsidConfigResponse.setIsSuccess(_ctx.booleanValue("SaveApSsidConfigResponse.IsSuccess")); saveApSsidConfigResponse.setErrorCode(_ctx.integerValue("SaveApSsidConfigResponse.ErrorCode")); return saveApSsidConfigResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform/v20191118/SaveApThirdAppResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.transform.v20191118; import com.aliyuncs.cloudwifi_pop.model.v20191118.SaveApThirdAppResponse; import java.util.Map; import com.aliyuncs.transform.UnmarshallerContext; public class SaveApThirdAppResponseUnmarshaller { public static SaveApThirdAppResponse unmarshall(SaveApThirdAppResponse saveApThirdAppResponse, UnmarshallerContext _ctx) { saveApThirdAppResponse.setRequestId(_ctx.stringValue("SaveApThirdAppResponse.RequestId")); saveApThirdAppResponse.setData(_ctx.mapValue("SaveApThirdAppResponse.Data")); saveApThirdAppResponse.setIsSuccess(_ctx.booleanValue("SaveApThirdAppResponse.IsSuccess")); saveApThirdAppResponse.setErrorCode(_ctx.integerValue("SaveApThirdAppResponse.ErrorCode")); saveApThirdAppResponse.setErrorMessage(_ctx.stringValue("SaveApThirdAppResponse.ErrorMessage")); return saveApThirdAppResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform/v20191118/SaveApgroupBasicConfigResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.transform.v20191118; import com.aliyuncs.cloudwifi_pop.model.v20191118.SaveApgroupBasicConfigResponse; import com.aliyuncs.cloudwifi_pop.model.v20191118.SaveApgroupBasicConfigResponse.Data; import com.aliyuncs.transform.UnmarshallerContext; public class SaveApgroupBasicConfigResponseUnmarshaller { public static SaveApgroupBasicConfigResponse unmarshall(SaveApgroupBasicConfigResponse saveApgroupBasicConfigResponse, UnmarshallerContext _ctx) { saveApgroupBasicConfigResponse.setRequestId(_ctx.stringValue("SaveApgroupBasicConfigResponse.RequestId")); saveApgroupBasicConfigResponse.setIsSuccess(_ctx.booleanValue("SaveApgroupBasicConfigResponse.IsSuccess")); saveApgroupBasicConfigResponse.setErrorMessage(_ctx.stringValue("SaveApgroupBasicConfigResponse.ErrorMessage")); saveApgroupBasicConfigResponse.setErrorCode(_ctx.integerValue("SaveApgroupBasicConfigResponse.ErrorCode")); Data data = new Data(); data.setTaskId(_ctx.stringValue("SaveApgroupBasicConfigResponse.Data.TaskId")); data.setId(_ctx.longValue("SaveApgroupBasicConfigResponse.Data.Id")); saveApgroupBasicConfigResponse.setData(data); return saveApgroupBasicConfigResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform/v20191118/SaveApgroupPortalConfigResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.transform.v20191118; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cloudwifi_pop.model.v20191118.SaveApgroupPortalConfigResponse; import com.aliyuncs.transform.UnmarshallerContext; public class SaveApgroupPortalConfigResponseUnmarshaller { public static SaveApgroupPortalConfigResponse unmarshall(SaveApgroupPortalConfigResponse saveApgroupPortalConfigResponse, UnmarshallerContext _ctx) { saveApgroupPortalConfigResponse.setRequestId(_ctx.stringValue("SaveApgroupPortalConfigResponse.RequestId")); saveApgroupPortalConfigResponse.setIsSuccess(_ctx.booleanValue("SaveApgroupPortalConfigResponse.IsSuccess")); saveApgroupPortalConfigResponse.setErrorCode(_ctx.integerValue("SaveApgroupPortalConfigResponse.ErrorCode")); saveApgroupPortalConfigResponse.setErrorMessage(_ctx.stringValue("SaveApgroupPortalConfigResponse.ErrorMessage")); List<Long> data = new ArrayList<Long>(); for (int i = 0; i < _ctx.lengthValue("SaveApgroupPortalConfigResponse.Data.Length"); i++) { data.add(_ctx.longValue("SaveApgroupPortalConfigResponse.Data["+ i +"]")); } saveApgroupPortalConfigResponse.setData(data); return saveApgroupPortalConfigResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform/v20191118/SaveApgroupSsidConfigResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.transform.v20191118; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cloudwifi_pop.model.v20191118.SaveApgroupSsidConfigResponse; import com.aliyuncs.transform.UnmarshallerContext; public class SaveApgroupSsidConfigResponseUnmarshaller { public static SaveApgroupSsidConfigResponse unmarshall(SaveApgroupSsidConfigResponse saveApgroupSsidConfigResponse, UnmarshallerContext _ctx) { saveApgroupSsidConfigResponse.setIsSuccess(_ctx.booleanValue("SaveApgroupSsidConfigResponse.IsSuccess")); saveApgroupSsidConfigResponse.setErrorMessage(_ctx.stringValue("SaveApgroupSsidConfigResponse.ErrorMessage")); saveApgroupSsidConfigResponse.setErrorCode(_ctx.integerValue("SaveApgroupSsidConfigResponse.ErrorCode")); List<Long> data = new ArrayList<Long>(); for (int i = 0; i < _ctx.lengthValue("SaveApgroupSsidConfigResponse.Data.Length"); i++) { data.add(_ctx.longValue("SaveApgroupSsidConfigResponse.Data["+ i +"]")); } saveApgroupSsidConfigResponse.setData(data); return saveApgroupSsidConfigResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform/v20191118/SetApAddressResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.transform.v20191118; import com.aliyuncs.cloudwifi_pop.model.v20191118.SetApAddressResponse; import com.aliyuncs.transform.UnmarshallerContext; public class SetApAddressResponseUnmarshaller { public static SetApAddressResponse unmarshall(SetApAddressResponse setApAddressResponse, UnmarshallerContext _ctx) { setApAddressResponse.setData(_ctx.stringValue("SetApAddressResponse.Data")); setApAddressResponse.setErrorMessage(_ctx.stringValue("SetApAddressResponse.ErrorMessage")); setApAddressResponse.setIsSuccess(_ctx.booleanValue("SetApAddressResponse.IsSuccess")); setApAddressResponse.setErrorCode(_ctx.integerValue("SetApAddressResponse.ErrorCode")); return setApAddressResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform/v20191118/SetApNameResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.transform.v20191118; import com.aliyuncs.cloudwifi_pop.model.v20191118.SetApNameResponse; import com.aliyuncs.transform.UnmarshallerContext; public class SetApNameResponseUnmarshaller { public static SetApNameResponse unmarshall(SetApNameResponse setApNameResponse, UnmarshallerContext _ctx) { setApNameResponse.setData(_ctx.stringValue("SetApNameResponse.Data")); setApNameResponse.setErrorMessage(_ctx.stringValue("SetApNameResponse.ErrorMessage")); setApNameResponse.setIsSuccess(_ctx.booleanValue("SetApNameResponse.IsSuccess")); setApNameResponse.setErrorCode(_ctx.integerValue("SetApNameResponse.ErrorCode")); return setApNameResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform/v20191118/UnRegisterApAssetResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.transform.v20191118; import com.aliyuncs.cloudwifi_pop.model.v20191118.UnRegisterApAssetResponse; import java.util.Map; import com.aliyuncs.transform.UnmarshallerContext; public class UnRegisterApAssetResponseUnmarshaller { public static UnRegisterApAssetResponse unmarshall(UnRegisterApAssetResponse unRegisterApAssetResponse, UnmarshallerContext _ctx) { unRegisterApAssetResponse.setRequestId(_ctx.stringValue("UnRegisterApAssetResponse.RequestId")); unRegisterApAssetResponse.setData(_ctx.mapValue("UnRegisterApAssetResponse.Data")); unRegisterApAssetResponse.setIsSuccess(_ctx.booleanValue("UnRegisterApAssetResponse.IsSuccess")); unRegisterApAssetResponse.setErrorCode(_ctx.integerValue("UnRegisterApAssetResponse.ErrorCode")); unRegisterApAssetResponse.setErrorMessage(_ctx.stringValue("UnRegisterApAssetResponse.ErrorMessage")); return unRegisterApAssetResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudwifi-pop/2.0.3/com/aliyuncs/cloudwifi_pop/transform/v20191118/UpdateNetDeviceInfoResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudwifi_pop.transform.v20191118; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cloudwifi_pop.model.v20191118.UpdateNetDeviceInfoResponse; import com.aliyuncs.transform.UnmarshallerContext; public class UpdateNetDeviceInfoResponseUnmarshaller { public static UpdateNetDeviceInfoResponse unmarshall(UpdateNetDeviceInfoResponse updateNetDeviceInfoResponse, UnmarshallerContext _ctx) { updateNetDeviceInfoResponse.setRequestId(_ctx.stringValue("UpdateNetDeviceInfoResponse.RequestId")); updateNetDeviceInfoResponse.setErrorMessage(_ctx.stringValue("UpdateNetDeviceInfoResponse.ErrorMessage")); updateNetDeviceInfoResponse.setIsSuccess(_ctx.booleanValue("UpdateNetDeviceInfoResponse.IsSuccess")); updateNetDeviceInfoResponse.setErrorCode(_ctx.integerValue("UpdateNetDeviceInfoResponse.ErrorCode")); List<Long> data = new ArrayList<Long>(); for (int i = 0; i < _ctx.lengthValue("UpdateNetDeviceInfoResponse.Data.Length"); i++) { data.add(_ctx.longValue("UpdateNetDeviceInfoResponse.Data["+ i +"]")); } updateNetDeviceInfoResponse.setData(data); return updateNetDeviceInfoResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cmdb/1.0.0/com/aliyuncs/cmdb/model
java-sources/com/aliyun/aliyun-java-sdk-cmdb/1.0.0/com/aliyuncs/cmdb/model/v20190515/CreatePodFromCMDBRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cmdb.model.v20190515; import com.aliyuncs.RoaAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class CreatePodFromCMDBRequest extends RoaAcsRequest<CreatePodFromCMDBResponse> { public CreatePodFromCMDBRequest() { super("cmdb", "2019-05-15", "CreatePodFromCMDB"); setUriPattern("/openapi/device/vm/add"); setMethod(MethodType.POST); } @Override public Class<CreatePodFromCMDBResponse> getResponseClass() { return CreatePodFromCMDBResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cmdb/1.0.0/com/aliyuncs/cmdb/model
java-sources/com/aliyun/aliyun-java-sdk-cmdb/1.0.0/com/aliyuncs/cmdb/model/v20190515/CreatePodFromCMDBResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cmdb.model.v20190515; import com.aliyuncs.AcsResponse; import com.aliyuncs.cmdb.transform.v20190515.CreatePodFromCMDBResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CreatePodFromCMDBResponse extends AcsResponse { private Boolean success; private Integer errorCode; private String errorMessage; public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public String getErrorMessage() { return this.errorMessage; } public void setErrorMessage(String errorMessage) { this.errorMessage = errorMessage; } @Override public CreatePodFromCMDBResponse getInstance(UnmarshallerContext context) { return CreatePodFromCMDBResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cmdb/1.0.0/com/aliyuncs/cmdb/model
java-sources/com/aliyun/aliyun-java-sdk-cmdb/1.0.0/com/aliyuncs/cmdb/model/v20190515/DeletePodFromCMDBRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cmdb.model.v20190515; import com.aliyuncs.RoaAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class DeletePodFromCMDBRequest extends RoaAcsRequest<DeletePodFromCMDBResponse> { public DeletePodFromCMDBRequest() { super("cmdb", "2019-05-15", "DeletePodFromCMDB"); setUriPattern("/openapi/device/vm/delete"); setMethod(MethodType.POST); } @Override public Class<DeletePodFromCMDBResponse> getResponseClass() { return DeletePodFromCMDBResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cmdb/1.0.0/com/aliyuncs/cmdb/model
java-sources/com/aliyun/aliyun-java-sdk-cmdb/1.0.0/com/aliyuncs/cmdb/model/v20190515/DeletePodFromCMDBResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cmdb.model.v20190515; import com.aliyuncs.AcsResponse; import com.aliyuncs.cmdb.transform.v20190515.DeletePodFromCMDBResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeletePodFromCMDBResponse extends AcsResponse { private Boolean success; private Integer errorCode; private String errorMessage; public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public String getErrorMessage() { return this.errorMessage; } public void setErrorMessage(String errorMessage) { this.errorMessage = errorMessage; } @Override public DeletePodFromCMDBResponse getInstance(UnmarshallerContext context) { return DeletePodFromCMDBResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cmdb/1.0.0/com/aliyuncs/cmdb/model
java-sources/com/aliyun/aliyun-java-sdk-cmdb/1.0.0/com/aliyuncs/cmdb/model/v20190515/QueryPodFromCMDBRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cmdb.model.v20190515; import com.aliyuncs.RoaAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class QueryPodFromCMDBRequest extends RoaAcsRequest<QueryPodFromCMDBResponse> { public QueryPodFromCMDBRequest() { super("cmdb", "2019-05-15", "QueryPodFromCMDB"); setUriPattern("/item/query"); setMethod(MethodType.POST); } @Override public Class<QueryPodFromCMDBResponse> getResponseClass() { return QueryPodFromCMDBResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cmdb/1.0.0/com/aliyuncs/cmdb/model
java-sources/com/aliyun/aliyun-java-sdk-cmdb/1.0.0/com/aliyuncs/cmdb/model/v20190515/QueryPodFromCMDBResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cmdb.model.v20190515; import java.util.List; import java.util.Map; import com.aliyuncs.AcsResponse; import com.aliyuncs.cmdb.transform.v20190515.QueryPodFromCMDBResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class QueryPodFromCMDBResponse extends AcsResponse { private Boolean success; private Integer errorCode; private String errorMessage; private Value value; public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public String getErrorMessage() { return this.errorMessage; } public void setErrorMessage(String errorMessage) { this.errorMessage = errorMessage; } public Value getValue() { return this.value; } public void setValue(Value value) { this.value = value; } public static class Value { private Boolean hasMore; private Integer totalCount; private List<Map<Object,Object>> itemList; public Boolean getHasMore() { return this.hasMore; } public void setHasMore(Boolean hasMore) { this.hasMore = hasMore; } public Integer getTotalCount() { return this.totalCount; } public void setTotalCount(Integer totalCount) { this.totalCount = totalCount; } public List<Map<Object,Object>> getItemList() { return this.itemList; } public void setItemList(List<Map<Object,Object>> itemList) { this.itemList = itemList; } } @Override public QueryPodFromCMDBResponse getInstance(UnmarshallerContext context) { return QueryPodFromCMDBResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cmdb/1.0.0/com/aliyuncs/cmdb/model
java-sources/com/aliyun/aliyun-java-sdk-cmdb/1.0.0/com/aliyuncs/cmdb/model/v20190515/UpdatePodFromCMDBRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cmdb.model.v20190515; import com.aliyuncs.RoaAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class UpdatePodFromCMDBRequest extends RoaAcsRequest<UpdatePodFromCMDBResponse> { public UpdatePodFromCMDBRequest() { super("cmdb", "2019-05-15", "UpdatePodFromCMDB"); setUriPattern("/openapi/device/server/update"); setMethod(MethodType.POST); } @Override public Class<UpdatePodFromCMDBResponse> getResponseClass() { return UpdatePodFromCMDBResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cmdb/1.0.0/com/aliyuncs/cmdb/model
java-sources/com/aliyun/aliyun-java-sdk-cmdb/1.0.0/com/aliyuncs/cmdb/model/v20190515/UpdatePodFromCMDBResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cmdb.model.v20190515; import com.aliyuncs.AcsResponse; import com.aliyuncs.cmdb.transform.v20190515.UpdatePodFromCMDBResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class UpdatePodFromCMDBResponse extends AcsResponse { private Boolean success; private Integer errorCode; private String errorMessage; public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public String getErrorMessage() { return this.errorMessage; } public void setErrorMessage(String errorMessage) { this.errorMessage = errorMessage; } @Override public UpdatePodFromCMDBResponse getInstance(UnmarshallerContext context) { return UpdatePodFromCMDBResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cmdb/1.0.0/com/aliyuncs/cmdb/transform
java-sources/com/aliyun/aliyun-java-sdk-cmdb/1.0.0/com/aliyuncs/cmdb/transform/v20190515/CreatePodFromCMDBResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cmdb.transform.v20190515; import com.aliyuncs.cmdb.model.v20190515.CreatePodFromCMDBResponse; import com.aliyuncs.transform.UnmarshallerContext; public class CreatePodFromCMDBResponseUnmarshaller { public static CreatePodFromCMDBResponse unmarshall(CreatePodFromCMDBResponse createPodFromCMDBResponse, UnmarshallerContext context) { createPodFromCMDBResponse.setSuccess(context.booleanValue("CreatePodFromCMDBResponse.success")); createPodFromCMDBResponse.setErrorCode(context.integerValue("CreatePodFromCMDBResponse.errorCode")); createPodFromCMDBResponse.setErrorMessage(context.stringValue("CreatePodFromCMDBResponse.errorMessage")); return createPodFromCMDBResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cmdb/1.0.0/com/aliyuncs/cmdb/transform
java-sources/com/aliyun/aliyun-java-sdk-cmdb/1.0.0/com/aliyuncs/cmdb/transform/v20190515/DeletePodFromCMDBResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cmdb.transform.v20190515; import com.aliyuncs.cmdb.model.v20190515.DeletePodFromCMDBResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DeletePodFromCMDBResponseUnmarshaller { public static DeletePodFromCMDBResponse unmarshall(DeletePodFromCMDBResponse deletePodFromCMDBResponse, UnmarshallerContext context) { deletePodFromCMDBResponse.setSuccess(context.booleanValue("DeletePodFromCMDBResponse.success")); deletePodFromCMDBResponse.setErrorCode(context.integerValue("DeletePodFromCMDBResponse.errorCode")); deletePodFromCMDBResponse.setErrorMessage(context.stringValue("DeletePodFromCMDBResponse.errorMessage")); return deletePodFromCMDBResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cmdb/1.0.0/com/aliyuncs/cmdb/transform
java-sources/com/aliyun/aliyun-java-sdk-cmdb/1.0.0/com/aliyuncs/cmdb/transform/v20190515/QueryPodFromCMDBResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cmdb.transform.v20190515; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cmdb.model.v20190515.QueryPodFromCMDBResponse; import com.aliyuncs.cmdb.model.v20190515.QueryPodFromCMDBResponse.Value; import java.util.Map; import com.aliyuncs.transform.UnmarshallerContext; public class QueryPodFromCMDBResponseUnmarshaller { public static QueryPodFromCMDBResponse unmarshall(QueryPodFromCMDBResponse queryPodFromCMDBResponse, UnmarshallerContext context) { queryPodFromCMDBResponse.setSuccess(context.booleanValue("QueryPodFromCMDBResponse.success")); queryPodFromCMDBResponse.setErrorCode(context.integerValue("QueryPodFromCMDBResponse.errorCode")); queryPodFromCMDBResponse.setErrorMessage(context.stringValue("QueryPodFromCMDBResponse.errorMessage")); Value value = new Value(); value.setHasMore(context.booleanValue("QueryPodFromCMDBResponse.value.hasMore")); value.setTotalCount(context.integerValue("QueryPodFromCMDBResponse.value.totalCount")); List<Map<Object, Object>> itemList = context.listMapValue("QueryPodFromCMDBResponse.value.itemList"); value.setItemList(itemList); queryPodFromCMDBResponse.setValue(value); return queryPodFromCMDBResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cmdb/1.0.0/com/aliyuncs/cmdb/transform
java-sources/com/aliyun/aliyun-java-sdk-cmdb/1.0.0/com/aliyuncs/cmdb/transform/v20190515/UpdatePodFromCMDBResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cmdb.transform.v20190515; import com.aliyuncs.cmdb.model.v20190515.UpdatePodFromCMDBResponse; import com.aliyuncs.transform.UnmarshallerContext; public class UpdatePodFromCMDBResponseUnmarshaller { public static UpdatePodFromCMDBResponse unmarshall(UpdatePodFromCMDBResponse updatePodFromCMDBResponse, UnmarshallerContext context) { updatePodFromCMDBResponse.setSuccess(context.booleanValue("UpdatePodFromCMDBResponse.success")); updatePodFromCMDBResponse.setErrorCode(context.integerValue("UpdatePodFromCMDBResponse.errorCode")); updatePodFromCMDBResponse.setErrorMessage(context.stringValue("UpdatePodFromCMDBResponse.errorMessage")); return updatePodFromCMDBResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/AddTagsRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import com.aliyuncs.RpcAcsRequest; import java.util.List; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class AddTagsRequest extends RpcAcsRequest<AddTagsResponse> { private List<String> groupIdss; private List<Tag> tags; public AddTagsRequest() { super("Cms", "2019-01-01", "AddTags", "cms"); setMethod(MethodType.POST); } public List<String> getGroupIdss() { return this.groupIdss; } public void setGroupIdss(List<String> groupIdss) { this.groupIdss = groupIdss; if (groupIdss != null) { for (int i = 0; i < groupIdss.size(); i++) { putQueryParameter("GroupIds." + (i + 1) , groupIdss.get(i)); } } } public List<Tag> getTags() { return this.tags; } public void setTags(List<Tag> tags) { this.tags = tags; if (tags != null) { for (int depth1 = 0; depth1 < tags.size(); depth1++) { putQueryParameter("Tag." + (depth1 + 1) + ".Value" , tags.get(depth1).getValue()); putQueryParameter("Tag." + (depth1 + 1) + ".Key" , tags.get(depth1).getKey()); } } } public static class Tag { private String value; private String key; public String getValue() { return this.value; } public void setValue(String value) { this.value = value; } public String getKey() { return this.key; } public void setKey(String key) { this.key = key; } } @Override public Class<AddTagsResponse> getResponseClass() { return AddTagsResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/AddTagsResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import com.aliyuncs.AcsResponse; import com.aliyuncs.cms.transform.v20190101.AddTagsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class AddTagsResponse extends AcsResponse { private String code; private String message; private String requestId; private Boolean success; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } @Override public AddTagsResponse getInstance(UnmarshallerContext context) { return AddTagsResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model
java-sources/com/aliyun/aliyun-java-sdk-cms/7.0.46/com/aliyuncs/cms/model/v20190101/ApplyMetricRuleTemplateRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cms.model.v20190101; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class ApplyMetricRuleTemplateRequest extends RpcAcsRequest<ApplyMetricRuleTemplateResponse> { private String applyMode; private String webhook; private String templateIds; private Long enableEndTime; private Long groupId; private Long notifyLevel; private Long enableStartTime; private Long silenceTime; public ApplyMetricRuleTemplateRequest() { super("Cms", "2019-01-01", "ApplyMetricRuleTemplate", "cms"); setMethod(MethodType.POST); } public String getApplyMode() { return this.applyMode; } public void setApplyMode(String applyMode) { this.applyMode = applyMode; if(applyMode != null){ putQueryParameter("ApplyMode", applyMode); } } public String getWebhook() { return this.webhook; } public void setWebhook(String webhook) { this.webhook = webhook; if(webhook != null){ putQueryParameter("Webhook", webhook); } } public String getTemplateIds() { return this.templateIds; } public void setTemplateIds(String templateIds) { this.templateIds = templateIds; if(templateIds != null){ putQueryParameter("TemplateIds", templateIds); } } public Long getEnableEndTime() { return this.enableEndTime; } public void setEnableEndTime(Long enableEndTime) { this.enableEndTime = enableEndTime; if(enableEndTime != null){ putQueryParameter("EnableEndTime", enableEndTime.toString()); } } public Long getGroupId() { return this.groupId; } public void setGroupId(Long groupId) { this.groupId = groupId; if(groupId != null){ putQueryParameter("GroupId", groupId.toString()); } } public Long getNotifyLevel() { return this.notifyLevel; } public void setNotifyLevel(Long notifyLevel) { this.notifyLevel = notifyLevel; if(notifyLevel != null){ putQueryParameter("NotifyLevel", notifyLevel.toString()); } } public Long getEnableStartTime() { return this.enableStartTime; } public void setEnableStartTime(Long enableStartTime) { this.enableStartTime = enableStartTime; if(enableStartTime != null){ putQueryParameter("EnableStartTime", enableStartTime.toString()); } } public Long getSilenceTime() { return this.silenceTime; } public void setSilenceTime(Long silenceTime) { this.silenceTime = silenceTime; if(silenceTime != null){ putQueryParameter("SilenceTime", silenceTime.toString()); } } @Override public Class<ApplyMetricRuleTemplateResponse> getResponseClass() { return ApplyMetricRuleTemplateResponse.class; } }