index
int64
repo_id
string
file_path
string
content
string
0
java-sources/com/aliyun/aliyun-java-sdk-alios-dm/1.0.0/com/aliyuncs/alios_dm/transform
java-sources/com/aliyun/aliyun-java-sdk-alios-dm/1.0.0/com/aliyuncs/alios_dm/transform/v20171127/CreateSchoolOrgResponseUnmarshaller.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ package com.aliyuncs.alios_dm.transform.v20171127; import com.aliyuncs.alios_dm.model.v20171127.CreateSchoolOrgResponse; import com.aliyuncs.alios_dm.model.v20171127.CreateSchoolOrgResponse.Data; import com.aliyuncs.transform.UnmarshallerContext; public class CreateSchoolOrgResponseUnmarshaller { public static CreateSchoolOrgResponse unmarshall(CreateSchoolOrgResponse createSchoolOrgResponse, UnmarshallerContext context) { createSchoolOrgResponse.setMessage(context.stringValue("CreateSchoolOrgResponse.Message")); Data data = new Data(); data.setUserAuthCode(context.stringValue("CreateSchoolOrgResponse.Data.UserAuthCode")); data.setShortAuthCode(context.stringValue("CreateSchoolOrgResponse.Data.ShortAuthCode")); data.setOrgId(context.longValue("CreateSchoolOrgResponse.Data.OrgId")); createSchoolOrgResponse.setData(data); return createSchoolOrgResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alios-dm/1.0.0/com/aliyuncs/alios_dm/transform
java-sources/com/aliyun/aliyun-java-sdk-alios-dm/1.0.0/com/aliyuncs/alios_dm/transform/v20171127/DeleteEduAccountResponseUnmarshaller.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ package com.aliyuncs.alios_dm.transform.v20171127; import com.aliyuncs.alios_dm.model.v20171127.DeleteEduAccountResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DeleteEduAccountResponseUnmarshaller { public static DeleteEduAccountResponse unmarshall(DeleteEduAccountResponse deleteEduAccountResponse, UnmarshallerContext context) { deleteEduAccountResponse.setMessage(context.stringValue("DeleteEduAccountResponse.Message")); return deleteEduAccountResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alios-dm/1.0.0/com/aliyuncs/alios_dm/transform
java-sources/com/aliyun/aliyun-java-sdk-alios-dm/1.0.0/com/aliyuncs/alios_dm/transform/v20171127/ExecuteCmdResponseUnmarshaller.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ package com.aliyuncs.alios_dm.transform.v20171127; import com.aliyuncs.alios_dm.model.v20171127.ExecuteCmdResponse; import com.aliyuncs.transform.UnmarshallerContext; public class ExecuteCmdResponseUnmarshaller { public static ExecuteCmdResponse unmarshall(ExecuteCmdResponse executeCmdResponse, UnmarshallerContext context) { executeCmdResponse.setMessage(context.stringValue("ExecuteCmdResponse.Message")); return executeCmdResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alios-dm/1.0.0/com/aliyuncs/alios_dm/transform
java-sources/com/aliyun/aliyun-java-sdk-alios-dm/1.0.0/com/aliyuncs/alios_dm/transform/v20171127/ResetEduAccountPasswordResponseUnmarshaller.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ package com.aliyuncs.alios_dm.transform.v20171127; import com.aliyuncs.alios_dm.model.v20171127.ResetEduAccountPasswordResponse; import com.aliyuncs.transform.UnmarshallerContext; public class ResetEduAccountPasswordResponseUnmarshaller { public static ResetEduAccountPasswordResponse unmarshall(ResetEduAccountPasswordResponse resetEduAccountPasswordResponse, UnmarshallerContext context) { resetEduAccountPasswordResponse.setMessage(context.stringValue("ResetEduAccountPasswordResponse.Message")); return resetEduAccountPasswordResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-alios-dm/1.0.0/com/aliyuncs/alios_dm/transform
java-sources/com/aliyun/aliyun-java-sdk-alios-dm/1.0.0/com/aliyuncs/alios_dm/transform/v20171127/UpdateEduAccountResponseUnmarshaller.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ package com.aliyuncs.alios_dm.transform.v20171127; import com.aliyuncs.alios_dm.model.v20171127.UpdateEduAccountResponse; import com.aliyuncs.transform.UnmarshallerContext; public class UpdateEduAccountResponseUnmarshaller { public static UpdateEduAccountResponse unmarshall(UpdateEduAccountResponse updateEduAccountResponse, UnmarshallerContext context) { updateEduAccountResponse.setMessage(context.stringValue("UpdateEduAccountResponse.Message")); return updateEduAccountResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyunauth/2.0.0/com/aliyuncs/aliyunauth/model
java-sources/com/aliyun/aliyun-java-sdk-aliyunauth/2.0.0/com/aliyuncs/aliyunauth/model/v20181222/AuthenticateRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyunauth.model.v20181222; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class AuthenticateRequest extends RpcAcsRequest<AuthenticateResponse> { private String requestFromApp; private String productCode; private String instanceId; private String requestWay; private String userNo; private String language; private String operateCode; private String operatorTypeEnum; public AuthenticateRequest() { super("AliyunAuth", "2018-12-22", "Authenticate"); setMethod(MethodType.GET); } public String getRequestFromApp() { return this.requestFromApp; } public void setRequestFromApp(String requestFromApp) { this.requestFromApp = requestFromApp; if(requestFromApp != null){ putQueryParameter("RequestFromApp", requestFromApp); } } public String getProductCode() { return this.productCode; } public void setProductCode(String productCode) { this.productCode = productCode; if(productCode != null){ putQueryParameter("ProductCode", productCode); } } public String getInstanceId() { return this.instanceId; } public void setInstanceId(String instanceId) { this.instanceId = instanceId; if(instanceId != null){ putQueryParameter("InstanceId", instanceId); } } public String getRequestWay() { return this.requestWay; } public void setRequestWay(String requestWay) { this.requestWay = requestWay; if(requestWay != null){ putQueryParameter("RequestWay", requestWay); } } public String getUserNo() { return this.userNo; } public void setUserNo(String userNo) { this.userNo = userNo; if(userNo != null){ putQueryParameter("UserNo", userNo); } } public String getLanguage() { return this.language; } public void setLanguage(String language) { this.language = language; if(language != null){ putQueryParameter("Language", language); } } public String getOperateCode() { return this.operateCode; } public void setOperateCode(String operateCode) { this.operateCode = operateCode; if(operateCode != null){ putQueryParameter("OperateCode", operateCode); } } public String getOperatorTypeEnum() { return this.operatorTypeEnum; } public void setOperatorTypeEnum(String operatorTypeEnum) { this.operatorTypeEnum = operatorTypeEnum; if(operatorTypeEnum != null){ putQueryParameter("OperatorTypeEnum", operatorTypeEnum); } } @Override public Class<AuthenticateResponse> getResponseClass() { return AuthenticateResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyunauth/2.0.0/com/aliyuncs/aliyunauth/model
java-sources/com/aliyun/aliyun-java-sdk-aliyunauth/2.0.0/com/aliyuncs/aliyunauth/model/v20181222/AuthenticateResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyunauth.model.v20181222; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.aliyunauth.transform.v20181222.AuthenticateResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class AuthenticateResponse extends AcsResponse { private Integer code; private Boolean success; private String message; private String requestId; private Data data; public Integer getCode() { return this.code; } public void setCode(Integer code) { this.code = code; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } 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 Data getData() { return this.data; } public void setData(Data data) { this.data = data; } public static class Data { private String instanceId; private String productCode; private Boolean authorized; private String recordVid; private String operateCode; private List<QueryAuthRSDTO> userInputList; public String getInstanceId() { return this.instanceId; } public void setInstanceId(String instanceId) { this.instanceId = instanceId; } public String getProductCode() { return this.productCode; } public void setProductCode(String productCode) { this.productCode = productCode; } public Boolean getAuthorized() { return this.authorized; } public void setAuthorized(Boolean authorized) { this.authorized = authorized; } public String getRecordVid() { return this.recordVid; } public void setRecordVid(String recordVid) { this.recordVid = recordVid; } public String getOperateCode() { return this.operateCode; } public void setOperateCode(String operateCode) { this.operateCode = operateCode; } public List<QueryAuthRSDTO> getUserInputList() { return this.userInputList; } public void setUserInputList(List<QueryAuthRSDTO> userInputList) { this.userInputList = userInputList; } public static class QueryAuthRSDTO { private String fieldName; private String fieldVid; private String expandContent; private String content; public String getFieldName() { return this.fieldName; } public void setFieldName(String fieldName) { this.fieldName = fieldName; } public String getFieldVid() { return this.fieldVid; } public void setFieldVid(String fieldVid) { this.fieldVid = fieldVid; } public String getExpandContent() { return this.expandContent; } public void setExpandContent(String expandContent) { this.expandContent = expandContent; } public String getContent() { return this.content; } public void setContent(String content) { this.content = content; } } } @Override public AuthenticateResponse getInstance(UnmarshallerContext context) { return AuthenticateResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyunauth/2.0.0/com/aliyuncs/aliyunauth/model
java-sources/com/aliyun/aliyun-java-sdk-aliyunauth/2.0.0/com/aliyuncs/aliyunauth/model/v20181222/QueryAuthRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyunauth.model.v20181222; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class QueryAuthRequest extends RpcAcsRequest<QueryAuthResponse> { private String requestFromApp; private String orderVid; private String bizNo; private String productCode; private String instanceId; private String requestWay; private String userNo; private String channel; private String language; private String operatorTypeEnum; public QueryAuthRequest() { super("AliyunAuth", "2018-12-22", "QueryAuth"); setMethod(MethodType.GET); } public String getRequestFromApp() { return this.requestFromApp; } public void setRequestFromApp(String requestFromApp) { this.requestFromApp = requestFromApp; if(requestFromApp != null){ putQueryParameter("RequestFromApp", requestFromApp); } } public String getOrderVid() { return this.orderVid; } public void setOrderVid(String orderVid) { this.orderVid = orderVid; if(orderVid != null){ putQueryParameter("OrderVid", orderVid); } } public String getBizNo() { return this.bizNo; } public void setBizNo(String bizNo) { this.bizNo = bizNo; if(bizNo != null){ putQueryParameter("BizNo", bizNo); } } public String getProductCode() { return this.productCode; } public void setProductCode(String productCode) { this.productCode = productCode; if(productCode != null){ putQueryParameter("ProductCode", productCode); } } public String getInstanceId() { return this.instanceId; } public void setInstanceId(String instanceId) { this.instanceId = instanceId; if(instanceId != null){ putQueryParameter("InstanceId", instanceId); } } public String getRequestWay() { return this.requestWay; } public void setRequestWay(String requestWay) { this.requestWay = requestWay; if(requestWay != null){ putQueryParameter("RequestWay", requestWay); } } public String getUserNo() { return this.userNo; } public void setUserNo(String userNo) { this.userNo = userNo; if(userNo != null){ putQueryParameter("UserNo", userNo); } } public String getChannel() { return this.channel; } public void setChannel(String channel) { this.channel = channel; if(channel != null){ putQueryParameter("Channel", channel); } } public String getLanguage() { return this.language; } public void setLanguage(String language) { this.language = language; if(language != null){ putQueryParameter("Language", language); } } public String getOperatorTypeEnum() { return this.operatorTypeEnum; } public void setOperatorTypeEnum(String operatorTypeEnum) { this.operatorTypeEnum = operatorTypeEnum; if(operatorTypeEnum != null){ putQueryParameter("OperatorTypeEnum", operatorTypeEnum); } } @Override public Class<QueryAuthResponse> getResponseClass() { return QueryAuthResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyunauth/2.0.0/com/aliyuncs/aliyunauth/model
java-sources/com/aliyun/aliyun-java-sdk-aliyunauth/2.0.0/com/aliyuncs/aliyunauth/model/v20181222/QueryAuthResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyunauth.model.v20181222; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.aliyunauth.transform.v20181222.QueryAuthResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class QueryAuthResponse extends AcsResponse { private Integer code; private Boolean success; private String message; private String requestId; private Data data; public Integer getCode() { return this.code; } public void setCode(Integer code) { this.code = code; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } 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 Data getData() { return this.data; } public void setData(Data data) { this.data = data; } public static class Data { private String instanceId; private String productCode; private List<InfoDTOListItem> infoDTOList; public String getInstanceId() { return this.instanceId; } public void setInstanceId(String instanceId) { this.instanceId = instanceId; } public String getProductCode() { return this.productCode; } public void setProductCode(String productCode) { this.productCode = productCode; } public List<InfoDTOListItem> getInfoDTOList() { return this.infoDTOList; } public void setInfoDTOList(List<InfoDTOListItem> infoDTOList) { this.infoDTOList = infoDTOList; } public static class InfoDTOListItem { private String itemName; private String itemRecordVid; private String authOrderVid; private String operateCode; public String getItemName() { return this.itemName; } public void setItemName(String itemName) { this.itemName = itemName; } public String getItemRecordVid() { return this.itemRecordVid; } public void setItemRecordVid(String itemRecordVid) { this.itemRecordVid = itemRecordVid; } public String getAuthOrderVid() { return this.authOrderVid; } public void setAuthOrderVid(String authOrderVid) { this.authOrderVid = authOrderVid; } public String getOperateCode() { return this.operateCode; } public void setOperateCode(String operateCode) { this.operateCode = operateCode; } } } @Override public QueryAuthResponse getInstance(UnmarshallerContext context) { return QueryAuthResponseUnmarshaller.unmarshall(this, context); } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyunauth/2.0.0/com/aliyuncs/aliyunauth/model
java-sources/com/aliyun/aliyun-java-sdk-aliyunauth/2.0.0/com/aliyuncs/aliyunauth/model/v20181222/QueryInEffectQuthOrderRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyunauth.model.v20181222; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class QueryInEffectQuthOrderRequest extends RpcAcsRequest<QueryInEffectQuthOrderResponse> { private String requestFromApp; private String bizCode; private String requestId; private String requestWay; private String userNo; private String channel; private String language; private String operatorTypeEnum; public QueryInEffectQuthOrderRequest() { super("AliyunAuth", "2018-12-22", "QueryInEffectQuthOrder"); setMethod(MethodType.GET); } public String getRequestFromApp() { return this.requestFromApp; } public void setRequestFromApp(String requestFromApp) { this.requestFromApp = requestFromApp; if(requestFromApp != null){ putQueryParameter("RequestFromApp", requestFromApp); } } public String getBizCode() { return this.bizCode; } public void setBizCode(String bizCode) { this.bizCode = bizCode; if(bizCode != null){ putQueryParameter("BizCode", bizCode); } } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; if(requestId != null){ putQueryParameter("RequestId", requestId); } } public String getRequestWay() { return this.requestWay; } public void setRequestWay(String requestWay) { this.requestWay = requestWay; if(requestWay != null){ putQueryParameter("RequestWay", requestWay); } } public String getUserNo() { return this.userNo; } public void setUserNo(String userNo) { this.userNo = userNo; if(userNo != null){ putQueryParameter("UserNo", userNo); } } public String getChannel() { return this.channel; } public void setChannel(String channel) { this.channel = channel; if(channel != null){ putQueryParameter("Channel", channel); } } public String getLanguage() { return this.language; } public void setLanguage(String language) { this.language = language; if(language != null){ putQueryParameter("Language", language); } } public String getOperatorTypeEnum() { return this.operatorTypeEnum; } public void setOperatorTypeEnum(String operatorTypeEnum) { this.operatorTypeEnum = operatorTypeEnum; if(operatorTypeEnum != null){ putQueryParameter("OperatorTypeEnum", operatorTypeEnum); } } @Override public Class<QueryInEffectQuthOrderResponse> getResponseClass() { return QueryInEffectQuthOrderResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyunauth/2.0.0/com/aliyuncs/aliyunauth/model
java-sources/com/aliyun/aliyun-java-sdk-aliyunauth/2.0.0/com/aliyuncs/aliyunauth/model/v20181222/QueryInEffectQuthOrderResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyunauth.model.v20181222; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.aliyunauth.transform.v20181222.QueryInEffectQuthOrderResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class QueryInEffectQuthOrderResponse extends AcsResponse { private Integer code; private String requestId; private Boolean success; private String message; private Data data; public Integer getCode() { return this.code; } public void setCode(Integer code) { this.code = code; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public Data getData() { return this.data; } public void setData(Data data) { this.data = data; } public static class Data { private Integer count; private List<ListItem> list; public Integer getCount() { return this.count; } public void setCount(Integer count) { this.count = count; } public List<ListItem> getList() { return this.list; } public void setList(List<ListItem> list) { this.list = list; } public static class ListItem { private String orderVid; private String lastModifyTime; private String createdTime; private Integer status; private List<OperateTimesItem> operateTimes; private List<AuthItemRecordGroupItemDTOSItem> authItemRecordGroupItemDTOS; public String getOrderVid() { return this.orderVid; } public void setOrderVid(String orderVid) { this.orderVid = orderVid; } public String getLastModifyTime() { return this.lastModifyTime; } public void setLastModifyTime(String lastModifyTime) { this.lastModifyTime = lastModifyTime; } public String getCreatedTime() { return this.createdTime; } public void setCreatedTime(String createdTime) { this.createdTime = createdTime; } public Integer getStatus() { return this.status; } public void setStatus(Integer status) { this.status = status; } public List<OperateTimesItem> getOperateTimes() { return this.operateTimes; } public void setOperateTimes(List<OperateTimesItem> operateTimes) { this.operateTimes = operateTimes; } public List<AuthItemRecordGroupItemDTOSItem> getAuthItemRecordGroupItemDTOS() { return this.authItemRecordGroupItemDTOS; } public void setAuthItemRecordGroupItemDTOS(List<AuthItemRecordGroupItemDTOSItem> authItemRecordGroupItemDTOS) { this.authItemRecordGroupItemDTOS = authItemRecordGroupItemDTOS; } public static class OperateTimesItem { private String start; private String end; public String getStart() { return this.start; } public void setStart(String start) { this.start = start; } public String getEnd() { return this.end; } public void setEnd(String end) { this.end = end; } } public static class AuthItemRecordGroupItemDTOSItem { private String vid; private String msg; private String gmtCreated; private String remarkDataJson; private String name; private String authitemID; private Integer status; public String getVid() { return this.vid; } public void setVid(String vid) { this.vid = vid; } public String getMsg() { return this.msg; } public void setMsg(String msg) { this.msg = msg; } public String getGmtCreated() { return this.gmtCreated; } public void setGmtCreated(String gmtCreated) { this.gmtCreated = gmtCreated; } public String getRemarkDataJson() { return this.remarkDataJson; } public void setRemarkDataJson(String remarkDataJson) { this.remarkDataJson = remarkDataJson; } public String getName() { return this.name; } public void setName(String name) { this.name = name; } public String getAuthitemID() { return this.authitemID; } public void setAuthitemID(String authitemID) { this.authitemID = authitemID; } public Integer getStatus() { return this.status; } public void setStatus(Integer status) { this.status = status; } } } } @Override public QueryInEffectQuthOrderResponse getInstance(UnmarshallerContext context) { return QueryInEffectQuthOrderResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyunauth/2.0.0/com/aliyuncs/aliyunauth/transform
java-sources/com/aliyun/aliyun-java-sdk-aliyunauth/2.0.0/com/aliyuncs/aliyunauth/transform/v20181222/AuthenticateResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyunauth.transform.v20181222; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aliyunauth.model.v20181222.AuthenticateResponse; import com.aliyuncs.aliyunauth.model.v20181222.AuthenticateResponse.Data; import com.aliyuncs.aliyunauth.model.v20181222.AuthenticateResponse.Data.QueryAuthRSDTO; import com.aliyuncs.transform.UnmarshallerContext; public class AuthenticateResponseUnmarshaller { public static AuthenticateResponse unmarshall(AuthenticateResponse authenticateResponse, UnmarshallerContext _ctx) { authenticateResponse.setRequestId(_ctx.stringValue("AuthenticateResponse.RequestId")); authenticateResponse.setCode(_ctx.integerValue("AuthenticateResponse.Code")); authenticateResponse.setSuccess(_ctx.booleanValue("AuthenticateResponse.Success")); authenticateResponse.setMessage(_ctx.stringValue("AuthenticateResponse.Message")); Data data = new Data(); data.setInstanceId(_ctx.stringValue("AuthenticateResponse.Data.InstanceId")); data.setProductCode(_ctx.stringValue("AuthenticateResponse.Data.ProductCode")); data.setAuthorized(_ctx.booleanValue("AuthenticateResponse.Data.Authorized")); data.setRecordVid(_ctx.stringValue("AuthenticateResponse.Data.RecordVid")); data.setOperateCode(_ctx.stringValue("AuthenticateResponse.Data.OperateCode")); List<QueryAuthRSDTO> userInputList = new ArrayList<QueryAuthRSDTO>(); for (int i = 0; i < _ctx.lengthValue("AuthenticateResponse.Data.UserInputList.Length"); i++) { QueryAuthRSDTO queryAuthRSDTO = new QueryAuthRSDTO(); queryAuthRSDTO.setFieldName(_ctx.stringValue("AuthenticateResponse.Data.UserInputList["+ i +"].FieldName")); queryAuthRSDTO.setFieldVid(_ctx.stringValue("AuthenticateResponse.Data.UserInputList["+ i +"].FieldVid")); queryAuthRSDTO.setExpandContent(_ctx.stringValue("AuthenticateResponse.Data.UserInputList["+ i +"].ExpandContent")); queryAuthRSDTO.setContent(_ctx.stringValue("AuthenticateResponse.Data.UserInputList["+ i +"].Content")); userInputList.add(queryAuthRSDTO); } data.setUserInputList(userInputList); authenticateResponse.setData(data); return authenticateResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyunauth/2.0.0/com/aliyuncs/aliyunauth/transform
java-sources/com/aliyun/aliyun-java-sdk-aliyunauth/2.0.0/com/aliyuncs/aliyunauth/transform/v20181222/QueryAuthResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyunauth.transform.v20181222; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aliyunauth.model.v20181222.QueryAuthResponse; import com.aliyuncs.aliyunauth.model.v20181222.QueryAuthResponse.Data; import com.aliyuncs.aliyunauth.model.v20181222.QueryAuthResponse.Data.InfoDTOListItem; import com.aliyuncs.transform.UnmarshallerContext; public class QueryAuthResponseUnmarshaller { public static QueryAuthResponse unmarshall(QueryAuthResponse queryAuthResponse, UnmarshallerContext _ctx) { queryAuthResponse.setRequestId(_ctx.stringValue("QueryAuthResponse.RequestId")); queryAuthResponse.setCode(_ctx.integerValue("QueryAuthResponse.Code")); queryAuthResponse.setSuccess(_ctx.booleanValue("QueryAuthResponse.Success")); queryAuthResponse.setMessage(_ctx.stringValue("QueryAuthResponse.Message")); Data data = new Data(); data.setInstanceId(_ctx.stringValue("QueryAuthResponse.Data.InstanceId")); data.setProductCode(_ctx.stringValue("QueryAuthResponse.Data.ProductCode")); List<InfoDTOListItem> infoDTOList = new ArrayList<InfoDTOListItem>(); for (int i = 0; i < _ctx.lengthValue("QueryAuthResponse.Data.InfoDTOList.Length"); i++) { InfoDTOListItem infoDTOListItem = new InfoDTOListItem(); infoDTOListItem.setItemName(_ctx.stringValue("QueryAuthResponse.Data.InfoDTOList["+ i +"].ItemName")); infoDTOListItem.setItemRecordVid(_ctx.stringValue("QueryAuthResponse.Data.InfoDTOList["+ i +"].ItemRecordVid")); infoDTOListItem.setAuthOrderVid(_ctx.stringValue("QueryAuthResponse.Data.InfoDTOList["+ i +"].AuthOrderVid")); infoDTOListItem.setOperateCode(_ctx.stringValue("QueryAuthResponse.Data.InfoDTOList["+ i +"].OperateCode")); infoDTOList.add(infoDTOListItem); } data.setInfoDTOList(infoDTOList); queryAuthResponse.setData(data); return queryAuthResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyunauth/2.0.0/com/aliyuncs/aliyunauth/transform
java-sources/com/aliyun/aliyun-java-sdk-aliyunauth/2.0.0/com/aliyuncs/aliyunauth/transform/v20181222/QueryInEffectQuthOrderResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aliyunauth.transform.v20181222; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aliyunauth.model.v20181222.QueryInEffectQuthOrderResponse; import com.aliyuncs.aliyunauth.model.v20181222.QueryInEffectQuthOrderResponse.Data; import com.aliyuncs.aliyunauth.model.v20181222.QueryInEffectQuthOrderResponse.Data.ListItem; import com.aliyuncs.aliyunauth.model.v20181222.QueryInEffectQuthOrderResponse.Data.ListItem.AuthItemRecordGroupItemDTOSItem; import com.aliyuncs.aliyunauth.model.v20181222.QueryInEffectQuthOrderResponse.Data.ListItem.OperateTimesItem; import com.aliyuncs.transform.UnmarshallerContext; public class QueryInEffectQuthOrderResponseUnmarshaller { public static QueryInEffectQuthOrderResponse unmarshall(QueryInEffectQuthOrderResponse queryInEffectQuthOrderResponse, UnmarshallerContext _ctx) { queryInEffectQuthOrderResponse.setRequestId(_ctx.stringValue("QueryInEffectQuthOrderResponse.RequestId")); queryInEffectQuthOrderResponse.setCode(_ctx.integerValue("QueryInEffectQuthOrderResponse.Code")); queryInEffectQuthOrderResponse.setSuccess(_ctx.booleanValue("QueryInEffectQuthOrderResponse.Success")); queryInEffectQuthOrderResponse.setMessage(_ctx.stringValue("QueryInEffectQuthOrderResponse.Message")); Data data = new Data(); data.setCount(_ctx.integerValue("QueryInEffectQuthOrderResponse.Data.Count")); List<ListItem> list = new ArrayList<ListItem>(); for (int i = 0; i < _ctx.lengthValue("QueryInEffectQuthOrderResponse.Data.List.Length"); i++) { ListItem listItem = new ListItem(); listItem.setOrderVid(_ctx.stringValue("QueryInEffectQuthOrderResponse.Data.List["+ i +"].OrderVid")); listItem.setLastModifyTime(_ctx.stringValue("QueryInEffectQuthOrderResponse.Data.List["+ i +"].LastModifyTime")); listItem.setCreatedTime(_ctx.stringValue("QueryInEffectQuthOrderResponse.Data.List["+ i +"].CreatedTime")); listItem.setStatus(_ctx.integerValue("QueryInEffectQuthOrderResponse.Data.List["+ i +"].Status")); List<OperateTimesItem> operateTimes = new ArrayList<OperateTimesItem>(); for (int j = 0; j < _ctx.lengthValue("QueryInEffectQuthOrderResponse.Data.List["+ i +"].OperateTimes.Length"); j++) { OperateTimesItem operateTimesItem = new OperateTimesItem(); operateTimesItem.setStart(_ctx.stringValue("QueryInEffectQuthOrderResponse.Data.List["+ i +"].OperateTimes["+ j +"].Start")); operateTimesItem.setEnd(_ctx.stringValue("QueryInEffectQuthOrderResponse.Data.List["+ i +"].OperateTimes["+ j +"].End")); operateTimes.add(operateTimesItem); } listItem.setOperateTimes(operateTimes); List<AuthItemRecordGroupItemDTOSItem> authItemRecordGroupItemDTOS = new ArrayList<AuthItemRecordGroupItemDTOSItem>(); for (int j = 0; j < _ctx.lengthValue("QueryInEffectQuthOrderResponse.Data.List["+ i +"].AuthItemRecordGroupItemDTOS.Length"); j++) { AuthItemRecordGroupItemDTOSItem authItemRecordGroupItemDTOSItem = new AuthItemRecordGroupItemDTOSItem(); authItemRecordGroupItemDTOSItem.setVid(_ctx.stringValue("QueryInEffectQuthOrderResponse.Data.List["+ i +"].AuthItemRecordGroupItemDTOS["+ j +"].Vid")); authItemRecordGroupItemDTOSItem.setMsg(_ctx.stringValue("QueryInEffectQuthOrderResponse.Data.List["+ i +"].AuthItemRecordGroupItemDTOS["+ j +"].Msg")); authItemRecordGroupItemDTOSItem.setGmtCreated(_ctx.stringValue("QueryInEffectQuthOrderResponse.Data.List["+ i +"].AuthItemRecordGroupItemDTOS["+ j +"].GmtCreated")); authItemRecordGroupItemDTOSItem.setRemarkDataJson(_ctx.stringValue("QueryInEffectQuthOrderResponse.Data.List["+ i +"].AuthItemRecordGroupItemDTOS["+ j +"].RemarkDataJson")); authItemRecordGroupItemDTOSItem.setName(_ctx.stringValue("QueryInEffectQuthOrderResponse.Data.List["+ i +"].AuthItemRecordGroupItemDTOS["+ j +"].Name")); authItemRecordGroupItemDTOSItem.setAuthitemID(_ctx.stringValue("QueryInEffectQuthOrderResponse.Data.List["+ i +"].AuthItemRecordGroupItemDTOS["+ j +"].AuthitemID")); authItemRecordGroupItemDTOSItem.setStatus(_ctx.integerValue("QueryInEffectQuthOrderResponse.Data.List["+ i +"].AuthItemRecordGroupItemDTOS["+ j +"].Status")); authItemRecordGroupItemDTOS.add(authItemRecordGroupItemDTOSItem); } listItem.setAuthItemRecordGroupItemDTOS(authItemRecordGroupItemDTOS); list.add(listItem); } data.setList(list); queryInEffectQuthOrderResponse.setData(data); return queryInEffectQuthOrderResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/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.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/1.0.14/com/aliyuncs/aliyuncvc/model
java-sources/com/aliyun/aliyun-java-sdk-aliyuncvc/1.0.14/com/aliyuncs/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.aliyuncvc.model.v20191030; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; import com.aliyuncs.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.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){ 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; } }
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/ActiveDeviceResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.ActiveDeviceResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ActiveDeviceResponse extends AcsResponse { private Integer errorCode; private String message; private Boolean success; private String requestId; private String token; 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 String getToken() { return this.token; } public void setToken(String token) { this.token = token; } @Override public ActiveDeviceResponse getInstance(UnmarshallerContext context) { return ActiveDeviceResponseUnmarshaller.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/ActiveMeetingRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 ActiveMeetingRequest extends RpcAcsRequest<ActiveMeetingResponse> { private String meetingUUID; private String meetingCode; public ActiveMeetingRequest() { super("aliyuncvc", "2019-10-30", "ActiveMeeting", "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); } } public String getMeetingCode() { return this.meetingCode; } public void setMeetingCode(String meetingCode) { this.meetingCode = meetingCode; if(meetingCode != null){ putQueryParameter("MeetingCode", meetingCode); } } @Override public Class<ActiveMeetingResponse> getResponseClass() { return ActiveMeetingResponse.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/ActiveMeetingResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.ActiveMeetingResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ActiveMeetingResponse 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 Long validTime; private String meetingCode; public Long getValidTime() { return this.validTime; } public void setValidTime(Long validTime) { this.validTime = validTime; } public String getMeetingCode() { return this.meetingCode; } public void setMeetingCode(String meetingCode) { this.meetingCode = meetingCode; } } @Override public ActiveMeetingResponse getInstance(UnmarshallerContext context) { return ActiveMeetingResponseUnmarshaller.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/BatchCreateDeviceRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 BatchCreateDeviceRequest extends RpcAcsRequest<BatchCreateDeviceResponse> { private String sN; public BatchCreateDeviceRequest() { super("aliyuncvc", "2019-10-30", "BatchCreateDevice", "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 getSN() { return this.sN; } public void setSN(String sN) { this.sN = sN; if(sN != null){ putBodyParameter("SN", sN); } } @Override public Class<BatchCreateDeviceResponse> getResponseClass() { return BatchCreateDeviceResponse.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/BatchCreateDeviceResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.BatchCreateDeviceResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class BatchCreateDeviceResponse extends AcsResponse { private Integer errorCode; private String message; private Boolean success; private String requestId; private List<Data> devices; 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 List<Data> getDevices() { return this.devices; } public void setDevices(List<Data> devices) { this.devices = devices; } public static class Data { private Integer deviceErrorCode; private String deviceMessage; private String sN; private String activeCode; public Integer getDeviceErrorCode() { return this.deviceErrorCode; } public void setDeviceErrorCode(Integer deviceErrorCode) { this.deviceErrorCode = deviceErrorCode; } public String getDeviceMessage() { return this.deviceMessage; } public void setDeviceMessage(String deviceMessage) { this.deviceMessage = deviceMessage; } public String getSN() { return this.sN; } public void setSN(String sN) { this.sN = sN; } public String getActiveCode() { return this.activeCode; } public void setActiveCode(String activeCode) { this.activeCode = activeCode; } } @Override public BatchCreateDeviceResponse getInstance(UnmarshallerContext context) { return BatchCreateDeviceResponseUnmarshaller.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/BatchJoinMeetingInternationalRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 BatchJoinMeetingInternationalRequest extends RpcAcsRequest<BatchJoinMeetingInternationalResponse> { private String userId; private String password; private String meetingCode; public BatchJoinMeetingInternationalRequest() { super("aliyuncvc", "2019-10-30", "BatchJoinMeetingInternational", "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 String getPassword() { return this.password; } public void setPassword(String password) { this.password = password; if(password != null){ putBodyParameter("Password", password); } } public String getMeetingCode() { return this.meetingCode; } public void setMeetingCode(String meetingCode) { this.meetingCode = meetingCode; if(meetingCode != null){ putBodyParameter("MeetingCode", meetingCode); } } @Override public Class<BatchJoinMeetingInternationalResponse> getResponseClass() { return BatchJoinMeetingInternationalResponse.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/BatchJoinMeetingInternationalResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.BatchJoinMeetingInternationalResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class BatchJoinMeetingInternationalResponse extends AcsResponse { private String message; private String requestId; private Integer errorCode; private Boolean success; private MeetingInfo meetingInfo; 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 MeetingInfo getMeetingInfo() { return this.meetingInfo; } public void setMeetingInfo(MeetingInfo meetingInfo) { this.meetingInfo = meetingInfo; } public static class MeetingInfo { private String meetingAppId; private String meetingUUID; private String meetingToken; private String meetingDomain; private String clientAppId; private String meetingCode; private List<Member> memberList; private SlsInfo slsInfo; public String getMeetingAppId() { return this.meetingAppId; } public void setMeetingAppId(String meetingAppId) { this.meetingAppId = meetingAppId; } public String getMeetingUUID() { return this.meetingUUID; } public void setMeetingUUID(String meetingUUID) { this.meetingUUID = meetingUUID; } public String getMeetingToken() { return this.meetingToken; } public void setMeetingToken(String meetingToken) { this.meetingToken = meetingToken; } public String getMeetingDomain() { return this.meetingDomain; } public void setMeetingDomain(String meetingDomain) { this.meetingDomain = meetingDomain; } public String getClientAppId() { return this.clientAppId; } public void setClientAppId(String clientAppId) { this.clientAppId = clientAppId; } public String getMeetingCode() { return this.meetingCode; } public void setMeetingCode(String meetingCode) { this.meetingCode = meetingCode; } public List<Member> getMemberList() { return this.memberList; } public void setMemberList(List<Member> memberList) { this.memberList = memberList; } public SlsInfo getSlsInfo() { return this.slsInfo; } public void setSlsInfo(SlsInfo slsInfo) { this.slsInfo = slsInfo; } public static class Member { private String memberUUID; private String meetingToken; private String userId; public String getMemberUUID() { return this.memberUUID; } public void setMemberUUID(String memberUUID) { this.memberUUID = memberUUID; } public String getMeetingToken() { return this.meetingToken; } public void setMeetingToken(String meetingToken) { this.meetingToken = meetingToken; } public String getUserId() { return this.userId; } public void setUserId(String userId) { this.userId = userId; } } public static class SlsInfo { private String logServiceEndpoint; private String logstore; private String project; public String getLogServiceEndpoint() { return this.logServiceEndpoint; } public void setLogServiceEndpoint(String logServiceEndpoint) { this.logServiceEndpoint = logServiceEndpoint; } public String getLogstore() { return this.logstore; } public void setLogstore(String logstore) { this.logstore = logstore; } public String getProject() { return this.project; } public void setProject(String project) { this.project = project; } } } @Override public BatchJoinMeetingInternationalResponse getInstance(UnmarshallerContext context) { return BatchJoinMeetingInternationalResponseUnmarshaller.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/BatchJoinMeetingRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 BatchJoinMeetingRequest extends RpcAcsRequest<BatchJoinMeetingResponse> { private String rtcEngine; private String userId; private String password; private String meetingCode; public BatchJoinMeetingRequest() { super("aliyuncvc", "2019-10-30", "BatchJoinMeeting", "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 getRtcEngine() { return this.rtcEngine; } public void setRtcEngine(String rtcEngine) { this.rtcEngine = rtcEngine; if(rtcEngine != null){ putBodyParameter("RtcEngine", rtcEngine); } } public String getUserId() { return this.userId; } public void setUserId(String userId) { this.userId = userId; if(userId != null){ putBodyParameter("UserId", userId); } } public String getPassword() { return this.password; } public void setPassword(String password) { this.password = password; if(password != null){ putBodyParameter("Password", password); } } public String getMeetingCode() { return this.meetingCode; } public void setMeetingCode(String meetingCode) { this.meetingCode = meetingCode; if(meetingCode != null){ putBodyParameter("MeetingCode", meetingCode); } } @Override public Class<BatchJoinMeetingResponse> getResponseClass() { return BatchJoinMeetingResponse.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/BatchJoinMeetingResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.BatchJoinMeetingResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class BatchJoinMeetingResponse extends AcsResponse { private String message; private String requestId; private Integer errorCode; private Boolean success; private MeetingInfo meetingInfo; 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 MeetingInfo getMeetingInfo() { return this.meetingInfo; } public void setMeetingInfo(MeetingInfo meetingInfo) { this.meetingInfo = meetingInfo; } public static class MeetingInfo { private String meetingAppId; private String meetingDomain; private String clientAppId; private String meetingCode; private String meetingUUID; private List<Member> memberList; private SlsInfo slsInfo; public String getMeetingAppId() { return this.meetingAppId; } public void setMeetingAppId(String meetingAppId) { this.meetingAppId = meetingAppId; } public String getMeetingDomain() { return this.meetingDomain; } public void setMeetingDomain(String meetingDomain) { this.meetingDomain = meetingDomain; } public String getClientAppId() { return this.clientAppId; } public void setClientAppId(String clientAppId) { this.clientAppId = clientAppId; } public String getMeetingCode() { return this.meetingCode; } public void setMeetingCode(String meetingCode) { this.meetingCode = meetingCode; } public String getMeetingUUID() { return this.meetingUUID; } public void setMeetingUUID(String meetingUUID) { this.meetingUUID = meetingUUID; } public List<Member> getMemberList() { return this.memberList; } public void setMemberList(List<Member> memberList) { this.memberList = memberList; } public SlsInfo getSlsInfo() { return this.slsInfo; } public void setSlsInfo(SlsInfo slsInfo) { this.slsInfo = slsInfo; } public static class Member { private String userId; private String meetingToken; private String memberUUID; public String getUserId() { return this.userId; } public void setUserId(String userId) { this.userId = userId; } public String getMeetingToken() { return this.meetingToken; } public void setMeetingToken(String meetingToken) { this.meetingToken = meetingToken; } public String getMemberUUID() { return this.memberUUID; } public void setMemberUUID(String memberUUID) { this.memberUUID = memberUUID; } } public static class SlsInfo { private String logServiceEndpoint; private String logstore; private String project; public String getLogServiceEndpoint() { return this.logServiceEndpoint; } public void setLogServiceEndpoint(String logServiceEndpoint) { this.logServiceEndpoint = logServiceEndpoint; } public String getLogstore() { return this.logstore; } public void setLogstore(String logstore) { this.logstore = logstore; } public String getProject() { return this.project; } public void setProject(String project) { this.project = project; } } } @Override public BatchJoinMeetingResponse getInstance(UnmarshallerContext context) { return BatchJoinMeetingResponseUnmarshaller.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/CallDeviceRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 CallDeviceRequest extends RpcAcsRequest<CallDeviceResponse> { private String inviteName; private String operateUserId; private Boolean joinMeetingFlag; private String meetingCode; private String sN; public CallDeviceRequest() { super("aliyuncvc", "2019-10-30", "CallDevice", "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 getInviteName() { return this.inviteName; } public void setInviteName(String inviteName) { this.inviteName = inviteName; if(inviteName != null){ putBodyParameter("InviteName", inviteName); } } public String getOperateUserId() { return this.operateUserId; } public void setOperateUserId(String operateUserId) { this.operateUserId = operateUserId; if(operateUserId != null){ putBodyParameter("OperateUserId", operateUserId); } } public Boolean getJoinMeetingFlag() { return this.joinMeetingFlag; } public void setJoinMeetingFlag(Boolean joinMeetingFlag) { this.joinMeetingFlag = joinMeetingFlag; if(joinMeetingFlag != null){ putQueryParameter("JoinMeetingFlag", joinMeetingFlag.toString()); } } public String getMeetingCode() { return this.meetingCode; } public void setMeetingCode(String meetingCode) { this.meetingCode = meetingCode; if(meetingCode != null){ putBodyParameter("MeetingCode", meetingCode); } } public String getSN() { return this.sN; } public void setSN(String sN) { this.sN = sN; if(sN != null){ putBodyParameter("SN", sN); } } @Override public Class<CallDeviceResponse> getResponseClass() { return CallDeviceResponse.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/CallDeviceResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.CallDeviceResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CallDeviceResponse extends AcsResponse { private Integer errorCode; private String message; private Boolean success; private String requestId; private String messageId; 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 String getMessageId() { return this.messageId; } public void setMessageId(String messageId) { this.messageId = messageId; } @Override public CallDeviceResponse getInstance(UnmarshallerContext context) { return CallDeviceResponseUnmarshaller.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/ConferenceToLiveRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 ConferenceToLiveRequest extends RpcAcsRequest<ConferenceToLiveResponse> { private String userId; private Boolean openPasswordFlag; private String meetingUUID; private String password; private String liveName; public ConferenceToLiveRequest() { super("aliyuncvc", "2019-10-30", "ConferenceToLive", "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); } } public String getLiveName() { return this.liveName; } public void setLiveName(String liveName) { this.liveName = liveName; if(liveName != null){ putBodyParameter("LiveName", liveName); } } @Override public Class<ConferenceToLiveResponse> getResponseClass() { return ConferenceToLiveResponse.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/ConferenceToLiveResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.ConferenceToLiveResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ConferenceToLiveResponse extends AcsResponse { private Integer errorCode; private String message; private Boolean success; private String requestId; private LiveInfo liveInfo; 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 LiveInfo getLiveInfo() { return this.liveInfo; } public void setLiveInfo(LiveInfo liveInfo) { this.liveInfo = liveInfo; } public static class LiveInfo { private String liveUUID; public String getLiveUUID() { return this.liveUUID; } public void setLiveUUID(String liveUUID) { this.liveUUID = liveUUID; } } @Override public ConferenceToLiveResponse getInstance(UnmarshallerContext context) { return ConferenceToLiveResponseUnmarshaller.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/CreateDeviceMeetingRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 CreateDeviceMeetingRequest extends RpcAcsRequest<CreateDeviceMeetingResponse> { private String meetingName; private Boolean openPasswordtag; private String token; private String password; private String sN; public CreateDeviceMeetingRequest() { super("aliyuncvc", "2019-10-30", "CreateDeviceMeeting", "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 getMeetingName() { return this.meetingName; } public void setMeetingName(String meetingName) { this.meetingName = meetingName; if(meetingName != null){ putBodyParameter("MeetingName", meetingName); } } public Boolean getOpenPasswordtag() { return this.openPasswordtag; } public void setOpenPasswordtag(Boolean openPasswordtag) { this.openPasswordtag = openPasswordtag; if(openPasswordtag != null){ putBodyParameter("OpenPasswordtag", openPasswordtag.toString()); } } public String getToken() { return this.token; } public void setToken(String token) { this.token = token; if(token != null){ putBodyParameter("Token", token); } } public String getPassword() { return this.password; } public void setPassword(String password) { this.password = password; if(password != null){ putBodyParameter("Password", password); } } public String getSN() { return this.sN; } public void setSN(String sN) { this.sN = sN; if(sN != null){ putBodyParameter("SN", sN); } } @Override public Class<CreateDeviceMeetingResponse> getResponseClass() { return CreateDeviceMeetingResponse.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/CreateDeviceMeetingResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.CreateDeviceMeetingResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CreateDeviceMeetingResponse extends AcsResponse { private Integer errorCode; private String message; private Boolean success; private String requestId; private Devices devices; 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 Devices getDevices() { return this.devices; } public void setDevices(Devices devices) { this.devices = devices; } public static class Devices { private String meetingCode; private String meetingUUID; public String getMeetingCode() { return this.meetingCode; } public void setMeetingCode(String meetingCode) { this.meetingCode = meetingCode; } public String getMeetingUUID() { return this.meetingUUID; } public void setMeetingUUID(String meetingUUID) { this.meetingUUID = meetingUUID; } } @Override public CreateDeviceMeetingResponse getInstance(UnmarshallerContext context) { return CreateDeviceMeetingResponseUnmarshaller.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/CreateEvaluationRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 CreateEvaluationRequest extends RpcAcsRequest<CreateEvaluationResponse> { private Long createTime; private String memo; private String description; private String memberUUID; private String userId; private String evaluation; private String score; private String meetingUUID; public CreateEvaluationRequest() { super("aliyuncvc", "2019-10-30", "CreateEvaluation", "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 getCreateTime() { return this.createTime; } public void setCreateTime(Long createTime) { this.createTime = createTime; if(createTime != null){ putQueryParameter("CreateTime", createTime.toString()); } } public String getMemo() { return this.memo; } public void setMemo(String memo) { this.memo = memo; if(memo != null){ putQueryParameter("Memo", memo); } } public String getDescription() { return this.description; } public void setDescription(String description) { this.description = description; if(description != null){ putQueryParameter("Description", description); } } public String getMemberUUID() { return this.memberUUID; } public void setMemberUUID(String memberUUID) { this.memberUUID = memberUUID; if(memberUUID != null){ putQueryParameter("MemberUUID", memberUUID); } } public String getUserId() { return this.userId; } public void setUserId(String userId) { this.userId = userId; if(userId != null){ putQueryParameter("UserId", userId); } } public String getEvaluation() { return this.evaluation; } public void setEvaluation(String evaluation) { this.evaluation = evaluation; if(evaluation != null){ putQueryParameter("Evaluation", evaluation); } } public String getScore() { return this.score; } public void setScore(String score) { this.score = score; if(score != null){ putQueryParameter("Score", score); } } public String getMeetingUUID() { return this.meetingUUID; } public void setMeetingUUID(String meetingUUID) { this.meetingUUID = meetingUUID; if(meetingUUID != null){ putQueryParameter("MeetingUUID", meetingUUID); } } @Override public Class<CreateEvaluationResponse> getResponseClass() { return CreateEvaluationResponse.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/CreateEvaluationResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.CreateEvaluationResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CreateEvaluationResponse extends AcsResponse { private String requestId; private Boolean success; private String errorCode; private String message; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getErrorCode() { return this.errorCode; } public void setErrorCode(String errorCode) { this.errorCode = errorCode; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } @Override public CreateEvaluationResponse getInstance(UnmarshallerContext context) { return CreateEvaluationResponseUnmarshaller.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/CreateLiveRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 CreateLiveRequest extends RpcAcsRequest<CreateLiveResponse> { private String userId; private Boolean openPasswordFlag; private String password; private String liveName; public CreateLiveRequest() { super("aliyuncvc", "2019-10-30", "CreateLive", "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 getPassword() { return this.password; } public void setPassword(String password) { this.password = password; if(password != null){ putBodyParameter("Password", password); } } public String getLiveName() { return this.liveName; } public void setLiveName(String liveName) { this.liveName = liveName; if(liveName != null){ putBodyParameter("LiveName", liveName); } } @Override public Class<CreateLiveResponse> getResponseClass() { return CreateLiveResponse.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/CreateLiveResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.CreateLiveResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CreateLiveResponse extends AcsResponse { private Integer errorCode; private String message; private Boolean success; private String requestId; private LiveInfo liveInfo; 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 LiveInfo getLiveInfo() { return this.liveInfo; } public void setLiveInfo(LiveInfo liveInfo) { this.liveInfo = liveInfo; } public static class LiveInfo { private String liveUUID; private String streamUUID; public String getLiveUUID() { return this.liveUUID; } public void setLiveUUID(String liveUUID) { this.liveUUID = liveUUID; } public String getStreamUUID() { return this.streamUUID; } public void setStreamUUID(String streamUUID) { this.streamUUID = streamUUID; } } @Override public CreateLiveResponse getInstance(UnmarshallerContext context) { return CreateLiveResponseUnmarshaller.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/CreateMeetingInternationalRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 CreateMeetingInternationalRequest extends RpcAcsRequest<CreateMeetingInternationalResponse> { private String meetingName; private String userId; private String openPasswordFlag; private String password; public CreateMeetingInternationalRequest() { super("aliyuncvc", "2019-10-30", "CreateMeetingInternational", "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 getMeetingName() { return this.meetingName; } public void setMeetingName(String meetingName) { this.meetingName = meetingName; if(meetingName != null){ putBodyParameter("MeetingName", meetingName); } } public String getUserId() { return this.userId; } public void setUserId(String userId) { this.userId = userId; if(userId != null){ putBodyParameter("UserId", userId); } } public String getOpenPasswordFlag() { return this.openPasswordFlag; } public void setOpenPasswordFlag(String openPasswordFlag) { this.openPasswordFlag = openPasswordFlag; if(openPasswordFlag != null){ putBodyParameter("OpenPasswordFlag", openPasswordFlag); } } public String getPassword() { return this.password; } public void setPassword(String password) { this.password = password; if(password != null){ putBodyParameter("Password", password); } } @Override public Class<CreateMeetingInternationalResponse> getResponseClass() { return CreateMeetingInternationalResponse.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/CreateMeetingInternationalResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.CreateMeetingInternationalResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CreateMeetingInternationalResponse 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 meetingCode; private String meetingUUID; public String getMeetingCode() { return this.meetingCode; } public void setMeetingCode(String meetingCode) { this.meetingCode = meetingCode; } public String getMeetingUUID() { return this.meetingUUID; } public void setMeetingUUID(String meetingUUID) { this.meetingUUID = meetingUUID; } } @Override public CreateMeetingInternationalResponse getInstance(UnmarshallerContext context) { return CreateMeetingInternationalResponseUnmarshaller.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/CreateMeetingRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 CreateMeetingRequest extends RpcAcsRequest<CreateMeetingResponse> { private String meetingName; private String userId; private Boolean openPasswordFlag; private String password; private Boolean masterEnableFlag; private String meetingMode; public CreateMeetingRequest() { super("aliyuncvc", "2019-10-30", "CreateMeeting", "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 getMeetingName() { return this.meetingName; } public void setMeetingName(String meetingName) { this.meetingName = meetingName; if(meetingName != null){ putBodyParameter("MeetingName", meetingName); } } 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); } } public Boolean getMasterEnableFlag() { return this.masterEnableFlag; } public void setMasterEnableFlag(Boolean masterEnableFlag) { this.masterEnableFlag = masterEnableFlag; if(masterEnableFlag != null){ putBodyParameter("MasterEnableFlag", masterEnableFlag.toString()); } } public String getMeetingMode() { return this.meetingMode; } public void setMeetingMode(String meetingMode) { this.meetingMode = meetingMode; if(meetingMode != null){ putBodyParameter("MeetingMode", meetingMode); } } @Override public Class<CreateMeetingResponse> getResponseClass() { return CreateMeetingResponse.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/CreateMeetingResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.CreateMeetingResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CreateMeetingResponse 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 meetingCode; private String meetingUUID; public String getMeetingCode() { return this.meetingCode; } public void setMeetingCode(String meetingCode) { this.meetingCode = meetingCode; } public String getMeetingUUID() { return this.meetingUUID; } public void setMeetingUUID(String meetingUUID) { this.meetingUUID = meetingUUID; } } @Override public CreateMeetingResponse getInstance(UnmarshallerContext context) { return CreateMeetingResponseUnmarshaller.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/CreateUserInternationalRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 CreateUserInternationalRequest extends RpcAcsRequest<CreateUserInternationalResponse> { private Integer count; private String userInfo; public CreateUserInternationalRequest() { super("aliyuncvc", "2019-10-30", "CreateUserInternational", "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 getCount() { return this.count; } public void setCount(Integer count) { this.count = count; if(count != null){ putBodyParameter("Count", count.toString()); } } public String getUserInfo() { return this.userInfo; } public void setUserInfo(String userInfo) { this.userInfo = userInfo; if(userInfo != null){ putBodyParameter("UserInfo", userInfo); } } @Override public Class<CreateUserInternationalResponse> getResponseClass() { return CreateUserInternationalResponse.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/CreateUserInternationalResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.CreateUserInternationalResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CreateUserInternationalResponse extends AcsResponse { private Integer errorCode; private String message; private Boolean success; private String requestId; private String userId; 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 String getUserId() { return this.userId; } public void setUserId(String userId) { this.userId = userId; } @Override public CreateUserInternationalResponse getInstance(UnmarshallerContext context) { return CreateUserInternationalResponseUnmarshaller.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/CreateUserRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 CreateUserRequest extends RpcAcsRequest<CreateUserResponse> { private Integer count; private String userInfo; public CreateUserRequest() { super("aliyuncvc", "2019-10-30", "CreateUser", "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 getCount() { return this.count; } public void setCount(Integer count) { this.count = count; if(count != null){ putBodyParameter("Count", count.toString()); } } public String getUserInfo() { return this.userInfo; } public void setUserInfo(String userInfo) { this.userInfo = userInfo; if(userInfo != null){ putBodyParameter("UserInfo", userInfo); } } @Override public Class<CreateUserResponse> getResponseClass() { return CreateUserResponse.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/CreateUserResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.CreateUserResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CreateUserResponse extends AcsResponse { private Integer errorCode; private String message; private Boolean success; private String requestId; private String userId; 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 String getUserId() { return this.userId; } public void setUserId(String userId) { this.userId = userId; } @Override public CreateUserResponse getInstance(UnmarshallerContext context) { return CreateUserResponseUnmarshaller.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/CustomGonggeLayoutRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 CustomGonggeLayoutRequest extends RpcAcsRequest<CustomGonggeLayoutResponse> { private String meetingUUID; private String layoutSolution; public CustomGonggeLayoutRequest() { super("aliyuncvc", "2019-10-30", "CustomGonggeLayout", "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 getLayoutSolution() { return this.layoutSolution; } public void setLayoutSolution(String layoutSolution) { this.layoutSolution = layoutSolution; if(layoutSolution != null){ putBodyParameter("LayoutSolution", layoutSolution); } } @Override public Class<CustomGonggeLayoutResponse> getResponseClass() { return CustomGonggeLayoutResponse.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/CustomGonggeLayoutResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.CustomGonggeLayoutResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CustomGonggeLayoutResponse extends AcsResponse { private Integer errorCode; private Boolean success; private String requestId; private String message; 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; } @Override public CustomGonggeLayoutResponse getInstance(UnmarshallerContext context) { return CustomGonggeLayoutResponseUnmarshaller.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/CustomLayoutRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 CustomLayoutRequest extends RpcAcsRequest<CustomLayoutResponse> { private String liveUUID; private String layoutInfo; public CustomLayoutRequest() { super("aliyuncvc", "2019-10-30", "CustomLayout", "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 getLayoutInfo() { return this.layoutInfo; } public void setLayoutInfo(String layoutInfo) { this.layoutInfo = layoutInfo; if(layoutInfo != null){ putBodyParameter("LayoutInfo", layoutInfo); } } @Override public Class<CustomLayoutResponse> getResponseClass() { return CustomLayoutResponse.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/CustomLayoutResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.CustomLayoutResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class CustomLayoutResponse 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 CustomLayoutResponse getInstance(UnmarshallerContext context) { return CustomLayoutResponseUnmarshaller.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/DeleteDeviceRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 DeleteDeviceRequest extends RpcAcsRequest<DeleteDeviceResponse> { private String groupId; private String sN; public DeleteDeviceRequest() { super("aliyuncvc", "2019-10-30", "DeleteDevice", "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 getGroupId() { return this.groupId; } public void setGroupId(String groupId) { this.groupId = groupId; if(groupId != null){ putBodyParameter("GroupId", groupId); } } public String getSN() { return this.sN; } public void setSN(String sN) { this.sN = sN; if(sN != null){ putBodyParameter("SN", sN); } } @Override public Class<DeleteDeviceResponse> getResponseClass() { return DeleteDeviceResponse.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/DeleteDeviceResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.DeleteDeviceResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteDeviceResponse extends AcsResponse { private String message; private String requestId; private Integer errorCode; private Boolean success; 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; } @Override public DeleteDeviceResponse getInstance(UnmarshallerContext context) { return DeleteDeviceResponseUnmarshaller.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/DeleteLiveRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 DeleteLiveRequest extends RpcAcsRequest<DeleteLiveResponse> { private String liveUUID; private String userId; public DeleteLiveRequest() { super("aliyuncvc", "2019-10-30", "DeleteLive", "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); } } @Override public Class<DeleteLiveResponse> getResponseClass() { return DeleteLiveResponse.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/DeleteLiveResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.DeleteLiveResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteLiveResponse 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 DeleteLiveResponse getInstance(UnmarshallerContext context) { return DeleteLiveResponseUnmarshaller.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/DeleteMeetingRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 DeleteMeetingRequest extends RpcAcsRequest<DeleteMeetingResponse> { private String meetingUUID; public DeleteMeetingRequest() { super("aliyuncvc", "2019-10-30", "DeleteMeeting", "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); } } @Override public Class<DeleteMeetingResponse> getResponseClass() { return DeleteMeetingResponse.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/DeleteMeetingResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.DeleteMeetingResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteMeetingResponse 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 DeleteMeetingResponse getInstance(UnmarshallerContext context) { return DeleteMeetingResponseUnmarshaller.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/DeleteUserRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 DeleteUserRequest extends RpcAcsRequest<DeleteUserResponse> { private Integer count; private String userInfo; public DeleteUserRequest() { super("aliyuncvc", "2019-10-30", "DeleteUser", "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 getCount() { return this.count; } public void setCount(Integer count) { this.count = count; if(count != null){ putBodyParameter("Count", count.toString()); } } public String getUserInfo() { return this.userInfo; } public void setUserInfo(String userInfo) { this.userInfo = userInfo; if(userInfo != null){ putBodyParameter("UserInfo", userInfo); } } @Override public Class<DeleteUserResponse> getResponseClass() { return DeleteUserResponse.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/DeleteUserResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.DeleteUserResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteUserResponse extends AcsResponse { private String requestId; private Boolean success; private Integer errorCode; private String message; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } 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; } @Override public DeleteUserResponse getInstance(UnmarshallerContext context) { return DeleteUserResponseUnmarshaller.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/EnableLiveSpeakerRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 EnableLiveSpeakerRequest extends RpcAcsRequest<EnableLiveSpeakerResponse> { private String liveUUID; private Boolean enableSpeakerFlag; public EnableLiveSpeakerRequest() { super("aliyuncvc", "2019-10-30", "EnableLiveSpeaker", "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 Boolean getEnableSpeakerFlag() { return this.enableSpeakerFlag; } public void setEnableSpeakerFlag(Boolean enableSpeakerFlag) { this.enableSpeakerFlag = enableSpeakerFlag; if(enableSpeakerFlag != null){ putBodyParameter("EnableSpeakerFlag", enableSpeakerFlag.toString()); } } @Override public Class<EnableLiveSpeakerResponse> getResponseClass() { return EnableLiveSpeakerResponse.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/EnableLiveSpeakerResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.EnableLiveSpeakerResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class EnableLiveSpeakerResponse 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 EnableLiveSpeakerResponse getInstance(UnmarshallerContext context) { return EnableLiveSpeakerResponseUnmarshaller.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/EndDeviceMeetingRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 EndDeviceMeetingRequest extends RpcAcsRequest<EndDeviceMeetingResponse> { private String meetingUUID; private String sN; public EndDeviceMeetingRequest() { super("aliyuncvc", "2019-10-30", "EndDeviceMeeting", "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 getSN() { return this.sN; } public void setSN(String sN) { this.sN = sN; if(sN != null){ putBodyParameter("SN", sN); } } @Override public Class<EndDeviceMeetingResponse> getResponseClass() { return EndDeviceMeetingResponse.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/EndDeviceMeetingResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.EndDeviceMeetingResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class EndDeviceMeetingResponse 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 EndDeviceMeetingResponse getInstance(UnmarshallerContext context) { return EndDeviceMeetingResponseUnmarshaller.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/EndLiveRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 EndLiveRequest extends RpcAcsRequest<EndLiveResponse> { private String liveUUID; private String userId; public EndLiveRequest() { super("aliyuncvc", "2019-10-30", "EndLive", "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); } } @Override public Class<EndLiveResponse> getResponseClass() { return EndLiveResponse.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/EndLiveResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.EndLiveResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class EndLiveResponse 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 EndLiveResponse getInstance(UnmarshallerContext context) { return EndLiveResponseUnmarshaller.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/GetAccountInfoRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 GetAccountInfoRequest extends RpcAcsRequest<GetAccountInfoResponse> { public GetAccountInfoRequest() { super("aliyuncvc", "2019-10-30", "GetAccountInfo", "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<GetAccountInfoResponse> getResponseClass() { return GetAccountInfoResponse.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/GetAccountInfoResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.GetAccountInfoResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetAccountInfoResponse extends AcsResponse { private Integer errorCode; private String message; private Boolean success; private String requestId; private AccountInfo accountInfo; 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 AccountInfo getAccountInfo() { return this.accountInfo; } public void setAccountInfo(AccountInfo accountInfo) { this.accountInfo = accountInfo; } public static class AccountInfo { private Integer accountConcurrentMax; private Integer accountApplicationMax; private Integer accountApplicationNumber; public Integer getAccountConcurrentMax() { return this.accountConcurrentMax; } public void setAccountConcurrentMax(Integer accountConcurrentMax) { this.accountConcurrentMax = accountConcurrentMax; } public Integer getAccountApplicationMax() { return this.accountApplicationMax; } public void setAccountApplicationMax(Integer accountApplicationMax) { this.accountApplicationMax = accountApplicationMax; } public Integer getAccountApplicationNumber() { return this.accountApplicationNumber; } public void setAccountApplicationNumber(Integer accountApplicationNumber) { this.accountApplicationNumber = accountApplicationNumber; } } @Override public GetAccountInfoResponse getInstance(UnmarshallerContext context) { return GetAccountInfoResponseUnmarshaller.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/GetDeviceActiveCodeRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 GetDeviceActiveCodeRequest extends RpcAcsRequest<GetDeviceActiveCodeResponse> { private String sN; public GetDeviceActiveCodeRequest() { super("aliyuncvc", "2019-10-30", "GetDeviceActiveCode", "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 getSN() { return this.sN; } public void setSN(String sN) { this.sN = sN; if(sN != null){ putBodyParameter("SN", sN); } } @Override public Class<GetDeviceActiveCodeResponse> getResponseClass() { return GetDeviceActiveCodeResponse.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/GetDeviceActiveCodeResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.GetDeviceActiveCodeResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetDeviceActiveCodeResponse extends AcsResponse { private Integer errorCode; private String message; private Boolean success; private List<Data> devices; 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 List<Data> getDevices() { return this.devices; } public void setDevices(List<Data> devices) { this.devices = devices; } public static class Data { private Integer deviceErrorCode; private String deviceMessage; private String sN; private String activeCode; public Integer getDeviceErrorCode() { return this.deviceErrorCode; } public void setDeviceErrorCode(Integer deviceErrorCode) { this.deviceErrorCode = deviceErrorCode; } public String getDeviceMessage() { return this.deviceMessage; } public void setDeviceMessage(String deviceMessage) { this.deviceMessage = deviceMessage; } public String getSN() { return this.sN; } public void setSN(String sN) { this.sN = sN; } public String getActiveCode() { return this.activeCode; } public void setActiveCode(String activeCode) { this.activeCode = activeCode; } } @Override public GetDeviceActiveCodeResponse getInstance(UnmarshallerContext context) { return GetDeviceActiveCodeResponseUnmarshaller.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/GetDeviceInfoRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 GetDeviceInfoRequest extends RpcAcsRequest<GetDeviceInfoResponse> { private String castScreenCode; private String groupId; private String sn; public GetDeviceInfoRequest() { super("aliyuncvc", "2019-10-30", "GetDeviceInfo", "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){ putQueryParameter("CastScreenCode", castScreenCode); } } public String getGroupId() { return this.groupId; } public void setGroupId(String groupId) { this.groupId = groupId; if(groupId != null){ putQueryParameter("GroupId", groupId); } } public String getSn() { return this.sn; } public void setSn(String sn) { this.sn = sn; if(sn != null){ putQueryParameter("Sn", sn); } } @Override public Class<GetDeviceInfoResponse> getResponseClass() { return GetDeviceInfoResponse.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/GetDeviceInfoResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.GetDeviceInfoResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetDeviceInfoResponse extends AcsResponse { private String requestId; private String message; private Integer errorCode; private Boolean success; private Device device; 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 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 Device getDevice() { return this.device; } public void setDevice(Device device) { this.device = device; } public static class Device { private Integer status; private String castScreenCode; private String iP; private String port; private String sn; private String ssid; private String activationCode; private String mac; public Integer getStatus() { return this.status; } public void setStatus(Integer status) { this.status = status; } public String getCastScreenCode() { return this.castScreenCode; } public void setCastScreenCode(String castScreenCode) { this.castScreenCode = castScreenCode; } public String getIP() { return this.iP; } public void setIP(String iP) { this.iP = iP; } public String getPort() { return this.port; } public void setPort(String port) { this.port = port; } public String getSn() { return this.sn; } public void setSn(String sn) { this.sn = sn; } public String getSsid() { return this.ssid; } public void setSsid(String ssid) { this.ssid = ssid; } public String getActivationCode() { return this.activationCode; } public void setActivationCode(String activationCode) { this.activationCode = activationCode; } public String getMac() { return this.mac; } public void setMac(String mac) { this.mac = mac; } } @Override public GetDeviceInfoResponse getInstance(UnmarshallerContext context) { return GetDeviceInfoResponseUnmarshaller.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/GetDeviceListRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 GetDeviceListRequest extends RpcAcsRequest<GetDeviceListResponse> { private String castScreenCode; private String groupId; public GetDeviceListRequest() { super("aliyuncvc", "2019-10-30", "GetDeviceList", "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){ putQueryParameter("CastScreenCode", castScreenCode); } } public String getGroupId() { return this.groupId; } public void setGroupId(String groupId) { this.groupId = groupId; if(groupId != null){ putQueryParameter("GroupId", groupId); } } @Override public Class<GetDeviceListResponse> getResponseClass() { return GetDeviceListResponse.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/GetDeviceListResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.GetDeviceListResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetDeviceListResponse extends AcsResponse { private String requestId; private String message; private Integer errorCode; private Boolean success; private List<DataItem> data; 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 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<DataItem> getData() { return this.data; } public void setData(List<DataItem> data) { this.data = data; } public static class DataItem { private Integer status; private String castScreenCode; private String iP; private String port; private String sN; private String activationCode; private String mac; public Integer getStatus() { return this.status; } public void setStatus(Integer status) { this.status = status; } public String getCastScreenCode() { return this.castScreenCode; } public void setCastScreenCode(String castScreenCode) { this.castScreenCode = castScreenCode; } public String getIP() { return this.iP; } public void setIP(String iP) { this.iP = iP; } public String getPort() { return this.port; } public void setPort(String port) { this.port = port; } public String getSN() { return this.sN; } public void setSN(String sN) { this.sN = sN; } public String getActivationCode() { return this.activationCode; } public void setActivationCode(String activationCode) { this.activationCode = activationCode; } public String getMac() { return this.mac; } public void setMac(String mac) { this.mac = mac; } } @Override public GetDeviceListResponse getInstance(UnmarshallerContext context) { return GetDeviceListResponseUnmarshaller.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/GetDeviceTokenRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 GetDeviceTokenRequest extends RpcAcsRequest<GetDeviceTokenResponse> { private String token; private String sN; public GetDeviceTokenRequest() { super("aliyuncvc", "2019-10-30", "GetDeviceToken", "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 getToken() { return this.token; } public void setToken(String token) { this.token = token; if(token != null){ putQueryParameter("Token", token); } } public String getSN() { return this.sN; } public void setSN(String sN) { this.sN = sN; if(sN != null){ putQueryParameter("SN", sN); } } @Override public Class<GetDeviceTokenResponse> getResponseClass() { return GetDeviceTokenResponse.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/GetDeviceTokenResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.GetDeviceTokenResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetDeviceTokenResponse extends AcsResponse { private Integer errorCode; private String message; private Boolean success; private String requestId; private String token; 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 String getToken() { return this.token; } public void setToken(String token) { this.token = token; } @Override public GetDeviceTokenResponse getInstance(UnmarshallerContext context) { return GetDeviceTokenResponseUnmarshaller.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/GetMeetingInternationalRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 GetMeetingInternationalRequest extends RpcAcsRequest<GetMeetingInternationalResponse> { private String meetingUUID; public GetMeetingInternationalRequest() { super("aliyuncvc", "2019-10-30", "GetMeetingInternational", "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); } } @Override public Class<GetMeetingInternationalResponse> getResponseClass() { return GetMeetingInternationalResponse.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/GetMeetingInternationalResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.GetMeetingInternationalResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetMeetingInternationalResponse 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 Long validTime; private String meetingCode; private Long createTime; private String userId; private String meetingUUID; private String password; private List<MemberListItem> memberList; public String getMeetingName() { return this.meetingName; } public void setMeetingName(String meetingName) { this.meetingName = meetingName; } public Long getValidTime() { return this.validTime; } public void setValidTime(Long validTime) { this.validTime = validTime; } public String getMeetingCode() { return this.meetingCode; } public void setMeetingCode(String meetingCode) { this.meetingCode = meetingCode; } 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 String getPassword() { return this.password; } public void setPassword(String password) { this.password = password; } public List<MemberListItem> getMemberList() { return this.memberList; } public void setMemberList(List<MemberListItem> memberList) { this.memberList = memberList; } public static class MemberListItem { private String userAvatarUrl; private String memberUUID; private String userName; private String userId; private String status; public String getUserAvatarUrl() { return this.userAvatarUrl; } public void setUserAvatarUrl(String userAvatarUrl) { this.userAvatarUrl = userAvatarUrl; } public String getMemberUUID() { return this.memberUUID; } public void setMemberUUID(String memberUUID) { this.memberUUID = memberUUID; } public String getUserName() { return this.userName; } public void setUserName(String userName) { this.userName = userName; } 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; } } } @Override public GetMeetingInternationalResponse getInstance(UnmarshallerContext context) { return GetMeetingInternationalResponseUnmarshaller.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/GetMeetingMemberRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 GetMeetingMemberRequest extends RpcAcsRequest<GetMeetingMemberResponse> { private String meetingUUID; public GetMeetingMemberRequest() { super("aliyuncvc", "2019-10-30", "GetMeetingMember", "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<GetMeetingMemberResponse> getResponseClass() { return GetMeetingMemberResponse.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/GetMeetingMemberResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.Map; import com.aliyuncs.AcsResponse; import com.aliyuncs.aliyuncvc.transform.v20191030.GetMeetingMemberResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetMeetingMemberResponse extends AcsResponse { private String requestId; private String message; private Boolean success; private Integer errorCode; private Map<Object,Object> members; 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 Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public Integer getErrorCode() { return this.errorCode; } public void setErrorCode(Integer errorCode) { this.errorCode = errorCode; } public Map<Object,Object> getMembers() { return this.members; } public void setMembers(Map<Object,Object> members) { this.members = members; } @Override public GetMeetingMemberResponse getInstance(UnmarshallerContext context) { return GetMeetingMemberResponseUnmarshaller.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/GetMeetingRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 GetMeetingRequest extends RpcAcsRequest<GetMeetingResponse> { private String meetingUUID; public GetMeetingRequest() { super("aliyuncvc", "2019-10-30", "GetMeeting", "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); } } @Override public Class<GetMeetingResponse> getResponseClass() { return GetMeetingResponse.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/GetMeetingResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.GetMeetingResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetMeetingResponse extends AcsResponse { private String message; private String requestId; private Integer errorCode; private Boolean success; private MeetingInfo meetingInfo; 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 MeetingInfo getMeetingInfo() { return this.meetingInfo; } public void setMeetingInfo(MeetingInfo meetingInfo) { this.meetingInfo = meetingInfo; } public static class MeetingInfo { private String password; private String meetingUUID; private Long validTime; private Long createTime; private String meetingName; private String userId; private String meetingCode; private List<MemberListItem> memberList; public String getPassword() { return this.password; } public void setPassword(String password) { this.password = password; } public String getMeetingUUID() { return this.meetingUUID; } public void setMeetingUUID(String meetingUUID) { this.meetingUUID = meetingUUID; } public Long getValidTime() { return this.validTime; } public void setValidTime(Long validTime) { this.validTime = validTime; } public Long getCreateTime() { return this.createTime; } public void setCreateTime(Long createTime) { this.createTime = createTime; } public String getMeetingName() { return this.meetingName; } public void setMeetingName(String meetingName) { this.meetingName = meetingName; } public String getUserId() { return this.userId; } public void setUserId(String userId) { this.userId = userId; } public String getMeetingCode() { return this.meetingCode; } public void setMeetingCode(String meetingCode) { this.meetingCode = meetingCode; } public List<MemberListItem> getMemberList() { return this.memberList; } public void setMemberList(List<MemberListItem> memberList) { this.memberList = memberList; } public static class MemberListItem { private String status; private String memberUUID; private String userAvatarUrl; private String userId; private String userName; public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } public String getMemberUUID() { return this.memberUUID; } public void setMemberUUID(String memberUUID) { this.memberUUID = memberUUID; } public String getUserAvatarUrl() { return this.userAvatarUrl; } public void setUserAvatarUrl(String userAvatarUrl) { this.userAvatarUrl = userAvatarUrl; } public String getUserId() { return this.userId; } public void setUserId(String userId) { this.userId = userId; } public String getUserName() { return this.userName; } public void setUserName(String userName) { this.userName = userName; } } } @Override public GetMeetingResponse getInstance(UnmarshallerContext context) { return GetMeetingResponseUnmarshaller.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/GetScreenVerificationCodeRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 GetScreenVerificationCodeRequest extends RpcAcsRequest<GetScreenVerificationCodeResponse> { private String castScreenCode; public GetScreenVerificationCodeRequest() { super("aliyuncvc", "2019-10-30", "GetScreenVerificationCode", "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); } } @Override public Class<GetScreenVerificationCodeResponse> getResponseClass() { return GetScreenVerificationCodeResponse.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/GetScreenVerificationCodeResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.GetScreenVerificationCodeResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetScreenVerificationCodeResponse extends AcsResponse { private Integer errorCode; private String message; private Boolean success; private String requestId; private String screenVerificationCode; 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 String getScreenVerificationCode() { return this.screenVerificationCode; } public void setScreenVerificationCode(String screenVerificationCode) { this.screenVerificationCode = screenVerificationCode; } @Override public GetScreenVerificationCodeResponse getInstance(UnmarshallerContext context) { return GetScreenVerificationCodeResponseUnmarshaller.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/GetStatisticRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 GetStatisticRequest extends RpcAcsRequest<GetStatisticResponse> { private Long endTime; private Long startTime; public GetStatisticRequest() { super("aliyuncvc", "2019-10-30", "GetStatistic", "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){ putBodyParameter("EndTime", endTime.toString()); } } public Long getStartTime() { return this.startTime; } public void setStartTime(Long startTime) { this.startTime = startTime; if(startTime != null){ putBodyParameter("StartTime", startTime.toString()); } } @Override public Class<GetStatisticResponse> getResponseClass() { return GetStatisticResponse.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/GetStatisticResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.GetStatisticResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetStatisticResponse extends AcsResponse { private Integer errorCode; private String message; private Boolean success; private String requestId; private StatisticInfo statisticInfo; 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 StatisticInfo getStatisticInfo() { return this.statisticInfo; } public void setStatisticInfo(StatisticInfo statisticInfo) { this.statisticInfo = statisticInfo; } public static class StatisticInfo { private Long meetingDuration; private Long meetingNumber; private Long memberNumber; private Long maxConcurrency; public Long getMeetingDuration() { return this.meetingDuration; } public void setMeetingDuration(Long meetingDuration) { this.meetingDuration = meetingDuration; } public Long getMeetingNumber() { return this.meetingNumber; } public void setMeetingNumber(Long meetingNumber) { this.meetingNumber = meetingNumber; } public Long getMemberNumber() { return this.memberNumber; } public void setMemberNumber(Long memberNumber) { this.memberNumber = memberNumber; } public Long getMaxConcurrency() { return this.maxConcurrency; } public void setMaxConcurrency(Long maxConcurrency) { this.maxConcurrency = maxConcurrency; } } @Override public GetStatisticResponse getInstance(UnmarshallerContext context) { return GetStatisticResponseUnmarshaller.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/GetUserRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 GetUserRequest extends RpcAcsRequest<GetUserResponse> { private String userId; public GetUserRequest() { super("aliyuncvc", "2019-10-30", "GetUser", "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){ putQueryParameter("UserId", userId); } } @Override public Class<GetUserResponse> getResponseClass() { return GetUserResponse.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/GetUserResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.GetUserResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetUserResponse extends AcsResponse { private Integer errorCode; private String message; private Boolean success; private String requestId; private UserInfo userInfo; 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 UserInfo getUserInfo() { return this.userInfo; } public void setUserInfo(UserInfo userInfo) { this.userInfo = userInfo; } public static class UserInfo { private String userName; private Long createTime; private String groupId; private String groupName; private String userId; private String userTel; private String userEmail; private String userMobile; private String userAvatarUrl; private String departId; private String departName; private String jobName; 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 getGroupId() { return this.groupId; } public void setGroupId(String groupId) { this.groupId = groupId; } public String getGroupName() { return this.groupName; } public void setGroupName(String groupName) { this.groupName = groupName; } public String getUserId() { return this.userId; } public void setUserId(String userId) { this.userId = userId; } public String getUserTel() { return this.userTel; } public void setUserTel(String userTel) { this.userTel = userTel; } public String getUserEmail() { return this.userEmail; } public void setUserEmail(String userEmail) { this.userEmail = userEmail; } 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 getDepartId() { return this.departId; } public void setDepartId(String departId) { this.departId = departId; } public String getDepartName() { return this.departName; } public void setDepartName(String departName) { this.departName = departName; } public String getJobName() { return this.jobName; } public void setJobName(String jobName) { this.jobName = jobName; } } @Override public GetUserResponse getInstance(UnmarshallerContext context) { return GetUserResponseUnmarshaller.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/GetWebSocketTokenRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 GetWebSocketTokenRequest extends RpcAcsRequest<GetWebSocketTokenResponse> { private String sessionId; private String oldToken; public GetWebSocketTokenRequest() { super("aliyuncvc", "2019-10-30", "GetWebSocketToken", "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 getSessionId() { return this.sessionId; } public void setSessionId(String sessionId) { this.sessionId = sessionId; if(sessionId != null){ putQueryParameter("SessionId", sessionId); } } public String getOldToken() { return this.oldToken; } public void setOldToken(String oldToken) { this.oldToken = oldToken; if(oldToken != null){ putQueryParameter("OldToken", oldToken); } } @Override public Class<GetWebSocketTokenResponse> getResponseClass() { return GetWebSocketTokenResponse.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/GetWebSocketTokenResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.GetWebSocketTokenResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetWebSocketTokenResponse 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 authWsUrl; private String token; private String 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 String getWsOuterReConnTime() { return this.wsOuterReConnTime; } public void setWsOuterReConnTime(String wsOuterReConnTime) { this.wsOuterReConnTime = wsOuterReConnTime; } } @Override public GetWebSocketTokenResponse getInstance(UnmarshallerContext context) { return GetWebSocketTokenResponseUnmarshaller.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/InviteUserRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 InviteUserRequest extends RpcAcsRequest<InviteUserResponse> { private String meetingUUID; private String userIds; public InviteUserRequest() { super("aliyuncvc", "2019-10-30", "InviteUser", "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 getUserIds() { return this.userIds; } public void setUserIds(String userIds) { this.userIds = userIds; if(userIds != null){ putBodyParameter("UserIds", userIds); } } @Override public Class<InviteUserResponse> getResponseClass() { return InviteUserResponse.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/InviteUserResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.InviteUserResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class InviteUserResponse 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 InviteUserResponse getInstance(UnmarshallerContext context) { return InviteUserResponseUnmarshaller.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/JoinDeviceMeetingRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 JoinDeviceMeetingRequest extends RpcAcsRequest<JoinDeviceMeetingResponse> { private String token; private String password; private String meetingCode; private String sN; public JoinDeviceMeetingRequest() { super("aliyuncvc", "2019-10-30", "JoinDeviceMeeting", "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 getToken() { return this.token; } public void setToken(String token) { this.token = token; if(token != null){ putBodyParameter("Token", token); } } public String getPassword() { return this.password; } public void setPassword(String password) { this.password = password; if(password != null){ putBodyParameter("Password", password); } } public String getMeetingCode() { return this.meetingCode; } public void setMeetingCode(String meetingCode) { this.meetingCode = meetingCode; if(meetingCode != null){ putBodyParameter("MeetingCode", meetingCode); } } public String getSN() { return this.sN; } public void setSN(String sN) { this.sN = sN; if(sN != null){ putBodyParameter("SN", sN); } } @Override public Class<JoinDeviceMeetingResponse> getResponseClass() { return JoinDeviceMeetingResponse.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/JoinDeviceMeetingResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.JoinDeviceMeetingResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class JoinDeviceMeetingResponse extends AcsResponse { private Integer errorCode; private String message; private Boolean success; private String requestId; private Device device; 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 Device getDevice() { return this.device; } public void setDevice(Device device) { this.device = device; } public static class Device { private String meetingDomain; private String meetingToken; private String meetingCode; private String memberUUID; private String clientAppId; private String meetingUUID; private String meetingAppId; private SlsInfo slsInfo; public String getMeetingDomain() { return this.meetingDomain; } public void setMeetingDomain(String meetingDomain) { this.meetingDomain = meetingDomain; } public String getMeetingToken() { return this.meetingToken; } public void setMeetingToken(String meetingToken) { this.meetingToken = meetingToken; } public String getMeetingCode() { return this.meetingCode; } public void setMeetingCode(String meetingCode) { this.meetingCode = meetingCode; } public String getMemberUUID() { return this.memberUUID; } public void setMemberUUID(String memberUUID) { this.memberUUID = memberUUID; } public String getClientAppId() { return this.clientAppId; } public void setClientAppId(String clientAppId) { this.clientAppId = clientAppId; } public String getMeetingUUID() { return this.meetingUUID; } public void setMeetingUUID(String meetingUUID) { this.meetingUUID = meetingUUID; } public String getMeetingAppId() { return this.meetingAppId; } public void setMeetingAppId(String meetingAppId) { this.meetingAppId = meetingAppId; } public SlsInfo getSlsInfo() { return this.slsInfo; } public void setSlsInfo(SlsInfo slsInfo) { this.slsInfo = slsInfo; } public static class SlsInfo { private String logServiceEndpoint; private String project; private String logstore; public String getLogServiceEndpoint() { return this.logServiceEndpoint; } public void setLogServiceEndpoint(String logServiceEndpoint) { this.logServiceEndpoint = 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; } } } @Override public JoinDeviceMeetingResponse getInstance(UnmarshallerContext context) { return JoinDeviceMeetingResponseUnmarshaller.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/JoinLiveRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 JoinLiveRequest extends RpcAcsRequest<JoinLiveResponse> { private String liveUUID; private String userId; private String password; public JoinLiveRequest() { super("aliyuncvc", "2019-10-30", "JoinLive", "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 String getPassword() { return this.password; } public void setPassword(String password) { this.password = password; if(password != null){ putBodyParameter("Password", password); } } @Override public Class<JoinLiveResponse> getResponseClass() { return JoinLiveResponse.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/JoinLiveResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.JoinLiveResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class JoinLiveResponse extends AcsResponse { private Integer errorCode; private Boolean success; private String requestId; private String message; private MeetingInfo meetingInfo; 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 MeetingInfo getMeetingInfo() { return this.meetingInfo; } public void setMeetingInfo(MeetingInfo meetingInfo) { this.meetingInfo = meetingInfo; } public static class MeetingInfo { private String meetingDomain; private String meetingToken; private String meetingCode; private String memberUUID; private String clientAppId; private String meetingUUID; private String meetingAppId; private SlsInfo slsInfo; public String getMeetingDomain() { return this.meetingDomain; } public void setMeetingDomain(String meetingDomain) { this.meetingDomain = meetingDomain; } public String getMeetingToken() { return this.meetingToken; } public void setMeetingToken(String meetingToken) { this.meetingToken = meetingToken; } public String getMeetingCode() { return this.meetingCode; } public void setMeetingCode(String meetingCode) { this.meetingCode = meetingCode; } public String getMemberUUID() { return this.memberUUID; } public void setMemberUUID(String memberUUID) { this.memberUUID = memberUUID; } public String getClientAppId() { return this.clientAppId; } public void setClientAppId(String clientAppId) { this.clientAppId = clientAppId; } public String getMeetingUUID() { return this.meetingUUID; } public void setMeetingUUID(String meetingUUID) { this.meetingUUID = meetingUUID; } public String getMeetingAppId() { return this.meetingAppId; } public void setMeetingAppId(String meetingAppId) { this.meetingAppId = meetingAppId; } public SlsInfo getSlsInfo() { return this.slsInfo; } public void setSlsInfo(SlsInfo slsInfo) { this.slsInfo = slsInfo; } public static class SlsInfo { private String logServiceEndpoint; private String logstore; private String project; public String getLogServiceEndpoint() { return this.logServiceEndpoint; } public void setLogServiceEndpoint(String logServiceEndpoint) { this.logServiceEndpoint = logServiceEndpoint; } public String getLogstore() { return this.logstore; } public void setLogstore(String logstore) { this.logstore = logstore; } public String getProject() { return this.project; } public void setProject(String project) { this.project = project; } } } @Override public JoinLiveResponse getInstance(UnmarshallerContext context) { return JoinLiveResponseUnmarshaller.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/JoinMeetingInternationalRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 JoinMeetingInternationalRequest extends RpcAcsRequest<JoinMeetingInternationalResponse> { private String userId; private String password; private String meetingCode; public JoinMeetingInternationalRequest() { super("aliyuncvc", "2019-10-30", "JoinMeetingInternational", "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 String getPassword() { return this.password; } public void setPassword(String password) { this.password = password; if(password != null){ putBodyParameter("Password", password); } } public String getMeetingCode() { return this.meetingCode; } public void setMeetingCode(String meetingCode) { this.meetingCode = meetingCode; if(meetingCode != null){ putBodyParameter("MeetingCode", meetingCode); } } @Override public Class<JoinMeetingInternationalResponse> getResponseClass() { return JoinMeetingInternationalResponse.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/JoinMeetingInternationalResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.JoinMeetingInternationalResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class JoinMeetingInternationalResponse extends AcsResponse { private Integer errorCode; private Boolean success; private String requestId; private String message; private MeetingInfo meetingInfo; 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 MeetingInfo getMeetingInfo() { return this.meetingInfo; } public void setMeetingInfo(MeetingInfo meetingInfo) { this.meetingInfo = meetingInfo; } public static class MeetingInfo { private String meetingDomain; private String meetingToken; private String meetingCode; private String memberUUID; private String clientAppId; private String meetingUUID; private String meetingAppId; private SlsInfo slsInfo; public String getMeetingDomain() { return this.meetingDomain; } public void setMeetingDomain(String meetingDomain) { this.meetingDomain = meetingDomain; } public String getMeetingToken() { return this.meetingToken; } public void setMeetingToken(String meetingToken) { this.meetingToken = meetingToken; } public String getMeetingCode() { return this.meetingCode; } public void setMeetingCode(String meetingCode) { this.meetingCode = meetingCode; } public String getMemberUUID() { return this.memberUUID; } public void setMemberUUID(String memberUUID) { this.memberUUID = memberUUID; } public String getClientAppId() { return this.clientAppId; } public void setClientAppId(String clientAppId) { this.clientAppId = clientAppId; } public String getMeetingUUID() { return this.meetingUUID; } public void setMeetingUUID(String meetingUUID) { this.meetingUUID = meetingUUID; } public String getMeetingAppId() { return this.meetingAppId; } public void setMeetingAppId(String meetingAppId) { this.meetingAppId = meetingAppId; } public SlsInfo getSlsInfo() { return this.slsInfo; } public void setSlsInfo(SlsInfo slsInfo) { this.slsInfo = slsInfo; } public static class SlsInfo { private String logServiceEndpoint; private String logstore; private String project; public String getLogServiceEndpoint() { return this.logServiceEndpoint; } public void setLogServiceEndpoint(String logServiceEndpoint) { this.logServiceEndpoint = logServiceEndpoint; } public String getLogstore() { return this.logstore; } public void setLogstore(String logstore) { this.logstore = logstore; } public String getProject() { return this.project; } public void setProject(String project) { this.project = project; } } } @Override public JoinMeetingInternationalResponse getInstance(UnmarshallerContext context) { return JoinMeetingInternationalResponseUnmarshaller.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/JoinMeetingRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 JoinMeetingRequest extends RpcAcsRequest<JoinMeetingResponse> { private String rtcEngine; private String userId; private String password; private String meetingCode; public JoinMeetingRequest() { super("aliyuncvc", "2019-10-30", "JoinMeeting", "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 getRtcEngine() { return this.rtcEngine; } public void setRtcEngine(String rtcEngine) { this.rtcEngine = rtcEngine; if(rtcEngine != null){ putBodyParameter("RtcEngine", rtcEngine); } } public String getUserId() { return this.userId; } public void setUserId(String userId) { this.userId = userId; if(userId != null){ putBodyParameter("UserId", userId); } } public String getPassword() { return this.password; } public void setPassword(String password) { this.password = password; if(password != null){ putBodyParameter("Password", password); } } public String getMeetingCode() { return this.meetingCode; } public void setMeetingCode(String meetingCode) { this.meetingCode = meetingCode; if(meetingCode != null){ putBodyParameter("MeetingCode", meetingCode); } } @Override public Class<JoinMeetingResponse> getResponseClass() { return JoinMeetingResponse.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/JoinMeetingResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.JoinMeetingResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class JoinMeetingResponse extends AcsResponse { private String message; private String requestId; private Integer errorCode; private Boolean success; private MeetingInfo meetingInfo; 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 MeetingInfo getMeetingInfo() { return this.meetingInfo; } public void setMeetingInfo(MeetingInfo meetingInfo) { this.meetingInfo = meetingInfo; } public static class MeetingInfo { private String meetingAppId; private String memberUUID; private String meetingUUID; private String meetingToken; private String meetingDomain; private String clientAppId; private String meetingCode; private SlsInfo slsInfo; public String getMeetingAppId() { return this.meetingAppId; } public void setMeetingAppId(String meetingAppId) { this.meetingAppId = meetingAppId; } public String getMemberUUID() { return this.memberUUID; } public void setMemberUUID(String memberUUID) { this.memberUUID = memberUUID; } public String getMeetingUUID() { return this.meetingUUID; } public void setMeetingUUID(String meetingUUID) { this.meetingUUID = meetingUUID; } public String getMeetingToken() { return this.meetingToken; } public void setMeetingToken(String meetingToken) { this.meetingToken = meetingToken; } public String getMeetingDomain() { return this.meetingDomain; } public void setMeetingDomain(String meetingDomain) { this.meetingDomain = meetingDomain; } public String getClientAppId() { return this.clientAppId; } public void setClientAppId(String clientAppId) { this.clientAppId = clientAppId; } public String getMeetingCode() { return this.meetingCode; } public void setMeetingCode(String meetingCode) { this.meetingCode = meetingCode; } public SlsInfo getSlsInfo() { return this.slsInfo; } public void setSlsInfo(SlsInfo slsInfo) { this.slsInfo = slsInfo; } public static class SlsInfo { private String logServiceEndpoint; private String logstore; private String project; public String getLogServiceEndpoint() { return this.logServiceEndpoint; } public void setLogServiceEndpoint(String logServiceEndpoint) { this.logServiceEndpoint = logServiceEndpoint; } public String getLogstore() { return this.logstore; } public void setLogstore(String logstore) { this.logstore = logstore; } public String getProject() { return this.project; } public void setProject(String project) { this.project = project; } } } @Override public JoinMeetingResponse getInstance(UnmarshallerContext context) { return JoinMeetingResponseUnmarshaller.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/ListConferenceDevicesRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 ListConferenceDevicesRequest extends RpcAcsRequest<ListConferenceDevicesResponse> { private String serialNumber; private Integer pageNumber; private Integer pageSize; public ListConferenceDevicesRequest() { super("aliyuncvc", "2019-10-30", "ListConferenceDevices", "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){ putQueryParameter("SerialNumber", serialNumber); } } 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<ListConferenceDevicesResponse> getResponseClass() { return ListConferenceDevicesResponse.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/ListConferenceDevicesResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.ListConferenceDevicesResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListConferenceDevicesResponse extends AcsResponse { private Integer errorCode; private String message; private Boolean success; private String requestId; private ConferencesDatas conferencesDatas; 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 ConferencesDatas getConferencesDatas() { return this.conferencesDatas; } public void setConferencesDatas(ConferencesDatas conferencesDatas) { this.conferencesDatas = conferencesDatas; } public static class ConferencesDatas { private Integer total; private Integer pageSize; private Integer pageNumber; private List<Data> conferences; 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<Data> getConferences() { return this.conferences; } public void setConferences(List<Data> conferences) { this.conferences = conferences; } public static class Data { private String activationCode; private String conferenceCode; private String conferenceName; private String createTime; private String deviceModel; private String manufacturer; 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 getDeviceModel() { return this.deviceModel; } public void setDeviceModel(String deviceModel) { this.deviceModel = deviceModel; } public String getManufacturer() { return this.manufacturer; } public void setManufacturer(String manufacturer) { this.manufacturer = manufacturer; } 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 ListConferenceDevicesResponse getInstance(UnmarshallerContext context) { return ListConferenceDevicesResponseUnmarshaller.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/ListDeviceIpRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 ListDeviceIpRequest extends RpcAcsRequest<ListDeviceIpResponse> { private String groupId; private String sN; public ListDeviceIpRequest() { super("aliyuncvc", "2019-10-30", "ListDeviceIp", "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 getGroupId() { return this.groupId; } public void setGroupId(String groupId) { this.groupId = groupId; if(groupId != null){ putBodyParameter("GroupId", groupId); } } public String getSN() { return this.sN; } public void setSN(String sN) { this.sN = sN; if(sN != null){ putBodyParameter("SN", sN); } } @Override public Class<ListDeviceIpResponse> getResponseClass() { return ListDeviceIpResponse.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/ListDeviceIpResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.ListDeviceIpResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListDeviceIpResponse extends AcsResponse { private Integer errorCode; private String message; private Boolean success; private String requestId; private List<DevicesItem> devices; 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 List<DevicesItem> getDevices() { return this.devices; } public void setDevices(List<DevicesItem> devices) { this.devices = devices; } public static class DevicesItem { private String screenCode; private String ip; private String mac; private String ssId; private String port; public String getScreenCode() { return this.screenCode; } public void setScreenCode(String screenCode) { this.screenCode = screenCode; } public String getIp() { return this.ip; } public void setIp(String ip) { this.ip = ip; } public String getMac() { return this.mac; } public void setMac(String mac) { this.mac = mac; } public String getSsId() { return this.ssId; } public void setSsId(String ssId) { this.ssId = ssId; } public String getPort() { return this.port; } public void setPort(String port) { this.port = port; } } @Override public ListDeviceIpResponse getInstance(UnmarshallerContext context) { return ListDeviceIpResponseUnmarshaller.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/ListDevicesRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 ListDevicesRequest extends RpcAcsRequest<ListDevicesResponse> { private String castScreenCode; private Integer pageNumber; private Integer pageSize; private String sN; public ListDevicesRequest() { super("aliyuncvc", "2019-10-30", "ListDevices", "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){ putQueryParameter("CastScreenCode", castScreenCode); } } 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()); } } public String getSN() { return this.sN; } public void setSN(String sN) { this.sN = sN; if(sN != null){ putQueryParameter("SN", sN); } } @Override public Class<ListDevicesResponse> getResponseClass() { return ListDevicesResponse.class; } }