index
int64
repo_id
string
file_path
string
content
string
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model/v20191030/ListDevicesResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.model.v20191030; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.aliyuncvc.transform.v20191030.ListDevicesResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListDevicesResponse extends AcsResponse { private Integer errorCode; private String message; private Boolean success; private String requestId; private Data data; public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Data getData() { return this.data; } public void setData(Data data) { this.data = data; } public static class Data { private Integer total; private Integer pageSize; private Integer pageNumber; private List<Device> devices; public Integer getTotal() { return this.total; } public void setTotal(Integer total) { this.total = total; } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; } public Integer getPageNumber() { return this.pageNumber; } public void setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; } public List<Device> getDevices() { return this.devices; } public void setDevices(List<Device> devices) { this.devices = devices; } public static class Device { private String activationCode; private String conferenceCode; private String conferenceName; private String createTime; private String pictureUrl; private String sN; private String status; private String castScreenCode; private String startUpPictureUrl; public String getActivationCode() { return this.activationCode; } public void setActivationCode(String activationCode) { this.activationCode = activationCode; } public String getConferenceCode() { return this.conferenceCode; } public void setConferenceCode(String conferenceCode) { this.conferenceCode = conferenceCode; } public String getConferenceName() { return this.conferenceName; } public void setConferenceName(String conferenceName) { this.conferenceName = conferenceName; } public String getCreateTime() { return this.createTime; } public void setCreateTime(String createTime) { this.createTime = createTime; } public String getPictureUrl() { return this.pictureUrl; } public void setPictureUrl(String pictureUrl) { this.pictureUrl = pictureUrl; } public String getSN() { return this.sN; } public void setSN(String sN) { this.sN = sN; } public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } public String getCastScreenCode() { return this.castScreenCode; } public void setCastScreenCode(String castScreenCode) { this.castScreenCode = castScreenCode; } public String getStartUpPictureUrl() { return this.startUpPictureUrl; } public void setStartUpPictureUrl(String startUpPictureUrl) { this.startUpPictureUrl = startUpPictureUrl; } } } @Override public ListDevicesResponse getInstance(UnmarshallerContext context) { return ListDevicesResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model/v20191030/ListEvaluationsRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.model.v20191030; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.aliyuncvc.Endpoint; /** * @author auto create * @version */ public class ListEvaluationsRequest extends RpcAcsRequest<ListEvaluationsResponse> { public ListEvaluationsRequest() { super("aliyuncvc", "2019-10-30", "ListEvaluations", "aliyuncvc"); 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<ListEvaluationsResponse> getResponseClass() { return ListEvaluationsResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model/v20191030/ListEvaluationsResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.model.v20191030; import com.aliyuncs.AcsResponse; import com.aliyuncs.aliyuncvc.transform.v20191030.ListEvaluationsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListEvaluationsResponse extends AcsResponse { private String userEvaluation; private Integer errorCode; private String message; private Boolean success; private String requestId; public String getUserEvaluation() { return this.userEvaluation; } public void setUserEvaluation(String userEvaluation) { this.userEvaluation = userEvaluation; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public ListEvaluationsResponse getInstance(UnmarshallerContext context) { return ListEvaluationsResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model/v20191030/ListIsvStatisticsRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.model.v20191030; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.aliyuncvc.Endpoint; /** * @author auto create * @version */ public class ListIsvStatisticsRequest extends RpcAcsRequest<ListIsvStatisticsResponse> { private Long endTime; private Long startTime; public ListIsvStatisticsRequest() { super("aliyuncvc", "2019-10-30", "ListIsvStatistics", "aliyuncvc"); 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 getEndTime() { return this.endTime; } public void setEndTime(Long endTime) { this.endTime = endTime; if(endTime != null){ putQueryParameter("EndTime", endTime.toString()); } } public Long getStartTime() { return this.startTime; } public void setStartTime(Long startTime) { this.startTime = startTime; if(startTime != null){ putQueryParameter("StartTime", startTime.toString()); } } @Override public Class<ListIsvStatisticsResponse> getResponseClass() { return ListIsvStatisticsResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model/v20191030/ListIsvStatisticsResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.model.v20191030; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.aliyuncvc.transform.v20191030.ListIsvStatisticsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListIsvStatisticsResponse extends AcsResponse { private Integer errorCode; private String message; private Boolean success; private String requestId; private Data data; public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Data getData() { return this.data; } public void setData(Data data) { this.data = data; } public static class Data { private List<Statistic> statistics; private Total total; public List<Statistic> getStatistics() { return this.statistics; } public void setStatistics(List<Statistic> statistics) { this.statistics = statistics; } public Total getTotal() { return this.total; } public void setTotal(Total total) { this.total = total; } public static class Statistic { private String meetingNumber; private String meetingLength; private String memberNumber; private String day; public String getMeetingNumber() { return this.meetingNumber; } public void setMeetingNumber(String meetingNumber) { this.meetingNumber = meetingNumber; } public String getMeetingLength() { return this.meetingLength; } public void setMeetingLength(String meetingLength) { this.meetingLength = meetingLength; } public String getMemberNumber() { return this.memberNumber; } public void setMemberNumber(String memberNumber) { this.memberNumber = memberNumber; } public String getDay() { return this.day; } public void setDay(String day) { this.day = day; } } public static class Total { private Integer meetingNumber; private Integer meetingLength; private Integer memberNumber; public Integer getMeetingNumber() { return this.meetingNumber; } public void setMeetingNumber(Integer meetingNumber) { this.meetingNumber = meetingNumber; } public Integer getMeetingLength() { return this.meetingLength; } public void setMeetingLength(Integer meetingLength) { this.meetingLength = meetingLength; } public Integer getMemberNumber() { return this.memberNumber; } public void setMemberNumber(Integer memberNumber) { this.memberNumber = memberNumber; } } } @Override public ListIsvStatisticsResponse getInstance(UnmarshallerContext context) { return ListIsvStatisticsResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model/v20191030/ListMembersRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.model.v20191030; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.aliyuncvc.Endpoint; /** * @author auto create * @version */ public class ListMembersRequest extends RpcAcsRequest<ListMembersResponse> { private String meetingUUID; public ListMembersRequest() { super("aliyuncvc", "2019-10-30", "ListMembers", "aliyuncvc"); 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 getMeetingUUID() { return this.meetingUUID; } public void setMeetingUUID(String meetingUUID) { this.meetingUUID = meetingUUID; if(meetingUUID != null){ putQueryParameter("MeetingUUID", meetingUUID); } } @Override public Class<ListMembersResponse> getResponseClass() { return ListMembersResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model/v20191030/ListMembersResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.model.v20191030; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.aliyuncvc.transform.v20191030.ListMembersResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListMembersResponse extends AcsResponse { private Integer errorCode; private String message; private Boolean success; private String requestId; private MeetingInfo meetingInfo; public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public MeetingInfo getMeetingInfo() { return this.meetingInfo; } public void setMeetingInfo(MeetingInfo meetingInfo) { this.meetingInfo = meetingInfo; } public static class MeetingInfo { private String meetingName; private String meetingCode; private String memo; private String userName; private Long createTime; private String userId; private String meetingUUID; private List<MemberRecord> memberInfos; public String getMeetingName() { return this.meetingName; } public void setMeetingName(String meetingName) { this.meetingName = meetingName; } public String getMeetingCode() { return this.meetingCode; } public void setMeetingCode(String meetingCode) { this.meetingCode = meetingCode; } public String getMemo() { return this.memo; } public void setMemo(String memo) { this.memo = memo; } public String getUserName() { return this.userName; } public void setUserName(String userName) { this.userName = userName; } public Long getCreateTime() { return this.createTime; } public void setCreateTime(Long createTime) { this.createTime = createTime; } public String getUserId() { return this.userId; } public void setUserId(String userId) { this.userId = userId; } public String getMeetingUUID() { return this.meetingUUID; } public void setMeetingUUID(String meetingUUID) { this.meetingUUID = meetingUUID; } public List<MemberRecord> getMemberInfos() { return this.memberInfos; } public void setMemberInfos(List<MemberRecord> memberInfos) { this.memberInfos = memberInfos; } public static class MemberRecord { private String memberUUID; private String userId; private String status; private Long beginTime; private Long endTime; private String userName; public String getMemberUUID() { return this.memberUUID; } public void setMemberUUID(String memberUUID) { this.memberUUID = memberUUID; } public String getUserId() { return this.userId; } public void setUserId(String userId) { this.userId = userId; } public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } public Long getBeginTime() { return this.beginTime; } public void setBeginTime(Long beginTime) { this.beginTime = beginTime; } public Long getEndTime() { return this.endTime; } public void setEndTime(Long endTime) { this.endTime = endTime; } public String getUserName() { return this.userName; } public void setUserName(String userName) { this.userName = userName; } } } @Override public ListMembersResponse getInstance(UnmarshallerContext context) { return ListMembersResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model/v20191030/ListUsersRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.model.v20191030; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.aliyuncvc.Endpoint; /** * @author auto create * @version */ public class ListUsersRequest extends RpcAcsRequest<ListUsersResponse> { private Integer pageNumber; private Integer pageSize; public ListUsersRequest() { super("aliyuncvc", "2019-10-30", "ListUsers", "aliyuncvc"); 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 getPageNumber() { return this.pageNumber; } public void setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; if(pageNumber != null){ putQueryParameter("PageNumber", pageNumber.toString()); } } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("PageSize", pageSize.toString()); } } @Override public Class<ListUsersResponse> getResponseClass() { return ListUsersResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model/v20191030/ListUsersResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.model.v20191030; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.aliyuncvc.transform.v20191030.ListUsersResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListUsersResponse extends AcsResponse { private Integer errorCode; private String message; private Boolean success; private String requestId; private Data data; public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Data getData() { return this.data; } public void setData(Data data) { this.data = data; } public static class Data { private Integer totalCount; private Integer pageSize; private Integer pageNumber; private List<UserInfo> userInfos; public Integer getTotalCount() { return this.totalCount; } public void setTotalCount(Integer totalCount) { this.totalCount = totalCount; } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; } public Integer getPageNumber() { return this.pageNumber; } public void setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; } public List<UserInfo> getUserInfos() { return this.userInfos; } public void setUserInfos(List<UserInfo> userInfos) { this.userInfos = userInfos; } public static class UserInfo { private Long createTime; private String groupName; private String userName; private String groupId; private String departName; private String departId; private String userEmail; private String userTel; private String userMobile; private String userAvatarUrl; private String jobName; private String userId; public Long getCreateTime() { return this.createTime; } public void setCreateTime(Long createTime) { this.createTime = createTime; } public String getGroupName() { return this.groupName; } public void setGroupName(String groupName) { this.groupName = groupName; } public String getUserName() { return this.userName; } public void setUserName(String userName) { this.userName = userName; } public String getGroupId() { return this.groupId; } public void setGroupId(String groupId) { this.groupId = groupId; } public String getDepartName() { return this.departName; } public void setDepartName(String departName) { this.departName = departName; } public String getDepartId() { return this.departId; } public void setDepartId(String departId) { this.departId = departId; } public String getUserEmail() { return this.userEmail; } public void setUserEmail(String userEmail) { this.userEmail = userEmail; } public String getUserTel() { return this.userTel; } public void setUserTel(String userTel) { this.userTel = userTel; } public String getUserMobile() { return this.userMobile; } public void setUserMobile(String userMobile) { this.userMobile = userMobile; } public String getUserAvatarUrl() { return this.userAvatarUrl; } public void setUserAvatarUrl(String userAvatarUrl) { this.userAvatarUrl = userAvatarUrl; } public String getJobName() { return this.jobName; } public void setJobName(String jobName) { this.jobName = jobName; } public String getUserId() { return this.userId; } public void setUserId(String userId) { this.userId = userId; } } } @Override public ListUsersResponse getInstance(UnmarshallerContext context) { return ListUsersResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model/v20191030/ModifyDeviceBackgroundRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.model.v20191030; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.aliyuncvc.Endpoint; /** * @author auto create * @version */ public class ModifyDeviceBackgroundRequest extends RpcAcsRequest<ModifyDeviceBackgroundResponse> { private String serialNumber; private String picture; public ModifyDeviceBackgroundRequest() { super("aliyuncvc", "2019-10-30", "ModifyDeviceBackground", "aliyuncvc"); 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 getSerialNumber() { return this.serialNumber; } public void setSerialNumber(String serialNumber) { this.serialNumber = serialNumber; if(serialNumber != null){ putBodyParameter("SerialNumber", serialNumber); } } public String getPicture() { return this.picture; } public void setPicture(String picture) { this.picture = picture; if(picture != null){ putBodyParameter("Picture", picture); } } @Override public Class<ModifyDeviceBackgroundResponse> getResponseClass() { return ModifyDeviceBackgroundResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model/v20191030/ModifyDeviceBackgroundResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.model.v20191030; import com.aliyuncs.AcsResponse; import com.aliyuncs.aliyuncvc.transform.v20191030.ModifyDeviceBackgroundResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ModifyDeviceBackgroundResponse extends AcsResponse { private Integer errorCode; private String message; private Boolean success; private String requestId; public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public ModifyDeviceBackgroundResponse getInstance(UnmarshallerContext context) { return ModifyDeviceBackgroundResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model/v20191030/ModifyMeetingPasswordInternationalRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.model.v20191030; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.aliyuncvc.Endpoint; /** * @author auto create * @version */ public class ModifyMeetingPasswordInternationalRequest extends RpcAcsRequest<ModifyMeetingPasswordInternationalResponse> { private String userId; private Boolean openPasswordFlag; private String meetingUUID; private String password; public ModifyMeetingPasswordInternationalRequest() { super("aliyuncvc", "2019-10-30", "ModifyMeetingPasswordInternational", "aliyuncvc"); 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 getUserId() { return this.userId; } public void setUserId(String userId) { this.userId = userId; if(userId != null){ putBodyParameter("UserId", userId); } } public Boolean getOpenPasswordFlag() { return this.openPasswordFlag; } public void setOpenPasswordFlag(Boolean openPasswordFlag) { this.openPasswordFlag = openPasswordFlag; if(openPasswordFlag != null){ putBodyParameter("OpenPasswordFlag", openPasswordFlag.toString()); } } public String getMeetingUUID() { return this.meetingUUID; } public void setMeetingUUID(String meetingUUID) { this.meetingUUID = meetingUUID; if(meetingUUID != null){ putBodyParameter("MeetingUUID", meetingUUID); } } public String getPassword() { return this.password; } public void setPassword(String password) { this.password = password; if(password != null){ putBodyParameter("Password", password); } } @Override public Class<ModifyMeetingPasswordInternationalResponse> getResponseClass() { return ModifyMeetingPasswordInternationalResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model/v20191030/ModifyMeetingPasswordInternationalResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.model.v20191030; import com.aliyuncs.AcsResponse; import com.aliyuncs.aliyuncvc.transform.v20191030.ModifyMeetingPasswordInternationalResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ModifyMeetingPasswordInternationalResponse extends AcsResponse { private Integer errorCode; private String message; private Boolean success; private String requestId; public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public ModifyMeetingPasswordInternationalResponse getInstance(UnmarshallerContext context) { return ModifyMeetingPasswordInternationalResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model/v20191030/ModifyMeetingPasswordRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.model.v20191030; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.aliyuncvc.Endpoint; /** * @author auto create * @version */ public class ModifyMeetingPasswordRequest extends RpcAcsRequest<ModifyMeetingPasswordResponse> { private String userId; private Boolean openPasswordFlag; private String meetingUUID; private String password; public ModifyMeetingPasswordRequest() { super("aliyuncvc", "2019-10-30", "ModifyMeetingPassword", "aliyuncvc"); 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 getUserId() { return this.userId; } public void setUserId(String userId) { this.userId = userId; if(userId != null){ putBodyParameter("UserId", userId); } } public Boolean getOpenPasswordFlag() { return this.openPasswordFlag; } public void setOpenPasswordFlag(Boolean openPasswordFlag) { this.openPasswordFlag = openPasswordFlag; if(openPasswordFlag != null){ putBodyParameter("OpenPasswordFlag", openPasswordFlag.toString()); } } public String getMeetingUUID() { return this.meetingUUID; } public void setMeetingUUID(String meetingUUID) { this.meetingUUID = meetingUUID; if(meetingUUID != null){ putBodyParameter("MeetingUUID", meetingUUID); } } public String getPassword() { return this.password; } public void setPassword(String password) { this.password = password; if(password != null){ putBodyParameter("Password", password); } } @Override public Class<ModifyMeetingPasswordResponse> getResponseClass() { return ModifyMeetingPasswordResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model/v20191030/ModifyMeetingPasswordResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.model.v20191030; import com.aliyuncs.AcsResponse; import com.aliyuncs.aliyuncvc.transform.v20191030.ModifyMeetingPasswordResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ModifyMeetingPasswordResponse extends AcsResponse { private Integer errorCode; private String message; private Boolean success; private String requestId; public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public ModifyMeetingPasswordResponse getInstance(UnmarshallerContext context) { return ModifyMeetingPasswordResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model/v20191030/QueryMeetingMemberActionRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.model.v20191030; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.aliyuncvc.Endpoint; /** * @author auto create * @version */ public class QueryMeetingMemberActionRequest extends RpcAcsRequest<QueryMeetingMemberActionResponse> { private String meetingUnitKey; private Long endTime; private String memberUUID; private Long startTime; private String meetingUUID; public QueryMeetingMemberActionRequest() { super("aliyuncvc", "2019-10-30", "QueryMeetingMemberAction", "aliyuncvc"); 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 getMeetingUnitKey() { return this.meetingUnitKey; } public void setMeetingUnitKey(String meetingUnitKey) { this.meetingUnitKey = meetingUnitKey; if(meetingUnitKey != null){ putBodyParameter("MeetingUnitKey", meetingUnitKey); } } public Long getEndTime() { return this.endTime; } public void setEndTime(Long endTime) { this.endTime = endTime; if(endTime != null){ putBodyParameter("EndTime", endTime.toString()); } } public String getMemberUUID() { return this.memberUUID; } public void setMemberUUID(String memberUUID) { this.memberUUID = memberUUID; if(memberUUID != null){ putBodyParameter("MemberUUID", memberUUID); } } public Long getStartTime() { return this.startTime; } public void setStartTime(Long startTime) { this.startTime = startTime; if(startTime != null){ putBodyParameter("StartTime", startTime.toString()); } } public String getMeetingUUID() { return this.meetingUUID; } public void setMeetingUUID(String meetingUUID) { this.meetingUUID = meetingUUID; if(meetingUUID != null){ putBodyParameter("MeetingUUID", meetingUUID); } } @Override public Class<QueryMeetingMemberActionResponse> getResponseClass() { return QueryMeetingMemberActionResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model/v20191030/QueryMeetingMemberActionResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.model.v20191030; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.aliyuncvc.transform.v20191030.QueryMeetingMemberActionResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class QueryMeetingMemberActionResponse extends AcsResponse { private String message; private String requestId; private Integer meetingStatus; private Integer videoStatus; private Integer audioStatus; private Long errorCodeCount; private Integer errorCode; private Boolean success; private List<ErrorCodeListItem> errorCodeList; 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 Integer getMeetingStatus() { return this.meetingStatus; } public void setMeetingStatus(Integer meetingStatus) { this.meetingStatus = meetingStatus; } public Integer getVideoStatus() { return this.videoStatus; } public void setVideoStatus(Integer videoStatus) { this.videoStatus = videoStatus; } public Integer getAudioStatus() { return this.audioStatus; } public void setAudioStatus(Integer audioStatus) { this.audioStatus = audioStatus; } public Long getErrorCodeCount() { return this.errorCodeCount; } public void setErrorCodeCount(Long errorCodeCount) { this.errorCodeCount = errorCodeCount; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public List<ErrorCodeListItem> getErrorCodeList() { return this.errorCodeList; } public void setErrorCodeList(List<ErrorCodeListItem> errorCodeList) { this.errorCodeList = errorCodeList; } public static class ErrorCodeListItem { private Long errorCodeCount; private Long time; public Long getErrorCodeCount() { return this.errorCodeCount; } public void setErrorCodeCount(Long errorCodeCount) { this.errorCodeCount = errorCodeCount; } public Long getTime() { return this.time; } public void setTime(Long time) { this.time = time; } } @Override public QueryMeetingMemberActionResponse getInstance(UnmarshallerContext context) { return QueryMeetingMemberActionResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model/v20191030/RefreshDeviceScreenCodeRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.model.v20191030; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.aliyuncvc.Endpoint; /** * @author auto create * @version */ public class RefreshDeviceScreenCodeRequest extends RpcAcsRequest<RefreshDeviceScreenCodeResponse> { private String serialNumber; public RefreshDeviceScreenCodeRequest() { super("aliyuncvc", "2019-10-30", "RefreshDeviceScreenCode", "aliyuncvc"); 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 getSerialNumber() { return this.serialNumber; } public void setSerialNumber(String serialNumber) { this.serialNumber = serialNumber; if(serialNumber != null){ putBodyParameter("SerialNumber", serialNumber); } } @Override public Class<RefreshDeviceScreenCodeResponse> getResponseClass() { return RefreshDeviceScreenCodeResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model/v20191030/RefreshDeviceScreenCodeResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.model.v20191030; import com.aliyuncs.AcsResponse; import com.aliyuncs.aliyuncvc.transform.v20191030.RefreshDeviceScreenCodeResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class RefreshDeviceScreenCodeResponse extends AcsResponse { private Integer errorCode; private String message; private Boolean success; private String requestId; private Data data; public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Data getData() { return this.data; } public void setData(Data data) { this.data = data; } public static class Data { private String serialNumber; private String screenCode; public String getSerialNumber() { return this.serialNumber; } public void setSerialNumber(String serialNumber) { this.serialNumber = serialNumber; } public String getScreenCode() { return this.screenCode; } public void setScreenCode(String screenCode) { this.screenCode = screenCode; } } @Override public RefreshDeviceScreenCodeResponse getInstance(UnmarshallerContext context) { return RefreshDeviceScreenCodeResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model/v20191030/RegisterDeviceRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.model.v20191030; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.aliyuncvc.Endpoint; /** * @author auto create * @version */ public class RegisterDeviceRequest extends RpcAcsRequest<RegisterDeviceResponse> { private String iP; private String mac; private String token; private String deviceVersion; private String sN; public RegisterDeviceRequest() { super("aliyuncvc", "2019-10-30", "RegisterDevice", "aliyuncvc"); 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 getIP() { return this.iP; } public void setIP(String iP) { this.iP = iP; if(iP != null){ putQueryParameter("IP", iP); } } public String getMac() { return this.mac; } public void setMac(String mac) { this.mac = mac; if(mac != null){ putQueryParameter("Mac", mac); } } public String getToken() { return this.token; } public void setToken(String token) { this.token = token; if(token != null){ putQueryParameter("Token", token); } } public String getDeviceVersion() { return this.deviceVersion; } public void setDeviceVersion(String deviceVersion) { this.deviceVersion = deviceVersion; if(deviceVersion != null){ putQueryParameter("DeviceVersion", deviceVersion); } } public String getSN() { return this.sN; } public void setSN(String sN) { this.sN = sN; if(sN != null){ putQueryParameter("SN", sN); } } @Override public Class<RegisterDeviceResponse> getResponseClass() { return RegisterDeviceResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model/v20191030/RegisterDeviceResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.model.v20191030; import com.aliyuncs.AcsResponse; import com.aliyuncs.aliyuncvc.transform.v20191030.RegisterDeviceResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class RegisterDeviceResponse extends AcsResponse { private Integer errorCode; private Boolean success; private String requestId; private String message; private DeviceInfo deviceInfo; public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public DeviceInfo getDeviceInfo() { return this.deviceInfo; } public void setDeviceInfo(DeviceInfo deviceInfo) { this.deviceInfo = deviceInfo; } public static class DeviceInfo { private String channelType; private Long registerTime; private String deviceName; private String deviceSessionId; private String messageKey; private String screenCode; private MqttParam mqttParam; private AuthWsChannelConfig authWsChannelConfig; private SlsConfig slsConfig; public String getChannelType() { return this.channelType; } public void setChannelType(String channelType) { this.channelType = channelType; } public Long getRegisterTime() { return this.registerTime; } public void setRegisterTime(Long registerTime) { this.registerTime = registerTime; } public String getDeviceName() { return this.deviceName; } public void setDeviceName(String deviceName) { this.deviceName = deviceName; } public String getDeviceSessionId() { return this.deviceSessionId; } public void setDeviceSessionId(String deviceSessionId) { this.deviceSessionId = deviceSessionId; } public String getMessageKey() { return this.messageKey; } public void setMessageKey(String messageKey) { this.messageKey = messageKey; } public String getScreenCode() { return this.screenCode; } public void setScreenCode(String screenCode) { this.screenCode = screenCode; } public MqttParam getMqttParam() { return this.mqttParam; } public void setMqttParam(MqttParam mqttParam) { this.mqttParam = mqttParam; } public AuthWsChannelConfig getAuthWsChannelConfig() { return this.authWsChannelConfig; } public void setAuthWsChannelConfig(AuthWsChannelConfig authWsChannelConfig) { this.authWsChannelConfig = authWsChannelConfig; } public SlsConfig getSlsConfig() { return this.slsConfig; } public void setSlsConfig(SlsConfig slsConfig) { this.slsConfig = slsConfig; } public static class MqttParam { private String clientId; private String groupId; private String cleanSession; private String password; private String port; private String host; private String topic; private String sDKClientPort; private String tLSPort; private String useTLS; private String userName; private String reconnectTimeout; public String getClientId() { return this.clientId; } public void setClientId(String clientId) { this.clientId = clientId; } public String getGroupId() { return this.groupId; } public void setGroupId(String groupId) { this.groupId = groupId; } public String getCleanSession() { return this.cleanSession; } public void setCleanSession(String cleanSession) { this.cleanSession = cleanSession; } public String getPassword() { return this.password; } public void setPassword(String password) { this.password = password; } public String getPort() { return this.port; } public void setPort(String port) { this.port = port; } public String getHost() { return this.host; } public void setHost(String host) { this.host = host; } public String getTopic() { return this.topic; } public void setTopic(String topic) { this.topic = topic; } public String getSDKClientPort() { return this.sDKClientPort; } public void setSDKClientPort(String sDKClientPort) { this.sDKClientPort = sDKClientPort; } public String getTLSPort() { return this.tLSPort; } public void setTLSPort(String tLSPort) { this.tLSPort = tLSPort; } public String getUseTLS() { return this.useTLS; } public void setUseTLS(String useTLS) { this.useTLS = useTLS; } public String getUserName() { return this.userName; } public void setUserName(String userName) { this.userName = userName; } public String getReconnectTimeout() { return this.reconnectTimeout; } public void setReconnectTimeout(String reconnectTimeout) { this.reconnectTimeout = reconnectTimeout; } } public static class AuthWsChannelConfig { private String authWsUrl; private Integer wsOuterReconnTime; private String token; public String getAuthWsUrl() { return this.authWsUrl; } public void setAuthWsUrl(String authWsUrl) { this.authWsUrl = authWsUrl; } public Integer getWsOuterReconnTime() { return this.wsOuterReconnTime; } public void setWsOuterReconnTime(Integer wsOuterReconnTime) { this.wsOuterReconnTime = wsOuterReconnTime; } public String getToken() { return this.token; } public void setToken(String token) { this.token = token; } } public static class SlsConfig { private String project; private String logStore; private String logServiceEndpoint; public String getProject() { return this.project; } public void setProject(String project) { this.project = project; } public String getLogStore() { return this.logStore; } public void setLogStore(String logStore) { this.logStore = logStore; } public String getLogServiceEndpoint() { return this.logServiceEndpoint; } public void setLogServiceEndpoint(String logServiceEndpoint) { this.logServiceEndpoint = logServiceEndpoint; } } } @Override public RegisterDeviceResponse getInstance(UnmarshallerContext context) { return RegisterDeviceResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model/v20191030/RegisterUemDeviceRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.model.v20191030; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.aliyuncvc.Endpoint; /** * @author auto create * @version */ public class RegisterUemDeviceRequest extends RpcAcsRequest<RegisterUemDeviceResponse> { private String iP; private String groupId; private String ownerId; private String deviceId; private String groupName; private String mac; private String deviceVersion; public RegisterUemDeviceRequest() { super("aliyuncvc", "2019-10-30", "RegisterUemDevice", "aliyuncvc"); 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 getIP() { return this.iP; } public void setIP(String iP) { this.iP = iP; if(iP != null){ putQueryParameter("IP", iP); } } public String getGroupId() { return this.groupId; } public void setGroupId(String groupId) { this.groupId = groupId; if(groupId != null){ putQueryParameter("GroupId", groupId); } } public String getOwnerId() { return this.ownerId; } public void setOwnerId(String ownerId) { this.ownerId = ownerId; if(ownerId != null){ putQueryParameter("OwnerId", ownerId); } } public String getDeviceId() { return this.deviceId; } public void setDeviceId(String deviceId) { this.deviceId = deviceId; if(deviceId != null){ putQueryParameter("DeviceId", deviceId); } } public String getGroupName() { return this.groupName; } public void setGroupName(String groupName) { this.groupName = groupName; if(groupName != null){ putQueryParameter("GroupName", groupName); } } public String getMac() { return this.mac; } public void setMac(String mac) { this.mac = mac; if(mac != null){ putQueryParameter("Mac", mac); } } public String getDeviceVersion() { return this.deviceVersion; } public void setDeviceVersion(String deviceVersion) { this.deviceVersion = deviceVersion; if(deviceVersion != null){ putQueryParameter("DeviceVersion", deviceVersion); } } @Override public Class<RegisterUemDeviceResponse> getResponseClass() { return RegisterUemDeviceResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model/v20191030/RegisterUemDeviceResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.model.v20191030; import com.aliyuncs.AcsResponse; import com.aliyuncs.aliyuncvc.transform.v20191030.RegisterUemDeviceResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class RegisterUemDeviceResponse extends AcsResponse { private Integer errorCode; private Boolean success; private String requestId; private String message; private DeviceInfo deviceInfo; public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public DeviceInfo getDeviceInfo() { return this.deviceInfo; } public void setDeviceInfo(DeviceInfo deviceInfo) { this.deviceInfo = deviceInfo; } public static class DeviceInfo { private String channelType; private Long registerTime; private String deviceName; private String deviceSessionId; private String messageKey; private String screenCode; private String token; private MqttParam mqttParam; private AuthWsChannelConfig authWsChannelConfig; private SlsConfig slsConfig; public String getChannelType() { return this.channelType; } public void setChannelType(String channelType) { this.channelType = channelType; } public Long getRegisterTime() { return this.registerTime; } public void setRegisterTime(Long registerTime) { this.registerTime = registerTime; } public String getDeviceName() { return this.deviceName; } public void setDeviceName(String deviceName) { this.deviceName = deviceName; } public String getDeviceSessionId() { return this.deviceSessionId; } public void setDeviceSessionId(String deviceSessionId) { this.deviceSessionId = deviceSessionId; } public String getMessageKey() { return this.messageKey; } public void setMessageKey(String messageKey) { this.messageKey = messageKey; } public String getScreenCode() { return this.screenCode; } public void setScreenCode(String screenCode) { this.screenCode = screenCode; } public String getToken() { return this.token; } public void setToken(String token) { this.token = token; } public MqttParam getMqttParam() { return this.mqttParam; } public void setMqttParam(MqttParam mqttParam) { this.mqttParam = mqttParam; } public AuthWsChannelConfig getAuthWsChannelConfig() { return this.authWsChannelConfig; } public void setAuthWsChannelConfig(AuthWsChannelConfig authWsChannelConfig) { this.authWsChannelConfig = authWsChannelConfig; } public SlsConfig getSlsConfig() { return this.slsConfig; } public void setSlsConfig(SlsConfig slsConfig) { this.slsConfig = slsConfig; } public static class MqttParam { private String clientId; private String groupId; private String cleanSession; private String password; private String port; private String host; private String topic; private String sDKClientPort; private String tLSPort; private String useTLS; private String userName; private String reconnectTimeout; public String getClientId() { return this.clientId; } public void setClientId(String clientId) { this.clientId = clientId; } public String getGroupId() { return this.groupId; } public void setGroupId(String groupId) { this.groupId = groupId; } public String getCleanSession() { return this.cleanSession; } public void setCleanSession(String cleanSession) { this.cleanSession = cleanSession; } public String getPassword() { return this.password; } public void setPassword(String password) { this.password = password; } public String getPort() { return this.port; } public void setPort(String port) { this.port = port; } public String getHost() { return this.host; } public void setHost(String host) { this.host = host; } public String getTopic() { return this.topic; } public void setTopic(String topic) { this.topic = topic; } public String getSDKClientPort() { return this.sDKClientPort; } public void setSDKClientPort(String sDKClientPort) { this.sDKClientPort = sDKClientPort; } public String getTLSPort() { return this.tLSPort; } public void setTLSPort(String tLSPort) { this.tLSPort = tLSPort; } public String getUseTLS() { return this.useTLS; } public void setUseTLS(String useTLS) { this.useTLS = useTLS; } public String getUserName() { return this.userName; } public void setUserName(String userName) { this.userName = userName; } public String getReconnectTimeout() { return this.reconnectTimeout; } public void setReconnectTimeout(String reconnectTimeout) { this.reconnectTimeout = reconnectTimeout; } } public static class AuthWsChannelConfig { private String authWsUrl; private Integer wsOuterReconnTime; private String token; public String getAuthWsUrl() { return this.authWsUrl; } public void setAuthWsUrl(String authWsUrl) { this.authWsUrl = authWsUrl; } public Integer getWsOuterReconnTime() { return this.wsOuterReconnTime; } public void setWsOuterReconnTime(Integer wsOuterReconnTime) { this.wsOuterReconnTime = wsOuterReconnTime; } public String getToken() { return this.token; } public void setToken(String token) { this.token = token; } } public static class SlsConfig { private String project; private String logStore; private String logServiceEndpoint; public String getProject() { return this.project; } public void setProject(String project) { this.project = project; } public String getLogStore() { return this.logStore; } public void setLogStore(String logStore) { this.logStore = logStore; } public String getLogServiceEndpoint() { return this.logServiceEndpoint; } public void setLogServiceEndpoint(String logServiceEndpoint) { this.logServiceEndpoint = logServiceEndpoint; } } } @Override public RegisterUemDeviceResponse getInstance(UnmarshallerContext context) { return RegisterUemDeviceResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model/v20191030/SendMeetingCommandRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.model.v20191030; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.aliyuncvc.Endpoint; /** * @author auto create * @version */ public class SendMeetingCommandRequest extends RpcAcsRequest<SendMeetingCommandResponse> { private String operatorMemberUUID; private String memberUUID; private Integer sendType; private String command; private String meetingUUID; public SendMeetingCommandRequest() { super("aliyuncvc", "2019-10-30", "SendMeetingCommand", "aliyuncvc"); 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 getOperatorMemberUUID() { return this.operatorMemberUUID; } public void setOperatorMemberUUID(String operatorMemberUUID) { this.operatorMemberUUID = operatorMemberUUID; if(operatorMemberUUID != null){ putBodyParameter("OperatorMemberUUID", operatorMemberUUID); } } public String getMemberUUID() { return this.memberUUID; } public void setMemberUUID(String memberUUID) { this.memberUUID = memberUUID; if(memberUUID != null){ putQueryParameter("MemberUUID", memberUUID); } } public Integer getSendType() { return this.sendType; } public void setSendType(Integer sendType) { this.sendType = sendType; if(sendType != null){ putBodyParameter("SendType", sendType.toString()); } } public String getCommand() { return this.command; } public void setCommand(String command) { this.command = command; if(command != null){ putBodyParameter("Command", command); } } public String getMeetingUUID() { return this.meetingUUID; } public void setMeetingUUID(String meetingUUID) { this.meetingUUID = meetingUUID; if(meetingUUID != null){ putQueryParameter("MeetingUUID", meetingUUID); } } @Override public Class<SendMeetingCommandResponse> getResponseClass() { return SendMeetingCommandResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model/v20191030/SendMeetingCommandResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.model.v20191030; import com.aliyuncs.AcsResponse; import com.aliyuncs.aliyuncvc.transform.v20191030.SendMeetingCommandResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class SendMeetingCommandResponse extends AcsResponse { private Integer errorCode; private String message; private Boolean success; private String requestId; public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public SendMeetingCommandResponse getInstance(UnmarshallerContext context) { return SendMeetingCommandResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model/v20191030/SendScreenStartRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.model.v20191030; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.aliyuncvc.Endpoint; /** * @author auto create * @version */ public class SendScreenStartRequest extends RpcAcsRequest<SendScreenStartResponse> { private String castScreenCode; private String sessionId; public SendScreenStartRequest() { super("aliyuncvc", "2019-10-30", "SendScreenStart", "aliyuncvc"); 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 getCastScreenCode() { return this.castScreenCode; } public void setCastScreenCode(String castScreenCode) { this.castScreenCode = castScreenCode; if(castScreenCode != null){ putBodyParameter("CastScreenCode", castScreenCode); } } public String getSessionId() { return this.sessionId; } public void setSessionId(String sessionId) { this.sessionId = sessionId; if(sessionId != null){ putBodyParameter("SessionId", sessionId); } } @Override public Class<SendScreenStartResponse> getResponseClass() { return SendScreenStartResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model/v20191030/SendScreenStartResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.model.v20191030; import java.util.List; import java.util.Map; import com.aliyuncs.AcsResponse; import com.aliyuncs.aliyuncvc.transform.v20191030.SendScreenStartResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class SendScreenStartResponse extends AcsResponse { private String message; private String requestId; private Integer errorCode; private Boolean success; private Data data; 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 Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public Data getData() { return this.data; } public void setData(Data data) { this.data = data; } public static class Data { private Map<Object,Object> receiverInfo; private String sessionId; private List<IceServersItem> iceServers; private AuthWsChannelConfig authWsChannelConfig; private ShareConfig shareConfig; private SignallingServerConfig signallingServerConfig; public Map<Object,Object> getReceiverInfo() { return this.receiverInfo; } public void setReceiverInfo(Map<Object,Object> receiverInfo) { this.receiverInfo = receiverInfo; } public String getSessionId() { return this.sessionId; } public void setSessionId(String sessionId) { this.sessionId = sessionId; } public List<IceServersItem> getIceServers() { return this.iceServers; } public void setIceServers(List<IceServersItem> iceServers) { this.iceServers = iceServers; } public AuthWsChannelConfig getAuthWsChannelConfig() { return this.authWsChannelConfig; } public void setAuthWsChannelConfig(AuthWsChannelConfig authWsChannelConfig) { this.authWsChannelConfig = authWsChannelConfig; } public ShareConfig getShareConfig() { return this.shareConfig; } public void setShareConfig(ShareConfig shareConfig) { this.shareConfig = shareConfig; } public SignallingServerConfig getSignallingServerConfig() { return this.signallingServerConfig; } public void setSignallingServerConfig(SignallingServerConfig signallingServerConfig) { this.signallingServerConfig = signallingServerConfig; } public static class IceServersItem { private String credential; private String url; private String userName; public String getCredential() { return this.credential; } public void setCredential(String credential) { this.credential = credential; } public String getUrl() { return this.url; } public void setUrl(String url) { this.url = url; } public String getUserName() { return this.userName; } public void setUserName(String userName) { this.userName = userName; } } public static class AuthWsChannelConfig { private String authWsUrl; private String token; private Integer wsOuterReConnTime; public String getAuthWsUrl() { return this.authWsUrl; } public void setAuthWsUrl(String authWsUrl) { this.authWsUrl = authWsUrl; } public String getToken() { return this.token; } public void setToken(String token) { this.token = token; } public Integer getWsOuterReConnTime() { return this.wsOuterReConnTime; } public void setWsOuterReConnTime(Integer wsOuterReConnTime) { this.wsOuterReConnTime = wsOuterReConnTime; } } public static class ShareConfig { private Integer maxMultiScreenShareBitrate; private Integer maxScreenShareBitrate; private Integer shareConfigMaxFrameRate; private Integer shareConfigMinFrameRate; public Integer getMaxMultiScreenShareBitrate() { return this.maxMultiScreenShareBitrate; } public void setMaxMultiScreenShareBitrate(Integer maxMultiScreenShareBitrate) { this.maxMultiScreenShareBitrate = maxMultiScreenShareBitrate; } public Integer getMaxScreenShareBitrate() { return this.maxScreenShareBitrate; } public void setMaxScreenShareBitrate(Integer maxScreenShareBitrate) { this.maxScreenShareBitrate = maxScreenShareBitrate; } public Integer getShareConfigMaxFrameRate() { return this.shareConfigMaxFrameRate; } public void setShareConfigMaxFrameRate(Integer shareConfigMaxFrameRate) { this.shareConfigMaxFrameRate = shareConfigMaxFrameRate; } public Integer getShareConfigMinFrameRate() { return this.shareConfigMinFrameRate; } public void setShareConfigMinFrameRate(Integer shareConfigMinFrameRate) { this.shareConfigMinFrameRate = shareConfigMinFrameRate; } } public static class SignallingServerConfig { private String clientHeartBeatUrl; private String getMessageUrl; private String getReceiverInfoUrl; private String sendMessageUrl; private String shareScreenMeetingRobUrl; public String getClientHeartBeatUrl() { return this.clientHeartBeatUrl; } public void setClientHeartBeatUrl(String clientHeartBeatUrl) { this.clientHeartBeatUrl = clientHeartBeatUrl; } public String getGetMessageUrl() { return this.getMessageUrl; } public void setGetMessageUrl(String getMessageUrl) { this.getMessageUrl = getMessageUrl; } public String getGetReceiverInfoUrl() { return this.getReceiverInfoUrl; } public void setGetReceiverInfoUrl(String getReceiverInfoUrl) { this.getReceiverInfoUrl = getReceiverInfoUrl; } public String getSendMessageUrl() { return this.sendMessageUrl; } public void setSendMessageUrl(String sendMessageUrl) { this.sendMessageUrl = sendMessageUrl; } public String getShareScreenMeetingRobUrl() { return this.shareScreenMeetingRobUrl; } public void setShareScreenMeetingRobUrl(String shareScreenMeetingRobUrl) { this.shareScreenMeetingRobUrl = shareScreenMeetingRobUrl; } } } @Override public SendScreenStartResponse getInstance(UnmarshallerContext context) { return SendScreenStartResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model/v20191030/StartLiveRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.model.v20191030; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.aliyuncvc.Endpoint; /** * @author auto create * @version */ public class StartLiveRequest extends RpcAcsRequest<StartLiveResponse> { private String liveUUID; private String pushInfo; private String userId; private String layoutInfo; public StartLiveRequest() { super("aliyuncvc", "2019-10-30", "StartLive", "aliyuncvc"); 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 getLiveUUID() { return this.liveUUID; } public void setLiveUUID(String liveUUID) { this.liveUUID = liveUUID; if(liveUUID != null){ putBodyParameter("LiveUUID", liveUUID); } } public String getPushInfo() { return this.pushInfo; } public void setPushInfo(String pushInfo) { this.pushInfo = pushInfo; if(pushInfo != null){ putBodyParameter("PushInfo", pushInfo); } } public String getUserId() { return this.userId; } public void setUserId(String userId) { this.userId = userId; if(userId != null){ putBodyParameter("UserId", userId); } } public String getLayoutInfo() { return this.layoutInfo; } public void setLayoutInfo(String layoutInfo) { this.layoutInfo = layoutInfo; if(layoutInfo != null){ putBodyParameter("LayoutInfo", layoutInfo); } } @Override public Class<StartLiveResponse> getResponseClass() { return StartLiveResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model/v20191030/StartLiveResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.model.v20191030; import com.aliyuncs.AcsResponse; import com.aliyuncs.aliyuncvc.transform.v20191030.StartLiveResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class StartLiveResponse extends AcsResponse { private Integer errorCode; private String message; private Boolean success; private String requestId; public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public StartLiveResponse getInstance(UnmarshallerContext context) { return StartLiveResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model/v20191030/UpdateDeviceHeartBeatRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.model.v20191030; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.aliyuncvc.Endpoint; /** * @author auto create * @version */ public class UpdateDeviceHeartBeatRequest extends RpcAcsRequest<UpdateDeviceHeartBeatResponse> { private String message; public UpdateDeviceHeartBeatRequest() { super("aliyuncvc", "2019-10-30", "UpdateDeviceHeartBeat", "aliyuncvc"); 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 getMessage() { return this.message; } public void setMessage(String message) { this.message = message; if(message != null){ putQueryParameter("Message", message); } } @Override public Class<UpdateDeviceHeartBeatResponse> getResponseClass() { return UpdateDeviceHeartBeatResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model/v20191030/UpdateDeviceHeartBeatResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.model.v20191030; import com.aliyuncs.AcsResponse; import com.aliyuncs.aliyuncvc.transform.v20191030.UpdateDeviceHeartBeatResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class UpdateDeviceHeartBeatResponse extends AcsResponse { private Integer errorCode; private String message; private Boolean success; private String requestId; private DeviceInfo deviceInfo; public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public DeviceInfo getDeviceInfo() { return this.deviceInfo; } public void setDeviceInfo(DeviceInfo deviceInfo) { this.deviceInfo = deviceInfo; } public static class DeviceInfo { private String channelType; public String getChannelType() { return this.channelType; } public void setChannelType(String channelType) { this.channelType = channelType; } } @Override public UpdateDeviceHeartBeatResponse getInstance(UnmarshallerContext context) { return UpdateDeviceHeartBeatResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model/v20191030/UpdateDeviceStartupPictureRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.model.v20191030; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.aliyuncvc.Endpoint; /** * @author auto create * @version */ public class UpdateDeviceStartupPictureRequest extends RpcAcsRequest<UpdateDeviceStartupPictureResponse> { private String serialNumber; private String picture; public UpdateDeviceStartupPictureRequest() { super("aliyuncvc", "2019-10-30", "UpdateDeviceStartupPicture", "aliyuncvc"); 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 getSerialNumber() { return this.serialNumber; } public void setSerialNumber(String serialNumber) { this.serialNumber = serialNumber; if(serialNumber != null){ putBodyParameter("SerialNumber", serialNumber); } } public String getPicture() { return this.picture; } public void setPicture(String picture) { this.picture = picture; if(picture != null){ putBodyParameter("Picture", picture); } } @Override public Class<UpdateDeviceStartupPictureResponse> getResponseClass() { return UpdateDeviceStartupPictureResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model/v20191030/UpdateDeviceStartupPictureResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.model.v20191030; import com.aliyuncs.AcsResponse; import com.aliyuncs.aliyuncvc.transform.v20191030.UpdateDeviceStartupPictureResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class UpdateDeviceStartupPictureResponse extends AcsResponse { private Integer errorCode; private String message; private Boolean success; private String requestId; public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public UpdateDeviceStartupPictureResponse getInstance(UnmarshallerContext context) { return UpdateDeviceStartupPictureResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model/v20191030/UpdateGonggeLayoutRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.model.v20191030; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.aliyuncvc.Endpoint; /** * @author auto create * @version */ public class UpdateGonggeLayoutRequest extends RpcAcsRequest<UpdateGonggeLayoutResponse> { private String meetingUUID; private String videoCount; private String value; public UpdateGonggeLayoutRequest() { super("aliyuncvc", "2019-10-30", "UpdateGonggeLayout", "aliyuncvc"); 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 getMeetingUUID() { return this.meetingUUID; } public void setMeetingUUID(String meetingUUID) { this.meetingUUID = meetingUUID; if(meetingUUID != null){ putBodyParameter("MeetingUUID", meetingUUID); } } public String getVideoCount() { return this.videoCount; } public void setVideoCount(String videoCount) { this.videoCount = videoCount; if(videoCount != null){ putBodyParameter("VideoCount", videoCount); } } public String getValue() { return this.value; } public void setValue(String value) { this.value = value; if(value != null){ putBodyParameter("Value", value); } } @Override public Class<UpdateGonggeLayoutResponse> getResponseClass() { return UpdateGonggeLayoutResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model/v20191030/UpdateGonggeLayoutResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.model.v20191030; import com.aliyuncs.AcsResponse; import com.aliyuncs.aliyuncvc.transform.v20191030.UpdateGonggeLayoutResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class UpdateGonggeLayoutResponse extends AcsResponse { private Integer errorCode; private String message; private Boolean success; private String requestId; public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public UpdateGonggeLayoutResponse getInstance(UnmarshallerContext context) { return UpdateGonggeLayoutResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model/v20191030/UpdateLivePasswordRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.model.v20191030; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.aliyuncvc.Endpoint; /** * @author auto create * @version */ public class UpdateLivePasswordRequest extends RpcAcsRequest<UpdateLivePasswordResponse> { private String liveUUID; private String userId; private Boolean openPasswordFlag; private String password; public UpdateLivePasswordRequest() { super("aliyuncvc", "2019-10-30", "UpdateLivePassword", "aliyuncvc"); 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 getLiveUUID() { return this.liveUUID; } public void setLiveUUID(String liveUUID) { this.liveUUID = liveUUID; if(liveUUID != null){ putBodyParameter("LiveUUID", liveUUID); } } public String getUserId() { return this.userId; } public void setUserId(String userId) { this.userId = userId; if(userId != null){ putBodyParameter("UserId", userId); } } public Boolean getOpenPasswordFlag() { return this.openPasswordFlag; } public void setOpenPasswordFlag(Boolean openPasswordFlag) { this.openPasswordFlag = openPasswordFlag; if(openPasswordFlag != null){ putBodyParameter("OpenPasswordFlag", openPasswordFlag.toString()); } } public String getPassword() { return this.password; } public void setPassword(String password) { this.password = password; if(password != null){ putBodyParameter("Password", password); } } @Override public Class<UpdateLivePasswordResponse> getResponseClass() { return UpdateLivePasswordResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/model/v20191030/UpdateLivePasswordResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.model.v20191030; import com.aliyuncs.AcsResponse; import com.aliyuncs.aliyuncvc.transform.v20191030.UpdateLivePasswordResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class UpdateLivePasswordResponse extends AcsResponse { private Integer errorCode; private String message; private Boolean success; private String requestId; public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public UpdateLivePasswordResponse getInstance(UnmarshallerContext context) { return UpdateLivePasswordResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform/v20191030/ActiveDeviceResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.transform.v20191030; import com.aliyuncs.aliyuncvc.model.v20191030.ActiveDeviceResponse; import com.aliyuncs.transform.UnmarshallerContext; public class ActiveDeviceResponseUnmarshaller { public static ActiveDeviceResponse unmarshall(ActiveDeviceResponse activeDeviceResponse, UnmarshallerContext _ctx) { activeDeviceResponse.setRequestId(_ctx.stringValue("ActiveDeviceResponse.RequestId")); activeDeviceResponse.setErrorCode(_ctx.integerValue("ActiveDeviceResponse.ErrorCode")); activeDeviceResponse.setMessage(_ctx.stringValue("ActiveDeviceResponse.Message")); activeDeviceResponse.setSuccess(_ctx.booleanValue("ActiveDeviceResponse.Success")); activeDeviceResponse.setToken(_ctx.stringValue("ActiveDeviceResponse.Token")); return activeDeviceResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform/v20191030/ActiveMeetingResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.transform.v20191030; import com.aliyuncs.aliyuncvc.model.v20191030.ActiveMeetingResponse; import com.aliyuncs.aliyuncvc.model.v20191030.ActiveMeetingResponse.MeetingInfo; import com.aliyuncs.transform.UnmarshallerContext; public class ActiveMeetingResponseUnmarshaller { public static ActiveMeetingResponse unmarshall(ActiveMeetingResponse activeMeetingResponse, UnmarshallerContext _ctx) { activeMeetingResponse.setRequestId(_ctx.stringValue("ActiveMeetingResponse.RequestId")); activeMeetingResponse.setErrorCode(_ctx.integerValue("ActiveMeetingResponse.ErrorCode")); activeMeetingResponse.setMessage(_ctx.stringValue("ActiveMeetingResponse.Message")); activeMeetingResponse.setSuccess(_ctx.booleanValue("ActiveMeetingResponse.Success")); MeetingInfo meetingInfo = new MeetingInfo(); meetingInfo.setValidTime(_ctx.longValue("ActiveMeetingResponse.MeetingInfo.ValidTime")); meetingInfo.setMeetingCode(_ctx.stringValue("ActiveMeetingResponse.MeetingInfo.MeetingCode")); activeMeetingResponse.setMeetingInfo(meetingInfo); return activeMeetingResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform/v20191030/BatchCreateDeviceResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.transform.v20191030; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aliyuncvc.model.v20191030.BatchCreateDeviceResponse; import com.aliyuncs.aliyuncvc.model.v20191030.BatchCreateDeviceResponse.Data; import com.aliyuncs.transform.UnmarshallerContext; public class BatchCreateDeviceResponseUnmarshaller { public static BatchCreateDeviceResponse unmarshall(BatchCreateDeviceResponse batchCreateDeviceResponse, UnmarshallerContext _ctx) { batchCreateDeviceResponse.setRequestId(_ctx.stringValue("BatchCreateDeviceResponse.RequestId")); batchCreateDeviceResponse.setErrorCode(_ctx.integerValue("BatchCreateDeviceResponse.ErrorCode")); batchCreateDeviceResponse.setMessage(_ctx.stringValue("BatchCreateDeviceResponse.Message")); batchCreateDeviceResponse.setSuccess(_ctx.booleanValue("BatchCreateDeviceResponse.Success")); List<Data> devices = new ArrayList<Data>(); for (int i = 0; i < _ctx.lengthValue("BatchCreateDeviceResponse.Devices.Length"); i++) { Data data = new Data(); data.setDeviceErrorCode(_ctx.integerValue("BatchCreateDeviceResponse.Devices["+ i +"].DeviceErrorCode")); data.setDeviceMessage(_ctx.stringValue("BatchCreateDeviceResponse.Devices["+ i +"].DeviceMessage")); data.setSN(_ctx.stringValue("BatchCreateDeviceResponse.Devices["+ i +"].SN")); data.setActiveCode(_ctx.stringValue("BatchCreateDeviceResponse.Devices["+ i +"].ActiveCode")); devices.add(data); } batchCreateDeviceResponse.setDevices(devices); return batchCreateDeviceResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform/v20191030/BatchJoinMeetingInternationalResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.transform.v20191030; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aliyuncvc.model.v20191030.BatchJoinMeetingInternationalResponse; import com.aliyuncs.aliyuncvc.model.v20191030.BatchJoinMeetingInternationalResponse.MeetingInfo; import com.aliyuncs.aliyuncvc.model.v20191030.BatchJoinMeetingInternationalResponse.MeetingInfo.Member; import com.aliyuncs.aliyuncvc.model.v20191030.BatchJoinMeetingInternationalResponse.MeetingInfo.SlsInfo; import com.aliyuncs.transform.UnmarshallerContext; public class BatchJoinMeetingInternationalResponseUnmarshaller { public static BatchJoinMeetingInternationalResponse unmarshall(BatchJoinMeetingInternationalResponse batchJoinMeetingInternationalResponse, UnmarshallerContext _ctx) { batchJoinMeetingInternationalResponse.setRequestId(_ctx.stringValue("BatchJoinMeetingInternationalResponse.RequestId")); batchJoinMeetingInternationalResponse.setMessage(_ctx.stringValue("BatchJoinMeetingInternationalResponse.Message")); batchJoinMeetingInternationalResponse.setErrorCode(_ctx.integerValue("BatchJoinMeetingInternationalResponse.ErrorCode")); batchJoinMeetingInternationalResponse.setSuccess(_ctx.booleanValue("BatchJoinMeetingInternationalResponse.Success")); MeetingInfo meetingInfo = new MeetingInfo(); meetingInfo.setMeetingAppId(_ctx.stringValue("BatchJoinMeetingInternationalResponse.MeetingInfo.MeetingAppId")); meetingInfo.setMeetingUUID(_ctx.stringValue("BatchJoinMeetingInternationalResponse.MeetingInfo.MeetingUUID")); meetingInfo.setMeetingToken(_ctx.stringValue("BatchJoinMeetingInternationalResponse.MeetingInfo.MeetingToken")); meetingInfo.setMeetingDomain(_ctx.stringValue("BatchJoinMeetingInternationalResponse.MeetingInfo.MeetingDomain")); meetingInfo.setClientAppId(_ctx.stringValue("BatchJoinMeetingInternationalResponse.MeetingInfo.ClientAppId")); meetingInfo.setMeetingCode(_ctx.stringValue("BatchJoinMeetingInternationalResponse.MeetingInfo.MeetingCode")); SlsInfo slsInfo = new SlsInfo(); slsInfo.setLogServiceEndpoint(_ctx.stringValue("BatchJoinMeetingInternationalResponse.MeetingInfo.SlsInfo.LogServiceEndpoint")); slsInfo.setLogstore(_ctx.stringValue("BatchJoinMeetingInternationalResponse.MeetingInfo.SlsInfo.Logstore")); slsInfo.setProject(_ctx.stringValue("BatchJoinMeetingInternationalResponse.MeetingInfo.SlsInfo.Project")); meetingInfo.setSlsInfo(slsInfo); List<Member> memberList = new ArrayList<Member>(); for (int i = 0; i < _ctx.lengthValue("BatchJoinMeetingInternationalResponse.MeetingInfo.MemberList.Length"); i++) { Member member = new Member(); member.setMemberUUID(_ctx.stringValue("BatchJoinMeetingInternationalResponse.MeetingInfo.MemberList["+ i +"].MemberUUID")); member.setMeetingToken(_ctx.stringValue("BatchJoinMeetingInternationalResponse.MeetingInfo.MemberList["+ i +"].MeetingToken")); member.setUserId(_ctx.stringValue("BatchJoinMeetingInternationalResponse.MeetingInfo.MemberList["+ i +"].UserId")); memberList.add(member); } meetingInfo.setMemberList(memberList); batchJoinMeetingInternationalResponse.setMeetingInfo(meetingInfo); return batchJoinMeetingInternationalResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform/v20191030/BatchJoinMeetingResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.transform.v20191030; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aliyuncvc.model.v20191030.BatchJoinMeetingResponse; import com.aliyuncs.aliyuncvc.model.v20191030.BatchJoinMeetingResponse.MeetingInfo; import com.aliyuncs.aliyuncvc.model.v20191030.BatchJoinMeetingResponse.MeetingInfo.Member; import com.aliyuncs.aliyuncvc.model.v20191030.BatchJoinMeetingResponse.MeetingInfo.SlsInfo; import com.aliyuncs.transform.UnmarshallerContext; public class BatchJoinMeetingResponseUnmarshaller { public static BatchJoinMeetingResponse unmarshall(BatchJoinMeetingResponse batchJoinMeetingResponse, UnmarshallerContext _ctx) { batchJoinMeetingResponse.setRequestId(_ctx.stringValue("BatchJoinMeetingResponse.RequestId")); batchJoinMeetingResponse.setMessage(_ctx.stringValue("BatchJoinMeetingResponse.Message")); batchJoinMeetingResponse.setErrorCode(_ctx.integerValue("BatchJoinMeetingResponse.ErrorCode")); batchJoinMeetingResponse.setSuccess(_ctx.booleanValue("BatchJoinMeetingResponse.Success")); MeetingInfo meetingInfo = new MeetingInfo(); meetingInfo.setMeetingAppId(_ctx.stringValue("BatchJoinMeetingResponse.MeetingInfo.MeetingAppId")); meetingInfo.setMeetingDomain(_ctx.stringValue("BatchJoinMeetingResponse.MeetingInfo.MeetingDomain")); meetingInfo.setClientAppId(_ctx.stringValue("BatchJoinMeetingResponse.MeetingInfo.ClientAppId")); meetingInfo.setMeetingCode(_ctx.stringValue("BatchJoinMeetingResponse.MeetingInfo.MeetingCode")); meetingInfo.setMeetingUUID(_ctx.stringValue("BatchJoinMeetingResponse.MeetingInfo.MeetingUUID")); SlsInfo slsInfo = new SlsInfo(); slsInfo.setLogServiceEndpoint(_ctx.stringValue("BatchJoinMeetingResponse.MeetingInfo.SlsInfo.LogServiceEndpoint")); slsInfo.setLogstore(_ctx.stringValue("BatchJoinMeetingResponse.MeetingInfo.SlsInfo.Logstore")); slsInfo.setProject(_ctx.stringValue("BatchJoinMeetingResponse.MeetingInfo.SlsInfo.Project")); meetingInfo.setSlsInfo(slsInfo); List<Member> memberList = new ArrayList<Member>(); for (int i = 0; i < _ctx.lengthValue("BatchJoinMeetingResponse.MeetingInfo.MemberList.Length"); i++) { Member member = new Member(); member.setUserId(_ctx.stringValue("BatchJoinMeetingResponse.MeetingInfo.MemberList["+ i +"].UserId")); member.setMeetingToken(_ctx.stringValue("BatchJoinMeetingResponse.MeetingInfo.MemberList["+ i +"].MeetingToken")); member.setMemberUUID(_ctx.stringValue("BatchJoinMeetingResponse.MeetingInfo.MemberList["+ i +"].MemberUUID")); memberList.add(member); } meetingInfo.setMemberList(memberList); batchJoinMeetingResponse.setMeetingInfo(meetingInfo); return batchJoinMeetingResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform/v20191030/CallDeviceResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.transform.v20191030; import com.aliyuncs.aliyuncvc.model.v20191030.CallDeviceResponse; import com.aliyuncs.transform.UnmarshallerContext; public class CallDeviceResponseUnmarshaller { public static CallDeviceResponse unmarshall(CallDeviceResponse callDeviceResponse, UnmarshallerContext _ctx) { callDeviceResponse.setRequestId(_ctx.stringValue("CallDeviceResponse.RequestId")); callDeviceResponse.setErrorCode(_ctx.integerValue("CallDeviceResponse.ErrorCode")); callDeviceResponse.setMessage(_ctx.stringValue("CallDeviceResponse.Message")); callDeviceResponse.setSuccess(_ctx.booleanValue("CallDeviceResponse.Success")); callDeviceResponse.setMessageId(_ctx.stringValue("CallDeviceResponse.MessageId")); return callDeviceResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform/v20191030/ConferenceToLiveResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.transform.v20191030; import com.aliyuncs.aliyuncvc.model.v20191030.ConferenceToLiveResponse; import com.aliyuncs.aliyuncvc.model.v20191030.ConferenceToLiveResponse.LiveInfo; import com.aliyuncs.transform.UnmarshallerContext; public class ConferenceToLiveResponseUnmarshaller { public static ConferenceToLiveResponse unmarshall(ConferenceToLiveResponse conferenceToLiveResponse, UnmarshallerContext _ctx) { conferenceToLiveResponse.setRequestId(_ctx.stringValue("ConferenceToLiveResponse.RequestId")); conferenceToLiveResponse.setErrorCode(_ctx.integerValue("ConferenceToLiveResponse.ErrorCode")); conferenceToLiveResponse.setMessage(_ctx.stringValue("ConferenceToLiveResponse.Message")); conferenceToLiveResponse.setSuccess(_ctx.booleanValue("ConferenceToLiveResponse.Success")); LiveInfo liveInfo = new LiveInfo(); liveInfo.setLiveUUID(_ctx.stringValue("ConferenceToLiveResponse.LiveInfo.LiveUUID")); conferenceToLiveResponse.setLiveInfo(liveInfo); return conferenceToLiveResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform/v20191030/CreateDeviceMeetingResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.transform.v20191030; import com.aliyuncs.aliyuncvc.model.v20191030.CreateDeviceMeetingResponse; import com.aliyuncs.aliyuncvc.model.v20191030.CreateDeviceMeetingResponse.Devices; import com.aliyuncs.transform.UnmarshallerContext; public class CreateDeviceMeetingResponseUnmarshaller { public static CreateDeviceMeetingResponse unmarshall(CreateDeviceMeetingResponse createDeviceMeetingResponse, UnmarshallerContext _ctx) { createDeviceMeetingResponse.setRequestId(_ctx.stringValue("CreateDeviceMeetingResponse.RequestId")); createDeviceMeetingResponse.setErrorCode(_ctx.integerValue("CreateDeviceMeetingResponse.ErrorCode")); createDeviceMeetingResponse.setMessage(_ctx.stringValue("CreateDeviceMeetingResponse.Message")); createDeviceMeetingResponse.setSuccess(_ctx.booleanValue("CreateDeviceMeetingResponse.Success")); Devices devices = new Devices(); devices.setMeetingCode(_ctx.stringValue("CreateDeviceMeetingResponse.Devices.MeetingCode")); devices.setMeetingUUID(_ctx.stringValue("CreateDeviceMeetingResponse.Devices.MeetingUUID")); createDeviceMeetingResponse.setDevices(devices); return createDeviceMeetingResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform/v20191030/CreateEvaluationResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.transform.v20191030; import com.aliyuncs.aliyuncvc.model.v20191030.CreateEvaluationResponse; import com.aliyuncs.transform.UnmarshallerContext; public class CreateEvaluationResponseUnmarshaller { public static CreateEvaluationResponse unmarshall(CreateEvaluationResponse createEvaluationResponse, UnmarshallerContext _ctx) { createEvaluationResponse.setRequestId(_ctx.stringValue("CreateEvaluationResponse.RequestId")); createEvaluationResponse.setSuccess(_ctx.booleanValue("CreateEvaluationResponse.Success")); createEvaluationResponse.setErrorCode(_ctx.stringValue("CreateEvaluationResponse.ErrorCode")); createEvaluationResponse.setMessage(_ctx.stringValue("CreateEvaluationResponse.Message")); return createEvaluationResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform/v20191030/CreateLiveResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.transform.v20191030; import com.aliyuncs.aliyuncvc.model.v20191030.CreateLiveResponse; import com.aliyuncs.aliyuncvc.model.v20191030.CreateLiveResponse.LiveInfo; import com.aliyuncs.transform.UnmarshallerContext; public class CreateLiveResponseUnmarshaller { public static CreateLiveResponse unmarshall(CreateLiveResponse createLiveResponse, UnmarshallerContext _ctx) { createLiveResponse.setRequestId(_ctx.stringValue("CreateLiveResponse.RequestId")); createLiveResponse.setErrorCode(_ctx.integerValue("CreateLiveResponse.ErrorCode")); createLiveResponse.setMessage(_ctx.stringValue("CreateLiveResponse.Message")); createLiveResponse.setSuccess(_ctx.booleanValue("CreateLiveResponse.Success")); LiveInfo liveInfo = new LiveInfo(); liveInfo.setLiveUUID(_ctx.stringValue("CreateLiveResponse.LiveInfo.LiveUUID")); liveInfo.setStreamUUID(_ctx.stringValue("CreateLiveResponse.LiveInfo.StreamUUID")); createLiveResponse.setLiveInfo(liveInfo); return createLiveResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform/v20191030/CreateMeetingInternationalResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.transform.v20191030; import com.aliyuncs.aliyuncvc.model.v20191030.CreateMeetingInternationalResponse; import com.aliyuncs.aliyuncvc.model.v20191030.CreateMeetingInternationalResponse.MeetingInfo; import com.aliyuncs.transform.UnmarshallerContext; public class CreateMeetingInternationalResponseUnmarshaller { public static CreateMeetingInternationalResponse unmarshall(CreateMeetingInternationalResponse createMeetingInternationalResponse, UnmarshallerContext _ctx) { createMeetingInternationalResponse.setRequestId(_ctx.stringValue("CreateMeetingInternationalResponse.RequestId")); createMeetingInternationalResponse.setErrorCode(_ctx.integerValue("CreateMeetingInternationalResponse.ErrorCode")); createMeetingInternationalResponse.setMessage(_ctx.stringValue("CreateMeetingInternationalResponse.Message")); createMeetingInternationalResponse.setSuccess(_ctx.booleanValue("CreateMeetingInternationalResponse.Success")); MeetingInfo meetingInfo = new MeetingInfo(); meetingInfo.setMeetingCode(_ctx.stringValue("CreateMeetingInternationalResponse.MeetingInfo.MeetingCode")); meetingInfo.setMeetingUUID(_ctx.stringValue("CreateMeetingInternationalResponse.MeetingInfo.MeetingUUID")); createMeetingInternationalResponse.setMeetingInfo(meetingInfo); return createMeetingInternationalResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform/v20191030/CreateMeetingResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.transform.v20191030; import com.aliyuncs.aliyuncvc.model.v20191030.CreateMeetingResponse; import com.aliyuncs.aliyuncvc.model.v20191030.CreateMeetingResponse.MeetingInfo; import com.aliyuncs.transform.UnmarshallerContext; public class CreateMeetingResponseUnmarshaller { public static CreateMeetingResponse unmarshall(CreateMeetingResponse createMeetingResponse, UnmarshallerContext _ctx) { createMeetingResponse.setRequestId(_ctx.stringValue("CreateMeetingResponse.RequestId")); createMeetingResponse.setErrorCode(_ctx.integerValue("CreateMeetingResponse.ErrorCode")); createMeetingResponse.setMessage(_ctx.stringValue("CreateMeetingResponse.Message")); createMeetingResponse.setSuccess(_ctx.booleanValue("CreateMeetingResponse.Success")); MeetingInfo meetingInfo = new MeetingInfo(); meetingInfo.setMeetingCode(_ctx.stringValue("CreateMeetingResponse.MeetingInfo.MeetingCode")); meetingInfo.setMeetingUUID(_ctx.stringValue("CreateMeetingResponse.MeetingInfo.MeetingUUID")); createMeetingResponse.setMeetingInfo(meetingInfo); return createMeetingResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform/v20191030/CreateUserInternationalResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.transform.v20191030; import com.aliyuncs.aliyuncvc.model.v20191030.CreateUserInternationalResponse; import com.aliyuncs.transform.UnmarshallerContext; public class CreateUserInternationalResponseUnmarshaller { public static CreateUserInternationalResponse unmarshall(CreateUserInternationalResponse createUserInternationalResponse, UnmarshallerContext _ctx) { createUserInternationalResponse.setRequestId(_ctx.stringValue("CreateUserInternationalResponse.RequestId")); createUserInternationalResponse.setErrorCode(_ctx.integerValue("CreateUserInternationalResponse.ErrorCode")); createUserInternationalResponse.setMessage(_ctx.stringValue("CreateUserInternationalResponse.Message")); createUserInternationalResponse.setSuccess(_ctx.booleanValue("CreateUserInternationalResponse.Success")); createUserInternationalResponse.setUserId(_ctx.stringValue("CreateUserInternationalResponse.UserId")); return createUserInternationalResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform/v20191030/CreateUserResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.transform.v20191030; import com.aliyuncs.aliyuncvc.model.v20191030.CreateUserResponse; import com.aliyuncs.transform.UnmarshallerContext; public class CreateUserResponseUnmarshaller { public static CreateUserResponse unmarshall(CreateUserResponse createUserResponse, UnmarshallerContext _ctx) { createUserResponse.setRequestId(_ctx.stringValue("CreateUserResponse.RequestId")); createUserResponse.setErrorCode(_ctx.integerValue("CreateUserResponse.ErrorCode")); createUserResponse.setMessage(_ctx.stringValue("CreateUserResponse.Message")); createUserResponse.setSuccess(_ctx.booleanValue("CreateUserResponse.Success")); createUserResponse.setUserId(_ctx.stringValue("CreateUserResponse.UserId")); return createUserResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform/v20191030/CustomGonggeLayoutResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.transform.v20191030; import com.aliyuncs.aliyuncvc.model.v20191030.CustomGonggeLayoutResponse; import com.aliyuncs.transform.UnmarshallerContext; public class CustomGonggeLayoutResponseUnmarshaller { public static CustomGonggeLayoutResponse unmarshall(CustomGonggeLayoutResponse customGonggeLayoutResponse, UnmarshallerContext _ctx) { customGonggeLayoutResponse.setRequestId(_ctx.stringValue("CustomGonggeLayoutResponse.RequestId")); customGonggeLayoutResponse.setErrorCode(_ctx.integerValue("CustomGonggeLayoutResponse.ErrorCode")); customGonggeLayoutResponse.setSuccess(_ctx.booleanValue("CustomGonggeLayoutResponse.Success")); customGonggeLayoutResponse.setMessage(_ctx.stringValue("CustomGonggeLayoutResponse.Message")); return customGonggeLayoutResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform/v20191030/CustomLayoutResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.transform.v20191030; import com.aliyuncs.aliyuncvc.model.v20191030.CustomLayoutResponse; import com.aliyuncs.transform.UnmarshallerContext; public class CustomLayoutResponseUnmarshaller { public static CustomLayoutResponse unmarshall(CustomLayoutResponse customLayoutResponse, UnmarshallerContext _ctx) { customLayoutResponse.setRequestId(_ctx.stringValue("CustomLayoutResponse.RequestId")); customLayoutResponse.setErrorCode(_ctx.integerValue("CustomLayoutResponse.ErrorCode")); customLayoutResponse.setMessage(_ctx.stringValue("CustomLayoutResponse.Message")); customLayoutResponse.setSuccess(_ctx.booleanValue("CustomLayoutResponse.Success")); return customLayoutResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform/v20191030/DeleteDeviceResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.transform.v20191030; import com.aliyuncs.aliyuncvc.model.v20191030.DeleteDeviceResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DeleteDeviceResponseUnmarshaller { public static DeleteDeviceResponse unmarshall(DeleteDeviceResponse deleteDeviceResponse, UnmarshallerContext _ctx) { deleteDeviceResponse.setRequestId(_ctx.stringValue("DeleteDeviceResponse.RequestId")); deleteDeviceResponse.setMessage(_ctx.stringValue("DeleteDeviceResponse.Message")); deleteDeviceResponse.setErrorCode(_ctx.integerValue("DeleteDeviceResponse.ErrorCode")); deleteDeviceResponse.setSuccess(_ctx.booleanValue("DeleteDeviceResponse.Success")); return deleteDeviceResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform/v20191030/DeleteLiveResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.transform.v20191030; import com.aliyuncs.aliyuncvc.model.v20191030.DeleteLiveResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DeleteLiveResponseUnmarshaller { public static DeleteLiveResponse unmarshall(DeleteLiveResponse deleteLiveResponse, UnmarshallerContext _ctx) { deleteLiveResponse.setRequestId(_ctx.stringValue("DeleteLiveResponse.RequestId")); deleteLiveResponse.setErrorCode(_ctx.integerValue("DeleteLiveResponse.ErrorCode")); deleteLiveResponse.setMessage(_ctx.stringValue("DeleteLiveResponse.Message")); deleteLiveResponse.setSuccess(_ctx.booleanValue("DeleteLiveResponse.Success")); return deleteLiveResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform/v20191030/DeleteMeetingResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.transform.v20191030; import com.aliyuncs.aliyuncvc.model.v20191030.DeleteMeetingResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DeleteMeetingResponseUnmarshaller { public static DeleteMeetingResponse unmarshall(DeleteMeetingResponse deleteMeetingResponse, UnmarshallerContext _ctx) { deleteMeetingResponse.setRequestId(_ctx.stringValue("DeleteMeetingResponse.RequestId")); deleteMeetingResponse.setErrorCode(_ctx.integerValue("DeleteMeetingResponse.ErrorCode")); deleteMeetingResponse.setMessage(_ctx.stringValue("DeleteMeetingResponse.Message")); deleteMeetingResponse.setSuccess(_ctx.booleanValue("DeleteMeetingResponse.Success")); return deleteMeetingResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform/v20191030/DeleteUserResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.transform.v20191030; import com.aliyuncs.aliyuncvc.model.v20191030.DeleteUserResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DeleteUserResponseUnmarshaller { public static DeleteUserResponse unmarshall(DeleteUserResponse deleteUserResponse, UnmarshallerContext _ctx) { deleteUserResponse.setRequestId(_ctx.stringValue("DeleteUserResponse.RequestId")); deleteUserResponse.setSuccess(_ctx.booleanValue("DeleteUserResponse.Success")); deleteUserResponse.setErrorCode(_ctx.integerValue("DeleteUserResponse.ErrorCode")); deleteUserResponse.setMessage(_ctx.stringValue("DeleteUserResponse.Message")); return deleteUserResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform/v20191030/EnableLiveSpeakerResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.transform.v20191030; import com.aliyuncs.aliyuncvc.model.v20191030.EnableLiveSpeakerResponse; import com.aliyuncs.transform.UnmarshallerContext; public class EnableLiveSpeakerResponseUnmarshaller { public static EnableLiveSpeakerResponse unmarshall(EnableLiveSpeakerResponse enableLiveSpeakerResponse, UnmarshallerContext _ctx) { enableLiveSpeakerResponse.setRequestId(_ctx.stringValue("EnableLiveSpeakerResponse.RequestId")); enableLiveSpeakerResponse.setErrorCode(_ctx.integerValue("EnableLiveSpeakerResponse.ErrorCode")); enableLiveSpeakerResponse.setMessage(_ctx.stringValue("EnableLiveSpeakerResponse.Message")); enableLiveSpeakerResponse.setSuccess(_ctx.booleanValue("EnableLiveSpeakerResponse.Success")); return enableLiveSpeakerResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform/v20191030/EndDeviceMeetingResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.transform.v20191030; import com.aliyuncs.aliyuncvc.model.v20191030.EndDeviceMeetingResponse; import com.aliyuncs.transform.UnmarshallerContext; public class EndDeviceMeetingResponseUnmarshaller { public static EndDeviceMeetingResponse unmarshall(EndDeviceMeetingResponse endDeviceMeetingResponse, UnmarshallerContext _ctx) { endDeviceMeetingResponse.setRequestId(_ctx.stringValue("EndDeviceMeetingResponse.RequestId")); endDeviceMeetingResponse.setErrorCode(_ctx.integerValue("EndDeviceMeetingResponse.ErrorCode")); endDeviceMeetingResponse.setMessage(_ctx.stringValue("EndDeviceMeetingResponse.Message")); endDeviceMeetingResponse.setSuccess(_ctx.booleanValue("EndDeviceMeetingResponse.Success")); return endDeviceMeetingResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform/v20191030/EndLiveResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.transform.v20191030; import com.aliyuncs.aliyuncvc.model.v20191030.EndLiveResponse; import com.aliyuncs.transform.UnmarshallerContext; public class EndLiveResponseUnmarshaller { public static EndLiveResponse unmarshall(EndLiveResponse endLiveResponse, UnmarshallerContext _ctx) { endLiveResponse.setRequestId(_ctx.stringValue("EndLiveResponse.RequestId")); endLiveResponse.setErrorCode(_ctx.integerValue("EndLiveResponse.ErrorCode")); endLiveResponse.setMessage(_ctx.stringValue("EndLiveResponse.Message")); endLiveResponse.setSuccess(_ctx.booleanValue("EndLiveResponse.Success")); return endLiveResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform/v20191030/GetAccountInfoResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.transform.v20191030; import com.aliyuncs.aliyuncvc.model.v20191030.GetAccountInfoResponse; import com.aliyuncs.aliyuncvc.model.v20191030.GetAccountInfoResponse.AccountInfo; import com.aliyuncs.transform.UnmarshallerContext; public class GetAccountInfoResponseUnmarshaller { public static GetAccountInfoResponse unmarshall(GetAccountInfoResponse getAccountInfoResponse, UnmarshallerContext _ctx) { getAccountInfoResponse.setRequestId(_ctx.stringValue("GetAccountInfoResponse.RequestId")); getAccountInfoResponse.setErrorCode(_ctx.integerValue("GetAccountInfoResponse.ErrorCode")); getAccountInfoResponse.setMessage(_ctx.stringValue("GetAccountInfoResponse.Message")); getAccountInfoResponse.setSuccess(_ctx.booleanValue("GetAccountInfoResponse.Success")); AccountInfo accountInfo = new AccountInfo(); accountInfo.setAccountConcurrentMax(_ctx.integerValue("GetAccountInfoResponse.AccountInfo.AccountConcurrentMax")); accountInfo.setAccountApplicationMax(_ctx.integerValue("GetAccountInfoResponse.AccountInfo.AccountApplicationMax")); accountInfo.setAccountApplicationNumber(_ctx.integerValue("GetAccountInfoResponse.AccountInfo.AccountApplicationNumber")); getAccountInfoResponse.setAccountInfo(accountInfo); return getAccountInfoResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform/v20191030/GetDeviceActiveCodeResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.transform.v20191030; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aliyuncvc.model.v20191030.GetDeviceActiveCodeResponse; import com.aliyuncs.aliyuncvc.model.v20191030.GetDeviceActiveCodeResponse.Data; import com.aliyuncs.transform.UnmarshallerContext; public class GetDeviceActiveCodeResponseUnmarshaller { public static GetDeviceActiveCodeResponse unmarshall(GetDeviceActiveCodeResponse getDeviceActiveCodeResponse, UnmarshallerContext _ctx) { getDeviceActiveCodeResponse.setErrorCode(_ctx.integerValue("GetDeviceActiveCodeResponse.ErrorCode")); getDeviceActiveCodeResponse.setMessage(_ctx.stringValue("GetDeviceActiveCodeResponse.Message")); getDeviceActiveCodeResponse.setSuccess(_ctx.booleanValue("GetDeviceActiveCodeResponse.Success")); List<Data> devices = new ArrayList<Data>(); for (int i = 0; i < _ctx.lengthValue("GetDeviceActiveCodeResponse.Devices.Length"); i++) { Data data = new Data(); data.setDeviceErrorCode(_ctx.integerValue("GetDeviceActiveCodeResponse.Devices["+ i +"].DeviceErrorCode")); data.setDeviceMessage(_ctx.stringValue("GetDeviceActiveCodeResponse.Devices["+ i +"].DeviceMessage")); data.setSN(_ctx.stringValue("GetDeviceActiveCodeResponse.Devices["+ i +"].SN")); data.setActiveCode(_ctx.stringValue("GetDeviceActiveCodeResponse.Devices["+ i +"].ActiveCode")); devices.add(data); } getDeviceActiveCodeResponse.setDevices(devices); return getDeviceActiveCodeResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform/v20191030/GetDeviceInfoResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.transform.v20191030; import com.aliyuncs.aliyuncvc.model.v20191030.GetDeviceInfoResponse; import com.aliyuncs.aliyuncvc.model.v20191030.GetDeviceInfoResponse.Device; import com.aliyuncs.transform.UnmarshallerContext; public class GetDeviceInfoResponseUnmarshaller { public static GetDeviceInfoResponse unmarshall(GetDeviceInfoResponse getDeviceInfoResponse, UnmarshallerContext _ctx) { getDeviceInfoResponse.setRequestId(_ctx.stringValue("GetDeviceInfoResponse.RequestId")); getDeviceInfoResponse.setMessage(_ctx.stringValue("GetDeviceInfoResponse.Message")); getDeviceInfoResponse.setErrorCode(_ctx.integerValue("GetDeviceInfoResponse.ErrorCode")); getDeviceInfoResponse.setSuccess(_ctx.booleanValue("GetDeviceInfoResponse.Success")); Device device = new Device(); device.setStatus(_ctx.integerValue("GetDeviceInfoResponse.Device.Status")); device.setCastScreenCode(_ctx.stringValue("GetDeviceInfoResponse.Device.CastScreenCode")); device.setIP(_ctx.stringValue("GetDeviceInfoResponse.Device.IP")); device.setPort(_ctx.stringValue("GetDeviceInfoResponse.Device.Port")); device.setSn(_ctx.stringValue("GetDeviceInfoResponse.Device.Sn")); device.setSsid(_ctx.stringValue("GetDeviceInfoResponse.Device.Ssid")); device.setActivationCode(_ctx.stringValue("GetDeviceInfoResponse.Device.ActivationCode")); device.setMac(_ctx.stringValue("GetDeviceInfoResponse.Device.Mac")); getDeviceInfoResponse.setDevice(device); return getDeviceInfoResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform/v20191030/GetDeviceListResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.transform.v20191030; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aliyuncvc.model.v20191030.GetDeviceListResponse; import com.aliyuncs.aliyuncvc.model.v20191030.GetDeviceListResponse.DataItem; import com.aliyuncs.transform.UnmarshallerContext; public class GetDeviceListResponseUnmarshaller { public static GetDeviceListResponse unmarshall(GetDeviceListResponse getDeviceListResponse, UnmarshallerContext _ctx) { getDeviceListResponse.setRequestId(_ctx.stringValue("GetDeviceListResponse.RequestId")); getDeviceListResponse.setMessage(_ctx.stringValue("GetDeviceListResponse.Message")); getDeviceListResponse.setErrorCode(_ctx.integerValue("GetDeviceListResponse.ErrorCode")); getDeviceListResponse.setSuccess(_ctx.booleanValue("GetDeviceListResponse.Success")); List<DataItem> data = new ArrayList<DataItem>(); for (int i = 0; i < _ctx.lengthValue("GetDeviceListResponse.Data.Length"); i++) { DataItem dataItem = new DataItem(); dataItem.setStatus(_ctx.integerValue("GetDeviceListResponse.Data["+ i +"].Status")); dataItem.setCastScreenCode(_ctx.stringValue("GetDeviceListResponse.Data["+ i +"].CastScreenCode")); dataItem.setIP(_ctx.stringValue("GetDeviceListResponse.Data["+ i +"].IP")); dataItem.setPort(_ctx.stringValue("GetDeviceListResponse.Data["+ i +"].Port")); dataItem.setSN(_ctx.stringValue("GetDeviceListResponse.Data["+ i +"].SN")); dataItem.setActivationCode(_ctx.stringValue("GetDeviceListResponse.Data["+ i +"].ActivationCode")); dataItem.setMac(_ctx.stringValue("GetDeviceListResponse.Data["+ i +"].Mac")); data.add(dataItem); } getDeviceListResponse.setData(data); return getDeviceListResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform/v20191030/GetDeviceTokenResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.transform.v20191030; import com.aliyuncs.aliyuncvc.model.v20191030.GetDeviceTokenResponse; import com.aliyuncs.transform.UnmarshallerContext; public class GetDeviceTokenResponseUnmarshaller { public static GetDeviceTokenResponse unmarshall(GetDeviceTokenResponse getDeviceTokenResponse, UnmarshallerContext _ctx) { getDeviceTokenResponse.setRequestId(_ctx.stringValue("GetDeviceTokenResponse.RequestId")); getDeviceTokenResponse.setErrorCode(_ctx.integerValue("GetDeviceTokenResponse.ErrorCode")); getDeviceTokenResponse.setMessage(_ctx.stringValue("GetDeviceTokenResponse.Message")); getDeviceTokenResponse.setSuccess(_ctx.booleanValue("GetDeviceTokenResponse.Success")); getDeviceTokenResponse.setToken(_ctx.stringValue("GetDeviceTokenResponse.Token")); return getDeviceTokenResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform/v20191030/GetMeetingInternationalResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.transform.v20191030; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aliyuncvc.model.v20191030.GetMeetingInternationalResponse; import com.aliyuncs.aliyuncvc.model.v20191030.GetMeetingInternationalResponse.MeetingInfo; import com.aliyuncs.aliyuncvc.model.v20191030.GetMeetingInternationalResponse.MeetingInfo.MemberListItem; import com.aliyuncs.transform.UnmarshallerContext; public class GetMeetingInternationalResponseUnmarshaller { public static GetMeetingInternationalResponse unmarshall(GetMeetingInternationalResponse getMeetingInternationalResponse, UnmarshallerContext _ctx) { getMeetingInternationalResponse.setRequestId(_ctx.stringValue("GetMeetingInternationalResponse.RequestId")); getMeetingInternationalResponse.setErrorCode(_ctx.integerValue("GetMeetingInternationalResponse.ErrorCode")); getMeetingInternationalResponse.setMessage(_ctx.stringValue("GetMeetingInternationalResponse.Message")); getMeetingInternationalResponse.setSuccess(_ctx.booleanValue("GetMeetingInternationalResponse.Success")); MeetingInfo meetingInfo = new MeetingInfo(); meetingInfo.setMeetingName(_ctx.stringValue("GetMeetingInternationalResponse.MeetingInfo.MeetingName")); meetingInfo.setValidTime(_ctx.longValue("GetMeetingInternationalResponse.MeetingInfo.ValidTime")); meetingInfo.setMeetingCode(_ctx.stringValue("GetMeetingInternationalResponse.MeetingInfo.MeetingCode")); meetingInfo.setCreateTime(_ctx.longValue("GetMeetingInternationalResponse.MeetingInfo.CreateTime")); meetingInfo.setUserId(_ctx.stringValue("GetMeetingInternationalResponse.MeetingInfo.UserId")); meetingInfo.setMeetingUUID(_ctx.stringValue("GetMeetingInternationalResponse.MeetingInfo.MeetingUUID")); meetingInfo.setPassword(_ctx.stringValue("GetMeetingInternationalResponse.MeetingInfo.Password")); List<MemberListItem> memberList = new ArrayList<MemberListItem>(); for (int i = 0; i < _ctx.lengthValue("GetMeetingInternationalResponse.MeetingInfo.MemberList.Length"); i++) { MemberListItem memberListItem = new MemberListItem(); memberListItem.setUserAvatarUrl(_ctx.stringValue("GetMeetingInternationalResponse.MeetingInfo.MemberList["+ i +"].UserAvatarUrl")); memberListItem.setMemberUUID(_ctx.stringValue("GetMeetingInternationalResponse.MeetingInfo.MemberList["+ i +"].MemberUUID")); memberListItem.setUserName(_ctx.stringValue("GetMeetingInternationalResponse.MeetingInfo.MemberList["+ i +"].UserName")); memberListItem.setUserId(_ctx.stringValue("GetMeetingInternationalResponse.MeetingInfo.MemberList["+ i +"].UserId")); memberListItem.setStatus(_ctx.stringValue("GetMeetingInternationalResponse.MeetingInfo.MemberList["+ i +"].Status")); memberList.add(memberListItem); } meetingInfo.setMemberList(memberList); getMeetingInternationalResponse.setMeetingInfo(meetingInfo); return getMeetingInternationalResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform/v20191030/GetMeetingMemberResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.transform.v20191030; import com.aliyuncs.aliyuncvc.model.v20191030.GetMeetingMemberResponse; import java.util.Map; import com.aliyuncs.transform.UnmarshallerContext; public class GetMeetingMemberResponseUnmarshaller { public static GetMeetingMemberResponse unmarshall(GetMeetingMemberResponse getMeetingMemberResponse, UnmarshallerContext _ctx) { getMeetingMemberResponse.setRequestId(_ctx.stringValue("GetMeetingMemberResponse.RequestId")); getMeetingMemberResponse.setMessage(_ctx.stringValue("GetMeetingMemberResponse.Message")); getMeetingMemberResponse.setSuccess(_ctx.booleanValue("GetMeetingMemberResponse.Success")); getMeetingMemberResponse.setErrorCode(_ctx.integerValue("GetMeetingMemberResponse.ErrorCode")); getMeetingMemberResponse.setMembers(_ctx.mapValue("GetMeetingMemberResponse.Members")); return getMeetingMemberResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform/v20191030/GetMeetingResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.transform.v20191030; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aliyuncvc.model.v20191030.GetMeetingResponse; import com.aliyuncs.aliyuncvc.model.v20191030.GetMeetingResponse.MeetingInfo; import com.aliyuncs.aliyuncvc.model.v20191030.GetMeetingResponse.MeetingInfo.MemberListItem; import com.aliyuncs.transform.UnmarshallerContext; public class GetMeetingResponseUnmarshaller { public static GetMeetingResponse unmarshall(GetMeetingResponse getMeetingResponse, UnmarshallerContext _ctx) { getMeetingResponse.setRequestId(_ctx.stringValue("GetMeetingResponse.RequestId")); getMeetingResponse.setMessage(_ctx.stringValue("GetMeetingResponse.Message")); getMeetingResponse.setErrorCode(_ctx.integerValue("GetMeetingResponse.ErrorCode")); getMeetingResponse.setSuccess(_ctx.booleanValue("GetMeetingResponse.Success")); MeetingInfo meetingInfo = new MeetingInfo(); meetingInfo.setPassword(_ctx.stringValue("GetMeetingResponse.MeetingInfo.Password")); meetingInfo.setMeetingUUID(_ctx.stringValue("GetMeetingResponse.MeetingInfo.MeetingUUID")); meetingInfo.setValidTime(_ctx.longValue("GetMeetingResponse.MeetingInfo.ValidTime")); meetingInfo.setCreateTime(_ctx.longValue("GetMeetingResponse.MeetingInfo.CreateTime")); meetingInfo.setMeetingName(_ctx.stringValue("GetMeetingResponse.MeetingInfo.MeetingName")); meetingInfo.setUserId(_ctx.stringValue("GetMeetingResponse.MeetingInfo.UserId")); meetingInfo.setMeetingCode(_ctx.stringValue("GetMeetingResponse.MeetingInfo.MeetingCode")); List<MemberListItem> memberList = new ArrayList<MemberListItem>(); for (int i = 0; i < _ctx.lengthValue("GetMeetingResponse.MeetingInfo.MemberList.Length"); i++) { MemberListItem memberListItem = new MemberListItem(); memberListItem.setStatus(_ctx.stringValue("GetMeetingResponse.MeetingInfo.MemberList["+ i +"].Status")); memberListItem.setMemberUUID(_ctx.stringValue("GetMeetingResponse.MeetingInfo.MemberList["+ i +"].MemberUUID")); memberListItem.setUserAvatarUrl(_ctx.stringValue("GetMeetingResponse.MeetingInfo.MemberList["+ i +"].UserAvatarUrl")); memberListItem.setUserId(_ctx.stringValue("GetMeetingResponse.MeetingInfo.MemberList["+ i +"].UserId")); memberListItem.setUserName(_ctx.stringValue("GetMeetingResponse.MeetingInfo.MemberList["+ i +"].UserName")); memberList.add(memberListItem); } meetingInfo.setMemberList(memberList); getMeetingResponse.setMeetingInfo(meetingInfo); return getMeetingResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform/v20191030/GetScreenVerificationCodeResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.transform.v20191030; import com.aliyuncs.aliyuncvc.model.v20191030.GetScreenVerificationCodeResponse; import com.aliyuncs.transform.UnmarshallerContext; public class GetScreenVerificationCodeResponseUnmarshaller { public static GetScreenVerificationCodeResponse unmarshall(GetScreenVerificationCodeResponse getScreenVerificationCodeResponse, UnmarshallerContext _ctx) { getScreenVerificationCodeResponse.setRequestId(_ctx.stringValue("GetScreenVerificationCodeResponse.RequestId")); getScreenVerificationCodeResponse.setErrorCode(_ctx.integerValue("GetScreenVerificationCodeResponse.ErrorCode")); getScreenVerificationCodeResponse.setMessage(_ctx.stringValue("GetScreenVerificationCodeResponse.Message")); getScreenVerificationCodeResponse.setSuccess(_ctx.booleanValue("GetScreenVerificationCodeResponse.Success")); getScreenVerificationCodeResponse.setScreenVerificationCode(_ctx.stringValue("GetScreenVerificationCodeResponse.ScreenVerificationCode")); return getScreenVerificationCodeResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform/v20191030/GetStatisticResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.transform.v20191030; import com.aliyuncs.aliyuncvc.model.v20191030.GetStatisticResponse; import com.aliyuncs.aliyuncvc.model.v20191030.GetStatisticResponse.StatisticInfo; import com.aliyuncs.transform.UnmarshallerContext; public class GetStatisticResponseUnmarshaller { public static GetStatisticResponse unmarshall(GetStatisticResponse getStatisticResponse, UnmarshallerContext _ctx) { getStatisticResponse.setRequestId(_ctx.stringValue("GetStatisticResponse.RequestId")); getStatisticResponse.setErrorCode(_ctx.integerValue("GetStatisticResponse.ErrorCode")); getStatisticResponse.setMessage(_ctx.stringValue("GetStatisticResponse.Message")); getStatisticResponse.setSuccess(_ctx.booleanValue("GetStatisticResponse.Success")); StatisticInfo statisticInfo = new StatisticInfo(); statisticInfo.setMeetingDuration(_ctx.longValue("GetStatisticResponse.StatisticInfo.MeetingDuration")); statisticInfo.setMeetingNumber(_ctx.longValue("GetStatisticResponse.StatisticInfo.MeetingNumber")); statisticInfo.setMemberNumber(_ctx.longValue("GetStatisticResponse.StatisticInfo.MemberNumber")); statisticInfo.setMaxConcurrency(_ctx.longValue("GetStatisticResponse.StatisticInfo.MaxConcurrency")); getStatisticResponse.setStatisticInfo(statisticInfo); return getStatisticResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform/v20191030/GetUserResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.transform.v20191030; import com.aliyuncs.aliyuncvc.model.v20191030.GetUserResponse; import com.aliyuncs.aliyuncvc.model.v20191030.GetUserResponse.UserInfo; import com.aliyuncs.transform.UnmarshallerContext; public class GetUserResponseUnmarshaller { public static GetUserResponse unmarshall(GetUserResponse getUserResponse, UnmarshallerContext _ctx) { getUserResponse.setRequestId(_ctx.stringValue("GetUserResponse.RequestId")); getUserResponse.setErrorCode(_ctx.integerValue("GetUserResponse.ErrorCode")); getUserResponse.setMessage(_ctx.stringValue("GetUserResponse.Message")); getUserResponse.setSuccess(_ctx.booleanValue("GetUserResponse.Success")); UserInfo userInfo = new UserInfo(); userInfo.setUserName(_ctx.stringValue("GetUserResponse.UserInfo.UserName")); userInfo.setCreateTime(_ctx.longValue("GetUserResponse.UserInfo.CreateTime")); userInfo.setGroupId(_ctx.stringValue("GetUserResponse.UserInfo.GroupId")); userInfo.setGroupName(_ctx.stringValue("GetUserResponse.UserInfo.GroupName")); userInfo.setUserId(_ctx.stringValue("GetUserResponse.UserInfo.UserId")); userInfo.setUserTel(_ctx.stringValue("GetUserResponse.UserInfo.UserTel")); userInfo.setUserEmail(_ctx.stringValue("GetUserResponse.UserInfo.UserEmail")); userInfo.setUserMobile(_ctx.stringValue("GetUserResponse.UserInfo.UserMobile")); userInfo.setUserAvatarUrl(_ctx.stringValue("GetUserResponse.UserInfo.UserAvatarUrl")); userInfo.setDepartId(_ctx.stringValue("GetUserResponse.UserInfo.DepartId")); userInfo.setDepartName(_ctx.stringValue("GetUserResponse.UserInfo.DepartName")); userInfo.setJobName(_ctx.stringValue("GetUserResponse.UserInfo.JobName")); getUserResponse.setUserInfo(userInfo); return getUserResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform/v20191030/GetWebSocketTokenResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.transform.v20191030; import com.aliyuncs.aliyuncvc.model.v20191030.GetWebSocketTokenResponse; import com.aliyuncs.aliyuncvc.model.v20191030.GetWebSocketTokenResponse.Data; import com.aliyuncs.transform.UnmarshallerContext; public class GetWebSocketTokenResponseUnmarshaller { public static GetWebSocketTokenResponse unmarshall(GetWebSocketTokenResponse getWebSocketTokenResponse, UnmarshallerContext _ctx) { getWebSocketTokenResponse.setRequestId(_ctx.stringValue("GetWebSocketTokenResponse.RequestId")); getWebSocketTokenResponse.setErrorCode(_ctx.integerValue("GetWebSocketTokenResponse.ErrorCode")); getWebSocketTokenResponse.setMessage(_ctx.stringValue("GetWebSocketTokenResponse.Message")); getWebSocketTokenResponse.setSuccess(_ctx.booleanValue("GetWebSocketTokenResponse.Success")); Data data = new Data(); data.setAuthWsUrl(_ctx.stringValue("GetWebSocketTokenResponse.Data.AuthWsUrl")); data.setToken(_ctx.stringValue("GetWebSocketTokenResponse.Data.Token")); data.setWsOuterReConnTime(_ctx.stringValue("GetWebSocketTokenResponse.Data.WsOuterReConnTime")); getWebSocketTokenResponse.setData(data); return getWebSocketTokenResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform/v20191030/InviteUserResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.transform.v20191030; import com.aliyuncs.aliyuncvc.model.v20191030.InviteUserResponse; import com.aliyuncs.transform.UnmarshallerContext; public class InviteUserResponseUnmarshaller { public static InviteUserResponse unmarshall(InviteUserResponse inviteUserResponse, UnmarshallerContext _ctx) { inviteUserResponse.setRequestId(_ctx.stringValue("InviteUserResponse.RequestId")); inviteUserResponse.setErrorCode(_ctx.integerValue("InviteUserResponse.ErrorCode")); inviteUserResponse.setMessage(_ctx.stringValue("InviteUserResponse.Message")); inviteUserResponse.setSuccess(_ctx.booleanValue("InviteUserResponse.Success")); return inviteUserResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform/v20191030/JoinDeviceMeetingResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.transform.v20191030; import com.aliyuncs.aliyuncvc.model.v20191030.JoinDeviceMeetingResponse; import com.aliyuncs.aliyuncvc.model.v20191030.JoinDeviceMeetingResponse.Device; import com.aliyuncs.aliyuncvc.model.v20191030.JoinDeviceMeetingResponse.Device.SlsInfo; import com.aliyuncs.transform.UnmarshallerContext; public class JoinDeviceMeetingResponseUnmarshaller { public static JoinDeviceMeetingResponse unmarshall(JoinDeviceMeetingResponse joinDeviceMeetingResponse, UnmarshallerContext _ctx) { joinDeviceMeetingResponse.setRequestId(_ctx.stringValue("JoinDeviceMeetingResponse.RequestId")); joinDeviceMeetingResponse.setErrorCode(_ctx.integerValue("JoinDeviceMeetingResponse.ErrorCode")); joinDeviceMeetingResponse.setMessage(_ctx.stringValue("JoinDeviceMeetingResponse.Message")); joinDeviceMeetingResponse.setSuccess(_ctx.booleanValue("JoinDeviceMeetingResponse.Success")); Device device = new Device(); device.setMeetingDomain(_ctx.stringValue("JoinDeviceMeetingResponse.Device.MeetingDomain")); device.setMeetingToken(_ctx.stringValue("JoinDeviceMeetingResponse.Device.MeetingToken")); device.setMeetingCode(_ctx.stringValue("JoinDeviceMeetingResponse.Device.MeetingCode")); device.setMemberUUID(_ctx.stringValue("JoinDeviceMeetingResponse.Device.MemberUUID")); device.setClientAppId(_ctx.stringValue("JoinDeviceMeetingResponse.Device.ClientAppId")); device.setMeetingUUID(_ctx.stringValue("JoinDeviceMeetingResponse.Device.MeetingUUID")); device.setMeetingAppId(_ctx.stringValue("JoinDeviceMeetingResponse.Device.MeetingAppId")); SlsInfo slsInfo = new SlsInfo(); slsInfo.setLogServiceEndpoint(_ctx.stringValue("JoinDeviceMeetingResponse.Device.SlsInfo.LogServiceEndpoint")); slsInfo.setProject(_ctx.stringValue("JoinDeviceMeetingResponse.Device.SlsInfo.Project")); slsInfo.setLogstore(_ctx.stringValue("JoinDeviceMeetingResponse.Device.SlsInfo.Logstore")); device.setSlsInfo(slsInfo); joinDeviceMeetingResponse.setDevice(device); return joinDeviceMeetingResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform/v20191030/JoinLiveResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.transform.v20191030; import com.aliyuncs.aliyuncvc.model.v20191030.JoinLiveResponse; import com.aliyuncs.aliyuncvc.model.v20191030.JoinLiveResponse.MeetingInfo; import com.aliyuncs.aliyuncvc.model.v20191030.JoinLiveResponse.MeetingInfo.SlsInfo; import com.aliyuncs.transform.UnmarshallerContext; public class JoinLiveResponseUnmarshaller { public static JoinLiveResponse unmarshall(JoinLiveResponse joinLiveResponse, UnmarshallerContext _ctx) { joinLiveResponse.setRequestId(_ctx.stringValue("JoinLiveResponse.RequestId")); joinLiveResponse.setErrorCode(_ctx.integerValue("JoinLiveResponse.ErrorCode")); joinLiveResponse.setSuccess(_ctx.booleanValue("JoinLiveResponse.Success")); joinLiveResponse.setMessage(_ctx.stringValue("JoinLiveResponse.Message")); MeetingInfo meetingInfo = new MeetingInfo(); meetingInfo.setMeetingDomain(_ctx.stringValue("JoinLiveResponse.MeetingInfo.MeetingDomain")); meetingInfo.setMeetingToken(_ctx.stringValue("JoinLiveResponse.MeetingInfo.MeetingToken")); meetingInfo.setMeetingCode(_ctx.stringValue("JoinLiveResponse.MeetingInfo.MeetingCode")); meetingInfo.setMemberUUID(_ctx.stringValue("JoinLiveResponse.MeetingInfo.MemberUUID")); meetingInfo.setClientAppId(_ctx.stringValue("JoinLiveResponse.MeetingInfo.ClientAppId")); meetingInfo.setMeetingUUID(_ctx.stringValue("JoinLiveResponse.MeetingInfo.MeetingUUID")); meetingInfo.setMeetingAppId(_ctx.stringValue("JoinLiveResponse.MeetingInfo.MeetingAppId")); SlsInfo slsInfo = new SlsInfo(); slsInfo.setLogServiceEndpoint(_ctx.stringValue("JoinLiveResponse.MeetingInfo.SlsInfo.LogServiceEndpoint")); slsInfo.setLogstore(_ctx.stringValue("JoinLiveResponse.MeetingInfo.SlsInfo.Logstore")); slsInfo.setProject(_ctx.stringValue("JoinLiveResponse.MeetingInfo.SlsInfo.Project")); meetingInfo.setSlsInfo(slsInfo); joinLiveResponse.setMeetingInfo(meetingInfo); return joinLiveResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform/v20191030/JoinMeetingInternationalResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.transform.v20191030; import com.aliyuncs.aliyuncvc.model.v20191030.JoinMeetingInternationalResponse; import com.aliyuncs.aliyuncvc.model.v20191030.JoinMeetingInternationalResponse.MeetingInfo; import com.aliyuncs.aliyuncvc.model.v20191030.JoinMeetingInternationalResponse.MeetingInfo.SlsInfo; import com.aliyuncs.transform.UnmarshallerContext; public class JoinMeetingInternationalResponseUnmarshaller { public static JoinMeetingInternationalResponse unmarshall(JoinMeetingInternationalResponse joinMeetingInternationalResponse, UnmarshallerContext _ctx) { joinMeetingInternationalResponse.setRequestId(_ctx.stringValue("JoinMeetingInternationalResponse.RequestId")); joinMeetingInternationalResponse.setErrorCode(_ctx.integerValue("JoinMeetingInternationalResponse.ErrorCode")); joinMeetingInternationalResponse.setSuccess(_ctx.booleanValue("JoinMeetingInternationalResponse.Success")); joinMeetingInternationalResponse.setMessage(_ctx.stringValue("JoinMeetingInternationalResponse.Message")); MeetingInfo meetingInfo = new MeetingInfo(); meetingInfo.setMeetingDomain(_ctx.stringValue("JoinMeetingInternationalResponse.MeetingInfo.MeetingDomain")); meetingInfo.setMeetingToken(_ctx.stringValue("JoinMeetingInternationalResponse.MeetingInfo.MeetingToken")); meetingInfo.setMeetingCode(_ctx.stringValue("JoinMeetingInternationalResponse.MeetingInfo.MeetingCode")); meetingInfo.setMemberUUID(_ctx.stringValue("JoinMeetingInternationalResponse.MeetingInfo.MemberUUID")); meetingInfo.setClientAppId(_ctx.stringValue("JoinMeetingInternationalResponse.MeetingInfo.ClientAppId")); meetingInfo.setMeetingUUID(_ctx.stringValue("JoinMeetingInternationalResponse.MeetingInfo.MeetingUUID")); meetingInfo.setMeetingAppId(_ctx.stringValue("JoinMeetingInternationalResponse.MeetingInfo.MeetingAppId")); SlsInfo slsInfo = new SlsInfo(); slsInfo.setLogServiceEndpoint(_ctx.stringValue("JoinMeetingInternationalResponse.MeetingInfo.SlsInfo.LogServiceEndpoint")); slsInfo.setLogstore(_ctx.stringValue("JoinMeetingInternationalResponse.MeetingInfo.SlsInfo.Logstore")); slsInfo.setProject(_ctx.stringValue("JoinMeetingInternationalResponse.MeetingInfo.SlsInfo.Project")); meetingInfo.setSlsInfo(slsInfo); joinMeetingInternationalResponse.setMeetingInfo(meetingInfo); return joinMeetingInternationalResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform/v20191030/JoinMeetingResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.transform.v20191030; import com.aliyuncs.aliyuncvc.model.v20191030.JoinMeetingResponse; import com.aliyuncs.aliyuncvc.model.v20191030.JoinMeetingResponse.MeetingInfo; import com.aliyuncs.aliyuncvc.model.v20191030.JoinMeetingResponse.MeetingInfo.SlsInfo; import com.aliyuncs.transform.UnmarshallerContext; public class JoinMeetingResponseUnmarshaller { public static JoinMeetingResponse unmarshall(JoinMeetingResponse joinMeetingResponse, UnmarshallerContext _ctx) { joinMeetingResponse.setRequestId(_ctx.stringValue("JoinMeetingResponse.RequestId")); joinMeetingResponse.setMessage(_ctx.stringValue("JoinMeetingResponse.Message")); joinMeetingResponse.setErrorCode(_ctx.integerValue("JoinMeetingResponse.ErrorCode")); joinMeetingResponse.setSuccess(_ctx.booleanValue("JoinMeetingResponse.Success")); MeetingInfo meetingInfo = new MeetingInfo(); meetingInfo.setMeetingAppId(_ctx.stringValue("JoinMeetingResponse.MeetingInfo.MeetingAppId")); meetingInfo.setMemberUUID(_ctx.stringValue("JoinMeetingResponse.MeetingInfo.MemberUUID")); meetingInfo.setMeetingUUID(_ctx.stringValue("JoinMeetingResponse.MeetingInfo.MeetingUUID")); meetingInfo.setMeetingToken(_ctx.stringValue("JoinMeetingResponse.MeetingInfo.MeetingToken")); meetingInfo.setMeetingDomain(_ctx.stringValue("JoinMeetingResponse.MeetingInfo.MeetingDomain")); meetingInfo.setClientAppId(_ctx.stringValue("JoinMeetingResponse.MeetingInfo.ClientAppId")); meetingInfo.setMeetingCode(_ctx.stringValue("JoinMeetingResponse.MeetingInfo.MeetingCode")); SlsInfo slsInfo = new SlsInfo(); slsInfo.setLogServiceEndpoint(_ctx.stringValue("JoinMeetingResponse.MeetingInfo.SlsInfo.LogServiceEndpoint")); slsInfo.setLogstore(_ctx.stringValue("JoinMeetingResponse.MeetingInfo.SlsInfo.Logstore")); slsInfo.setProject(_ctx.stringValue("JoinMeetingResponse.MeetingInfo.SlsInfo.Project")); meetingInfo.setSlsInfo(slsInfo); joinMeetingResponse.setMeetingInfo(meetingInfo); return joinMeetingResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform/v20191030/ListConferenceDevicesResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.transform.v20191030; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aliyuncvc.model.v20191030.ListConferenceDevicesResponse; import com.aliyuncs.aliyuncvc.model.v20191030.ListConferenceDevicesResponse.ConferencesDatas; import com.aliyuncs.aliyuncvc.model.v20191030.ListConferenceDevicesResponse.ConferencesDatas.Data; import com.aliyuncs.transform.UnmarshallerContext; public class ListConferenceDevicesResponseUnmarshaller { public static ListConferenceDevicesResponse unmarshall(ListConferenceDevicesResponse listConferenceDevicesResponse, UnmarshallerContext _ctx) { listConferenceDevicesResponse.setRequestId(_ctx.stringValue("ListConferenceDevicesResponse.RequestId")); listConferenceDevicesResponse.setErrorCode(_ctx.integerValue("ListConferenceDevicesResponse.ErrorCode")); listConferenceDevicesResponse.setMessage(_ctx.stringValue("ListConferenceDevicesResponse.Message")); listConferenceDevicesResponse.setSuccess(_ctx.booleanValue("ListConferenceDevicesResponse.Success")); ConferencesDatas conferencesDatas = new ConferencesDatas(); conferencesDatas.setTotal(_ctx.integerValue("ListConferenceDevicesResponse.ConferencesDatas.Total")); conferencesDatas.setPageSize(_ctx.integerValue("ListConferenceDevicesResponse.ConferencesDatas.PageSize")); conferencesDatas.setPageNumber(_ctx.integerValue("ListConferenceDevicesResponse.ConferencesDatas.PageNumber")); List<Data> conferences = new ArrayList<Data>(); for (int i = 0; i < _ctx.lengthValue("ListConferenceDevicesResponse.ConferencesDatas.Conferences.Length"); i++) { Data data = new Data(); data.setActivationCode(_ctx.stringValue("ListConferenceDevicesResponse.ConferencesDatas.Conferences["+ i +"].ActivationCode")); data.setConferenceCode(_ctx.stringValue("ListConferenceDevicesResponse.ConferencesDatas.Conferences["+ i +"].ConferenceCode")); data.setConferenceName(_ctx.stringValue("ListConferenceDevicesResponse.ConferencesDatas.Conferences["+ i +"].ConferenceName")); data.setCreateTime(_ctx.stringValue("ListConferenceDevicesResponse.ConferencesDatas.Conferences["+ i +"].CreateTime")); data.setDeviceModel(_ctx.stringValue("ListConferenceDevicesResponse.ConferencesDatas.Conferences["+ i +"].DeviceModel")); data.setManufacturer(_ctx.stringValue("ListConferenceDevicesResponse.ConferencesDatas.Conferences["+ i +"].Manufacturer")); data.setPictureUrl(_ctx.stringValue("ListConferenceDevicesResponse.ConferencesDatas.Conferences["+ i +"].PictureUrl")); data.setSN(_ctx.stringValue("ListConferenceDevicesResponse.ConferencesDatas.Conferences["+ i +"].SN")); data.setStatus(_ctx.stringValue("ListConferenceDevicesResponse.ConferencesDatas.Conferences["+ i +"].Status")); data.setCastScreenCode(_ctx.stringValue("ListConferenceDevicesResponse.ConferencesDatas.Conferences["+ i +"].CastScreenCode")); data.setStartUpPictureUrl(_ctx.stringValue("ListConferenceDevicesResponse.ConferencesDatas.Conferences["+ i +"].StartUpPictureUrl")); conferences.add(data); } conferencesDatas.setConferences(conferences); listConferenceDevicesResponse.setConferencesDatas(conferencesDatas); return listConferenceDevicesResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform/v20191030/ListDeviceIpResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.transform.v20191030; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aliyuncvc.model.v20191030.ListDeviceIpResponse; import com.aliyuncs.aliyuncvc.model.v20191030.ListDeviceIpResponse.DevicesItem; import com.aliyuncs.transform.UnmarshallerContext; public class ListDeviceIpResponseUnmarshaller { public static ListDeviceIpResponse unmarshall(ListDeviceIpResponse listDeviceIpResponse, UnmarshallerContext _ctx) { listDeviceIpResponse.setRequestId(_ctx.stringValue("ListDeviceIpResponse.RequestId")); listDeviceIpResponse.setErrorCode(_ctx.integerValue("ListDeviceIpResponse.ErrorCode")); listDeviceIpResponse.setMessage(_ctx.stringValue("ListDeviceIpResponse.Message")); listDeviceIpResponse.setSuccess(_ctx.booleanValue("ListDeviceIpResponse.Success")); List<DevicesItem> devices = new ArrayList<DevicesItem>(); for (int i = 0; i < _ctx.lengthValue("ListDeviceIpResponse.Devices.Length"); i++) { DevicesItem devicesItem = new DevicesItem(); devicesItem.setScreenCode(_ctx.stringValue("ListDeviceIpResponse.Devices["+ i +"].ScreenCode")); devicesItem.setIp(_ctx.stringValue("ListDeviceIpResponse.Devices["+ i +"].Ip")); devicesItem.setMac(_ctx.stringValue("ListDeviceIpResponse.Devices["+ i +"].Mac")); devicesItem.setSsId(_ctx.stringValue("ListDeviceIpResponse.Devices["+ i +"].SsId")); devicesItem.setPort(_ctx.stringValue("ListDeviceIpResponse.Devices["+ i +"].Port")); devices.add(devicesItem); } listDeviceIpResponse.setDevices(devices); return listDeviceIpResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform/v20191030/ListDevicesResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.transform.v20191030; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aliyuncvc.model.v20191030.ListDevicesResponse; import com.aliyuncs.aliyuncvc.model.v20191030.ListDevicesResponse.Data; import com.aliyuncs.aliyuncvc.model.v20191030.ListDevicesResponse.Data.Device; import com.aliyuncs.transform.UnmarshallerContext; public class ListDevicesResponseUnmarshaller { public static ListDevicesResponse unmarshall(ListDevicesResponse listDevicesResponse, UnmarshallerContext _ctx) { listDevicesResponse.setRequestId(_ctx.stringValue("ListDevicesResponse.RequestId")); listDevicesResponse.setErrorCode(_ctx.integerValue("ListDevicesResponse.ErrorCode")); listDevicesResponse.setMessage(_ctx.stringValue("ListDevicesResponse.Message")); listDevicesResponse.setSuccess(_ctx.booleanValue("ListDevicesResponse.Success")); Data data = new Data(); data.setTotal(_ctx.integerValue("ListDevicesResponse.Data.Total")); data.setPageSize(_ctx.integerValue("ListDevicesResponse.Data.PageSize")); data.setPageNumber(_ctx.integerValue("ListDevicesResponse.Data.PageNumber")); List<Device> devices = new ArrayList<Device>(); for (int i = 0; i < _ctx.lengthValue("ListDevicesResponse.Data.Devices.Length"); i++) { Device device = new Device(); device.setActivationCode(_ctx.stringValue("ListDevicesResponse.Data.Devices["+ i +"].ActivationCode")); device.setConferenceCode(_ctx.stringValue("ListDevicesResponse.Data.Devices["+ i +"].ConferenceCode")); device.setConferenceName(_ctx.stringValue("ListDevicesResponse.Data.Devices["+ i +"].ConferenceName")); device.setCreateTime(_ctx.stringValue("ListDevicesResponse.Data.Devices["+ i +"].CreateTime")); device.setPictureUrl(_ctx.stringValue("ListDevicesResponse.Data.Devices["+ i +"].PictureUrl")); device.setSN(_ctx.stringValue("ListDevicesResponse.Data.Devices["+ i +"].SN")); device.setStatus(_ctx.stringValue("ListDevicesResponse.Data.Devices["+ i +"].Status")); device.setCastScreenCode(_ctx.stringValue("ListDevicesResponse.Data.Devices["+ i +"].CastScreenCode")); device.setStartUpPictureUrl(_ctx.stringValue("ListDevicesResponse.Data.Devices["+ i +"].StartUpPictureUrl")); devices.add(device); } data.setDevices(devices); listDevicesResponse.setData(data); return listDevicesResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform/v20191030/ListEvaluationsResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.transform.v20191030; import com.aliyuncs.aliyuncvc.model.v20191030.ListEvaluationsResponse; import com.aliyuncs.transform.UnmarshallerContext; public class ListEvaluationsResponseUnmarshaller { public static ListEvaluationsResponse unmarshall(ListEvaluationsResponse listEvaluationsResponse, UnmarshallerContext _ctx) { listEvaluationsResponse.setRequestId(_ctx.stringValue("ListEvaluationsResponse.RequestId")); listEvaluationsResponse.setUserEvaluation(_ctx.stringValue("ListEvaluationsResponse.UserEvaluation")); listEvaluationsResponse.setErrorCode(_ctx.integerValue("ListEvaluationsResponse.ErrorCode")); listEvaluationsResponse.setMessage(_ctx.stringValue("ListEvaluationsResponse.Message")); listEvaluationsResponse.setSuccess(_ctx.booleanValue("ListEvaluationsResponse.Success")); return listEvaluationsResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform/v20191030/ListIsvStatisticsResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.transform.v20191030; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aliyuncvc.model.v20191030.ListIsvStatisticsResponse; import com.aliyuncs.aliyuncvc.model.v20191030.ListIsvStatisticsResponse.Data; import com.aliyuncs.aliyuncvc.model.v20191030.ListIsvStatisticsResponse.Data.Statistic; import com.aliyuncs.aliyuncvc.model.v20191030.ListIsvStatisticsResponse.Data.Total; import com.aliyuncs.transform.UnmarshallerContext; public class ListIsvStatisticsResponseUnmarshaller { public static ListIsvStatisticsResponse unmarshall(ListIsvStatisticsResponse listIsvStatisticsResponse, UnmarshallerContext _ctx) { listIsvStatisticsResponse.setRequestId(_ctx.stringValue("ListIsvStatisticsResponse.RequestId")); listIsvStatisticsResponse.setErrorCode(_ctx.integerValue("ListIsvStatisticsResponse.ErrorCode")); listIsvStatisticsResponse.setMessage(_ctx.stringValue("ListIsvStatisticsResponse.Message")); listIsvStatisticsResponse.setSuccess(_ctx.booleanValue("ListIsvStatisticsResponse.Success")); Data data = new Data(); Total total = new Total(); total.setMeetingNumber(_ctx.integerValue("ListIsvStatisticsResponse.Data.Total.MeetingNumber")); total.setMeetingLength(_ctx.integerValue("ListIsvStatisticsResponse.Data.Total.MeetingLength")); total.setMemberNumber(_ctx.integerValue("ListIsvStatisticsResponse.Data.Total.MemberNumber")); data.setTotal(total); List<Statistic> statistics = new ArrayList<Statistic>(); for (int i = 0; i < _ctx.lengthValue("ListIsvStatisticsResponse.Data.Statistics.Length"); i++) { Statistic statistic = new Statistic(); statistic.setMeetingNumber(_ctx.stringValue("ListIsvStatisticsResponse.Data.Statistics["+ i +"].MeetingNumber")); statistic.setMeetingLength(_ctx.stringValue("ListIsvStatisticsResponse.Data.Statistics["+ i +"].MeetingLength")); statistic.setMemberNumber(_ctx.stringValue("ListIsvStatisticsResponse.Data.Statistics["+ i +"].MemberNumber")); statistic.setDay(_ctx.stringValue("ListIsvStatisticsResponse.Data.Statistics["+ i +"].Day")); statistics.add(statistic); } data.setStatistics(statistics); listIsvStatisticsResponse.setData(data); return listIsvStatisticsResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform/v20191030/ListMembersResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.transform.v20191030; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aliyuncvc.model.v20191030.ListMembersResponse; import com.aliyuncs.aliyuncvc.model.v20191030.ListMembersResponse.MeetingInfo; import com.aliyuncs.aliyuncvc.model.v20191030.ListMembersResponse.MeetingInfo.MemberRecord; import com.aliyuncs.transform.UnmarshallerContext; public class ListMembersResponseUnmarshaller { public static ListMembersResponse unmarshall(ListMembersResponse listMembersResponse, UnmarshallerContext _ctx) { listMembersResponse.setRequestId(_ctx.stringValue("ListMembersResponse.RequestId")); listMembersResponse.setErrorCode(_ctx.integerValue("ListMembersResponse.ErrorCode")); listMembersResponse.setMessage(_ctx.stringValue("ListMembersResponse.Message")); listMembersResponse.setSuccess(_ctx.booleanValue("ListMembersResponse.Success")); MeetingInfo meetingInfo = new MeetingInfo(); meetingInfo.setMeetingName(_ctx.stringValue("ListMembersResponse.MeetingInfo.MeetingName")); meetingInfo.setMeetingCode(_ctx.stringValue("ListMembersResponse.MeetingInfo.MeetingCode")); meetingInfo.setMemo(_ctx.stringValue("ListMembersResponse.MeetingInfo.Memo")); meetingInfo.setUserName(_ctx.stringValue("ListMembersResponse.MeetingInfo.UserName")); meetingInfo.setCreateTime(_ctx.longValue("ListMembersResponse.MeetingInfo.CreateTime")); meetingInfo.setUserId(_ctx.stringValue("ListMembersResponse.MeetingInfo.UserId")); meetingInfo.setMeetingUUID(_ctx.stringValue("ListMembersResponse.MeetingInfo.MeetingUUID")); List<MemberRecord> memberInfos = new ArrayList<MemberRecord>(); for (int i = 0; i < _ctx.lengthValue("ListMembersResponse.MeetingInfo.MemberInfos.Length"); i++) { MemberRecord memberRecord = new MemberRecord(); memberRecord.setMemberUUID(_ctx.stringValue("ListMembersResponse.MeetingInfo.MemberInfos["+ i +"].MemberUUID")); memberRecord.setUserId(_ctx.stringValue("ListMembersResponse.MeetingInfo.MemberInfos["+ i +"].UserId")); memberRecord.setStatus(_ctx.stringValue("ListMembersResponse.MeetingInfo.MemberInfos["+ i +"].Status")); memberRecord.setBeginTime(_ctx.longValue("ListMembersResponse.MeetingInfo.MemberInfos["+ i +"].BeginTime")); memberRecord.setEndTime(_ctx.longValue("ListMembersResponse.MeetingInfo.MemberInfos["+ i +"].EndTime")); memberRecord.setUserName(_ctx.stringValue("ListMembersResponse.MeetingInfo.MemberInfos["+ i +"].UserName")); memberInfos.add(memberRecord); } meetingInfo.setMemberInfos(memberInfos); listMembersResponse.setMeetingInfo(meetingInfo); return listMembersResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform/v20191030/ListUsersResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.transform.v20191030; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aliyuncvc.model.v20191030.ListUsersResponse; import com.aliyuncs.aliyuncvc.model.v20191030.ListUsersResponse.Data; import com.aliyuncs.aliyuncvc.model.v20191030.ListUsersResponse.Data.UserInfo; import com.aliyuncs.transform.UnmarshallerContext; public class ListUsersResponseUnmarshaller { public static ListUsersResponse unmarshall(ListUsersResponse listUsersResponse, UnmarshallerContext _ctx) { listUsersResponse.setRequestId(_ctx.stringValue("ListUsersResponse.RequestId")); listUsersResponse.setErrorCode(_ctx.integerValue("ListUsersResponse.ErrorCode")); listUsersResponse.setMessage(_ctx.stringValue("ListUsersResponse.Message")); listUsersResponse.setSuccess(_ctx.booleanValue("ListUsersResponse.Success")); Data data = new Data(); data.setTotalCount(_ctx.integerValue("ListUsersResponse.Data.TotalCount")); data.setPageSize(_ctx.integerValue("ListUsersResponse.Data.PageSize")); data.setPageNumber(_ctx.integerValue("ListUsersResponse.Data.PageNumber")); List<UserInfo> userInfos = new ArrayList<UserInfo>(); for (int i = 0; i < _ctx.lengthValue("ListUsersResponse.Data.UserInfos.Length"); i++) { UserInfo userInfo = new UserInfo(); userInfo.setCreateTime(_ctx.longValue("ListUsersResponse.Data.UserInfos["+ i +"].CreateTime")); userInfo.setGroupName(_ctx.stringValue("ListUsersResponse.Data.UserInfos["+ i +"].GroupName")); userInfo.setUserName(_ctx.stringValue("ListUsersResponse.Data.UserInfos["+ i +"].UserName")); userInfo.setGroupId(_ctx.stringValue("ListUsersResponse.Data.UserInfos["+ i +"].GroupId")); userInfo.setDepartName(_ctx.stringValue("ListUsersResponse.Data.UserInfos["+ i +"].DepartName")); userInfo.setDepartId(_ctx.stringValue("ListUsersResponse.Data.UserInfos["+ i +"].DepartId")); userInfo.setUserEmail(_ctx.stringValue("ListUsersResponse.Data.UserInfos["+ i +"].UserEmail")); userInfo.setUserTel(_ctx.stringValue("ListUsersResponse.Data.UserInfos["+ i +"].UserTel")); userInfo.setUserMobile(_ctx.stringValue("ListUsersResponse.Data.UserInfos["+ i +"].UserMobile")); userInfo.setUserAvatarUrl(_ctx.stringValue("ListUsersResponse.Data.UserInfos["+ i +"].UserAvatarUrl")); userInfo.setJobName(_ctx.stringValue("ListUsersResponse.Data.UserInfos["+ i +"].JobName")); userInfo.setUserId(_ctx.stringValue("ListUsersResponse.Data.UserInfos["+ i +"].UserId")); userInfos.add(userInfo); } data.setUserInfos(userInfos); listUsersResponse.setData(data); return listUsersResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform/v20191030/ModifyDeviceBackgroundResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.transform.v20191030; import com.aliyuncs.aliyuncvc.model.v20191030.ModifyDeviceBackgroundResponse; import com.aliyuncs.transform.UnmarshallerContext; public class ModifyDeviceBackgroundResponseUnmarshaller { public static ModifyDeviceBackgroundResponse unmarshall(ModifyDeviceBackgroundResponse modifyDeviceBackgroundResponse, UnmarshallerContext _ctx) { modifyDeviceBackgroundResponse.setRequestId(_ctx.stringValue("ModifyDeviceBackgroundResponse.RequestId")); modifyDeviceBackgroundResponse.setErrorCode(_ctx.integerValue("ModifyDeviceBackgroundResponse.ErrorCode")); modifyDeviceBackgroundResponse.setMessage(_ctx.stringValue("ModifyDeviceBackgroundResponse.Message")); modifyDeviceBackgroundResponse.setSuccess(_ctx.booleanValue("ModifyDeviceBackgroundResponse.Success")); return modifyDeviceBackgroundResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform/v20191030/ModifyMeetingPasswordInternationalResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.transform.v20191030; import com.aliyuncs.aliyuncvc.model.v20191030.ModifyMeetingPasswordInternationalResponse; import com.aliyuncs.transform.UnmarshallerContext; public class ModifyMeetingPasswordInternationalResponseUnmarshaller { public static ModifyMeetingPasswordInternationalResponse unmarshall(ModifyMeetingPasswordInternationalResponse modifyMeetingPasswordInternationalResponse, UnmarshallerContext _ctx) { modifyMeetingPasswordInternationalResponse.setRequestId(_ctx.stringValue("ModifyMeetingPasswordInternationalResponse.RequestId")); modifyMeetingPasswordInternationalResponse.setErrorCode(_ctx.integerValue("ModifyMeetingPasswordInternationalResponse.ErrorCode")); modifyMeetingPasswordInternationalResponse.setMessage(_ctx.stringValue("ModifyMeetingPasswordInternationalResponse.Message")); modifyMeetingPasswordInternationalResponse.setSuccess(_ctx.booleanValue("ModifyMeetingPasswordInternationalResponse.Success")); return modifyMeetingPasswordInternationalResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform/v20191030/ModifyMeetingPasswordResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.transform.v20191030; import com.aliyuncs.aliyuncvc.model.v20191030.ModifyMeetingPasswordResponse; import com.aliyuncs.transform.UnmarshallerContext; public class ModifyMeetingPasswordResponseUnmarshaller { public static ModifyMeetingPasswordResponse unmarshall(ModifyMeetingPasswordResponse modifyMeetingPasswordResponse, UnmarshallerContext _ctx) { modifyMeetingPasswordResponse.setRequestId(_ctx.stringValue("ModifyMeetingPasswordResponse.RequestId")); modifyMeetingPasswordResponse.setErrorCode(_ctx.integerValue("ModifyMeetingPasswordResponse.ErrorCode")); modifyMeetingPasswordResponse.setMessage(_ctx.stringValue("ModifyMeetingPasswordResponse.Message")); modifyMeetingPasswordResponse.setSuccess(_ctx.booleanValue("ModifyMeetingPasswordResponse.Success")); return modifyMeetingPasswordResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform/v20191030/QueryMeetingMemberActionResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.transform.v20191030; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aliyuncvc.model.v20191030.QueryMeetingMemberActionResponse; import com.aliyuncs.aliyuncvc.model.v20191030.QueryMeetingMemberActionResponse.ErrorCodeListItem; import com.aliyuncs.transform.UnmarshallerContext; public class QueryMeetingMemberActionResponseUnmarshaller { public static QueryMeetingMemberActionResponse unmarshall(QueryMeetingMemberActionResponse queryMeetingMemberActionResponse, UnmarshallerContext _ctx) { queryMeetingMemberActionResponse.setRequestId(_ctx.stringValue("QueryMeetingMemberActionResponse.RequestId")); queryMeetingMemberActionResponse.setMessage(_ctx.stringValue("QueryMeetingMemberActionResponse.Message")); queryMeetingMemberActionResponse.setMeetingStatus(_ctx.integerValue("QueryMeetingMemberActionResponse.MeetingStatus")); queryMeetingMemberActionResponse.setVideoStatus(_ctx.integerValue("QueryMeetingMemberActionResponse.VideoStatus")); queryMeetingMemberActionResponse.setAudioStatus(_ctx.integerValue("QueryMeetingMemberActionResponse.AudioStatus")); queryMeetingMemberActionResponse.setErrorCodeCount(_ctx.longValue("QueryMeetingMemberActionResponse.ErrorCodeCount")); queryMeetingMemberActionResponse.setErrorCode(_ctx.integerValue("QueryMeetingMemberActionResponse.ErrorCode")); queryMeetingMemberActionResponse.setSuccess(_ctx.booleanValue("QueryMeetingMemberActionResponse.Success")); List<ErrorCodeListItem> errorCodeList = new ArrayList<ErrorCodeListItem>(); for (int i = 0; i < _ctx.lengthValue("QueryMeetingMemberActionResponse.ErrorCodeList.Length"); i++) { ErrorCodeListItem errorCodeListItem = new ErrorCodeListItem(); errorCodeListItem.setErrorCodeCount(_ctx.longValue("QueryMeetingMemberActionResponse.ErrorCodeList["+ i +"].ErrorCodeCount")); errorCodeListItem.setTime(_ctx.longValue("QueryMeetingMemberActionResponse.ErrorCodeList["+ i +"].Time")); errorCodeList.add(errorCodeListItem); } queryMeetingMemberActionResponse.setErrorCodeList(errorCodeList); return queryMeetingMemberActionResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform/v20191030/RefreshDeviceScreenCodeResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.transform.v20191030; import com.aliyuncs.aliyuncvc.model.v20191030.RefreshDeviceScreenCodeResponse; import com.aliyuncs.aliyuncvc.model.v20191030.RefreshDeviceScreenCodeResponse.Data; import com.aliyuncs.transform.UnmarshallerContext; public class RefreshDeviceScreenCodeResponseUnmarshaller { public static RefreshDeviceScreenCodeResponse unmarshall(RefreshDeviceScreenCodeResponse refreshDeviceScreenCodeResponse, UnmarshallerContext _ctx) { refreshDeviceScreenCodeResponse.setRequestId(_ctx.stringValue("RefreshDeviceScreenCodeResponse.RequestId")); refreshDeviceScreenCodeResponse.setErrorCode(_ctx.integerValue("RefreshDeviceScreenCodeResponse.ErrorCode")); refreshDeviceScreenCodeResponse.setMessage(_ctx.stringValue("RefreshDeviceScreenCodeResponse.Message")); refreshDeviceScreenCodeResponse.setSuccess(_ctx.booleanValue("RefreshDeviceScreenCodeResponse.Success")); Data data = new Data(); data.setSerialNumber(_ctx.stringValue("RefreshDeviceScreenCodeResponse.Data.SerialNumber")); data.setScreenCode(_ctx.stringValue("RefreshDeviceScreenCodeResponse.Data.ScreenCode")); refreshDeviceScreenCodeResponse.setData(data); return refreshDeviceScreenCodeResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform/v20191030/RegisterDeviceResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.transform.v20191030; import com.aliyuncs.aliyuncvc.model.v20191030.RegisterDeviceResponse; import com.aliyuncs.aliyuncvc.model.v20191030.RegisterDeviceResponse.DeviceInfo; import com.aliyuncs.aliyuncvc.model.v20191030.RegisterDeviceResponse.DeviceInfo.AuthWsChannelConfig; import com.aliyuncs.aliyuncvc.model.v20191030.RegisterDeviceResponse.DeviceInfo.MqttParam; import com.aliyuncs.aliyuncvc.model.v20191030.RegisterDeviceResponse.DeviceInfo.SlsConfig; import com.aliyuncs.transform.UnmarshallerContext; public class RegisterDeviceResponseUnmarshaller { public static RegisterDeviceResponse unmarshall(RegisterDeviceResponse registerDeviceResponse, UnmarshallerContext _ctx) { registerDeviceResponse.setRequestId(_ctx.stringValue("RegisterDeviceResponse.RequestId")); registerDeviceResponse.setErrorCode(_ctx.integerValue("RegisterDeviceResponse.ErrorCode")); registerDeviceResponse.setSuccess(_ctx.booleanValue("RegisterDeviceResponse.Success")); registerDeviceResponse.setMessage(_ctx.stringValue("RegisterDeviceResponse.Message")); DeviceInfo deviceInfo = new DeviceInfo(); deviceInfo.setChannelType(_ctx.stringValue("RegisterDeviceResponse.DeviceInfo.ChannelType")); deviceInfo.setRegisterTime(_ctx.longValue("RegisterDeviceResponse.DeviceInfo.RegisterTime")); deviceInfo.setDeviceName(_ctx.stringValue("RegisterDeviceResponse.DeviceInfo.DeviceName")); deviceInfo.setDeviceSessionId(_ctx.stringValue("RegisterDeviceResponse.DeviceInfo.DeviceSessionId")); deviceInfo.setMessageKey(_ctx.stringValue("RegisterDeviceResponse.DeviceInfo.MessageKey")); deviceInfo.setScreenCode(_ctx.stringValue("RegisterDeviceResponse.DeviceInfo.ScreenCode")); MqttParam mqttParam = new MqttParam(); mqttParam.setClientId(_ctx.stringValue("RegisterDeviceResponse.DeviceInfo.MqttParam.ClientId")); mqttParam.setGroupId(_ctx.stringValue("RegisterDeviceResponse.DeviceInfo.MqttParam.GroupId")); mqttParam.setCleanSession(_ctx.stringValue("RegisterDeviceResponse.DeviceInfo.MqttParam.CleanSession")); mqttParam.setPassword(_ctx.stringValue("RegisterDeviceResponse.DeviceInfo.MqttParam.Password")); mqttParam.setPort(_ctx.stringValue("RegisterDeviceResponse.DeviceInfo.MqttParam.Port")); mqttParam.setHost(_ctx.stringValue("RegisterDeviceResponse.DeviceInfo.MqttParam.Host")); mqttParam.setTopic(_ctx.stringValue("RegisterDeviceResponse.DeviceInfo.MqttParam.Topic")); mqttParam.setSDKClientPort(_ctx.stringValue("RegisterDeviceResponse.DeviceInfo.MqttParam.SDKClientPort")); mqttParam.setTLSPort(_ctx.stringValue("RegisterDeviceResponse.DeviceInfo.MqttParam.TLSPort")); mqttParam.setUseTLS(_ctx.stringValue("RegisterDeviceResponse.DeviceInfo.MqttParam.UseTLS")); mqttParam.setUserName(_ctx.stringValue("RegisterDeviceResponse.DeviceInfo.MqttParam.UserName")); mqttParam.setReconnectTimeout(_ctx.stringValue("RegisterDeviceResponse.DeviceInfo.MqttParam.ReconnectTimeout")); deviceInfo.setMqttParam(mqttParam); AuthWsChannelConfig authWsChannelConfig = new AuthWsChannelConfig(); authWsChannelConfig.setAuthWsUrl(_ctx.stringValue("RegisterDeviceResponse.DeviceInfo.AuthWsChannelConfig.AuthWsUrl")); authWsChannelConfig.setWsOuterReconnTime(_ctx.integerValue("RegisterDeviceResponse.DeviceInfo.AuthWsChannelConfig.WsOuterReconnTime")); authWsChannelConfig.setToken(_ctx.stringValue("RegisterDeviceResponse.DeviceInfo.AuthWsChannelConfig.Token")); deviceInfo.setAuthWsChannelConfig(authWsChannelConfig); SlsConfig slsConfig = new SlsConfig(); slsConfig.setProject(_ctx.stringValue("RegisterDeviceResponse.DeviceInfo.SlsConfig.Project")); slsConfig.setLogStore(_ctx.stringValue("RegisterDeviceResponse.DeviceInfo.SlsConfig.LogStore")); slsConfig.setLogServiceEndpoint(_ctx.stringValue("RegisterDeviceResponse.DeviceInfo.SlsConfig.LogServiceEndpoint")); deviceInfo.setSlsConfig(slsConfig); registerDeviceResponse.setDeviceInfo(deviceInfo); return registerDeviceResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform/v20191030/RegisterUemDeviceResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.transform.v20191030; import com.aliyuncs.aliyuncvc.model.v20191030.RegisterUemDeviceResponse; import com.aliyuncs.aliyuncvc.model.v20191030.RegisterUemDeviceResponse.DeviceInfo; import com.aliyuncs.aliyuncvc.model.v20191030.RegisterUemDeviceResponse.DeviceInfo.AuthWsChannelConfig; import com.aliyuncs.aliyuncvc.model.v20191030.RegisterUemDeviceResponse.DeviceInfo.MqttParam; import com.aliyuncs.aliyuncvc.model.v20191030.RegisterUemDeviceResponse.DeviceInfo.SlsConfig; import com.aliyuncs.transform.UnmarshallerContext; public class RegisterUemDeviceResponseUnmarshaller { public static RegisterUemDeviceResponse unmarshall(RegisterUemDeviceResponse registerUemDeviceResponse, UnmarshallerContext _ctx) { registerUemDeviceResponse.setRequestId(_ctx.stringValue("RegisterUemDeviceResponse.RequestId")); registerUemDeviceResponse.setErrorCode(_ctx.integerValue("RegisterUemDeviceResponse.ErrorCode")); registerUemDeviceResponse.setSuccess(_ctx.booleanValue("RegisterUemDeviceResponse.Success")); registerUemDeviceResponse.setMessage(_ctx.stringValue("RegisterUemDeviceResponse.Message")); DeviceInfo deviceInfo = new DeviceInfo(); deviceInfo.setChannelType(_ctx.stringValue("RegisterUemDeviceResponse.DeviceInfo.ChannelType")); deviceInfo.setRegisterTime(_ctx.longValue("RegisterUemDeviceResponse.DeviceInfo.RegisterTime")); deviceInfo.setDeviceName(_ctx.stringValue("RegisterUemDeviceResponse.DeviceInfo.DeviceName")); deviceInfo.setDeviceSessionId(_ctx.stringValue("RegisterUemDeviceResponse.DeviceInfo.DeviceSessionId")); deviceInfo.setMessageKey(_ctx.stringValue("RegisterUemDeviceResponse.DeviceInfo.MessageKey")); deviceInfo.setScreenCode(_ctx.stringValue("RegisterUemDeviceResponse.DeviceInfo.ScreenCode")); deviceInfo.setToken(_ctx.stringValue("RegisterUemDeviceResponse.DeviceInfo.Token")); MqttParam mqttParam = new MqttParam(); mqttParam.setClientId(_ctx.stringValue("RegisterUemDeviceResponse.DeviceInfo.MqttParam.ClientId")); mqttParam.setGroupId(_ctx.stringValue("RegisterUemDeviceResponse.DeviceInfo.MqttParam.GroupId")); mqttParam.setCleanSession(_ctx.stringValue("RegisterUemDeviceResponse.DeviceInfo.MqttParam.CleanSession")); mqttParam.setPassword(_ctx.stringValue("RegisterUemDeviceResponse.DeviceInfo.MqttParam.Password")); mqttParam.setPort(_ctx.stringValue("RegisterUemDeviceResponse.DeviceInfo.MqttParam.Port")); mqttParam.setHost(_ctx.stringValue("RegisterUemDeviceResponse.DeviceInfo.MqttParam.Host")); mqttParam.setTopic(_ctx.stringValue("RegisterUemDeviceResponse.DeviceInfo.MqttParam.Topic")); mqttParam.setSDKClientPort(_ctx.stringValue("RegisterUemDeviceResponse.DeviceInfo.MqttParam.SDKClientPort")); mqttParam.setTLSPort(_ctx.stringValue("RegisterUemDeviceResponse.DeviceInfo.MqttParam.TLSPort")); mqttParam.setUseTLS(_ctx.stringValue("RegisterUemDeviceResponse.DeviceInfo.MqttParam.UseTLS")); mqttParam.setUserName(_ctx.stringValue("RegisterUemDeviceResponse.DeviceInfo.MqttParam.UserName")); mqttParam.setReconnectTimeout(_ctx.stringValue("RegisterUemDeviceResponse.DeviceInfo.MqttParam.ReconnectTimeout")); deviceInfo.setMqttParam(mqttParam); AuthWsChannelConfig authWsChannelConfig = new AuthWsChannelConfig(); authWsChannelConfig.setAuthWsUrl(_ctx.stringValue("RegisterUemDeviceResponse.DeviceInfo.AuthWsChannelConfig.AuthWsUrl")); authWsChannelConfig.setWsOuterReconnTime(_ctx.integerValue("RegisterUemDeviceResponse.DeviceInfo.AuthWsChannelConfig.WsOuterReconnTime")); authWsChannelConfig.setToken(_ctx.stringValue("RegisterUemDeviceResponse.DeviceInfo.AuthWsChannelConfig.Token")); deviceInfo.setAuthWsChannelConfig(authWsChannelConfig); SlsConfig slsConfig = new SlsConfig(); slsConfig.setProject(_ctx.stringValue("RegisterUemDeviceResponse.DeviceInfo.SlsConfig.Project")); slsConfig.setLogStore(_ctx.stringValue("RegisterUemDeviceResponse.DeviceInfo.SlsConfig.LogStore")); slsConfig.setLogServiceEndpoint(_ctx.stringValue("RegisterUemDeviceResponse.DeviceInfo.SlsConfig.LogServiceEndpoint")); deviceInfo.setSlsConfig(slsConfig); registerUemDeviceResponse.setDeviceInfo(deviceInfo); return registerUemDeviceResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform/v20191030/SendMeetingCommandResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.transform.v20191030; import com.aliyuncs.aliyuncvc.model.v20191030.SendMeetingCommandResponse; import com.aliyuncs.transform.UnmarshallerContext; public class SendMeetingCommandResponseUnmarshaller { public static SendMeetingCommandResponse unmarshall(SendMeetingCommandResponse sendMeetingCommandResponse, UnmarshallerContext _ctx) { sendMeetingCommandResponse.setRequestId(_ctx.stringValue("SendMeetingCommandResponse.RequestId")); sendMeetingCommandResponse.setErrorCode(_ctx.integerValue("SendMeetingCommandResponse.ErrorCode")); sendMeetingCommandResponse.setMessage(_ctx.stringValue("SendMeetingCommandResponse.Message")); sendMeetingCommandResponse.setSuccess(_ctx.booleanValue("SendMeetingCommandResponse.Success")); return sendMeetingCommandResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform/v20191030/SendScreenStartResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.transform.v20191030; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aliyuncvc.model.v20191030.SendScreenStartResponse; import com.aliyuncs.aliyuncvc.model.v20191030.SendScreenStartResponse.Data; import com.aliyuncs.aliyuncvc.model.v20191030.SendScreenStartResponse.Data.AuthWsChannelConfig; import com.aliyuncs.aliyuncvc.model.v20191030.SendScreenStartResponse.Data.IceServersItem; import com.aliyuncs.aliyuncvc.model.v20191030.SendScreenStartResponse.Data.ShareConfig; import com.aliyuncs.aliyuncvc.model.v20191030.SendScreenStartResponse.Data.SignallingServerConfig; import java.util.Map; import com.aliyuncs.transform.UnmarshallerContext; public class SendScreenStartResponseUnmarshaller { public static SendScreenStartResponse unmarshall(SendScreenStartResponse sendScreenStartResponse, UnmarshallerContext _ctx) { sendScreenStartResponse.setRequestId(_ctx.stringValue("SendScreenStartResponse.RequestId")); sendScreenStartResponse.setMessage(_ctx.stringValue("SendScreenStartResponse.Message")); sendScreenStartResponse.setErrorCode(_ctx.integerValue("SendScreenStartResponse.ErrorCode")); sendScreenStartResponse.setSuccess(_ctx.booleanValue("SendScreenStartResponse.Success")); Data data = new Data(); data.setReceiverInfo(_ctx.mapValue("SendScreenStartResponse.Data.ReceiverInfo")); data.setSessionId(_ctx.stringValue("SendScreenStartResponse.Data.SessionId")); AuthWsChannelConfig authWsChannelConfig = new AuthWsChannelConfig(); authWsChannelConfig.setAuthWsUrl(_ctx.stringValue("SendScreenStartResponse.Data.AuthWsChannelConfig.AuthWsUrl")); authWsChannelConfig.setToken(_ctx.stringValue("SendScreenStartResponse.Data.AuthWsChannelConfig.Token")); authWsChannelConfig.setWsOuterReConnTime(_ctx.integerValue("SendScreenStartResponse.Data.AuthWsChannelConfig.WsOuterReConnTime")); data.setAuthWsChannelConfig(authWsChannelConfig); ShareConfig shareConfig = new ShareConfig(); shareConfig.setMaxMultiScreenShareBitrate(_ctx.integerValue("SendScreenStartResponse.Data.ShareConfig.MaxMultiScreenShareBitrate")); shareConfig.setMaxScreenShareBitrate(_ctx.integerValue("SendScreenStartResponse.Data.ShareConfig.MaxScreenShareBitrate")); shareConfig.setShareConfigMaxFrameRate(_ctx.integerValue("SendScreenStartResponse.Data.ShareConfig.ShareConfigMaxFrameRate")); shareConfig.setShareConfigMinFrameRate(_ctx.integerValue("SendScreenStartResponse.Data.ShareConfig.ShareConfigMinFrameRate")); data.setShareConfig(shareConfig); SignallingServerConfig signallingServerConfig = new SignallingServerConfig(); signallingServerConfig.setClientHeartBeatUrl(_ctx.stringValue("SendScreenStartResponse.Data.SignallingServerConfig.ClientHeartBeatUrl")); signallingServerConfig.setGetMessageUrl(_ctx.stringValue("SendScreenStartResponse.Data.SignallingServerConfig.GetMessageUrl")); signallingServerConfig.setGetReceiverInfoUrl(_ctx.stringValue("SendScreenStartResponse.Data.SignallingServerConfig.GetReceiverInfoUrl")); signallingServerConfig.setSendMessageUrl(_ctx.stringValue("SendScreenStartResponse.Data.SignallingServerConfig.SendMessageUrl")); signallingServerConfig.setShareScreenMeetingRobUrl(_ctx.stringValue("SendScreenStartResponse.Data.SignallingServerConfig.ShareScreenMeetingRobUrl")); data.setSignallingServerConfig(signallingServerConfig); List<IceServersItem> iceServers = new ArrayList<IceServersItem>(); for (int i = 0; i < _ctx.lengthValue("SendScreenStartResponse.Data.IceServers.Length"); i++) { IceServersItem iceServersItem = new IceServersItem(); iceServersItem.setCredential(_ctx.stringValue("SendScreenStartResponse.Data.IceServers["+ i +"].Credential")); iceServersItem.setUrl(_ctx.stringValue("SendScreenStartResponse.Data.IceServers["+ i +"].Url")); iceServersItem.setUserName(_ctx.stringValue("SendScreenStartResponse.Data.IceServers["+ i +"].UserName")); iceServers.add(iceServersItem); } data.setIceServers(iceServers); sendScreenStartResponse.setData(data); return sendScreenStartResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform/v20191030/StartLiveResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.transform.v20191030; import com.aliyuncs.aliyuncvc.model.v20191030.StartLiveResponse; import com.aliyuncs.transform.UnmarshallerContext; public class StartLiveResponseUnmarshaller { public static StartLiveResponse unmarshall(StartLiveResponse startLiveResponse, UnmarshallerContext _ctx) { startLiveResponse.setRequestId(_ctx.stringValue("StartLiveResponse.RequestId")); startLiveResponse.setErrorCode(_ctx.integerValue("StartLiveResponse.ErrorCode")); startLiveResponse.setMessage(_ctx.stringValue("StartLiveResponse.Message")); startLiveResponse.setSuccess(_ctx.booleanValue("StartLiveResponse.Success")); return startLiveResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform/v20191030/UpdateDeviceHeartBeatResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.transform.v20191030; import com.aliyuncs.aliyuncvc.model.v20191030.UpdateDeviceHeartBeatResponse; import com.aliyuncs.aliyuncvc.model.v20191030.UpdateDeviceHeartBeatResponse.DeviceInfo; import com.aliyuncs.transform.UnmarshallerContext; public class UpdateDeviceHeartBeatResponseUnmarshaller { public static UpdateDeviceHeartBeatResponse unmarshall(UpdateDeviceHeartBeatResponse updateDeviceHeartBeatResponse, UnmarshallerContext _ctx) { updateDeviceHeartBeatResponse.setRequestId(_ctx.stringValue("UpdateDeviceHeartBeatResponse.RequestId")); updateDeviceHeartBeatResponse.setErrorCode(_ctx.integerValue("UpdateDeviceHeartBeatResponse.ErrorCode")); updateDeviceHeartBeatResponse.setMessage(_ctx.stringValue("UpdateDeviceHeartBeatResponse.Message")); updateDeviceHeartBeatResponse.setSuccess(_ctx.booleanValue("UpdateDeviceHeartBeatResponse.Success")); DeviceInfo deviceInfo = new DeviceInfo(); deviceInfo.setChannelType(_ctx.stringValue("UpdateDeviceHeartBeatResponse.DeviceInfo.ChannelType")); updateDeviceHeartBeatResponse.setDeviceInfo(deviceInfo); return updateDeviceHeartBeatResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform/v20191030/UpdateDeviceStartupPictureResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.transform.v20191030; import com.aliyuncs.aliyuncvc.model.v20191030.UpdateDeviceStartupPictureResponse; import com.aliyuncs.transform.UnmarshallerContext; public class UpdateDeviceStartupPictureResponseUnmarshaller { public static UpdateDeviceStartupPictureResponse unmarshall(UpdateDeviceStartupPictureResponse updateDeviceStartupPictureResponse, UnmarshallerContext _ctx) { updateDeviceStartupPictureResponse.setRequestId(_ctx.stringValue("UpdateDeviceStartupPictureResponse.RequestId")); updateDeviceStartupPictureResponse.setErrorCode(_ctx.integerValue("UpdateDeviceStartupPictureResponse.ErrorCode")); updateDeviceStartupPictureResponse.setMessage(_ctx.stringValue("UpdateDeviceStartupPictureResponse.Message")); updateDeviceStartupPictureResponse.setSuccess(_ctx.booleanValue("UpdateDeviceStartupPictureResponse.Success")); return updateDeviceStartupPictureResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform/v20191030/UpdateGonggeLayoutResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.transform.v20191030; import com.aliyuncs.aliyuncvc.model.v20191030.UpdateGonggeLayoutResponse; import com.aliyuncs.transform.UnmarshallerContext; public class UpdateGonggeLayoutResponseUnmarshaller { public static UpdateGonggeLayoutResponse unmarshall(UpdateGonggeLayoutResponse updateGonggeLayoutResponse, UnmarshallerContext _ctx) { updateGonggeLayoutResponse.setRequestId(_ctx.stringValue("UpdateGonggeLayoutResponse.RequestId")); updateGonggeLayoutResponse.setErrorCode(_ctx.integerValue("UpdateGonggeLayoutResponse.ErrorCode")); updateGonggeLayoutResponse.setMessage(_ctx.stringValue("UpdateGonggeLayoutResponse.Message")); updateGonggeLayoutResponse.setSuccess(_ctx.booleanValue("UpdateGonggeLayoutResponse.Success")); return updateGonggeLayoutResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/aliyuncvc/transform/v20191030/UpdateLivePasswordResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyuncvc.transform.v20191030; import com.aliyuncs.aliyuncvc.model.v20191030.UpdateLivePasswordResponse; import com.aliyuncs.transform.UnmarshallerContext; public class UpdateLivePasswordResponseUnmarshaller { public static UpdateLivePasswordResponse unmarshall(UpdateLivePasswordResponse updateLivePasswordResponse, UnmarshallerContext _ctx) { updateLivePasswordResponse.setRequestId(_ctx.stringValue("UpdateLivePasswordResponse.RequestId")); updateLivePasswordResponse.setErrorCode(_ctx.integerValue("UpdateLivePasswordResponse.ErrorCode")); updateLivePasswordResponse.setMessage(_ctx.stringValue("UpdateLivePasswordResponse.Message")); updateLivePasswordResponse.setSuccess(_ctx.booleanValue("UpdateLivePasswordResponse.Success")); return updateLivePasswordResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc-v5/1.0.9/com/aliyuncs/v5
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc-v5/1.0.9/com/aliyuncs/v5/aliyuncvc/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.aliyuncvc; import java.util.HashMap; public class Endpoint { public static HashMap<String, String> endpointMap = new HashMap<String, String>() {}; public static String endpointRegionalType = "regional"; }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc-v5/1.0.9/com/aliyuncs/v5/aliyuncvc/model
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc-v5/1.0.9/com/aliyuncs/v5/aliyuncvc/model/v20191030/ActiveDeviceRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.aliyuncvc.model.v20191030; import com.aliyuncs.v5.RpcAcsRequest; import com.aliyuncs.v5.http.MethodType; import com.aliyuncs.v5.aliyuncvc.Endpoint; /** * @author auto create * @version */ public class ActiveDeviceRequest extends RpcAcsRequest<ActiveDeviceResponse> { private String iP; private String activeCode; private String mac; private String deviceVersion; private String sN; public ActiveDeviceRequest() { super("aliyuncvc", "2019-10-30", "ActiveDevice", "aliyuncvc"); 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 getIP() { return this.iP; } public void setIP(String iP) { this.iP = iP; if(iP != null){ putBodyParameter("IP", iP); } } public String getActiveCode() { return this.activeCode; } public void setActiveCode(String activeCode) { this.activeCode = activeCode; if(activeCode != null){ putBodyParameter("ActiveCode", activeCode); } } public String getMac() { return this.mac; } public void setMac(String mac) { this.mac = mac; if(mac != null){ putBodyParameter("Mac", mac); } } public String getDeviceVersion() { return this.deviceVersion; } public void setDeviceVersion(String deviceVersion) { this.deviceVersion = deviceVersion; if(deviceVersion != null){ putBodyParameter("DeviceVersion", deviceVersion); } } public String getSN() { return this.sN; } public void setSN(String sN) { this.sN = sN; if(sN != null){ putBodyParameter("SN", sN); } } @Override public Class<ActiveDeviceResponse> getResponseClass() { return ActiveDeviceResponse.class; } }