index
int64
repo_id
string
file_path
string
content
string
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/model/v20190219/SaveMnsServeRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudauth_console.model.v20190219; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cloudauth_console.Endpoint; /** * @author auto create * @version */ public class SaveMnsServeRequest extends RpcAcsRequest<SaveMnsServeResponse> { private String topicName; private String endPoint; private String projectId; public SaveMnsServeRequest() { super("Cloudauth-console", "2019-02-19", "SaveMnsServe", "cloudauth-console"); 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 getTopicName() { return this.topicName; } public void setTopicName(String topicName) { this.topicName = topicName; if(topicName != null){ putQueryParameter("TopicName", topicName); } } public String getEndPoint() { return this.endPoint; } public void setEndPoint(String endPoint) { this.endPoint = endPoint; if(endPoint != null){ putQueryParameter("EndPoint", endPoint); } } public String getProjectId() { return this.projectId; } public void setProjectId(String projectId) { this.projectId = projectId; if(projectId != null){ putQueryParameter("ProjectId", projectId); } } @Override public Class<SaveMnsServeResponse> getResponseClass() { return SaveMnsServeResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/model/v20190219/SaveMnsServeResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudauth_console.model.v20190219; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudauth_console.transform.v20190219.SaveMnsServeResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class SaveMnsServeResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public SaveMnsServeResponse getInstance(UnmarshallerContext context) { return SaveMnsServeResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/model/v20190219/SaveOssServeRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudauth_console.model.v20190219; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cloudauth_console.Endpoint; /** * @author auto create * @version */ public class SaveOssServeRequest extends RpcAcsRequest<SaveOssServeResponse> { private String projectId; public SaveOssServeRequest() { super("Cloudauth-console", "2019-02-19", "SaveOssServe", "cloudauth-console"); 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 getProjectId() { return this.projectId; } public void setProjectId(String projectId) { this.projectId = projectId; if(projectId != null){ putQueryParameter("ProjectId", projectId); } } @Override public Class<SaveOssServeResponse> getResponseClass() { return SaveOssServeResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/model/v20190219/SaveOssServeResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudauth_console.model.v20190219; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudauth_console.transform.v20190219.SaveOssServeResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class SaveOssServeResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public SaveOssServeResponse getInstance(UnmarshallerContext context) { return SaveOssServeResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/model/v20190219/SaveUserGroupRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudauth_console.model.v20190219; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cloudauth_console.Endpoint; /** * @author auto create * @version */ public class SaveUserGroupRequest extends RpcAcsRequest<SaveUserGroupResponse> { private String groupName; private String projectId; public SaveUserGroupRequest() { super("Cloudauth-console", "2019-02-19", "SaveUserGroup", "cloudauth-console"); 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 getGroupName() { return this.groupName; } public void setGroupName(String groupName) { this.groupName = groupName; if(groupName != null){ putQueryParameter("GroupName", groupName); } } public String getProjectId() { return this.projectId; } public void setProjectId(String projectId) { this.projectId = projectId; if(projectId != null){ putQueryParameter("ProjectId", projectId); } } @Override public Class<SaveUserGroupResponse> getResponseClass() { return SaveUserGroupResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/model/v20190219/SaveUserGroupResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudauth_console.model.v20190219; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudauth_console.transform.v20190219.SaveUserGroupResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class SaveUserGroupResponse extends AcsResponse { private String requestId; private Boolean success; private Integer httpStatusCode; private Data data; 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; } public Integer getHttpStatusCode() { return this.httpStatusCode; } public void setHttpStatusCode(Integer httpStatusCode) { this.httpStatusCode = httpStatusCode; } public Data getData() { return this.data; } public void setData(Data data) { this.data = data; } public static class Data { private Long id; private Long gmtCreate; public Long getId() { return this.id; } public void setId(Long id) { this.id = id; } public Long getGmtCreate() { return this.gmtCreate; } public void setGmtCreate(Long gmtCreate) { this.gmtCreate = gmtCreate; } } @Override public SaveUserGroupResponse getInstance(UnmarshallerContext context) { return SaveUserGroupResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/model/v20190219/SaveUserInfoRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudauth_console.model.v20190219; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cloudauth_console.Endpoint; /** * @author auto create * @version */ public class SaveUserInfoRequest extends RpcAcsRequest<SaveUserInfoResponse> { private Long birthday; private String certificateType; private String certificateNo; private String imageBase64; private String projectId; private Integer sex; private Long userGroupId; private String groupName; private String phoneNo; private String imageUrl; private String userName; public SaveUserInfoRequest() { super("Cloudauth-console", "2019-02-19", "SaveUserInfo", "cloudauth-console"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getBirthday() { return this.birthday; } public void setBirthday(Long birthday) { this.birthday = birthday; if(birthday != null){ putQueryParameter("Birthday", birthday.toString()); } } public String getCertificateType() { return this.certificateType; } public void setCertificateType(String certificateType) { this.certificateType = certificateType; if(certificateType != null){ putQueryParameter("CertificateType", certificateType); } } public String getCertificateNo() { return this.certificateNo; } public void setCertificateNo(String certificateNo) { this.certificateNo = certificateNo; if(certificateNo != null){ putQueryParameter("CertificateNo", certificateNo); } } public String getImageBase64() { return this.imageBase64; } public void setImageBase64(String imageBase64) { this.imageBase64 = imageBase64; if(imageBase64 != null){ putBodyParameter("ImageBase64", imageBase64); } } public String getProjectId() { return this.projectId; } public void setProjectId(String projectId) { this.projectId = projectId; if(projectId != null){ putQueryParameter("ProjectId", projectId); } } public Integer getSex() { return this.sex; } public void setSex(Integer sex) { this.sex = sex; if(sex != null){ putQueryParameter("Sex", sex.toString()); } } public Long getUserGroupId() { return this.userGroupId; } public void setUserGroupId(Long userGroupId) { this.userGroupId = userGroupId; if(userGroupId != null){ putQueryParameter("UserGroupId", userGroupId.toString()); } } public String getGroupName() { return this.groupName; } public void setGroupName(String groupName) { this.groupName = groupName; if(groupName != null){ putQueryParameter("GroupName", groupName); } } public String getPhoneNo() { return this.phoneNo; } public void setPhoneNo(String phoneNo) { this.phoneNo = phoneNo; if(phoneNo != null){ putQueryParameter("PhoneNo", phoneNo); } } public String getImageUrl() { return this.imageUrl; } public void setImageUrl(String imageUrl) { this.imageUrl = imageUrl; if(imageUrl != null){ putQueryParameter("ImageUrl", imageUrl); } } public String getUserName() { return this.userName; } public void setUserName(String userName) { this.userName = userName; if(userName != null){ putQueryParameter("UserName", userName); } } @Override public Class<SaveUserInfoResponse> getResponseClass() { return SaveUserInfoResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/model/v20190219/SaveUserInfoResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudauth_console.model.v20190219; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudauth_console.transform.v20190219.SaveUserInfoResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class SaveUserInfoResponse extends AcsResponse { private String requestId; private Boolean success; private Integer httpStatusCode; private Data data; 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; } public Integer getHttpStatusCode() { return this.httpStatusCode; } public void setHttpStatusCode(Integer httpStatusCode) { this.httpStatusCode = httpStatusCode; } public Data getData() { return this.data; } public void setData(Data data) { this.data = data; } public static class Data { private Long id; private Long gmtCreate; public Long getId() { return this.id; } public void setId(Long id) { this.id = id; } public Long getGmtCreate() { return this.gmtCreate; } public void setGmtCreate(Long gmtCreate) { this.gmtCreate = gmtCreate; } } @Override public SaveUserInfoResponse getInstance(UnmarshallerContext context) { return SaveUserInfoResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/model/v20190219/UnbindDeviceRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudauth_console.model.v20190219; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cloudauth_console.Endpoint; /** * @author auto create * @version */ public class UnbindDeviceRequest extends RpcAcsRequest<UnbindDeviceResponse> { private String iotId; private String projectId; public UnbindDeviceRequest() { super("Cloudauth-console", "2019-02-19", "UnbindDevice", "cloudauth-console"); 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 getIotId() { return this.iotId; } public void setIotId(String iotId) { this.iotId = iotId; if(iotId != null){ putQueryParameter("IotId", iotId); } } public String getProjectId() { return this.projectId; } public void setProjectId(String projectId) { this.projectId = projectId; if(projectId != null){ putQueryParameter("ProjectId", projectId); } } @Override public Class<UnbindDeviceResponse> getResponseClass() { return UnbindDeviceResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/model/v20190219/UnbindDeviceResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudauth_console.model.v20190219; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudauth_console.transform.v20190219.UnbindDeviceResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class UnbindDeviceResponse extends AcsResponse { private String requestId; private Boolean success; private Integer httpStatusCode; 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; } public Integer getHttpStatusCode() { return this.httpStatusCode; } public void setHttpStatusCode(Integer httpStatusCode) { this.httpStatusCode = httpStatusCode; } @Override public UnbindDeviceResponse getInstance(UnmarshallerContext context) { return UnbindDeviceResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/model/v20190219/UpdateDeviceControlInfoRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudauth_console.model.v20190219; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cloudauth_console.Endpoint; /** * @author auto create * @version */ public class UpdateDeviceControlInfoRequest extends RpcAcsRequest<UpdateDeviceControlInfoResponse> { private Integer speedClock; private Long iotId; private Integer enableMeasureTempurature; private Integer controlDoorTime; private String projectId; private Integer multiPerson; public UpdateDeviceControlInfoRequest() { super("Cloudauth-console", "2019-02-19", "UpdateDeviceControlInfo", "cloudauth-console"); 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 getSpeedClock() { return this.speedClock; } public void setSpeedClock(Integer speedClock) { this.speedClock = speedClock; if(speedClock != null){ putQueryParameter("SpeedClock", speedClock.toString()); } } public Long getIotId() { return this.iotId; } public void setIotId(Long iotId) { this.iotId = iotId; if(iotId != null){ putQueryParameter("IotId", iotId.toString()); } } public Integer getEnableMeasureTempurature() { return this.enableMeasureTempurature; } public void setEnableMeasureTempurature(Integer enableMeasureTempurature) { this.enableMeasureTempurature = enableMeasureTempurature; if(enableMeasureTempurature != null){ putQueryParameter("EnableMeasureTempurature", enableMeasureTempurature.toString()); } } public Integer getControlDoorTime() { return this.controlDoorTime; } public void setControlDoorTime(Integer controlDoorTime) { this.controlDoorTime = controlDoorTime; if(controlDoorTime != null){ putQueryParameter("ControlDoorTime", controlDoorTime.toString()); } } public String getProjectId() { return this.projectId; } public void setProjectId(String projectId) { this.projectId = projectId; if(projectId != null){ putQueryParameter("ProjectId", projectId); } } public Integer getMultiPerson() { return this.multiPerson; } public void setMultiPerson(Integer multiPerson) { this.multiPerson = multiPerson; if(multiPerson != null){ putQueryParameter("MultiPerson", multiPerson.toString()); } } @Override public Class<UpdateDeviceControlInfoResponse> getResponseClass() { return UpdateDeviceControlInfoResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/model/v20190219/UpdateDeviceControlInfoResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudauth_console.model.v20190219; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudauth_console.transform.v20190219.UpdateDeviceControlInfoResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class UpdateDeviceControlInfoResponse extends AcsResponse { private String requestId; private Boolean success; private Integer httpStatusCode; 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; } public Integer getHttpStatusCode() { return this.httpStatusCode; } public void setHttpStatusCode(Integer httpStatusCode) { this.httpStatusCode = httpStatusCode; } @Override public UpdateDeviceControlInfoResponse getInstance(UnmarshallerContext context) { return UpdateDeviceControlInfoResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/model/v20190219/UpdateDeviceNameRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudauth_console.model.v20190219; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cloudauth_console.Endpoint; /** * @author auto create * @version */ public class UpdateDeviceNameRequest extends RpcAcsRequest<UpdateDeviceNameResponse> { private String iotId; private String deviceName; private String projectId; public UpdateDeviceNameRequest() { super("Cloudauth-console", "2019-02-19", "UpdateDeviceName", "cloudauth-console"); 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 getIotId() { return this.iotId; } public void setIotId(String iotId) { this.iotId = iotId; if(iotId != null){ putQueryParameter("IotId", iotId); } } public String getDeviceName() { return this.deviceName; } public void setDeviceName(String deviceName) { this.deviceName = deviceName; if(deviceName != null){ putQueryParameter("DeviceName", deviceName); } } public String getProjectId() { return this.projectId; } public void setProjectId(String projectId) { this.projectId = projectId; if(projectId != null){ putQueryParameter("ProjectId", projectId); } } @Override public Class<UpdateDeviceNameResponse> getResponseClass() { return UpdateDeviceNameResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/model/v20190219/UpdateDeviceNameResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudauth_console.model.v20190219; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudauth_console.transform.v20190219.UpdateDeviceNameResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class UpdateDeviceNameResponse extends AcsResponse { private String requestId; private Boolean success; private Integer httpStatusCode; 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; } public Integer getHttpStatusCode() { return this.httpStatusCode; } public void setHttpStatusCode(Integer httpStatusCode) { this.httpStatusCode = httpStatusCode; } @Override public UpdateDeviceNameResponse getInstance(UnmarshallerContext context) { return UpdateDeviceNameResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/model/v20190219/UpdateProjectNameRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudauth_console.model.v20190219; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cloudauth_console.Endpoint; /** * @author auto create * @version */ public class UpdateProjectNameRequest extends RpcAcsRequest<UpdateProjectNameResponse> { private String projectName; private String projectId; public UpdateProjectNameRequest() { super("Cloudauth-console", "2019-02-19", "UpdateProjectName", "cloudauth-console"); 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 getProjectName() { return this.projectName; } public void setProjectName(String projectName) { this.projectName = projectName; if(projectName != null){ putQueryParameter("ProjectName", projectName); } } public String getProjectId() { return this.projectId; } public void setProjectId(String projectId) { this.projectId = projectId; if(projectId != null){ putQueryParameter("ProjectId", projectId); } } @Override public Class<UpdateProjectNameResponse> getResponseClass() { return UpdateProjectNameResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/model/v20190219/UpdateProjectNameResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudauth_console.model.v20190219; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudauth_console.transform.v20190219.UpdateProjectNameResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class UpdateProjectNameResponse extends AcsResponse { private String requestId; private Boolean success; private Integer httpStatusCode; 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; } public Integer getHttpStatusCode() { return this.httpStatusCode; } public void setHttpStatusCode(Integer httpStatusCode) { this.httpStatusCode = httpStatusCode; } @Override public UpdateProjectNameResponse getInstance(UnmarshallerContext context) { return UpdateProjectNameResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/model/v20190219/UpdateUserGroupRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudauth_console.model.v20190219; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cloudauth_console.Endpoint; /** * @author auto create * @version */ public class UpdateUserGroupRequest extends RpcAcsRequest<UpdateUserGroupResponse> { private Long groupId; private String groupName; private String projectId; public UpdateUserGroupRequest() { super("Cloudauth-console", "2019-02-19", "UpdateUserGroup", "cloudauth-console"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getGroupId() { return this.groupId; } public void setGroupId(Long groupId) { this.groupId = groupId; if(groupId != null){ putQueryParameter("GroupId", groupId.toString()); } } public String getGroupName() { return this.groupName; } public void setGroupName(String groupName) { this.groupName = groupName; if(groupName != null){ putQueryParameter("GroupName", groupName); } } public String getProjectId() { return this.projectId; } public void setProjectId(String projectId) { this.projectId = projectId; if(projectId != null){ putQueryParameter("ProjectId", projectId); } } @Override public Class<UpdateUserGroupResponse> getResponseClass() { return UpdateUserGroupResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/model/v20190219/UpdateUserGroupResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudauth_console.model.v20190219; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudauth_console.transform.v20190219.UpdateUserGroupResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class UpdateUserGroupResponse extends AcsResponse { private String requestId; private Boolean success; 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 UpdateUserGroupResponse getInstance(UnmarshallerContext context) { return UpdateUserGroupResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/model/v20190219/UpdateUserInfoRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudauth_console.model.v20190219; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cloudauth_console.Endpoint; /** * @author auto create * @version */ public class UpdateUserInfoRequest extends RpcAcsRequest<UpdateUserInfoResponse> { private Long birthday; private String certificateType; private Long userId; private String certificateNo; private Boolean overwriteImg; private String imageBase64; private String projectId; private Integer sex; private Long userGroupId; private String groupName; private String phoneNo; private String imageUrl; private String userName; public UpdateUserInfoRequest() { super("Cloudauth-console", "2019-02-19", "UpdateUserInfo", "cloudauth-console"); setMethod(MethodType.POST); try { com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Long getBirthday() { return this.birthday; } public void setBirthday(Long birthday) { this.birthday = birthday; if(birthday != null){ putQueryParameter("Birthday", birthday.toString()); } } public String getCertificateType() { return this.certificateType; } public void setCertificateType(String certificateType) { this.certificateType = certificateType; if(certificateType != null){ putQueryParameter("CertificateType", certificateType); } } public Long getUserId() { return this.userId; } public void setUserId(Long userId) { this.userId = userId; if(userId != null){ putQueryParameter("UserId", userId.toString()); } } public String getCertificateNo() { return this.certificateNo; } public void setCertificateNo(String certificateNo) { this.certificateNo = certificateNo; if(certificateNo != null){ putQueryParameter("CertificateNo", certificateNo); } } public Boolean getOverwriteImg() { return this.overwriteImg; } public void setOverwriteImg(Boolean overwriteImg) { this.overwriteImg = overwriteImg; if(overwriteImg != null){ putQueryParameter("OverwriteImg", overwriteImg.toString()); } } public String getImageBase64() { return this.imageBase64; } public void setImageBase64(String imageBase64) { this.imageBase64 = imageBase64; if(imageBase64 != null){ putBodyParameter("ImageBase64", imageBase64); } } public String getProjectId() { return this.projectId; } public void setProjectId(String projectId) { this.projectId = projectId; if(projectId != null){ putQueryParameter("ProjectId", projectId); } } public Integer getSex() { return this.sex; } public void setSex(Integer sex) { this.sex = sex; if(sex != null){ putQueryParameter("Sex", sex.toString()); } } public Long getUserGroupId() { return this.userGroupId; } public void setUserGroupId(Long userGroupId) { this.userGroupId = userGroupId; if(userGroupId != null){ putQueryParameter("UserGroupId", userGroupId.toString()); } } public String getGroupName() { return this.groupName; } public void setGroupName(String groupName) { this.groupName = groupName; if(groupName != null){ putQueryParameter("GroupName", groupName); } } public String getPhoneNo() { return this.phoneNo; } public void setPhoneNo(String phoneNo) { this.phoneNo = phoneNo; if(phoneNo != null){ putQueryParameter("PhoneNo", phoneNo); } } public String getImageUrl() { return this.imageUrl; } public void setImageUrl(String imageUrl) { this.imageUrl = imageUrl; if(imageUrl != null){ putQueryParameter("ImageUrl", imageUrl); } } public String getUserName() { return this.userName; } public void setUserName(String userName) { this.userName = userName; if(userName != null){ putQueryParameter("UserName", userName); } } @Override public Class<UpdateUserInfoResponse> getResponseClass() { return UpdateUserInfoResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/model/v20190219/UpdateUserInfoResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudauth_console.model.v20190219; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudauth_console.transform.v20190219.UpdateUserInfoResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class UpdateUserInfoResponse extends AcsResponse { private String requestId; private Boolean success; 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 UpdateUserInfoResponse getInstance(UnmarshallerContext context) { return UpdateUserInfoResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/model/v20190219/UploadIdentifyRecordRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudauth_console.model.v20190219; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cloudauth_console.Endpoint; /** * @author auto create * @version */ public class UploadIdentifyRecordRequest extends RpcAcsRequest<UploadIdentifyRecordResponse> { private String identifyingImageUrl; private Long userId; private String iotId; private String projectId; private String identifyingImageBase64; private String deviceName; private Long identifyingTime; private String userName; public UploadIdentifyRecordRequest() { super("Cloudauth-console", "2019-02-19", "UploadIdentifyRecord", "cloudauth-console"); 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 getIdentifyingImageUrl() { return this.identifyingImageUrl; } public void setIdentifyingImageUrl(String identifyingImageUrl) { this.identifyingImageUrl = identifyingImageUrl; if(identifyingImageUrl != null){ putQueryParameter("IdentifyingImageUrl", identifyingImageUrl); } } public Long getUserId() { return this.userId; } public void setUserId(Long userId) { this.userId = userId; if(userId != null){ putQueryParameter("UserId", userId.toString()); } } public String getIotId() { return this.iotId; } public void setIotId(String iotId) { this.iotId = iotId; if(iotId != null){ putQueryParameter("IotId", iotId); } } public String getProjectId() { return this.projectId; } public void setProjectId(String projectId) { this.projectId = projectId; if(projectId != null){ putQueryParameter("ProjectId", projectId); } } public String getIdentifyingImageBase64() { return this.identifyingImageBase64; } public void setIdentifyingImageBase64(String identifyingImageBase64) { this.identifyingImageBase64 = identifyingImageBase64; if(identifyingImageBase64 != null){ putBodyParameter("IdentifyingImageBase64", identifyingImageBase64); } } public String getDeviceName() { return this.deviceName; } public void setDeviceName(String deviceName) { this.deviceName = deviceName; if(deviceName != null){ putQueryParameter("DeviceName", deviceName); } } public Long getIdentifyingTime() { return this.identifyingTime; } public void setIdentifyingTime(Long identifyingTime) { this.identifyingTime = identifyingTime; if(identifyingTime != null){ putQueryParameter("IdentifyingTime", identifyingTime.toString()); } } public String getUserName() { return this.userName; } public void setUserName(String userName) { this.userName = userName; if(userName != null){ putQueryParameter("UserName", userName); } } @Override public Class<UploadIdentifyRecordResponse> getResponseClass() { return UploadIdentifyRecordResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/model/v20190219/UploadIdentifyRecordResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudauth_console.model.v20190219; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudauth_console.transform.v20190219.UploadIdentifyRecordResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class UploadIdentifyRecordResponse extends AcsResponse { private String requestId; private Boolean success; private Integer httpStatusCode; 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; } public Integer getHttpStatusCode() { return this.httpStatusCode; } public void setHttpStatusCode(Integer httpStatusCode) { this.httpStatusCode = httpStatusCode; } @Override public UploadIdentifyRecordResponse getInstance(UnmarshallerContext context) { return UploadIdentifyRecordResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/model/v20190219/VerifyAccountProjectRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudauth_console.model.v20190219; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.cloudauth_console.Endpoint; /** * @author auto create * @version */ public class VerifyAccountProjectRequest extends RpcAcsRequest<VerifyAccountProjectResponse> { public VerifyAccountProjectRequest() { super("Cloudauth-console", "2019-02-19", "VerifyAccountProject", "cloudauth-console"); 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) {} } @Override public Class<VerifyAccountProjectResponse> getResponseClass() { return VerifyAccountProjectResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/model/v20190219/VerifyAccountProjectResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudauth_console.model.v20190219; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudauth_console.transform.v20190219.VerifyAccountProjectResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class VerifyAccountProjectResponse extends AcsResponse { private String requestId; private Boolean success; private Integer httpStatusCode; 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; } public Integer getHttpStatusCode() { return this.httpStatusCode; } public void setHttpStatusCode(Integer httpStatusCode) { this.httpStatusCode = httpStatusCode; } @Override public VerifyAccountProjectResponse getInstance(UnmarshallerContext context) { return VerifyAccountProjectResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/transform/v20190219/CreateProjectResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudauth_console.transform.v20190219; import com.aliyuncs.cloudauth_console.model.v20190219.CreateProjectResponse; import com.aliyuncs.cloudauth_console.model.v20190219.CreateProjectResponse.Data; import com.aliyuncs.transform.UnmarshallerContext; public class CreateProjectResponseUnmarshaller { public static CreateProjectResponse unmarshall(CreateProjectResponse createProjectResponse, UnmarshallerContext _ctx) { createProjectResponse.setRequestId(_ctx.stringValue("CreateProjectResponse.RequestId")); createProjectResponse.setSuccess(_ctx.booleanValue("CreateProjectResponse.Success")); createProjectResponse.setHttpStatusCode(_ctx.integerValue("CreateProjectResponse.HttpStatusCode")); Data data = new Data(); data.setProjectId(_ctx.stringValue("CreateProjectResponse.Data.ProjectId")); data.setGmtCreate(_ctx.longValue("CreateProjectResponse.Data.GmtCreate")); createProjectResponse.setData(data); return createProjectResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/transform/v20190219/CreateSlrRoleResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudauth_console.transform.v20190219; import com.aliyuncs.cloudauth_console.model.v20190219.CreateSlrRoleResponse; import com.aliyuncs.transform.UnmarshallerContext; public class CreateSlrRoleResponseUnmarshaller { public static CreateSlrRoleResponse unmarshall(CreateSlrRoleResponse createSlrRoleResponse, UnmarshallerContext _ctx) { createSlrRoleResponse.setRequestId(_ctx.stringValue("CreateSlrRoleResponse.RequestId")); return createSlrRoleResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/transform/v20190219/DeleteMnsServeResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudauth_console.transform.v20190219; import com.aliyuncs.cloudauth_console.model.v20190219.DeleteMnsServeResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DeleteMnsServeResponseUnmarshaller { public static DeleteMnsServeResponse unmarshall(DeleteMnsServeResponse deleteMnsServeResponse, UnmarshallerContext _ctx) { deleteMnsServeResponse.setRequestId(_ctx.stringValue("DeleteMnsServeResponse.RequestId")); return deleteMnsServeResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/transform/v20190219/DeleteUserGroupResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudauth_console.transform.v20190219; import com.aliyuncs.cloudauth_console.model.v20190219.DeleteUserGroupResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DeleteUserGroupResponseUnmarshaller { public static DeleteUserGroupResponse unmarshall(DeleteUserGroupResponse deleteUserGroupResponse, UnmarshallerContext _ctx) { deleteUserGroupResponse.setRequestId(_ctx.stringValue("DeleteUserGroupResponse.RequestId")); deleteUserGroupResponse.setSuccess(_ctx.booleanValue("DeleteUserGroupResponse.Success")); return deleteUserGroupResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/transform/v20190219/DeleteUserInfoResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudauth_console.transform.v20190219; import com.aliyuncs.cloudauth_console.model.v20190219.DeleteUserInfoResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DeleteUserInfoResponseUnmarshaller { public static DeleteUserInfoResponse unmarshall(DeleteUserInfoResponse deleteUserInfoResponse, UnmarshallerContext _ctx) { deleteUserInfoResponse.setRequestId(_ctx.stringValue("DeleteUserInfoResponse.RequestId")); deleteUserInfoResponse.setSuccess(_ctx.booleanValue("DeleteUserInfoResponse.Success")); return deleteUserInfoResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/transform/v20190219/DescribeAllEndPointResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudauth_console.transform.v20190219; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cloudauth_console.model.v20190219.DescribeAllEndPointResponse; import com.aliyuncs.cloudauth_console.model.v20190219.DescribeAllEndPointResponse.DataItem; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeAllEndPointResponseUnmarshaller { public static DescribeAllEndPointResponse unmarshall(DescribeAllEndPointResponse describeAllEndPointResponse, UnmarshallerContext _ctx) { describeAllEndPointResponse.setRequestId(_ctx.stringValue("DescribeAllEndPointResponse.RequestId")); describeAllEndPointResponse.setSuccess(_ctx.booleanValue("DescribeAllEndPointResponse.Success")); describeAllEndPointResponse.setHttpStatusCode(_ctx.integerValue("DescribeAllEndPointResponse.HttpStatusCode")); List<DataItem> data = new ArrayList<DataItem>(); for (int i = 0; i < _ctx.lengthValue("DescribeAllEndPointResponse.Data.Length"); i++) { DataItem dataItem = new DataItem(); dataItem.setEndPoint(_ctx.stringValue("DescribeAllEndPointResponse.Data["+ i +"].EndPoint")); dataItem.setCityName(_ctx.stringValue("DescribeAllEndPointResponse.Data["+ i +"].CityName")); data.add(dataItem); } describeAllEndPointResponse.setData(data); return describeAllEndPointResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/transform/v20190219/DescribeBindUserIdListResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudauth_console.transform.v20190219; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cloudauth_console.model.v20190219.DescribeBindUserIdListResponse; import com.aliyuncs.cloudauth_console.model.v20190219.DescribeBindUserIdListResponse.UserInfoVo; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeBindUserIdListResponseUnmarshaller { public static DescribeBindUserIdListResponse unmarshall(DescribeBindUserIdListResponse describeBindUserIdListResponse, UnmarshallerContext _ctx) { describeBindUserIdListResponse.setRequestId(_ctx.stringValue("DescribeBindUserIdListResponse.RequestId")); List<UserInfoVo> data = new ArrayList<UserInfoVo>(); for (int i = 0; i < _ctx.lengthValue("DescribeBindUserIdListResponse.Data.Length"); i++) { UserInfoVo userInfoVo = new UserInfoVo(); userInfoVo.setId(_ctx.longValue("DescribeBindUserIdListResponse.Data["+ i +"].Id")); userInfoVo.setUserName(_ctx.stringValue("DescribeBindUserIdListResponse.Data["+ i +"].UserName")); userInfoVo.setCertificateType(_ctx.stringValue("DescribeBindUserIdListResponse.Data["+ i +"].CertificateType")); userInfoVo.setCertificateNo(_ctx.stringValue("DescribeBindUserIdListResponse.Data["+ i +"].CertificateNo")); data.add(userInfoVo); } describeBindUserIdListResponse.setData(data); return describeBindUserIdListResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/transform/v20190219/DescribeCertificateTypeListResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudauth_console.transform.v20190219; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cloudauth_console.model.v20190219.DescribeCertificateTypeListResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeCertificateTypeListResponseUnmarshaller { public static DescribeCertificateTypeListResponse unmarshall(DescribeCertificateTypeListResponse describeCertificateTypeListResponse, UnmarshallerContext _ctx) { describeCertificateTypeListResponse.setRequestId(_ctx.stringValue("DescribeCertificateTypeListResponse.RequestId")); List<String> typeList = new ArrayList<String>(); for (int i = 0; i < _ctx.lengthValue("DescribeCertificateTypeListResponse.TypeList.Length"); i++) { typeList.add(_ctx.stringValue("DescribeCertificateTypeListResponse.TypeList["+ i +"]")); } describeCertificateTypeListResponse.setTypeList(typeList); return describeCertificateTypeListResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/transform/v20190219/DescribeDeviceListResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudauth_console.transform.v20190219; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cloudauth_console.model.v20190219.DescribeDeviceListResponse; import com.aliyuncs.cloudauth_console.model.v20190219.DescribeDeviceListResponse.DeviceItem; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeDeviceListResponseUnmarshaller { public static DescribeDeviceListResponse unmarshall(DescribeDeviceListResponse describeDeviceListResponse, UnmarshallerContext _ctx) { describeDeviceListResponse.setRequestId(_ctx.stringValue("DescribeDeviceListResponse.RequestId")); describeDeviceListResponse.setTotalCount(_ctx.longValue("DescribeDeviceListResponse.TotalCount")); List<DeviceItem> deviceList = new ArrayList<DeviceItem>(); for (int i = 0; i < _ctx.lengthValue("DescribeDeviceListResponse.DeviceList.Length"); i++) { DeviceItem deviceItem = new DeviceItem(); deviceItem.setIotId(_ctx.stringValue("DescribeDeviceListResponse.DeviceList["+ i +"].IotId")); deviceItem.setMemoName(_ctx.stringValue("DescribeDeviceListResponse.DeviceList["+ i +"].MemoName")); deviceItem.setCategoryName(_ctx.stringValue("DescribeDeviceListResponse.DeviceList["+ i +"].CategoryName")); deviceItem.setDeviceName(_ctx.stringValue("DescribeDeviceListResponse.DeviceList["+ i +"].DeviceName")); deviceItem.setDeviceStatus(_ctx.stringValue("DescribeDeviceListResponse.DeviceList["+ i +"].DeviceStatus")); deviceList.add(deviceItem); } describeDeviceListResponse.setDeviceList(deviceList); return describeDeviceListResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/transform/v20190219/DescribeExcelAnalysisResultResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudauth_console.transform.v20190219; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cloudauth_console.model.v20190219.DescribeExcelAnalysisResultResponse; import com.aliyuncs.cloudauth_console.model.v20190219.DescribeExcelAnalysisResultResponse.ExcelResult; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeExcelAnalysisResultResponseUnmarshaller { public static DescribeExcelAnalysisResultResponse unmarshall(DescribeExcelAnalysisResultResponse describeExcelAnalysisResultResponse, UnmarshallerContext _ctx) { describeExcelAnalysisResultResponse.setRequestId(_ctx.stringValue("DescribeExcelAnalysisResultResponse.RequestId")); describeExcelAnalysisResultResponse.setSuccess(_ctx.booleanValue("DescribeExcelAnalysisResultResponse.Success")); describeExcelAnalysisResultResponse.setHttpStatusCode(_ctx.integerValue("DescribeExcelAnalysisResultResponse.HttpStatusCode")); ExcelResult excelResult = new ExcelResult(); excelResult.setTotal(_ctx.integerValue("DescribeExcelAnalysisResultResponse.ExcelResult.Total")); excelResult.setUpdateCount(_ctx.integerValue("DescribeExcelAnalysisResultResponse.ExcelResult.UpdateCount")); excelResult.setInsertCount(_ctx.integerValue("DescribeExcelAnalysisResultResponse.ExcelResult.InsertCount")); excelResult.setErrorCount(_ctx.integerValue("DescribeExcelAnalysisResultResponse.ExcelResult.ErrorCount")); List<String> errorLine = new ArrayList<String>(); for (int i = 0; i < _ctx.lengthValue("DescribeExcelAnalysisResultResponse.ExcelResult.ErrorLine.Length"); i++) { errorLine.add(_ctx.stringValue("DescribeExcelAnalysisResultResponse.ExcelResult.ErrorLine["+ i +"]")); } excelResult.setErrorLine(errorLine); describeExcelAnalysisResultResponse.setExcelResult(excelResult); return describeExcelAnalysisResultResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/transform/v20190219/DescribeIdentifyRecordListResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudauth_console.transform.v20190219; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cloudauth_console.model.v20190219.DescribeIdentifyRecordListResponse; import com.aliyuncs.cloudauth_console.model.v20190219.DescribeIdentifyRecordListResponse.RecognitionRecord; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeIdentifyRecordListResponseUnmarshaller { public static DescribeIdentifyRecordListResponse unmarshall(DescribeIdentifyRecordListResponse describeIdentifyRecordListResponse, UnmarshallerContext _ctx) { describeIdentifyRecordListResponse.setRequestId(_ctx.stringValue("DescribeIdentifyRecordListResponse.RequestId")); describeIdentifyRecordListResponse.setTotalCount(_ctx.longValue("DescribeIdentifyRecordListResponse.TotalCount")); describeIdentifyRecordListResponse.setSuccess(_ctx.booleanValue("DescribeIdentifyRecordListResponse.Success")); describeIdentifyRecordListResponse.setHttpStatusCode(_ctx.integerValue("DescribeIdentifyRecordListResponse.HttpStatusCode")); List<RecognitionRecord> recordList = new ArrayList<RecognitionRecord>(); for (int i = 0; i < _ctx.lengthValue("DescribeIdentifyRecordListResponse.RecordList.Length"); i++) { RecognitionRecord recognitionRecord = new RecognitionRecord(); recognitionRecord.setCapturedImage(_ctx.stringValue("DescribeIdentifyRecordListResponse.RecordList["+ i +"].CapturedImage")); recognitionRecord.setGroupName(_ctx.stringValue("DescribeIdentifyRecordListResponse.RecordList["+ i +"].GroupName")); recognitionRecord.setIdentifyingImage(_ctx.stringValue("DescribeIdentifyRecordListResponse.RecordList["+ i +"].IdentifyingImage")); recognitionRecord.setUserName(_ctx.stringValue("DescribeIdentifyRecordListResponse.RecordList["+ i +"].UserName")); recognitionRecord.setGmtCreate(_ctx.longValue("DescribeIdentifyRecordListResponse.RecordList["+ i +"].GmtCreate")); recognitionRecord.setIotId(_ctx.stringValue("DescribeIdentifyRecordListResponse.RecordList["+ i +"].IotId")); recognitionRecord.setDeviceName(_ctx.stringValue("DescribeIdentifyRecordListResponse.RecordList["+ i +"].DeviceName")); recognitionRecord.setUserId(_ctx.integerValue("DescribeIdentifyRecordListResponse.RecordList["+ i +"].UserId")); recordList.add(recognitionRecord); } describeIdentifyRecordListResponse.setRecordList(recordList); return describeIdentifyRecordListResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/transform/v20190219/DescribeMnsOauthResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudauth_console.transform.v20190219; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cloudauth_console.model.v20190219.DescribeMnsOauthResponse; import com.aliyuncs.cloudauth_console.model.v20190219.DescribeMnsOauthResponse.Data; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeMnsOauthResponseUnmarshaller { public static DescribeMnsOauthResponse unmarshall(DescribeMnsOauthResponse describeMnsOauthResponse, UnmarshallerContext _ctx) { describeMnsOauthResponse.setRequestId(_ctx.stringValue("DescribeMnsOauthResponse.RequestId")); Data data = new Data(); data.setMnsServe(_ctx.booleanValue("DescribeMnsOauthResponse.Data.MnsServe")); data.setOpenMnsService(_ctx.booleanValue("DescribeMnsOauthResponse.Data.OpenMnsService")); data.setMnsAuthorized(_ctx.booleanValue("DescribeMnsOauthResponse.Data.MnsAuthorized")); data.setTopicName(_ctx.stringValue("DescribeMnsOauthResponse.Data.TopicName")); data.setEndPoint(_ctx.stringValue("DescribeMnsOauthResponse.Data.EndPoint")); List<String> topicList = new ArrayList<String>(); for (int i = 0; i < _ctx.lengthValue("DescribeMnsOauthResponse.Data.TopicList.Length"); i++) { topicList.add(_ctx.stringValue("DescribeMnsOauthResponse.Data.TopicList["+ i +"]")); } data.setTopicList(topicList); describeMnsOauthResponse.setData(data); return describeMnsOauthResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/transform/v20190219/DescribeOssOauthResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudauth_console.transform.v20190219; import com.aliyuncs.cloudauth_console.model.v20190219.DescribeOssOauthResponse; import com.aliyuncs.cloudauth_console.model.v20190219.DescribeOssOauthResponse.Data; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeOssOauthResponseUnmarshaller { public static DescribeOssOauthResponse unmarshall(DescribeOssOauthResponse describeOssOauthResponse, UnmarshallerContext _ctx) { describeOssOauthResponse.setRequestId(_ctx.stringValue("DescribeOssOauthResponse.RequestId")); Data data = new Data(); data.setOssServe(_ctx.booleanValue("DescribeOssOauthResponse.Data.OssServe")); data.setOpenOssService(_ctx.booleanValue("DescribeOssOauthResponse.Data.OpenOssService")); data.setOssAuthorized(_ctx.booleanValue("DescribeOssOauthResponse.Data.OssAuthorized")); data.setBucketName(_ctx.stringValue("DescribeOssOauthResponse.Data.BucketName")); data.setOpenOssTime(_ctx.longValue("DescribeOssOauthResponse.Data.OpenOssTime")); describeOssOauthResponse.setData(data); return describeOssOauthResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/transform/v20190219/DescribeSignedUrlResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudauth_console.transform.v20190219; import com.aliyuncs.cloudauth_console.model.v20190219.DescribeSignedUrlResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeSignedUrlResponseUnmarshaller { public static DescribeSignedUrlResponse unmarshall(DescribeSignedUrlResponse describeSignedUrlResponse, UnmarshallerContext _ctx) { describeSignedUrlResponse.setRequestId(_ctx.stringValue("DescribeSignedUrlResponse.RequestId")); describeSignedUrlResponse.setImgUrl(_ctx.stringValue("DescribeSignedUrlResponse.ImgUrl")); describeSignedUrlResponse.setSuccess(_ctx.booleanValue("DescribeSignedUrlResponse.Success")); describeSignedUrlResponse.setCode(_ctx.integerValue("DescribeSignedUrlResponse.Code")); return describeSignedUrlResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/transform/v20190219/DescribeTopicResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudauth_console.transform.v20190219; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cloudauth_console.model.v20190219.DescribeTopicResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeTopicResponseUnmarshaller { public static DescribeTopicResponse unmarshall(DescribeTopicResponse describeTopicResponse, UnmarshallerContext _ctx) { describeTopicResponse.setRequestId(_ctx.stringValue("DescribeTopicResponse.RequestId")); List<String> data = new ArrayList<String>(); for (int i = 0; i < _ctx.lengthValue("DescribeTopicResponse.Data.Length"); i++) { data.add(_ctx.stringValue("DescribeTopicResponse.Data["+ i +"]")); } describeTopicResponse.setData(data); return describeTopicResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/transform/v20190219/DescribeUploadPreSignResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudauth_console.transform.v20190219; import com.aliyuncs.cloudauth_console.model.v20190219.DescribeUploadPreSignResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeUploadPreSignResponseUnmarshaller { public static DescribeUploadPreSignResponse unmarshall(DescribeUploadPreSignResponse describeUploadPreSignResponse, UnmarshallerContext _ctx) { describeUploadPreSignResponse.setRequestId(_ctx.stringValue("DescribeUploadPreSignResponse.RequestId")); describeUploadPreSignResponse.setAccessId(_ctx.stringValue("DescribeUploadPreSignResponse.AccessId")); describeUploadPreSignResponse.setSignature(_ctx.stringValue("DescribeUploadPreSignResponse.Signature")); describeUploadPreSignResponse.setExpire(_ctx.stringValue("DescribeUploadPreSignResponse.Expire")); describeUploadPreSignResponse.setHost(_ctx.stringValue("DescribeUploadPreSignResponse.Host")); describeUploadPreSignResponse.setKey(_ctx.stringValue("DescribeUploadPreSignResponse.Key")); describeUploadPreSignResponse.setPolicy(_ctx.stringValue("DescribeUploadPreSignResponse.Policy")); describeUploadPreSignResponse.setSuccess(_ctx.booleanValue("DescribeUploadPreSignResponse.Success")); describeUploadPreSignResponse.setCode(_ctx.integerValue("DescribeUploadPreSignResponse.Code")); return describeUploadPreSignResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/transform/v20190219/DescribeUserGroupListResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudauth_console.transform.v20190219; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cloudauth_console.model.v20190219.DescribeUserGroupListResponse; import com.aliyuncs.cloudauth_console.model.v20190219.DescribeUserGroupListResponse.DataItem; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeUserGroupListResponseUnmarshaller { public static DescribeUserGroupListResponse unmarshall(DescribeUserGroupListResponse describeUserGroupListResponse, UnmarshallerContext _ctx) { describeUserGroupListResponse.setRequestId(_ctx.stringValue("DescribeUserGroupListResponse.RequestId")); describeUserGroupListResponse.setSuccess(_ctx.booleanValue("DescribeUserGroupListResponse.Success")); List<DataItem> data = new ArrayList<DataItem>(); for (int i = 0; i < _ctx.lengthValue("DescribeUserGroupListResponse.Data.Length"); i++) { DataItem dataItem = new DataItem(); dataItem.setGroupUserCount(_ctx.integerValue("DescribeUserGroupListResponse.Data["+ i +"].GroupUserCount")); dataItem.setGroupName(_ctx.stringValue("DescribeUserGroupListResponse.Data["+ i +"].GroupName")); dataItem.setId(_ctx.longValue("DescribeUserGroupListResponse.Data["+ i +"].Id")); data.add(dataItem); } describeUserGroupListResponse.setData(data); return describeUserGroupListResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/transform/v20190219/DescribeUserInfoListResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudauth_console.transform.v20190219; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cloudauth_console.model.v20190219.DescribeUserInfoListResponse; import com.aliyuncs.cloudauth_console.model.v20190219.DescribeUserInfoListResponse.UserInfo; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeUserInfoListResponseUnmarshaller { public static DescribeUserInfoListResponse unmarshall(DescribeUserInfoListResponse describeUserInfoListResponse, UnmarshallerContext _ctx) { describeUserInfoListResponse.setRequestId(_ctx.stringValue("DescribeUserInfoListResponse.RequestId")); describeUserInfoListResponse.setTotalCount(_ctx.longValue("DescribeUserInfoListResponse.TotalCount")); List<UserInfo> userInfoList = new ArrayList<UserInfo>(); for (int i = 0; i < _ctx.lengthValue("DescribeUserInfoListResponse.UserInfoList.Length"); i++) { UserInfo userInfo = new UserInfo(); userInfo.setBirthday(_ctx.longValue("DescribeUserInfoListResponse.UserInfoList["+ i +"].Birthday")); userInfo.setUserGroupId(_ctx.longValue("DescribeUserInfoListResponse.UserInfoList["+ i +"].UserGroupId")); userInfo.setGroupName(_ctx.stringValue("DescribeUserInfoListResponse.UserInfoList["+ i +"].GroupName")); userInfo.setIdentifyingImage(_ctx.stringValue("DescribeUserInfoListResponse.UserInfoList["+ i +"].IdentifyingImage")); userInfo.setSex(_ctx.integerValue("DescribeUserInfoListResponse.UserInfoList["+ i +"].Sex")); userInfo.setId(_ctx.longValue("DescribeUserInfoListResponse.UserInfoList["+ i +"].Id")); userInfo.setUserName(_ctx.stringValue("DescribeUserInfoListResponse.UserInfoList["+ i +"].UserName")); userInfo.setCertificateNo(_ctx.stringValue("DescribeUserInfoListResponse.UserInfoList["+ i +"].CertificateNo")); userInfo.setPhoneNo(_ctx.stringValue("DescribeUserInfoListResponse.UserInfoList["+ i +"].PhoneNo")); userInfo.setCertificateType(_ctx.stringValue("DescribeUserInfoListResponse.UserInfoList["+ i +"].CertificateType")); userInfoList.add(userInfo); } describeUserInfoListResponse.setUserInfoList(userInfoList); return describeUserInfoListResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/transform/v20190219/GetAccountProjectResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudauth_console.transform.v20190219; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cloudauth_console.model.v20190219.GetAccountProjectResponse; import com.aliyuncs.cloudauth_console.model.v20190219.GetAccountProjectResponse.Data; import com.aliyuncs.transform.UnmarshallerContext; public class GetAccountProjectResponseUnmarshaller { public static GetAccountProjectResponse unmarshall(GetAccountProjectResponse getAccountProjectResponse, UnmarshallerContext _ctx) { getAccountProjectResponse.setRequestId(_ctx.stringValue("GetAccountProjectResponse.RequestId")); getAccountProjectResponse.setSuccess(_ctx.booleanValue("GetAccountProjectResponse.Success")); getAccountProjectResponse.setHttpStatusCode(_ctx.integerValue("GetAccountProjectResponse.HttpStatusCode")); List<Data> list = new ArrayList<Data>(); for (int i = 0; i < _ctx.lengthValue("GetAccountProjectResponse.List.Length"); i++) { Data data = new Data(); data.setProjectName(_ctx.stringValue("GetAccountProjectResponse.List["+ i +"].ProjectName")); data.setProjectId(_ctx.stringValue("GetAccountProjectResponse.List["+ i +"].ProjectId")); list.add(data); } getAccountProjectResponse.setList(list); return getAccountProjectResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/transform/v20190219/SaveMnsServeResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudauth_console.transform.v20190219; import com.aliyuncs.cloudauth_console.model.v20190219.SaveMnsServeResponse; import com.aliyuncs.transform.UnmarshallerContext; public class SaveMnsServeResponseUnmarshaller { public static SaveMnsServeResponse unmarshall(SaveMnsServeResponse saveMnsServeResponse, UnmarshallerContext _ctx) { saveMnsServeResponse.setRequestId(_ctx.stringValue("SaveMnsServeResponse.RequestId")); return saveMnsServeResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/transform/v20190219/SaveOssServeResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudauth_console.transform.v20190219; import com.aliyuncs.cloudauth_console.model.v20190219.SaveOssServeResponse; import com.aliyuncs.transform.UnmarshallerContext; public class SaveOssServeResponseUnmarshaller { public static SaveOssServeResponse unmarshall(SaveOssServeResponse saveOssServeResponse, UnmarshallerContext _ctx) { saveOssServeResponse.setRequestId(_ctx.stringValue("SaveOssServeResponse.RequestId")); return saveOssServeResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/transform/v20190219/SaveUserGroupResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudauth_console.transform.v20190219; import com.aliyuncs.cloudauth_console.model.v20190219.SaveUserGroupResponse; import com.aliyuncs.cloudauth_console.model.v20190219.SaveUserGroupResponse.Data; import com.aliyuncs.transform.UnmarshallerContext; public class SaveUserGroupResponseUnmarshaller { public static SaveUserGroupResponse unmarshall(SaveUserGroupResponse saveUserGroupResponse, UnmarshallerContext _ctx) { saveUserGroupResponse.setRequestId(_ctx.stringValue("SaveUserGroupResponse.RequestId")); saveUserGroupResponse.setSuccess(_ctx.booleanValue("SaveUserGroupResponse.Success")); saveUserGroupResponse.setHttpStatusCode(_ctx.integerValue("SaveUserGroupResponse.HttpStatusCode")); Data data = new Data(); data.setId(_ctx.longValue("SaveUserGroupResponse.Data.Id")); data.setGmtCreate(_ctx.longValue("SaveUserGroupResponse.Data.GmtCreate")); saveUserGroupResponse.setData(data); return saveUserGroupResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/transform/v20190219/SaveUserInfoResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudauth_console.transform.v20190219; import com.aliyuncs.cloudauth_console.model.v20190219.SaveUserInfoResponse; import com.aliyuncs.cloudauth_console.model.v20190219.SaveUserInfoResponse.Data; import com.aliyuncs.transform.UnmarshallerContext; public class SaveUserInfoResponseUnmarshaller { public static SaveUserInfoResponse unmarshall(SaveUserInfoResponse saveUserInfoResponse, UnmarshallerContext _ctx) { saveUserInfoResponse.setRequestId(_ctx.stringValue("SaveUserInfoResponse.RequestId")); saveUserInfoResponse.setSuccess(_ctx.booleanValue("SaveUserInfoResponse.Success")); saveUserInfoResponse.setHttpStatusCode(_ctx.integerValue("SaveUserInfoResponse.HttpStatusCode")); Data data = new Data(); data.setId(_ctx.longValue("SaveUserInfoResponse.Data.Id")); data.setGmtCreate(_ctx.longValue("SaveUserInfoResponse.Data.GmtCreate")); saveUserInfoResponse.setData(data); return saveUserInfoResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/transform/v20190219/UnbindDeviceResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudauth_console.transform.v20190219; import com.aliyuncs.cloudauth_console.model.v20190219.UnbindDeviceResponse; import com.aliyuncs.transform.UnmarshallerContext; public class UnbindDeviceResponseUnmarshaller { public static UnbindDeviceResponse unmarshall(UnbindDeviceResponse unbindDeviceResponse, UnmarshallerContext _ctx) { unbindDeviceResponse.setRequestId(_ctx.stringValue("UnbindDeviceResponse.RequestId")); unbindDeviceResponse.setSuccess(_ctx.booleanValue("UnbindDeviceResponse.Success")); unbindDeviceResponse.setHttpStatusCode(_ctx.integerValue("UnbindDeviceResponse.HttpStatusCode")); return unbindDeviceResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/transform/v20190219/UpdateDeviceControlInfoResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudauth_console.transform.v20190219; import com.aliyuncs.cloudauth_console.model.v20190219.UpdateDeviceControlInfoResponse; import com.aliyuncs.transform.UnmarshallerContext; public class UpdateDeviceControlInfoResponseUnmarshaller { public static UpdateDeviceControlInfoResponse unmarshall(UpdateDeviceControlInfoResponse updateDeviceControlInfoResponse, UnmarshallerContext _ctx) { updateDeviceControlInfoResponse.setRequestId(_ctx.stringValue("UpdateDeviceControlInfoResponse.RequestId")); updateDeviceControlInfoResponse.setSuccess(_ctx.booleanValue("UpdateDeviceControlInfoResponse.Success")); updateDeviceControlInfoResponse.setHttpStatusCode(_ctx.integerValue("UpdateDeviceControlInfoResponse.HttpStatusCode")); return updateDeviceControlInfoResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/transform/v20190219/UpdateDeviceNameResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudauth_console.transform.v20190219; import com.aliyuncs.cloudauth_console.model.v20190219.UpdateDeviceNameResponse; import com.aliyuncs.transform.UnmarshallerContext; public class UpdateDeviceNameResponseUnmarshaller { public static UpdateDeviceNameResponse unmarshall(UpdateDeviceNameResponse updateDeviceNameResponse, UnmarshallerContext _ctx) { updateDeviceNameResponse.setRequestId(_ctx.stringValue("UpdateDeviceNameResponse.RequestId")); updateDeviceNameResponse.setSuccess(_ctx.booleanValue("UpdateDeviceNameResponse.Success")); updateDeviceNameResponse.setHttpStatusCode(_ctx.integerValue("UpdateDeviceNameResponse.HttpStatusCode")); return updateDeviceNameResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/transform/v20190219/UpdateProjectNameResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudauth_console.transform.v20190219; import com.aliyuncs.cloudauth_console.model.v20190219.UpdateProjectNameResponse; import com.aliyuncs.transform.UnmarshallerContext; public class UpdateProjectNameResponseUnmarshaller { public static UpdateProjectNameResponse unmarshall(UpdateProjectNameResponse updateProjectNameResponse, UnmarshallerContext _ctx) { updateProjectNameResponse.setRequestId(_ctx.stringValue("UpdateProjectNameResponse.RequestId")); updateProjectNameResponse.setSuccess(_ctx.booleanValue("UpdateProjectNameResponse.Success")); updateProjectNameResponse.setHttpStatusCode(_ctx.integerValue("UpdateProjectNameResponse.HttpStatusCode")); return updateProjectNameResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/transform/v20190219/UpdateUserGroupResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudauth_console.transform.v20190219; import com.aliyuncs.cloudauth_console.model.v20190219.UpdateUserGroupResponse; import com.aliyuncs.transform.UnmarshallerContext; public class UpdateUserGroupResponseUnmarshaller { public static UpdateUserGroupResponse unmarshall(UpdateUserGroupResponse updateUserGroupResponse, UnmarshallerContext _ctx) { updateUserGroupResponse.setRequestId(_ctx.stringValue("UpdateUserGroupResponse.RequestId")); updateUserGroupResponse.setSuccess(_ctx.booleanValue("UpdateUserGroupResponse.Success")); return updateUserGroupResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/transform/v20190219/UpdateUserInfoResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudauth_console.transform.v20190219; import com.aliyuncs.cloudauth_console.model.v20190219.UpdateUserInfoResponse; import com.aliyuncs.transform.UnmarshallerContext; public class UpdateUserInfoResponseUnmarshaller { public static UpdateUserInfoResponse unmarshall(UpdateUserInfoResponse updateUserInfoResponse, UnmarshallerContext _ctx) { updateUserInfoResponse.setRequestId(_ctx.stringValue("UpdateUserInfoResponse.RequestId")); updateUserInfoResponse.setSuccess(_ctx.booleanValue("UpdateUserInfoResponse.Success")); return updateUserInfoResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/transform/v20190219/UploadIdentifyRecordResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudauth_console.transform.v20190219; import com.aliyuncs.cloudauth_console.model.v20190219.UploadIdentifyRecordResponse; import com.aliyuncs.transform.UnmarshallerContext; public class UploadIdentifyRecordResponseUnmarshaller { public static UploadIdentifyRecordResponse unmarshall(UploadIdentifyRecordResponse uploadIdentifyRecordResponse, UnmarshallerContext _ctx) { uploadIdentifyRecordResponse.setRequestId(_ctx.stringValue("UploadIdentifyRecordResponse.RequestId")); uploadIdentifyRecordResponse.setSuccess(_ctx.booleanValue("UploadIdentifyRecordResponse.Success")); uploadIdentifyRecordResponse.setHttpStatusCode(_ctx.integerValue("UploadIdentifyRecordResponse.HttpStatusCode")); return uploadIdentifyRecordResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-console/2.0.4/com/aliyuncs/cloudauth_console/transform/v20190219/VerifyAccountProjectResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudauth_console.transform.v20190219; import com.aliyuncs.cloudauth_console.model.v20190219.VerifyAccountProjectResponse; import com.aliyuncs.transform.UnmarshallerContext; public class VerifyAccountProjectResponseUnmarshaller { public static VerifyAccountProjectResponse unmarshall(VerifyAccountProjectResponse verifyAccountProjectResponse, UnmarshallerContext _ctx) { verifyAccountProjectResponse.setRequestId(_ctx.stringValue("VerifyAccountProjectResponse.RequestId")); verifyAccountProjectResponse.setSuccess(_ctx.booleanValue("VerifyAccountProjectResponse.Success")); verifyAccountProjectResponse.setHttpStatusCode(_ctx.integerValue("VerifyAccountProjectResponse.HttpStatusCode")); return verifyAccountProjectResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-device/1.0.0/com/aliyuncs/cloudauth_device/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-device/1.0.0/com/aliyuncs/cloudauth_device/model/v20200120/ExecuteDeviceRiskRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudauth_device.model.v20200120; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class ExecuteDeviceRiskRequest extends RpcAcsRequest<ExecuteDeviceRiskResponse> { private String data; public ExecuteDeviceRiskRequest() { super("Cloudauth-device", "2020-01-20", "ExecuteDeviceRisk"); setMethod(MethodType.POST); } public String getData() { return this.data; } public void setData(String data) { this.data = data; if(data != null){ putBodyParameter("Data", data); } } @Override public Class<ExecuteDeviceRiskResponse> getResponseClass() { return ExecuteDeviceRiskResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-device/1.0.0/com/aliyuncs/cloudauth_device/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-device/1.0.0/com/aliyuncs/cloudauth_device/model/v20200120/ExecuteDeviceRiskResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudauth_device.model.v20200120; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudauth_device.transform.v20200120.ExecuteDeviceRiskResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ExecuteDeviceRiskResponse extends AcsResponse { private Integer code; private String tags; private String subCode; private String umid; private String requestId; private String riskItems; public Integer getCode() { return this.code; } public void setCode(Integer code) { this.code = code; } public String getTags() { return this.tags; } public void setTags(String tags) { this.tags = tags; } public String getSubCode() { return this.subCode; } public void setSubCode(String subCode) { this.subCode = subCode; } public String getUmid() { return this.umid; } public void setUmid(String umid) { this.umid = umid; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getRiskItems() { return this.riskItems; } public void setRiskItems(String riskItems) { this.riskItems = riskItems; } @Override public ExecuteDeviceRiskResponse getInstance(UnmarshallerContext context) { return ExecuteDeviceRiskResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-device/1.0.0/com/aliyuncs/cloudauth_device/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-device/1.0.0/com/aliyuncs/cloudauth_device/model/v20200120/UploadDeviceInfoRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudauth_device.model.v20200120; import com.aliyuncs.RpcAcsRequest; import java.util.List; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class UploadDeviceInfoRequest extends RpcAcsRequest<UploadDeviceInfoResponse> { private List<String> uploadInfoss; private String flag; private String appVersion; private String bizType; public UploadDeviceInfoRequest() { super("Cloudauth-device", "2020-01-20", "UploadDeviceInfo"); setMethod(MethodType.POST); } public List<String> getUploadInfoss() { return this.uploadInfoss; } public void setUploadInfoss(List<String> uploadInfoss) { this.uploadInfoss = uploadInfoss; if (uploadInfoss != null) { for (int i = 0; i < uploadInfoss.size(); i++) { putQueryParameter("UploadInfos." + (i + 1) , uploadInfoss.get(i)); } } } public String getFlag() { return this.flag; } public void setFlag(String flag) { this.flag = flag; if(flag != null){ putQueryParameter("Flag", flag); } } public String getAppVersion() { return this.appVersion; } public void setAppVersion(String appVersion) { this.appVersion = appVersion; if(appVersion != null){ putQueryParameter("AppVersion", appVersion); } } public String getBizType() { return this.bizType; } public void setBizType(String bizType) { this.bizType = bizType; if(bizType != null){ putQueryParameter("BizType", bizType); } } @Override public Class<UploadDeviceInfoResponse> getResponseClass() { return UploadDeviceInfoResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-device/1.0.0/com/aliyuncs/cloudauth_device/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-device/1.0.0/com/aliyuncs/cloudauth_device/model/v20200120/UploadDeviceInfoResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudauth_device.model.v20200120; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudauth_device.transform.v20200120.UploadDeviceInfoResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class UploadDeviceInfoResponse extends AcsResponse { private String code; private String message; private Boolean resultObject; private String requestId; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public Boolean getResultObject() { return this.resultObject; } public void setResultObject(Boolean resultObject) { this.resultObject = resultObject; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public UploadDeviceInfoResponse getInstance(UnmarshallerContext context) { return UploadDeviceInfoResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-device/1.0.0/com/aliyuncs/cloudauth_device/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-device/1.0.0/com/aliyuncs/cloudauth_device/model/v20200120/UploadDeviceInfosRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudauth_device.model.v20200120; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class UploadDeviceInfosRequest extends RpcAcsRequest<UploadDeviceInfosResponse> { private String uploadInfos; private String flag; private String appVersion; private String bizType; public UploadDeviceInfosRequest() { super("Cloudauth-device", "2020-01-20", "UploadDeviceInfos"); setMethod(MethodType.POST); } public String getUploadInfos() { return this.uploadInfos; } public void setUploadInfos(String uploadInfos) { this.uploadInfos = uploadInfos; if(uploadInfos != null){ putBodyParameter("UploadInfos", uploadInfos); } } public String getFlag() { return this.flag; } public void setFlag(String flag) { this.flag = flag; if(flag != null){ putBodyParameter("Flag", flag); } } public String getAppVersion() { return this.appVersion; } public void setAppVersion(String appVersion) { this.appVersion = appVersion; if(appVersion != null){ putBodyParameter("AppVersion", appVersion); } } public String getBizType() { return this.bizType; } public void setBizType(String bizType) { this.bizType = bizType; if(bizType != null){ putBodyParameter("BizType", bizType); } } @Override public Class<UploadDeviceInfosResponse> getResponseClass() { return UploadDeviceInfosResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-device/1.0.0/com/aliyuncs/cloudauth_device/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-device/1.0.0/com/aliyuncs/cloudauth_device/model/v20200120/UploadDeviceInfosResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudauth_device.model.v20200120; import com.aliyuncs.AcsResponse; import com.aliyuncs.cloudauth_device.transform.v20200120.UploadDeviceInfosResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class UploadDeviceInfosResponse extends AcsResponse { private String code; private String message; private Boolean resultObject; private String requestId; public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public Boolean getResultObject() { return this.resultObject; } public void setResultObject(Boolean resultObject) { this.resultObject = resultObject; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public UploadDeviceInfosResponse getInstance(UnmarshallerContext context) { return UploadDeviceInfosResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-device/1.0.0/com/aliyuncs/cloudauth_device/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-device/1.0.0/com/aliyuncs/cloudauth_device/transform/v20200120/ExecuteDeviceRiskResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudauth_device.transform.v20200120; import com.aliyuncs.cloudauth_device.model.v20200120.ExecuteDeviceRiskResponse; import com.aliyuncs.transform.UnmarshallerContext; public class ExecuteDeviceRiskResponseUnmarshaller { public static ExecuteDeviceRiskResponse unmarshall(ExecuteDeviceRiskResponse executeDeviceRiskResponse, UnmarshallerContext _ctx) { executeDeviceRiskResponse.setRequestId(_ctx.stringValue("ExecuteDeviceRiskResponse.RequestId")); executeDeviceRiskResponse.setCode(_ctx.integerValue("ExecuteDeviceRiskResponse.Code")); executeDeviceRiskResponse.setTags(_ctx.stringValue("ExecuteDeviceRiskResponse.Tags")); executeDeviceRiskResponse.setSubCode(_ctx.stringValue("ExecuteDeviceRiskResponse.SubCode")); executeDeviceRiskResponse.setUmid(_ctx.stringValue("ExecuteDeviceRiskResponse.Umid")); executeDeviceRiskResponse.setRiskItems(_ctx.stringValue("ExecuteDeviceRiskResponse.RiskItems")); return executeDeviceRiskResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-device/1.0.0/com/aliyuncs/cloudauth_device/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-device/1.0.0/com/aliyuncs/cloudauth_device/transform/v20200120/UploadDeviceInfoResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudauth_device.transform.v20200120; import com.aliyuncs.cloudauth_device.model.v20200120.UploadDeviceInfoResponse; import com.aliyuncs.transform.UnmarshallerContext; public class UploadDeviceInfoResponseUnmarshaller { public static UploadDeviceInfoResponse unmarshall(UploadDeviceInfoResponse uploadDeviceInfoResponse, UnmarshallerContext _ctx) { uploadDeviceInfoResponse.setRequestId(_ctx.stringValue("UploadDeviceInfoResponse.RequestId")); uploadDeviceInfoResponse.setCode(_ctx.stringValue("UploadDeviceInfoResponse.Code")); uploadDeviceInfoResponse.setMessage(_ctx.stringValue("UploadDeviceInfoResponse.Message")); uploadDeviceInfoResponse.setResultObject(_ctx.booleanValue("UploadDeviceInfoResponse.ResultObject")); return uploadDeviceInfoResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-device/1.0.0/com/aliyuncs/cloudauth_device/transform
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-device/1.0.0/com/aliyuncs/cloudauth_device/transform/v20200120/UploadDeviceInfosResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cloudauth_device.transform.v20200120; import com.aliyuncs.cloudauth_device.model.v20200120.UploadDeviceInfosResponse; import com.aliyuncs.transform.UnmarshallerContext; public class UploadDeviceInfosResponseUnmarshaller { public static UploadDeviceInfosResponse unmarshall(UploadDeviceInfosResponse uploadDeviceInfosResponse, UnmarshallerContext _ctx) { uploadDeviceInfosResponse.setRequestId(_ctx.stringValue("UploadDeviceInfosResponse.RequestId")); uploadDeviceInfosResponse.setCode(_ctx.stringValue("UploadDeviceInfosResponse.Code")); uploadDeviceInfosResponse.setMessage(_ctx.stringValue("UploadDeviceInfosResponse.Message")); uploadDeviceInfosResponse.setResultObject(_ctx.booleanValue("UploadDeviceInfosResponse.ResultObject")); return uploadDeviceInfosResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5/cloudauth/Endpoint.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.v5.cloudauth; import java.util.HashMap; public class Endpoint { public static HashMap<String, String> endpointMap = new HashMap<String, String>() {}; public static String endpointRegionalType = "central"; }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5/cloudauth/model/v20190307/CompareFaceVerifyRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.v5.cloudauth.model.v20190307; import com.aliyuncs.v5.RpcAcsRequest; import com.aliyuncs.v5.http.MethodType; import com.aliyuncs.v5.cloudauth.Endpoint; /** * @author auto create * @version */ public class CompareFaceVerifyRequest extends RpcAcsRequest<CompareFaceVerifyResponse> { private String targetFaceContrastPictureUrl; private String productCode; private String targetCertifyId; private String sourceOssObjectName; private String targetFaceContrastPicture; private String targetOssBucketName; private String sourceOssBucketName; private String outerOrderNo; private String targetOssObjectName; private String sourceFaceContrastPicture; private Long sceneId; private String sourceFaceContrastPictureUrl; private String sourceCertifyId; private String crop; public CompareFaceVerifyRequest() { super("Cloudauth", "2019-03-07", "CompareFaceVerify"); setMethod(MethodType.POST); try { com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public String getTargetFaceContrastPictureUrl() { return this.targetFaceContrastPictureUrl; } public void setTargetFaceContrastPictureUrl(String targetFaceContrastPictureUrl) { this.targetFaceContrastPictureUrl = targetFaceContrastPictureUrl; if(targetFaceContrastPictureUrl != null){ putBodyParameter("TargetFaceContrastPictureUrl", targetFaceContrastPictureUrl); } } public String getProductCode() { return this.productCode; } public void setProductCode(String productCode) { this.productCode = productCode; if(productCode != null){ putBodyParameter("ProductCode", productCode); } } public String getTargetCertifyId() { return this.targetCertifyId; } public void setTargetCertifyId(String targetCertifyId) { this.targetCertifyId = targetCertifyId; if(targetCertifyId != null){ putBodyParameter("TargetCertifyId", targetCertifyId); } } public String getSourceOssObjectName() { return this.sourceOssObjectName; } public void setSourceOssObjectName(String sourceOssObjectName) { this.sourceOssObjectName = sourceOssObjectName; if(sourceOssObjectName != null){ putBodyParameter("SourceOssObjectName", sourceOssObjectName); } } public String getTargetFaceContrastPicture() { return this.targetFaceContrastPicture; } public void setTargetFaceContrastPicture(String targetFaceContrastPicture) { this.targetFaceContrastPicture = targetFaceContrastPicture; if(targetFaceContrastPicture != null){ putBodyParameter("TargetFaceContrastPicture", targetFaceContrastPicture); } } public String getTargetOssBucketName() { return this.targetOssBucketName; } public void setTargetOssBucketName(String targetOssBucketName) { this.targetOssBucketName = targetOssBucketName; if(targetOssBucketName != null){ putBodyParameter("TargetOssBucketName", targetOssBucketName); } } public String getSourceOssBucketName() { return this.sourceOssBucketName; } public void setSourceOssBucketName(String sourceOssBucketName) { this.sourceOssBucketName = sourceOssBucketName; if(sourceOssBucketName != null){ putBodyParameter("SourceOssBucketName", sourceOssBucketName); } } public String getOuterOrderNo() { return this.outerOrderNo; } public void setOuterOrderNo(String outerOrderNo) { this.outerOrderNo = outerOrderNo; if(outerOrderNo != null){ putBodyParameter("OuterOrderNo", outerOrderNo); } } public String getTargetOssObjectName() { return this.targetOssObjectName; } public void setTargetOssObjectName(String targetOssObjectName) { this.targetOssObjectName = targetOssObjectName; if(targetOssObjectName != null){ putBodyParameter("TargetOssObjectName", targetOssObjectName); } } public String getSourceFaceContrastPicture() { return this.sourceFaceContrastPicture; } public void setSourceFaceContrastPicture(String sourceFaceContrastPicture) { this.sourceFaceContrastPicture = sourceFaceContrastPicture; if(sourceFaceContrastPicture != null){ putBodyParameter("SourceFaceContrastPicture", sourceFaceContrastPicture); } } public Long getSceneId() { return this.sceneId; } public void setSceneId(Long sceneId) { this.sceneId = sceneId; if(sceneId != null){ putBodyParameter("SceneId", sceneId.toString()); } } public String getSourceFaceContrastPictureUrl() { return this.sourceFaceContrastPictureUrl; } public void setSourceFaceContrastPictureUrl(String sourceFaceContrastPictureUrl) { this.sourceFaceContrastPictureUrl = sourceFaceContrastPictureUrl; if(sourceFaceContrastPictureUrl != null){ putBodyParameter("SourceFaceContrastPictureUrl", sourceFaceContrastPictureUrl); } } public String getSourceCertifyId() { return this.sourceCertifyId; } public void setSourceCertifyId(String sourceCertifyId) { this.sourceCertifyId = sourceCertifyId; if(sourceCertifyId != null){ putBodyParameter("SourceCertifyId", sourceCertifyId); } } public String getCrop() { return this.crop; } public void setCrop(String crop) { this.crop = crop; if(crop != null){ putBodyParameter("Crop", crop); } } @Override public Class<CompareFaceVerifyResponse> getResponseClass() { return CompareFaceVerifyResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5/cloudauth/model/v20190307/CompareFaceVerifyResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.v5.cloudauth.model.v20190307; import com.aliyuncs.v5.AcsResponse; import com.aliyuncs.v5.cloudauth.transform.v20190307.CompareFaceVerifyResponseUnmarshaller; import com.aliyuncs.v5.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CompareFaceVerifyResponse extends AcsResponse { private String code; private String message; private String requestId; private ResultObject resultObject; 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 ResultObject getResultObject() { return this.resultObject; } public void setResultObject(ResultObject resultObject) { this.resultObject = resultObject; } public static class ResultObject { private String certifyId; private Float verifyScore; private String passed; public String getCertifyId() { return this.certifyId; } public void setCertifyId(String certifyId) { this.certifyId = certifyId; } public Float getVerifyScore() { return this.verifyScore; } public void setVerifyScore(Float verifyScore) { this.verifyScore = verifyScore; } public String getPassed() { return this.passed; } public void setPassed(String passed) { this.passed = passed; } } @Override public CompareFaceVerifyResponse getInstance(UnmarshallerContext context) { return CompareFaceVerifyResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5/cloudauth/model/v20190307/CompareFacesRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.v5.cloudauth.model.v20190307; import com.aliyuncs.v5.RpcAcsRequest; import com.aliyuncs.v5.http.ProtocolType; import com.aliyuncs.v5.http.MethodType; import com.aliyuncs.v5.cloudauth.Endpoint; /** * @author auto create * @version */ public class CompareFacesRequest extends RpcAcsRequest<CompareFacesResponse> { private String sourceImageType; private String targetImageType; private String targetImageValue; private String sourceImageValue; public CompareFacesRequest() { super("Cloudauth", "2019-03-07", "CompareFaces"); setProtocol(ProtocolType.HTTPS); setMethod(MethodType.POST); try { com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public String getSourceImageType() { return this.sourceImageType; } public void setSourceImageType(String sourceImageType) { this.sourceImageType = sourceImageType; if(sourceImageType != null){ putBodyParameter("SourceImageType", sourceImageType); } } public String getTargetImageType() { return this.targetImageType; } public void setTargetImageType(String targetImageType) { this.targetImageType = targetImageType; if(targetImageType != null){ putBodyParameter("TargetImageType", targetImageType); } } public String getTargetImageValue() { return this.targetImageValue; } public void setTargetImageValue(String targetImageValue) { this.targetImageValue = targetImageValue; if(targetImageValue != null){ putBodyParameter("TargetImageValue", targetImageValue); } } public String getSourceImageValue() { return this.sourceImageValue; } public void setSourceImageValue(String sourceImageValue) { this.sourceImageValue = sourceImageValue; if(sourceImageValue != null){ putBodyParameter("SourceImageValue", sourceImageValue); } } @Override public Class<CompareFacesResponse> getResponseClass() { return CompareFacesResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5/cloudauth/model/v20190307/CompareFacesResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.v5.cloudauth.model.v20190307; import com.aliyuncs.v5.AcsResponse; import com.aliyuncs.v5.cloudauth.transform.v20190307.CompareFacesResponseUnmarshaller; import com.aliyuncs.v5.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CompareFacesResponse extends AcsResponse { private String requestId; private Boolean success; private String code; private String message; private Data data; 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; } 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 Data getData() { return this.data; } public void setData(Data data) { this.data = data; } public static class Data { private Float similarityScore; private String confidenceThresholds; public Float getSimilarityScore() { return this.similarityScore; } public void setSimilarityScore(Float similarityScore) { this.similarityScore = similarityScore; } public String getConfidenceThresholds() { return this.confidenceThresholds; } public void setConfidenceThresholds(String confidenceThresholds) { this.confidenceThresholds = confidenceThresholds; } } @Override public CompareFacesResponse getInstance(UnmarshallerContext context) { return CompareFacesResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5/cloudauth/model/v20190307/ContrastFaceVerifyRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.v5.cloudauth.model.v20190307; import com.aliyuncs.v5.RpcAcsRequest; import com.aliyuncs.v5.http.MethodType; import com.aliyuncs.v5.cloudauth.Endpoint; /** * @author auto create * @version */ public class ContrastFaceVerifyRequest extends RpcAcsRequest<ContrastFaceVerifyResponse> { private String productCode; private String faceContrastPicture; private String deviceToken; private String userId; private String certifyId; private String certNo; private String outerOrderNo; private String certType; private String faceContrastPictureUrl; private String model; private String ossObjectName; private String certName; private String ip; private String mobile; private String faceContrastFile; private Long sceneId; private String ossBucketName; private String crop; public ContrastFaceVerifyRequest() { super("Cloudauth", "2019-03-07", "ContrastFaceVerify"); setMethod(MethodType.POST); try { com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public String getProductCode() { return this.productCode; } public void setProductCode(String productCode) { this.productCode = productCode; if(productCode != null){ putBodyParameter("ProductCode", productCode); } } public String getFaceContrastPicture() { return this.faceContrastPicture; } public void setFaceContrastPicture(String faceContrastPicture) { this.faceContrastPicture = faceContrastPicture; if(faceContrastPicture != null){ putBodyParameter("FaceContrastPicture", faceContrastPicture); } } public String getDeviceToken() { return this.deviceToken; } public void setDeviceToken(String deviceToken) { this.deviceToken = deviceToken; if(deviceToken != null){ putBodyParameter("DeviceToken", deviceToken); } } public String getUserId() { return this.userId; } public void setUserId(String userId) { this.userId = userId; if(userId != null){ putBodyParameter("UserId", userId); } } public String getCertifyId() { return this.certifyId; } public void setCertifyId(String certifyId) { this.certifyId = certifyId; if(certifyId != null){ putBodyParameter("CertifyId", certifyId); } } public String getCertNo() { return this.certNo; } public void setCertNo(String certNo) { this.certNo = certNo; if(certNo != null){ putBodyParameter("CertNo", certNo); } } public String getOuterOrderNo() { return this.outerOrderNo; } public void setOuterOrderNo(String outerOrderNo) { this.outerOrderNo = outerOrderNo; if(outerOrderNo != null){ putBodyParameter("OuterOrderNo", outerOrderNo); } } public String getCertType() { return this.certType; } public void setCertType(String certType) { this.certType = certType; if(certType != null){ putBodyParameter("CertType", certType); } } public String getFaceContrastPictureUrl() { return this.faceContrastPictureUrl; } public void setFaceContrastPictureUrl(String faceContrastPictureUrl) { this.faceContrastPictureUrl = faceContrastPictureUrl; if(faceContrastPictureUrl != null){ putBodyParameter("FaceContrastPictureUrl", faceContrastPictureUrl); } } public String getModel() { return this.model; } public void setModel(String model) { this.model = model; if(model != null){ putQueryParameter("Model", model); } } public String getOssObjectName() { return this.ossObjectName; } public void setOssObjectName(String ossObjectName) { this.ossObjectName = ossObjectName; if(ossObjectName != null){ putBodyParameter("OssObjectName", ossObjectName); } } public String getCertName() { return this.certName; } public void setCertName(String certName) { this.certName = certName; if(certName != null){ putBodyParameter("CertName", certName); } } public String getIp() { return this.ip; } public void setIp(String ip) { this.ip = ip; if(ip != null){ putBodyParameter("Ip", ip); } } public String getMobile() { return this.mobile; } public void setMobile(String mobile) { this.mobile = mobile; if(mobile != null){ putBodyParameter("Mobile", mobile); } } public String getFaceContrastFile() { return this.faceContrastFile; } public void setFaceContrastFile(String faceContrastFile) { this.faceContrastFile = faceContrastFile; if(faceContrastFile != null){ putBodyParameter("FaceContrastFile", faceContrastFile); } } public Long getSceneId() { return this.sceneId; } public void setSceneId(Long sceneId) { this.sceneId = sceneId; if(sceneId != null){ putBodyParameter("SceneId", sceneId.toString()); } } public String getOssBucketName() { return this.ossBucketName; } public void setOssBucketName(String ossBucketName) { this.ossBucketName = ossBucketName; if(ossBucketName != null){ putBodyParameter("OssBucketName", ossBucketName); } } public String getCrop() { return this.crop; } public void setCrop(String crop) { this.crop = crop; if(crop != null){ putBodyParameter("Crop", crop); } } @Override public Class<ContrastFaceVerifyResponse> getResponseClass() { return ContrastFaceVerifyResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5/cloudauth/model/v20190307/ContrastFaceVerifyResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.v5.cloudauth.model.v20190307; import com.aliyuncs.v5.AcsResponse; import com.aliyuncs.v5.cloudauth.transform.v20190307.ContrastFaceVerifyResponseUnmarshaller; import com.aliyuncs.v5.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ContrastFaceVerifyResponse extends AcsResponse { private String code; private String message; private String requestId; private ResultObject resultObject; 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 ResultObject getResultObject() { return this.resultObject; } public void setResultObject(ResultObject resultObject) { this.resultObject = resultObject; } public static class ResultObject { private String certifyId; private String subCode; private String materialInfo; private String identityInfo; private String passed; public String getCertifyId() { return this.certifyId; } public void setCertifyId(String certifyId) { this.certifyId = certifyId; } public String getSubCode() { return this.subCode; } public void setSubCode(String subCode) { this.subCode = subCode; } public String getMaterialInfo() { return this.materialInfo; } public void setMaterialInfo(String materialInfo) { this.materialInfo = materialInfo; } public String getIdentityInfo() { return this.identityInfo; } public void setIdentityInfo(String identityInfo) { this.identityInfo = identityInfo; } public String getPassed() { return this.passed; } public void setPassed(String passed) { this.passed = passed; } } @Override public ContrastFaceVerifyResponse getInstance(UnmarshallerContext context) { return ContrastFaceVerifyResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5/cloudauth/model/v20190307/CreateAuthKeyRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.v5.cloudauth.model.v20190307; import com.aliyuncs.v5.RpcAcsRequest; import com.aliyuncs.v5.http.MethodType; import com.aliyuncs.v5.cloudauth.Endpoint; /** * @author auto create * @version */ public class CreateAuthKeyRequest extends RpcAcsRequest<CreateAuthKeyResponse> { private String userDeviceId; private Boolean test; private String bizType; private Integer authYears; public CreateAuthKeyRequest() { super("Cloudauth", "2019-03-07", "CreateAuthKey"); setMethod(MethodType.POST); try { com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public String getUserDeviceId() { return this.userDeviceId; } public void setUserDeviceId(String userDeviceId) { this.userDeviceId = userDeviceId; if(userDeviceId != null){ putQueryParameter("UserDeviceId", userDeviceId); } } public Boolean getTest() { return this.test; } public void setTest(Boolean test) { this.test = test; if(test != null){ putQueryParameter("Test", test.toString()); } } public String getBizType() { return this.bizType; } public void setBizType(String bizType) { this.bizType = bizType; if(bizType != null){ putQueryParameter("BizType", bizType); } } public Integer getAuthYears() { return this.authYears; } public void setAuthYears(Integer authYears) { this.authYears = authYears; if(authYears != null){ putQueryParameter("AuthYears", authYears.toString()); } } @Override public Class<CreateAuthKeyResponse> getResponseClass() { return CreateAuthKeyResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5/cloudauth/model/v20190307/CreateAuthKeyResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.v5.cloudauth.model.v20190307; import com.aliyuncs.v5.AcsResponse; import com.aliyuncs.v5.cloudauth.transform.v20190307.CreateAuthKeyResponseUnmarshaller; import com.aliyuncs.v5.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CreateAuthKeyResponse extends AcsResponse { private String requestId; private String authKey; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getAuthKey() { return this.authKey; } public void setAuthKey(String authKey) { this.authKey = authKey; } @Override public CreateAuthKeyResponse getInstance(UnmarshallerContext context) { return CreateAuthKeyResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5/cloudauth/model/v20190307/CreateFaceConfigRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.v5.cloudauth.model.v20190307; import com.aliyuncs.v5.RpcAcsRequest; import com.aliyuncs.v5.http.MethodType; import com.aliyuncs.v5.cloudauth.Endpoint; /** * @author auto create * @version */ public class CreateFaceConfigRequest extends RpcAcsRequest<CreateFaceConfigResponse> { private String bizName; private String bizType; private String sourceIp; private String lang; public CreateFaceConfigRequest() { super("Cloudauth", "2019-03-07", "CreateFaceConfig"); setMethod(MethodType.POST); try { com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public String getBizName() { return this.bizName; } public void setBizName(String bizName) { this.bizName = bizName; if(bizName != null){ putQueryParameter("BizName", bizName); } } public String getBizType() { return this.bizType; } public void setBizType(String bizType) { this.bizType = bizType; if(bizType != null){ putQueryParameter("BizType", bizType); } } public String getSourceIp() { return this.sourceIp; } public void setSourceIp(String sourceIp) { this.sourceIp = sourceIp; if(sourceIp != null){ putQueryParameter("SourceIp", sourceIp); } } public String getLang() { return this.lang; } public void setLang(String lang) { this.lang = lang; if(lang != null){ putQueryParameter("Lang", lang); } } @Override public Class<CreateFaceConfigResponse> getResponseClass() { return CreateFaceConfigResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5/cloudauth/model/v20190307/CreateFaceConfigResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.v5.cloudauth.model.v20190307; import com.aliyuncs.v5.AcsResponse; import com.aliyuncs.v5.cloudauth.transform.v20190307.CreateFaceConfigResponseUnmarshaller; import com.aliyuncs.v5.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CreateFaceConfigResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public CreateFaceConfigResponse getInstance(UnmarshallerContext context) { return CreateFaceConfigResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5/cloudauth/model/v20190307/CreateRPSDKRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.v5.cloudauth.model.v20190307; import com.aliyuncs.v5.RpcAcsRequest; import com.aliyuncs.v5.http.MethodType; import com.aliyuncs.v5.cloudauth.Endpoint; /** * @author auto create * @version */ public class CreateRPSDKRequest extends RpcAcsRequest<CreateRPSDKResponse> { private String appUrl; private String platform; private String sourceIp; private String lang; public CreateRPSDKRequest() { super("Cloudauth", "2019-03-07", "CreateRPSDK"); setMethod(MethodType.POST); try { com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public String getAppUrl() { return this.appUrl; } public void setAppUrl(String appUrl) { this.appUrl = appUrl; if(appUrl != null){ putQueryParameter("AppUrl", appUrl); } } public String getPlatform() { return this.platform; } public void setPlatform(String platform) { this.platform = platform; if(platform != null){ putQueryParameter("Platform", platform); } } public String getSourceIp() { return this.sourceIp; } public void setSourceIp(String sourceIp) { this.sourceIp = sourceIp; if(sourceIp != null){ putQueryParameter("SourceIp", sourceIp); } } public String getLang() { return this.lang; } public void setLang(String lang) { this.lang = lang; if(lang != null){ putQueryParameter("Lang", lang); } } @Override public Class<CreateRPSDKResponse> getResponseClass() { return CreateRPSDKResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5/cloudauth/model/v20190307/CreateRPSDKResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.v5.cloudauth.model.v20190307; import com.aliyuncs.v5.AcsResponse; import com.aliyuncs.v5.cloudauth.transform.v20190307.CreateRPSDKResponseUnmarshaller; import com.aliyuncs.v5.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CreateRPSDKResponse extends AcsResponse { private String requestId; private String taskId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getTaskId() { return this.taskId; } public void setTaskId(String taskId) { this.taskId = taskId; } @Override public CreateRPSDKResponse getInstance(UnmarshallerContext context) { return CreateRPSDKResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5/cloudauth/model/v20190307/CreateVerifySDKRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.v5.cloudauth.model.v20190307; import com.aliyuncs.v5.RpcAcsRequest; import com.aliyuncs.v5.http.MethodType; import com.aliyuncs.v5.cloudauth.Endpoint; /** * @author auto create * @version */ public class CreateVerifySDKRequest extends RpcAcsRequest<CreateVerifySDKResponse> { private String appUrl; private String platform; public CreateVerifySDKRequest() { super("Cloudauth", "2019-03-07", "CreateVerifySDK"); setMethod(MethodType.POST); try { com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public String getAppUrl() { return this.appUrl; } public void setAppUrl(String appUrl) { this.appUrl = appUrl; if(appUrl != null){ putQueryParameter("AppUrl", appUrl); } } public String getPlatform() { return this.platform; } public void setPlatform(String platform) { this.platform = platform; if(platform != null){ putQueryParameter("Platform", platform); } } @Override public Class<CreateVerifySDKResponse> getResponseClass() { return CreateVerifySDKResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5/cloudauth/model/v20190307/CreateVerifySDKResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.v5.cloudauth.model.v20190307; import com.aliyuncs.v5.AcsResponse; import com.aliyuncs.v5.cloudauth.transform.v20190307.CreateVerifySDKResponseUnmarshaller; import com.aliyuncs.v5.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CreateVerifySDKResponse extends AcsResponse { private String requestId; private String taskId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getTaskId() { return this.taskId; } public void setTaskId(String taskId) { this.taskId = taskId; } @Override public CreateVerifySDKResponse getInstance(UnmarshallerContext context) { return CreateVerifySDKResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5/cloudauth/model/v20190307/CreateVerifySettingRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.v5.cloudauth.model.v20190307; import com.aliyuncs.v5.RpcAcsRequest; import com.aliyuncs.v5.http.MethodType; import com.aliyuncs.v5.cloudauth.Endpoint; /** * @author auto create * @version */ public class CreateVerifySettingRequest extends RpcAcsRequest<CreateVerifySettingResponse> { private Boolean guideStep; private Boolean resultStep; private String solution; private String bizName; private String bizType; private Boolean privacyStep; public CreateVerifySettingRequest() { super("Cloudauth", "2019-03-07", "CreateVerifySetting"); setMethod(MethodType.POST); try { com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Boolean getGuideStep() { return this.guideStep; } public void setGuideStep(Boolean guideStep) { this.guideStep = guideStep; if(guideStep != null){ putQueryParameter("GuideStep", guideStep.toString()); } } public Boolean getResultStep() { return this.resultStep; } public void setResultStep(Boolean resultStep) { this.resultStep = resultStep; if(resultStep != null){ putQueryParameter("ResultStep", resultStep.toString()); } } public String getSolution() { return this.solution; } public void setSolution(String solution) { this.solution = solution; if(solution != null){ putQueryParameter("Solution", solution); } } public String getBizName() { return this.bizName; } public void setBizName(String bizName) { this.bizName = bizName; if(bizName != null){ putQueryParameter("BizName", bizName); } } public String getBizType() { return this.bizType; } public void setBizType(String bizType) { this.bizType = bizType; if(bizType != null){ putQueryParameter("BizType", bizType); } } public Boolean getPrivacyStep() { return this.privacyStep; } public void setPrivacyStep(Boolean privacyStep) { this.privacyStep = privacyStep; if(privacyStep != null){ putQueryParameter("PrivacyStep", privacyStep.toString()); } } @Override public Class<CreateVerifySettingResponse> getResponseClass() { return CreateVerifySettingResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5/cloudauth/model/v20190307/CreateVerifySettingResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.v5.cloudauth.model.v20190307; import java.util.List; import com.aliyuncs.v5.AcsResponse; import com.aliyuncs.v5.cloudauth.transform.v20190307.CreateVerifySettingResponseUnmarshaller; import com.aliyuncs.v5.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CreateVerifySettingResponse extends AcsResponse { private String requestId; private String bizType; private String bizName; private String solution; private List<String> stepList; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getBizType() { return this.bizType; } public void setBizType(String bizType) { this.bizType = bizType; } public String getBizName() { return this.bizName; } public void setBizName(String bizName) { this.bizName = bizName; } public String getSolution() { return this.solution; } public void setSolution(String solution) { this.solution = solution; } public List<String> getStepList() { return this.stepList; } public void setStepList(List<String> stepList) { this.stepList = stepList; } @Override public CreateVerifySettingResponse getInstance(UnmarshallerContext context) { return CreateVerifySettingResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5/cloudauth/model/v20190307/CreateWhitelistRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.v5.cloudauth.model.v20190307; import com.aliyuncs.v5.RpcAcsRequest; import com.aliyuncs.v5.http.MethodType; import com.aliyuncs.v5.cloudauth.Endpoint; /** * @author auto create * @version */ public class CreateWhitelistRequest extends RpcAcsRequest<CreateWhitelistResponse> { private String validDay; private String bizType; private String idCardNum; private String sourceIp; private String bizId; private String lang; public CreateWhitelistRequest() { super("Cloudauth", "2019-03-07", "CreateWhitelist"); setMethod(MethodType.POST); try { com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public String getValidDay() { return this.validDay; } public void setValidDay(String validDay) { this.validDay = validDay; if(validDay != null){ putQueryParameter("ValidDay", validDay); } } public String getBizType() { return this.bizType; } public void setBizType(String bizType) { this.bizType = bizType; if(bizType != null){ putQueryParameter("BizType", bizType); } } public String getIdCardNum() { return this.idCardNum; } public void setIdCardNum(String idCardNum) { this.idCardNum = idCardNum; if(idCardNum != null){ putQueryParameter("IdCardNum", idCardNum); } } public String getSourceIp() { return this.sourceIp; } public void setSourceIp(String sourceIp) { this.sourceIp = sourceIp; if(sourceIp != null){ putQueryParameter("SourceIp", sourceIp); } } public String getBizId() { return this.bizId; } public void setBizId(String bizId) { this.bizId = bizId; if(bizId != null){ putQueryParameter("BizId", bizId); } } public String getLang() { return this.lang; } public void setLang(String lang) { this.lang = lang; if(lang != null){ putQueryParameter("Lang", lang); } } @Override public Class<CreateWhitelistResponse> getResponseClass() { return CreateWhitelistResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5/cloudauth/model/v20190307/CreateWhitelistResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.v5.cloudauth.model.v20190307; import com.aliyuncs.v5.AcsResponse; import com.aliyuncs.v5.cloudauth.transform.v20190307.CreateWhitelistResponseUnmarshaller; import com.aliyuncs.v5.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CreateWhitelistResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public CreateWhitelistResponse getInstance(UnmarshallerContext context) { return CreateWhitelistResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5/cloudauth/model/v20190307/CreateWhitelistSettingRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.v5.cloudauth.model.v20190307; import com.aliyuncs.v5.RpcAcsRequest; import com.aliyuncs.v5.http.MethodType; import com.aliyuncs.v5.cloudauth.Endpoint; /** * @author auto create * @version */ public class CreateWhitelistSettingRequest extends RpcAcsRequest<CreateWhitelistSettingResponse> { private String certifyId; private String certNo; private String sourceIp; private String lang; private Integer validDay; private String serviceCode; private Long sceneId; public CreateWhitelistSettingRequest() { super("Cloudauth", "2019-03-07", "CreateWhitelistSetting"); setMethod(MethodType.POST); try { com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public String getCertifyId() { return this.certifyId; } public void setCertifyId(String certifyId) { this.certifyId = certifyId; if(certifyId != null){ putQueryParameter("CertifyId", certifyId); } } public String getCertNo() { return this.certNo; } public void setCertNo(String certNo) { this.certNo = certNo; if(certNo != null){ putQueryParameter("CertNo", certNo); } } public String getSourceIp() { return this.sourceIp; } public void setSourceIp(String sourceIp) { this.sourceIp = sourceIp; if(sourceIp != null){ putQueryParameter("SourceIp", sourceIp); } } public String getLang() { return this.lang; } public void setLang(String lang) { this.lang = lang; if(lang != null){ putQueryParameter("Lang", lang); } } public Integer getValidDay() { return this.validDay; } public void setValidDay(Integer validDay) { this.validDay = validDay; if(validDay != null){ putQueryParameter("ValidDay", validDay.toString()); } } public String getServiceCode() { return this.serviceCode; } public void setServiceCode(String serviceCode) { this.serviceCode = serviceCode; if(serviceCode != null){ putQueryParameter("ServiceCode", serviceCode); } } public Long getSceneId() { return this.sceneId; } public void setSceneId(Long sceneId) { this.sceneId = sceneId; if(sceneId != null){ putQueryParameter("SceneId", sceneId.toString()); } } @Override public Class<CreateWhitelistSettingResponse> getResponseClass() { return CreateWhitelistSettingResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5/cloudauth/model/v20190307/CreateWhitelistSettingResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.v5.cloudauth.model.v20190307; import com.aliyuncs.v5.AcsResponse; import com.aliyuncs.v5.cloudauth.transform.v20190307.CreateWhitelistSettingResponseUnmarshaller; import com.aliyuncs.v5.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CreateWhitelistSettingResponse extends AcsResponse { private String requestId; private Boolean resultObject; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getResultObject() { return this.resultObject; } public void setResultObject(Boolean resultObject) { this.resultObject = resultObject; } @Override public CreateWhitelistSettingResponse getInstance(UnmarshallerContext context) { return CreateWhitelistSettingResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5/cloudauth/model/v20190307/DeleteWhitelistRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.v5.cloudauth.model.v20190307; import com.aliyuncs.v5.RpcAcsRequest; import com.aliyuncs.v5.http.MethodType; import com.aliyuncs.v5.cloudauth.Endpoint; /** * @author auto create * @version */ public class DeleteWhitelistRequest extends RpcAcsRequest<DeleteWhitelistResponse> { private String sourceIp; private String ids; private String lang; public DeleteWhitelistRequest() { super("Cloudauth", "2019-03-07", "DeleteWhitelist"); setMethod(MethodType.POST); try { com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public String getSourceIp() { return this.sourceIp; } public void setSourceIp(String sourceIp) { this.sourceIp = sourceIp; if(sourceIp != null){ putQueryParameter("SourceIp", sourceIp); } } public String getIds() { return this.ids; } public void setIds(String ids) { this.ids = ids; if(ids != null){ putQueryParameter("Ids", ids); } } public String getLang() { return this.lang; } public void setLang(String lang) { this.lang = lang; if(lang != null){ putQueryParameter("Lang", lang); } } @Override public Class<DeleteWhitelistResponse> getResponseClass() { return DeleteWhitelistResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5/cloudauth/model/v20190307/DeleteWhitelistResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.v5.cloudauth.model.v20190307; import com.aliyuncs.v5.AcsResponse; import com.aliyuncs.v5.cloudauth.transform.v20190307.DeleteWhitelistResponseUnmarshaller; import com.aliyuncs.v5.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteWhitelistResponse extends AcsResponse { private String requestId; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public DeleteWhitelistResponse getInstance(UnmarshallerContext context) { return DeleteWhitelistResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5/cloudauth/model/v20190307/DeleteWhitelistSettingRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.v5.cloudauth.model.v20190307; import com.aliyuncs.v5.RpcAcsRequest; import com.aliyuncs.v5.http.MethodType; import com.aliyuncs.v5.cloudauth.Endpoint; /** * @author auto create * @version */ public class DeleteWhitelistSettingRequest extends RpcAcsRequest<DeleteWhitelistSettingResponse> { private String sourceIp; private String lang; private String serviceCode; private String ids; public DeleteWhitelistSettingRequest() { super("Cloudauth", "2019-03-07", "DeleteWhitelistSetting"); setMethod(MethodType.POST); try { com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public String getSourceIp() { return this.sourceIp; } public void setSourceIp(String sourceIp) { this.sourceIp = sourceIp; if(sourceIp != null){ putQueryParameter("SourceIp", sourceIp); } } public String getLang() { return this.lang; } public void setLang(String lang) { this.lang = lang; if(lang != null){ putQueryParameter("Lang", lang); } } public String getServiceCode() { return this.serviceCode; } public void setServiceCode(String serviceCode) { this.serviceCode = serviceCode; if(serviceCode != null){ putQueryParameter("ServiceCode", serviceCode); } } public String getIds() { return this.ids; } public void setIds(String ids) { this.ids = ids; if(ids != null){ putQueryParameter("Ids", ids); } } @Override public Class<DeleteWhitelistSettingResponse> getResponseClass() { return DeleteWhitelistSettingResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5/cloudauth/model/v20190307/DeleteWhitelistSettingResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.v5.cloudauth.model.v20190307; import com.aliyuncs.v5.AcsResponse; import com.aliyuncs.v5.cloudauth.transform.v20190307.DeleteWhitelistSettingResponseUnmarshaller; import com.aliyuncs.v5.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteWhitelistSettingResponse extends AcsResponse { private String requestId; private Boolean resultObject; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getResultObject() { return this.resultObject; } public void setResultObject(Boolean resultObject) { this.resultObject = resultObject; } @Override public DeleteWhitelistSettingResponse getInstance(UnmarshallerContext context) { return DeleteWhitelistSettingResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5/cloudauth/model/v20190307/DescribeAppInfoRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.v5.cloudauth.model.v20190307; import com.aliyuncs.v5.RpcAcsRequest; import com.aliyuncs.v5.http.MethodType; import com.aliyuncs.v5.cloudauth.Endpoint; /** * @author auto create * @version */ public class DescribeAppInfoRequest extends RpcAcsRequest<DescribeAppInfoResponse> { private Integer currentPage; private String platform; private Integer pageSize; public DescribeAppInfoRequest() { super("Cloudauth", "2019-03-07", "DescribeAppInfo"); setMethod(MethodType.POST); try { com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public Integer getCurrentPage() { return this.currentPage; } public void setCurrentPage(Integer currentPage) { this.currentPage = currentPage; if(currentPage != null){ putQueryParameter("CurrentPage", currentPage.toString()); } } public String getPlatform() { return this.platform; } public void setPlatform(String platform) { this.platform = platform; if(platform != null){ putQueryParameter("Platform", platform); } } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("PageSize", pageSize.toString()); } } @Override public Class<DescribeAppInfoResponse> getResponseClass() { return DescribeAppInfoResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5/cloudauth/model/v20190307/DescribeAppInfoResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.v5.cloudauth.model.v20190307; import java.util.List; import com.aliyuncs.v5.AcsResponse; import com.aliyuncs.v5.cloudauth.transform.v20190307.DescribeAppInfoResponseUnmarshaller; import com.aliyuncs.v5.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeAppInfoResponse extends AcsResponse { private String requestId; private Integer pageSize; private Integer currentPage; private Integer totalCount; private List<AppInfo> appInfoList; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; } public Integer getCurrentPage() { return this.currentPage; } public void setCurrentPage(Integer currentPage) { this.currentPage = currentPage; } public Integer getTotalCount() { return this.totalCount; } public void setTotalCount(Integer totalCount) { this.totalCount = totalCount; } public List<AppInfo> getAppInfoList() { return this.appInfoList; } public void setAppInfoList(List<AppInfo> appInfoList) { this.appInfoList = appInfoList; } public static class AppInfo { private Long id; private String name; private String packageName; private String icon; private String startDate; private String endDate; private Integer type; private PackageInfo packageInfo; private DebugPackageInfo debugPackageInfo; public Long getId() { return this.id; } public void setId(Long id) { this.id = id; } public String getName() { return this.name; } public void setName(String name) { this.name = name; } public String getPackageName() { return this.packageName; } public void setPackageName(String packageName) { this.packageName = packageName; } public String getIcon() { return this.icon; } public void setIcon(String icon) { this.icon = icon; } public String getStartDate() { return this.startDate; } public void setStartDate(String startDate) { this.startDate = startDate; } public String getEndDate() { return this.endDate; } public void setEndDate(String endDate) { this.endDate = endDate; } public Integer getType() { return this.type; } public void setType(Integer type) { this.type = type; } public PackageInfo getPackageInfo() { return this.packageInfo; } public void setPackageInfo(PackageInfo packageInfo) { this.packageInfo = packageInfo; } public DebugPackageInfo getDebugPackageInfo() { return this.debugPackageInfo; } public void setDebugPackageInfo(DebugPackageInfo debugPackageInfo) { this.debugPackageInfo = debugPackageInfo; } public static class PackageInfo { private String version; public String getVersion() { return this.version; } public void setVersion(String version) { this.version = version; } } public static class DebugPackageInfo { private String version; public String getVersion() { return this.version; } public void setVersion(String version) { this.version = version; } } } @Override public DescribeAppInfoResponse getInstance(UnmarshallerContext context) { return DescribeAppInfoResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5/cloudauth/model/v20190307/DescribeDeviceInfoRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.v5.cloudauth.model.v20190307; import com.aliyuncs.v5.RpcAcsRequest; import com.aliyuncs.v5.http.MethodType; import com.aliyuncs.v5.cloudauth.Endpoint; /** * @author auto create * @version */ public class DescribeDeviceInfoRequest extends RpcAcsRequest<DescribeDeviceInfoResponse> { private String userDeviceId; private Integer pageSize; private String expiredStartDay; private Integer currentPage; private String deviceId; private String bizType; private String expiredEndDay; public DescribeDeviceInfoRequest() { super("Cloudauth", "2019-03-07", "DescribeDeviceInfo"); setMethod(MethodType.POST); try { com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public String getUserDeviceId() { return this.userDeviceId; } public void setUserDeviceId(String userDeviceId) { this.userDeviceId = userDeviceId; if(userDeviceId != null){ putQueryParameter("UserDeviceId", userDeviceId); } } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("PageSize", pageSize.toString()); } } public String getExpiredStartDay() { return this.expiredStartDay; } public void setExpiredStartDay(String expiredStartDay) { this.expiredStartDay = expiredStartDay; if(expiredStartDay != null){ putQueryParameter("ExpiredStartDay", expiredStartDay); } } public Integer getCurrentPage() { return this.currentPage; } public void setCurrentPage(Integer currentPage) { this.currentPage = currentPage; if(currentPage != null){ putQueryParameter("CurrentPage", currentPage.toString()); } } public String getDeviceId() { return this.deviceId; } public void setDeviceId(String deviceId) { this.deviceId = deviceId; if(deviceId != null){ putQueryParameter("DeviceId", deviceId); } } public String getBizType() { return this.bizType; } public void setBizType(String bizType) { this.bizType = bizType; if(bizType != null){ putQueryParameter("BizType", bizType); } } public String getExpiredEndDay() { return this.expiredEndDay; } public void setExpiredEndDay(String expiredEndDay) { this.expiredEndDay = expiredEndDay; if(expiredEndDay != null){ putQueryParameter("ExpiredEndDay", expiredEndDay); } } @Override public Class<DescribeDeviceInfoResponse> getResponseClass() { return DescribeDeviceInfoResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5/cloudauth/model/v20190307/DescribeDeviceInfoResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.v5.cloudauth.model.v20190307; import java.util.List; import com.aliyuncs.v5.AcsResponse; import com.aliyuncs.v5.cloudauth.transform.v20190307.DescribeDeviceInfoResponseUnmarshaller; import com.aliyuncs.v5.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeDeviceInfoResponse extends AcsResponse { private String requestId; private Integer pageSize; private Integer currentPage; private Integer totalCount; private List<DeviceInfo> deviceInfoList; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; } public Integer getCurrentPage() { return this.currentPage; } public void setCurrentPage(Integer currentPage) { this.currentPage = currentPage; } public Integer getTotalCount() { return this.totalCount; } public void setTotalCount(Integer totalCount) { this.totalCount = totalCount; } public List<DeviceInfo> getDeviceInfoList() { return this.deviceInfoList; } public void setDeviceInfoList(List<DeviceInfo> deviceInfoList) { this.deviceInfoList = deviceInfoList; } public static class DeviceInfo { private String deviceId; private String userDeviceId; private String bizType; private String beginDay; private String expiredDay; public String getDeviceId() { return this.deviceId; } public void setDeviceId(String deviceId) { this.deviceId = deviceId; } public String getUserDeviceId() { return this.userDeviceId; } public void setUserDeviceId(String userDeviceId) { this.userDeviceId = userDeviceId; } public String getBizType() { return this.bizType; } public void setBizType(String bizType) { this.bizType = bizType; } public String getBeginDay() { return this.beginDay; } public void setBeginDay(String beginDay) { this.beginDay = beginDay; } public String getExpiredDay() { return this.expiredDay; } public void setExpiredDay(String expiredDay) { this.expiredDay = expiredDay; } } @Override public DescribeDeviceInfoResponse getInstance(UnmarshallerContext context) { return DescribeDeviceInfoResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5/cloudauth/model/v20190307/DescribeFaceConfigRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.v5.cloudauth.model.v20190307; import com.aliyuncs.v5.RpcAcsRequest; import com.aliyuncs.v5.http.MethodType; import com.aliyuncs.v5.cloudauth.Endpoint; /** * @author auto create * @version */ public class DescribeFaceConfigRequest extends RpcAcsRequest<DescribeFaceConfigResponse> { private String sourceIp; private String lang; public DescribeFaceConfigRequest() { super("Cloudauth", "2019-03-07", "DescribeFaceConfig"); setMethod(MethodType.POST); try { com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public String getSourceIp() { return this.sourceIp; } public void setSourceIp(String sourceIp) { this.sourceIp = sourceIp; if(sourceIp != null){ putQueryParameter("SourceIp", sourceIp); } } public String getLang() { return this.lang; } public void setLang(String lang) { this.lang = lang; if(lang != null){ putQueryParameter("Lang", lang); } } @Override public Class<DescribeFaceConfigResponse> getResponseClass() { return DescribeFaceConfigResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5/cloudauth/model/v20190307/DescribeFaceConfigResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.v5.cloudauth.model.v20190307; import java.util.List; import com.aliyuncs.v5.AcsResponse; import com.aliyuncs.v5.cloudauth.transform.v20190307.DescribeFaceConfigResponseUnmarshaller; import com.aliyuncs.v5.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeFaceConfigResponse extends AcsResponse { private String requestId; private List<ItemsItem> items; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public List<ItemsItem> getItems() { return this.items; } public void setItems(List<ItemsItem> items) { this.items = items; } public static class ItemsItem { private String bizType; private String bizName; private Long gmtUpdated; public String getBizType() { return this.bizType; } public void setBizType(String bizType) { this.bizType = bizType; } public String getBizName() { return this.bizName; } public void setBizName(String bizName) { this.bizName = bizName; } public Long getGmtUpdated() { return this.gmtUpdated; } public void setGmtUpdated(Long gmtUpdated) { this.gmtUpdated = gmtUpdated; } } @Override public DescribeFaceConfigResponse getInstance(UnmarshallerContext context) { return DescribeFaceConfigResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5/cloudauth/model/v20190307/DescribeFaceUsageRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.v5.cloudauth.model.v20190307; import com.aliyuncs.v5.RpcAcsRequest; import com.aliyuncs.v5.http.MethodType; import com.aliyuncs.v5.cloudauth.Endpoint; /** * @author auto create * @version */ public class DescribeFaceUsageRequest extends RpcAcsRequest<DescribeFaceUsageResponse> { private String startDate; private String endDate; public DescribeFaceUsageRequest() { super("Cloudauth", "2019-03-07", "DescribeFaceUsage"); setMethod(MethodType.POST); try { com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public String getStartDate() { return this.startDate; } public void setStartDate(String startDate) { this.startDate = startDate; if(startDate != null){ putQueryParameter("StartDate", startDate); } } public String getEndDate() { return this.endDate; } public void setEndDate(String endDate) { this.endDate = endDate; if(endDate != null){ putQueryParameter("EndDate", endDate); } } @Override public Class<DescribeFaceUsageResponse> getResponseClass() { return DescribeFaceUsageResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5/cloudauth/model/v20190307/DescribeFaceUsageResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.v5.cloudauth.model.v20190307; import java.util.List; import com.aliyuncs.v5.AcsResponse; import com.aliyuncs.v5.cloudauth.transform.v20190307.DescribeFaceUsageResponseUnmarshaller; import com.aliyuncs.v5.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeFaceUsageResponse extends AcsResponse { private String requestId; private Integer totalCount; private List<FaceUsage> faceUsageList; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Integer getTotalCount() { return this.totalCount; } public void setTotalCount(Integer totalCount) { this.totalCount = totalCount; } public List<FaceUsage> getFaceUsageList() { return this.faceUsageList; } public void setFaceUsageList(List<FaceUsage> faceUsageList) { this.faceUsageList = faceUsageList; } public static class FaceUsage { private String date; private Long totalCount; public String getDate() { return this.date; } public void setDate(String date) { this.date = date; } public Long getTotalCount() { return this.totalCount; } public void setTotalCount(Long totalCount) { this.totalCount = totalCount; } } @Override public DescribeFaceUsageResponse getInstance(UnmarshallerContext context) { return DescribeFaceUsageResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5/cloudauth/model/v20190307/DescribeFaceVerifyRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.v5.cloudauth.model.v20190307; import com.aliyuncs.v5.RpcAcsRequest; import com.aliyuncs.v5.http.MethodType; import com.aliyuncs.v5.cloudauth.Endpoint; /** * @author auto create * @version */ public class DescribeFaceVerifyRequest extends RpcAcsRequest<DescribeFaceVerifyResponse> { private String certifyId; private String pictureReturnType; private Long sceneId; public DescribeFaceVerifyRequest() { super("Cloudauth", "2019-03-07", "DescribeFaceVerify"); setMethod(MethodType.POST); try { com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } public String getCertifyId() { return this.certifyId; } public void setCertifyId(String certifyId) { this.certifyId = certifyId; if(certifyId != null){ putQueryParameter("CertifyId", certifyId); } } public String getPictureReturnType() { return this.pictureReturnType; } public void setPictureReturnType(String pictureReturnType) { this.pictureReturnType = pictureReturnType; if(pictureReturnType != null){ putQueryParameter("PictureReturnType", pictureReturnType); } } public Long getSceneId() { return this.sceneId; } public void setSceneId(Long sceneId) { this.sceneId = sceneId; if(sceneId != null){ putQueryParameter("SceneId", sceneId.toString()); } } @Override public Class<DescribeFaceVerifyResponse> getResponseClass() { return DescribeFaceVerifyResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5/cloudauth/model/v20190307/DescribeFaceVerifyResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.v5.cloudauth.model.v20190307; import com.aliyuncs.v5.AcsResponse; import com.aliyuncs.v5.cloudauth.transform.v20190307.DescribeFaceVerifyResponseUnmarshaller; import com.aliyuncs.v5.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeFaceVerifyResponse extends AcsResponse { private String code; private String message; private String requestId; private ResultObject resultObject; 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 ResultObject getResultObject() { return this.resultObject; } public void setResultObject(ResultObject resultObject) { this.resultObject = resultObject; } public static class ResultObject { private String subCode; private String materialInfo; private String identityInfo; private String deviceToken; private String passed; public String getSubCode() { return this.subCode; } public void setSubCode(String subCode) { this.subCode = subCode; } public String getMaterialInfo() { return this.materialInfo; } public void setMaterialInfo(String materialInfo) { this.materialInfo = materialInfo; } public String getIdentityInfo() { return this.identityInfo; } public void setIdentityInfo(String identityInfo) { this.identityInfo = identityInfo; } public String getDeviceToken() { return this.deviceToken; } public void setDeviceToken(String deviceToken) { this.deviceToken = deviceToken; } public String getPassed() { return this.passed; } public void setPassed(String passed) { this.passed = passed; } } @Override public DescribeFaceVerifyResponse getInstance(UnmarshallerContext context) { return DescribeFaceVerifyResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5/cloudauth/model
java-sources/com/aliyun/aliyun-java-sdk-cloudauth-v5/1.0.5/com/aliyuncs/v5/cloudauth/model/v20190307/DescribeOssUploadTokenRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.v5.cloudauth.model.v20190307; import com.aliyuncs.v5.RpcAcsRequest; import com.aliyuncs.v5.http.MethodType; import com.aliyuncs.v5.cloudauth.Endpoint; /** * @author auto create * @version */ public class DescribeOssUploadTokenRequest extends RpcAcsRequest<DescribeOssUploadTokenResponse> { public DescribeOssUploadTokenRequest() { super("Cloudauth", "2019-03-07", "DescribeOssUploadToken"); setMethod(MethodType.POST); try { com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointMap").set(this, Endpoint.endpointMap); com.aliyuncs.v5.AcsRequest.class.getDeclaredField("productEndpointRegional").set(this, Endpoint.endpointRegionalType); } catch (Exception e) {} } @Override public Class<DescribeOssUploadTokenResponse> getResponseClass() { return DescribeOssUploadTokenResponse.class; } }