index
int64
repo_id
string
file_path
string
content
string
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/GetTicketResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.model.v20191227; import com.aliyuncs.AcsResponse; import com.aliyuncs.cccxspaceinner.transform.v20191227.GetTicketResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetTicketResponse extends AcsResponse { private String message; private String requestId; private String code; private Boolean success; private Data data; public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public Data getData() { return this.data; } public void setData(Data data) { this.data = data; } public static class Data { private Long formId; private Long responsible; private Long gmtModified; private Long dataId; private String questionInfo; private Long buId; private String srType; private String feedback; private String createMode; private Long touchId; private String formCode; private String memberName; private String bizId; private Long refCaseId; private String ownerName; private String fromInfo; private Integer memberType; private Long contactId; private Long departmentId; private Long gmtCreate; private Long sopCateId; private Long templateId; private String extAttrs; private Integer caseStatus; private String id; public Long getFormId() { return this.formId; } public void setFormId(Long formId) { this.formId = formId; } public Long getResponsible() { return this.responsible; } public void setResponsible(Long responsible) { this.responsible = responsible; } public Long getGmtModified() { return this.gmtModified; } public void setGmtModified(Long gmtModified) { this.gmtModified = gmtModified; } public Long getDataId() { return this.dataId; } public void setDataId(Long dataId) { this.dataId = dataId; } public String getQuestionInfo() { return this.questionInfo; } public void setQuestionInfo(String questionInfo) { this.questionInfo = questionInfo; } public Long getBuId() { return this.buId; } public void setBuId(Long buId) { this.buId = buId; } public String getSrType() { return this.srType; } public void setSrType(String srType) { this.srType = srType; } public String getFeedback() { return this.feedback; } public void setFeedback(String feedback) { this.feedback = feedback; } public String getCreateMode() { return this.createMode; } public void setCreateMode(String createMode) { this.createMode = createMode; } public Long getTouchId() { return this.touchId; } public void setTouchId(Long touchId) { this.touchId = touchId; } public String getFormCode() { return this.formCode; } public void setFormCode(String formCode) { this.formCode = formCode; } public String getMemberName() { return this.memberName; } public void setMemberName(String memberName) { this.memberName = memberName; } public String getBizId() { return this.bizId; } public void setBizId(String bizId) { this.bizId = bizId; } public Long getRefCaseId() { return this.refCaseId; } public void setRefCaseId(Long refCaseId) { this.refCaseId = refCaseId; } public String getOwnerName() { return this.ownerName; } public void setOwnerName(String ownerName) { this.ownerName = ownerName; } public String getFromInfo() { return this.fromInfo; } public void setFromInfo(String fromInfo) { this.fromInfo = fromInfo; } public Integer getMemberType() { return this.memberType; } public void setMemberType(Integer memberType) { this.memberType = memberType; } public Long getContactId() { return this.contactId; } public void setContactId(Long contactId) { this.contactId = contactId; } public Long getDepartmentId() { return this.departmentId; } public void setDepartmentId(Long departmentId) { this.departmentId = departmentId; } public Long getGmtCreate() { return this.gmtCreate; } public void setGmtCreate(Long gmtCreate) { this.gmtCreate = gmtCreate; } public Long getSopCateId() { return this.sopCateId; } public void setSopCateId(Long sopCateId) { this.sopCateId = sopCateId; } public Long getTemplateId() { return this.templateId; } public void setTemplateId(Long templateId) { this.templateId = templateId; } public String getExtAttrs() { return this.extAttrs; } public void setExtAttrs(String extAttrs) { this.extAttrs = extAttrs; } public Integer getCaseStatus() { return this.caseStatus; } public void setCaseStatus(Integer caseStatus) { this.caseStatus = caseStatus; } public String getId() { return this.id; } public void setId(String id) { this.id = id; } } @Override public GetTicketResponse getInstance(UnmarshallerContext context) { return GetTicketResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/GetTicketTemplateSchemaRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.model.v20191227; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class GetTicketTemplateSchemaRequest extends RpcAcsRequest<GetTicketTemplateSchemaResponse> { private String templateId; public GetTicketTemplateSchemaRequest() { super("CCCXSpaceInner", "2019-12-27", "GetTicketTemplateSchema"); setMethod(MethodType.POST); } public String getTemplateId() { return this.templateId; } public void setTemplateId(String templateId) { this.templateId = templateId; if(templateId != null){ putBodyParameter("TemplateId", templateId); } } @Override public Class<GetTicketTemplateSchemaResponse> getResponseClass() { return GetTicketTemplateSchemaResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/GetTicketTemplateSchemaResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.model.v20191227; import com.aliyuncs.AcsResponse; import com.aliyuncs.cccxspaceinner.transform.v20191227.GetTicketTemplateSchemaResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetTicketTemplateSchemaResponse extends AcsResponse { private String message; private String requestId; private String data; private String code; 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 String getData() { return this.data; } public void setData(String data) { this.data = data; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } @Override public GetTicketTemplateSchemaResponse getInstance(UnmarshallerContext context) { return GetTicketTemplateSchemaResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/GetTotalGroupCountByChannelTypeRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.model.v20191227; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class GetTotalGroupCountByChannelTypeRequest extends RpcAcsRequest<GetTotalGroupCountByChannelTypeResponse> { private Long buId; private Integer channelType; public GetTotalGroupCountByChannelTypeRequest() { super("CCCXSpaceInner", "2019-12-27", "GetTotalGroupCountByChannelType"); setMethod(MethodType.GET); } public Long getBuId() { return this.buId; } public void setBuId(Long buId) { this.buId = buId; if(buId != null){ putQueryParameter("BuId", buId.toString()); } } public Integer getChannelType() { return this.channelType; } public void setChannelType(Integer channelType) { this.channelType = channelType; if(channelType != null){ putQueryParameter("ChannelType", channelType.toString()); } } @Override public Class<GetTotalGroupCountByChannelTypeResponse> getResponseClass() { return GetTotalGroupCountByChannelTypeResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/GetTotalGroupCountByChannelTypeResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.model.v20191227; import com.aliyuncs.AcsResponse; import com.aliyuncs.cccxspaceinner.transform.v20191227.GetTotalGroupCountByChannelTypeResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetTotalGroupCountByChannelTypeResponse extends AcsResponse { private String message; private Integer data; private String code; private Boolean success; public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public Integer getData() { return this.data; } public void setData(Integer data) { this.data = data; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } @Override public GetTotalGroupCountByChannelTypeResponse getInstance(UnmarshallerContext context) { return GetTotalGroupCountByChannelTypeResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/GetTotalGroupCountRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.model.v20191227; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class GetTotalGroupCountRequest extends RpcAcsRequest<GetTotalGroupCountResponse> { private Long buId; public GetTotalGroupCountRequest() { super("CCCXSpaceInner", "2019-12-27", "GetTotalGroupCount"); setMethod(MethodType.GET); } public Long getBuId() { return this.buId; } public void setBuId(Long buId) { this.buId = buId; if(buId != null){ putQueryParameter("BuId", buId.toString()); } } @Override public Class<GetTotalGroupCountResponse> getResponseClass() { return GetTotalGroupCountResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/GetTotalGroupCountResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.model.v20191227; import com.aliyuncs.AcsResponse; import com.aliyuncs.cccxspaceinner.transform.v20191227.GetTotalGroupCountResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetTotalGroupCountResponse extends AcsResponse { private String message; private Integer data; private String code; private Boolean success; public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public Integer getData() { return this.data; } public void setData(Integer data) { this.data = data; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } @Override public GetTotalGroupCountResponse getInstance(UnmarshallerContext context) { return GetTotalGroupCountResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/GrantAdminRoleRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.model.v20191227; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class GrantAdminRoleRequest extends RpcAcsRequest<GrantAdminRoleResponse> { private Long buId; private Long agentId; private Long adminAgentId; public GrantAdminRoleRequest() { super("CCCXSpaceInner", "2019-12-27", "GrantAdminRole"); setMethod(MethodType.POST); } public Long getBuId() { return this.buId; } public void setBuId(Long buId) { this.buId = buId; if(buId != null){ putBodyParameter("BuId", buId.toString()); } } public Long getAgentId() { return this.agentId; } public void setAgentId(Long agentId) { this.agentId = agentId; if(agentId != null){ putBodyParameter("AgentId", agentId.toString()); } } public Long getAdminAgentId() { return this.adminAgentId; } public void setAdminAgentId(Long adminAgentId) { this.adminAgentId = adminAgentId; if(adminAgentId != null){ putBodyParameter("AdminAgentId", adminAgentId.toString()); } } @Override public Class<GrantAdminRoleResponse> getResponseClass() { return GrantAdminRoleResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/GrantAdminRoleResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.model.v20191227; import com.aliyuncs.AcsResponse; import com.aliyuncs.cccxspaceinner.transform.v20191227.GrantAdminRoleResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GrantAdminRoleResponse extends AcsResponse { private String message; private String code; private Boolean success; public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } @Override public GrantAdminRoleResponse getInstance(UnmarshallerContext context) { return GrantAdminRoleResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/GrantRolesRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.model.v20191227; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class GrantRolesRequest extends RpcAcsRequest<GrantRolesResponse> { private String agentId; private String roleIds; private Long adminId; private String adminName; public GrantRolesRequest() { super("CCCXSpaceInner", "2019-12-27", "GrantRoles"); setMethod(MethodType.POST); } public String getAgentId() { return this.agentId; } public void setAgentId(String agentId) { this.agentId = agentId; if(agentId != null){ putBodyParameter("AgentId", agentId); } } public String getRoleIds() { return this.roleIds; } public void setRoleIds(String roleIds) { this.roleIds = roleIds; if(roleIds != null){ putBodyParameter("RoleIds", roleIds); } } public Long getAdminId() { return this.adminId; } public void setAdminId(Long adminId) { this.adminId = adminId; if(adminId != null){ putBodyParameter("AdminId", adminId.toString()); } } public String getAdminName() { return this.adminName; } public void setAdminName(String adminName) { this.adminName = adminName; if(adminName != null){ putBodyParameter("AdminName", adminName); } } @Override public Class<GrantRolesResponse> getResponseClass() { return GrantRolesResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/GrantRolesResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.model.v20191227; import com.aliyuncs.AcsResponse; import com.aliyuncs.cccxspaceinner.transform.v20191227.GrantRolesResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GrantRolesResponse extends AcsResponse { private String message; private String requestId; private Integer data; private String code; 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 getData() { return this.data; } public void setData(Integer data) { this.data = data; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } @Override public GrantRolesResponse getInstance(UnmarshallerContext context) { return GrantRolesResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/InsertXspaceGroupRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.model.v20191227; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class InsertXspaceGroupRequest extends RpcAcsRequest<InsertXspaceGroupResponse> { private String groupName; private String showName; private Boolean supportIm; private Boolean supportPhone; private Boolean supportCase; private Integer isSwitchShow; private String description; private Long createAgentId; public InsertXspaceGroupRequest() { super("CCCXSpaceInner", "2019-12-27", "InsertXspaceGroup"); setMethod(MethodType.POST); } public String getGroupName() { return this.groupName; } public void setGroupName(String groupName) { this.groupName = groupName; if(groupName != null){ putQueryParameter("GroupName", groupName); } } public String getShowName() { return this.showName; } public void setShowName(String showName) { this.showName = showName; if(showName != null){ putQueryParameter("ShowName", showName); } } public Boolean getSupportIm() { return this.supportIm; } public void setSupportIm(Boolean supportIm) { this.supportIm = supportIm; if(supportIm != null){ putQueryParameter("SupportIm", supportIm.toString()); } } public Boolean getSupportPhone() { return this.supportPhone; } public void setSupportPhone(Boolean supportPhone) { this.supportPhone = supportPhone; if(supportPhone != null){ putQueryParameter("SupportPhone", supportPhone.toString()); } } public Boolean getSupportCase() { return this.supportCase; } public void setSupportCase(Boolean supportCase) { this.supportCase = supportCase; if(supportCase != null){ putQueryParameter("SupportCase", supportCase.toString()); } } public Integer getIsSwitchShow() { return this.isSwitchShow; } public void setIsSwitchShow(Integer isSwitchShow) { this.isSwitchShow = isSwitchShow; if(isSwitchShow != null){ putQueryParameter("IsSwitchShow", isSwitchShow.toString()); } } public String getDescription() { return this.description; } public void setDescription(String description) { this.description = description; if(description != null){ putQueryParameter("Description", description); } } public Long getCreateAgentId() { return this.createAgentId; } public void setCreateAgentId(Long createAgentId) { this.createAgentId = createAgentId; if(createAgentId != null){ putQueryParameter("CreateAgentId", createAgentId.toString()); } } @Override public Class<InsertXspaceGroupResponse> getResponseClass() { return InsertXspaceGroupResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/InsertXspaceGroupResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.model.v20191227; import com.aliyuncs.AcsResponse; import com.aliyuncs.cccxspaceinner.transform.v20191227.InsertXspaceGroupResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class InsertXspaceGroupResponse extends AcsResponse { private String message; private String requestId; private Long data; private String code; 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 Long getData() { return this.data; } public void setData(Long data) { this.data = data; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } @Override public InsertXspaceGroupResponse getInstance(UnmarshallerContext context) { return InsertXspaceGroupResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/KickOutAgentRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.model.v20191227; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class KickOutAgentRequest extends RpcAcsRequest<KickOutAgentResponse> { private Long agentId; public KickOutAgentRequest() { super("CCCXSpaceInner", "2019-12-27", "KickOutAgent"); setMethod(MethodType.PUT); } public Long getAgentId() { return this.agentId; } public void setAgentId(Long agentId) { this.agentId = agentId; if(agentId != null){ putBodyParameter("AgentId", agentId.toString()); } } @Override public Class<KickOutAgentResponse> getResponseClass() { return KickOutAgentResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/KickOutAgentResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.model.v20191227; import com.aliyuncs.AcsResponse; import com.aliyuncs.cccxspaceinner.transform.v20191227.KickOutAgentResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class KickOutAgentResponse extends AcsResponse { private String message; private String code; private Boolean success; public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } @Override public KickOutAgentResponse getInstance(UnmarshallerContext context) { return KickOutAgentResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/ListAgentBySkillGroupIdRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.model.v20191227; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class ListAgentBySkillGroupIdRequest extends RpcAcsRequest<ListAgentBySkillGroupIdResponse> { private String clientToken; private Long tenantId; private Long skillGroupId; public ListAgentBySkillGroupIdRequest() { super("CCCXSpaceInner", "2019-12-27", "ListAgentBySkillGroupId"); setMethod(MethodType.GET); } public String getClientToken() { return this.clientToken; } public void setClientToken(String clientToken) { this.clientToken = clientToken; if(clientToken != null){ putQueryParameter("ClientToken", clientToken); } } public Long getTenantId() { return this.tenantId; } public void setTenantId(Long tenantId) { this.tenantId = tenantId; if(tenantId != null){ putQueryParameter("TenantId", tenantId.toString()); } } public Long getSkillGroupId() { return this.skillGroupId; } public void setSkillGroupId(Long skillGroupId) { this.skillGroupId = skillGroupId; if(skillGroupId != null){ putQueryParameter("SkillGroupId", skillGroupId.toString()); } } @Override public Class<ListAgentBySkillGroupIdResponse> getResponseClass() { return ListAgentBySkillGroupIdResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/ListAgentBySkillGroupIdResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.model.v20191227; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cccxspaceinner.transform.v20191227.ListAgentBySkillGroupIdResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListAgentBySkillGroupIdResponse extends AcsResponse { private String message; private String requestId; private String code; private Boolean success; private List<Agents> data; public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public List<Agents> getData() { return this.data; } public void setData(List<Agents> data) { this.data = data; } public static class Agents { private Integer status; private String displayName; private Long agentId; private String accountName; private Long tenantId; public Integer getStatus() { return this.status; } public void setStatus(Integer status) { this.status = status; } public String getDisplayName() { return this.displayName; } public void setDisplayName(String displayName) { this.displayName = displayName; } public Long getAgentId() { return this.agentId; } public void setAgentId(Long agentId) { this.agentId = agentId; } public String getAccountName() { return this.accountName; } public void setAccountName(String accountName) { this.accountName = accountName; } public Long getTenantId() { return this.tenantId; } public void setTenantId(Long tenantId) { this.tenantId = tenantId; } } @Override public ListAgentBySkillGroupIdResponse getInstance(UnmarshallerContext context) { return ListAgentBySkillGroupIdResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/ListGroupByIdRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.model.v20191227; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class ListGroupByIdRequest extends RpcAcsRequest<ListGroupByIdResponse> { private String groupIds; public ListGroupByIdRequest() { super("CCCXSpaceInner", "2019-12-27", "ListGroupById"); setMethod(MethodType.POST); } public String getGroupIds() { return this.groupIds; } public void setGroupIds(String groupIds) { this.groupIds = groupIds; if(groupIds != null){ putQueryParameter("GroupIds", groupIds); } } @Override public Class<ListGroupByIdResponse> getResponseClass() { return ListGroupByIdResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/ListGroupByIdResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.model.v20191227; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cccxspaceinner.transform.v20191227.ListGroupByIdResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListGroupByIdResponse extends AcsResponse { private String message; private String requestId; private String code; private Boolean success; private List<DataItem> data; public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } 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 Long buId; private String showName; private Boolean supportCase; private String description; private String groupName; private Long groupId; private Boolean supportIm; private Boolean supportPhone; public Integer getStatus() { return this.status; } public void setStatus(Integer status) { this.status = status; } public Long getBuId() { return this.buId; } public void setBuId(Long buId) { this.buId = buId; } public String getShowName() { return this.showName; } public void setShowName(String showName) { this.showName = showName; } public Boolean getSupportCase() { return this.supportCase; } public void setSupportCase(Boolean supportCase) { this.supportCase = supportCase; } public String getDescription() { return this.description; } public void setDescription(String description) { this.description = description; } public String getGroupName() { return this.groupName; } public void setGroupName(String groupName) { this.groupName = groupName; } public Long getGroupId() { return this.groupId; } public void setGroupId(Long groupId) { this.groupId = groupId; } public Boolean getSupportIm() { return this.supportIm; } public void setSupportIm(Boolean supportIm) { this.supportIm = supportIm; } public Boolean getSupportPhone() { return this.supportPhone; } public void setSupportPhone(Boolean supportPhone) { this.supportPhone = supportPhone; } } @Override public ListGroupByIdResponse getInstance(UnmarshallerContext context) { return ListGroupByIdResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/PageQueryTicketRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.model.v20191227; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class PageQueryTicketRequest extends RpcAcsRequest<PageQueryTicketResponse> { private Long buId; private Long endDate; private Integer pageNo; private Integer pageSize; private Integer ticketStatus; private Integer ticketType; private Long templateId; private Long startDate; private Long ticketId; private Long memberId; public PageQueryTicketRequest() { super("CCCXSpaceInner", "2019-12-27", "PageQueryTicket"); setMethod(MethodType.GET); } public Long getBuId() { return this.buId; } public void setBuId(Long buId) { this.buId = buId; if(buId != null){ putQueryParameter("BuId", buId.toString()); } } public Long getEndDate() { return this.endDate; } public void setEndDate(Long endDate) { this.endDate = endDate; if(endDate != null){ putQueryParameter("EndDate", endDate.toString()); } } public Integer getPageNo() { return this.pageNo; } public void setPageNo(Integer pageNo) { this.pageNo = pageNo; if(pageNo != null){ putQueryParameter("PageNo", pageNo.toString()); } } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("PageSize", pageSize.toString()); } } public Integer getTicketStatus() { return this.ticketStatus; } public void setTicketStatus(Integer ticketStatus) { this.ticketStatus = ticketStatus; if(ticketStatus != null){ putQueryParameter("TicketStatus", ticketStatus.toString()); } } public Integer getTicketType() { return this.ticketType; } public void setTicketType(Integer ticketType) { this.ticketType = ticketType; if(ticketType != null){ putQueryParameter("TicketType", ticketType.toString()); } } public Long getTemplateId() { return this.templateId; } public void setTemplateId(Long templateId) { this.templateId = templateId; if(templateId != null){ putQueryParameter("TemplateId", templateId.toString()); } } public Long getStartDate() { return this.startDate; } public void setStartDate(Long startDate) { this.startDate = startDate; if(startDate != null){ putQueryParameter("StartDate", startDate.toString()); } } public Long getTicketId() { return this.ticketId; } public void setTicketId(Long ticketId) { this.ticketId = ticketId; if(ticketId != null){ putQueryParameter("TicketId", ticketId.toString()); } } public Long getMemberId() { return this.memberId; } public void setMemberId(Long memberId) { this.memberId = memberId; if(memberId != null){ putQueryParameter("MemberId", memberId.toString()); } } @Override public Class<PageQueryTicketResponse> getResponseClass() { return PageQueryTicketResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/PageQueryTicketResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.model.v20191227; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cccxspaceinner.transform.v20191227.PageQueryTicketResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class PageQueryTicketResponse extends AcsResponse { private String message; private String code; private Boolean success; private Data data; public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public Data getData() { return this.data; } public void setData(Data data) { this.data = data; } public static class Data { private Integer totalResults; private Integer pageSize; private Integer currentPage; private List<ListItem> list; public Integer getTotalResults() { return this.totalResults; } public void setTotalResults(Integer totalResults) { this.totalResults = totalResults; } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; } public Integer getCurrentPage() { return this.currentPage; } public void setCurrentPage(Integer currentPage) { this.currentPage = currentPage; } public List<ListItem> getList() { return this.list; } public void setList(List<ListItem> list) { this.list = list; } public static class ListItem { private Long caseId; private Long gmtCreate; private Long gmtModified; private String templateId; private String title; private String questionInfo; private String bizId; private String memberId; private String memberName; private Long servicerId; private String servicerName; private Long ownerId; private String ownerName; private String caseStatus; private String extAttrs; public Long getCaseId() { return this.caseId; } public void setCaseId(Long caseId) { this.caseId = caseId; } public Long getGmtCreate() { return this.gmtCreate; } public void setGmtCreate(Long gmtCreate) { this.gmtCreate = gmtCreate; } public Long getGmtModified() { return this.gmtModified; } public void setGmtModified(Long gmtModified) { this.gmtModified = gmtModified; } public String getTemplateId() { return this.templateId; } public void setTemplateId(String templateId) { this.templateId = templateId; } public String getTitle() { return this.title; } public void setTitle(String title) { this.title = title; } public String getQuestionInfo() { return this.questionInfo; } public void setQuestionInfo(String questionInfo) { this.questionInfo = questionInfo; } public String getBizId() { return this.bizId; } public void setBizId(String bizId) { this.bizId = bizId; } public String getMemberId() { return this.memberId; } public void setMemberId(String memberId) { this.memberId = memberId; } public String getMemberName() { return this.memberName; } public void setMemberName(String memberName) { this.memberName = memberName; } public Long getServicerId() { return this.servicerId; } public void setServicerId(Long servicerId) { this.servicerId = servicerId; } public String getServicerName() { return this.servicerName; } public void setServicerName(String servicerName) { this.servicerName = servicerName; } public Long getOwnerId() { return this.ownerId; } public void setOwnerId(Long ownerId) { this.ownerId = ownerId; } public String getOwnerName() { return this.ownerName; } public void setOwnerName(String ownerName) { this.ownerName = ownerName; } public String getCaseStatus() { return this.caseStatus; } public void setCaseStatus(String caseStatus) { this.caseStatus = caseStatus; } public String getExtAttrs() { return this.extAttrs; } public void setExtAttrs(String extAttrs) { this.extAttrs = extAttrs; } } } @Override public PageQueryTicketResponse getInstance(UnmarshallerContext context) { return PageQueryTicketResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/PageQueryTicketsRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.model.v20191227; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class PageQueryTicketsRequest extends RpcAcsRequest<PageQueryTicketsResponse> { private Long buId; private Integer pageNo; private Integer pageSize; private Integer ticketType; private Long ticketId; private Long memberId; public PageQueryTicketsRequest() { super("CCCXSpaceInner", "2019-12-27", "PageQueryTickets"); setMethod(MethodType.GET); } public Long getBuId() { return this.buId; } public void setBuId(Long buId) { this.buId = buId; if(buId != null){ putQueryParameter("BuId", buId.toString()); } } public Integer getPageNo() { return this.pageNo; } public void setPageNo(Integer pageNo) { this.pageNo = pageNo; if(pageNo != null){ putQueryParameter("PageNo", pageNo.toString()); } } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("PageSize", pageSize.toString()); } } public Integer getTicketType() { return this.ticketType; } public void setTicketType(Integer ticketType) { this.ticketType = ticketType; if(ticketType != null){ putQueryParameter("TicketType", ticketType.toString()); } } public Long getTicketId() { return this.ticketId; } public void setTicketId(Long ticketId) { this.ticketId = ticketId; if(ticketId != null){ putQueryParameter("TicketId", ticketId.toString()); } } public Long getMemberId() { return this.memberId; } public void setMemberId(Long memberId) { this.memberId = memberId; if(memberId != null){ putQueryParameter("MemberId", memberId.toString()); } } @Override public Class<PageQueryTicketsResponse> getResponseClass() { return PageQueryTicketsResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/PageQueryTicketsResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.model.v20191227; import com.aliyuncs.AcsResponse; import com.aliyuncs.cccxspaceinner.transform.v20191227.PageQueryTicketsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class PageQueryTicketsResponse extends AcsResponse { private String message; private String data; private String code; private Boolean success; public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getData() { return this.data; } public void setData(String data) { this.data = data; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } @Override public PageQueryTicketsResponse getInstance(UnmarshallerContext context) { return PageQueryTicketsResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/QueryAgentGroupByBuIdRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.model.v20191227; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class QueryAgentGroupByBuIdRequest extends RpcAcsRequest<QueryAgentGroupByBuIdResponse> { private Long buId; public QueryAgentGroupByBuIdRequest() { super("CCCXSpaceInner", "2019-12-27", "QueryAgentGroupByBuId"); setMethod(MethodType.GET); } public Long getBuId() { return this.buId; } public void setBuId(Long buId) { this.buId = buId; if(buId != null){ putQueryParameter("BuId", buId.toString()); } } @Override public Class<QueryAgentGroupByBuIdResponse> getResponseClass() { return QueryAgentGroupByBuIdResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/QueryAgentGroupByBuIdResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.model.v20191227; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cccxspaceinner.transform.v20191227.QueryAgentGroupByBuIdResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class QueryAgentGroupByBuIdResponse extends AcsResponse { private String message; private String code; private Boolean success; private List<XspaceAgentGroup> data; public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public List<XspaceAgentGroup> getData() { return this.data; } public void setData(List<XspaceAgentGroup> data) { this.data = data; } public static class XspaceAgentGroup { private Integer status; private Long buId; private String showName; private String description; private Long groupId; private String groupName; private Long departmentId; private Boolean isPublic; public Integer getStatus() { return this.status; } public void setStatus(Integer status) { this.status = status; } public Long getBuId() { return this.buId; } public void setBuId(Long buId) { this.buId = buId; } public String getShowName() { return this.showName; } public void setShowName(String showName) { this.showName = showName; } public String getDescription() { return this.description; } public void setDescription(String description) { this.description = description; } public Long getGroupId() { return this.groupId; } public void setGroupId(Long groupId) { this.groupId = groupId; } public String getGroupName() { return this.groupName; } public void setGroupName(String groupName) { this.groupName = groupName; } public Long getDepartmentId() { return this.departmentId; } public void setDepartmentId(Long departmentId) { this.departmentId = departmentId; } public Boolean getIsPublic() { return this.isPublic; } public void setIsPublic(Boolean isPublic) { this.isPublic = isPublic; } } @Override public QueryAgentGroupByBuIdResponse getInstance(UnmarshallerContext context) { return QueryAgentGroupByBuIdResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/QueryAgentGroupRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.model.v20191227; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class QueryAgentGroupRequest extends RpcAcsRequest<QueryAgentGroupResponse> { private Long agentId; public QueryAgentGroupRequest() { super("CCCXSpaceInner", "2019-12-27", "QueryAgentGroup"); setMethod(MethodType.GET); } public Long getAgentId() { return this.agentId; } public void setAgentId(Long agentId) { this.agentId = agentId; if(agentId != null){ putQueryParameter("AgentId", agentId.toString()); } } @Override public Class<QueryAgentGroupResponse> getResponseClass() { return QueryAgentGroupResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/QueryAgentGroupResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.model.v20191227; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cccxspaceinner.transform.v20191227.QueryAgentGroupResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class QueryAgentGroupResponse extends AcsResponse { private String message; private String code; private Boolean success; private List<XspaceAgentGroup> data; public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public List<XspaceAgentGroup> getData() { return this.data; } public void setData(List<XspaceAgentGroup> data) { this.data = data; } public static class XspaceAgentGroup { private Long buId; private Long groupId; private Long departmentId; public Long getBuId() { return this.buId; } public void setBuId(Long buId) { this.buId = buId; } public Long getGroupId() { return this.groupId; } public void setGroupId(Long groupId) { this.groupId = groupId; } public Long getDepartmentId() { return this.departmentId; } public void setDepartmentId(Long departmentId) { this.departmentId = departmentId; } } @Override public QueryAgentGroupResponse getInstance(UnmarshallerContext context) { return QueryAgentGroupResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/QueryAllCategoryRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.model.v20191227; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class QueryAllCategoryRequest extends RpcAcsRequest<QueryAllCategoryResponse> { private Long buId; private Boolean realTime; public QueryAllCategoryRequest() { super("CCCXSpaceInner", "2019-12-27", "QueryAllCategory"); setMethod(MethodType.POST); } public Long getBuId() { return this.buId; } public void setBuId(Long buId) { this.buId = buId; if(buId != null){ putBodyParameter("BuId", buId.toString()); } } public Boolean getRealTime() { return this.realTime; } public void setRealTime(Boolean realTime) { this.realTime = realTime; if(realTime != null){ putBodyParameter("RealTime", realTime.toString()); } } @Override public Class<QueryAllCategoryResponse> getResponseClass() { return QueryAllCategoryResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/QueryAllCategoryResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.model.v20191227; import com.aliyuncs.AcsResponse; import com.aliyuncs.cccxspaceinner.transform.v20191227.QueryAllCategoryResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class QueryAllCategoryResponse extends AcsResponse { private String message; private String requestId; private String data; private String code; 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 String getData() { return this.data; } public void setData(String data) { this.data = data; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } @Override public QueryAllCategoryResponse getInstance(UnmarshallerContext context) { return QueryAllCategoryResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/QueryAutoTaskInfoRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.model.v20191227; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class QueryAutoTaskInfoRequest extends RpcAcsRequest<QueryAutoTaskInfoResponse> { private Long taskId; private Long agentId; public QueryAutoTaskInfoRequest() { super("CCCXSpaceInner", "2019-12-27", "QueryAutoTaskInfo"); setMethod(MethodType.PUT); } public Long getTaskId() { return this.taskId; } public void setTaskId(Long taskId) { this.taskId = taskId; if(taskId != null){ putBodyParameter("TaskId", taskId.toString()); } } public Long getAgentId() { return this.agentId; } public void setAgentId(Long agentId) { this.agentId = agentId; if(agentId != null){ putBodyParameter("AgentId", agentId.toString()); } } @Override public Class<QueryAutoTaskInfoResponse> getResponseClass() { return QueryAutoTaskInfoResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/QueryAutoTaskInfoResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.model.v20191227; import com.aliyuncs.AcsResponse; import com.aliyuncs.cccxspaceinner.transform.v20191227.QueryAutoTaskInfoResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class QueryAutoTaskInfoResponse extends AcsResponse { private String message; private String data; private String code; private Boolean success; public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getData() { return this.data; } public void setData(String data) { this.data = data; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } @Override public QueryAutoTaskInfoResponse getInstance(UnmarshallerContext context) { return QueryAutoTaskInfoResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/QueryManagedAgentGroupRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.model.v20191227; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class QueryManagedAgentGroupRequest extends RpcAcsRequest<QueryManagedAgentGroupResponse> { private Long agentId; private Integer pageNo; private Integer pageSize; public QueryManagedAgentGroupRequest() { super("CCCXSpaceInner", "2019-12-27", "QueryManagedAgentGroup"); setMethod(MethodType.GET); } public Long getAgentId() { return this.agentId; } public void setAgentId(Long agentId) { this.agentId = agentId; if(agentId != null){ putQueryParameter("AgentId", agentId.toString()); } } public Integer getPageNo() { return this.pageNo; } public void setPageNo(Integer pageNo) { this.pageNo = pageNo; if(pageNo != null){ putQueryParameter("PageNo", pageNo.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<QueryManagedAgentGroupResponse> getResponseClass() { return QueryManagedAgentGroupResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/QueryManagedAgentGroupResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.model.v20191227; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cccxspaceinner.transform.v20191227.QueryManagedAgentGroupResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class QueryManagedAgentGroupResponse extends AcsResponse { private String message; private String code; private Boolean success; private List<XspaceAgentGroup> data; public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public List<XspaceAgentGroup> getData() { return this.data; } public void setData(List<XspaceAgentGroup> data) { this.data = data; } public static class XspaceAgentGroup { private Integer status; private Long buId; private String showName; private Long groupId; private String groupName; private Long departmentId; private Boolean isPublic; public Integer getStatus() { return this.status; } public void setStatus(Integer status) { this.status = status; } public Long getBuId() { return this.buId; } public void setBuId(Long buId) { this.buId = buId; } public String getShowName() { return this.showName; } public void setShowName(String showName) { this.showName = showName; } public Long getGroupId() { return this.groupId; } public void setGroupId(Long groupId) { this.groupId = groupId; } public String getGroupName() { return this.groupName; } public void setGroupName(String groupName) { this.groupName = groupName; } public Long getDepartmentId() { return this.departmentId; } public void setDepartmentId(Long departmentId) { this.departmentId = departmentId; } public Boolean getIsPublic() { return this.isPublic; } public void setIsPublic(Boolean isPublic) { this.isPublic = isPublic; } } @Override public QueryManagedAgentGroupResponse getInstance(UnmarshallerContext context) { return QueryManagedAgentGroupResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/QueryRolesByBuIdRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.model.v20191227; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class QueryRolesByBuIdRequest extends RpcAcsRequest<QueryRolesByBuIdResponse> { private Long buId; public QueryRolesByBuIdRequest() { super("CCCXSpaceInner", "2019-12-27", "QueryRolesByBuId"); setMethod(MethodType.GET); } public Long getBuId() { return this.buId; } public void setBuId(Long buId) { this.buId = buId; if(buId != null){ putQueryParameter("BuId", buId.toString()); } } @Override public Class<QueryRolesByBuIdResponse> getResponseClass() { return QueryRolesByBuIdResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/QueryRolesByBuIdResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.model.v20191227; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cccxspaceinner.transform.v20191227.QueryRolesByBuIdResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class QueryRolesByBuIdResponse extends AcsResponse { private String message; private String code; private Boolean success; private List<DataItem> data; public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } 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 Long buId; private String roleCode; private String roleName; private Long roleId; public Long getBuId() { return this.buId; } public void setBuId(Long buId) { this.buId = buId; } public String getRoleCode() { return this.roleCode; } public void setRoleCode(String roleCode) { this.roleCode = roleCode; } public String getRoleName() { return this.roleName; } public void setRoleName(String roleName) { this.roleName = roleName; } public Long getRoleId() { return this.roleId; } public void setRoleId(Long roleId) { this.roleId = roleId; } } @Override public QueryRolesByBuIdResponse getInstance(UnmarshallerContext context) { return QueryRolesByBuIdResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/QueryServicerByPageRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.model.v20191227; import com.aliyuncs.RpcAcsRequest; import java.util.List; import com.google.gson.Gson; import com.google.gson.annotations.SerializedName; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class QueryServicerByPageRequest extends RpcAcsRequest<QueryServicerByPageResponse> { private Long buId; @SerializedName("userStatusList") private List<Integer> userStatusList; private Long pageNo; private Long groupId; @SerializedName("servicerIds") private List<Long> servicerIds; private Long pageSize; private Long adminId; private String keyword; private String realName; public QueryServicerByPageRequest() { super("CCCXSpaceInner", "2019-12-27", "QueryServicerByPage"); setMethod(MethodType.POST); } public Long getBuId() { return this.buId; } public void setBuId(Long buId) { this.buId = buId; if(buId != null){ putBodyParameter("BuId", buId.toString()); } } public List<Integer> getUserStatusList() { return this.userStatusList; } public void setUserStatusList(List<Integer> userStatusList) { this.userStatusList = userStatusList; if (userStatusList != null) { putBodyParameter("UserStatusList" , new Gson().toJson(userStatusList)); } } public Long getPageNo() { return this.pageNo; } public void setPageNo(Long pageNo) { this.pageNo = pageNo; if(pageNo != null){ putBodyParameter("PageNo", pageNo.toString()); } } public Long getGroupId() { return this.groupId; } public void setGroupId(Long groupId) { this.groupId = groupId; if(groupId != null){ putBodyParameter("GroupId", groupId.toString()); } } public List<Long> getServicerIds() { return this.servicerIds; } public void setServicerIds(List<Long> servicerIds) { this.servicerIds = servicerIds; if (servicerIds != null) { putBodyParameter("ServicerIds" , new Gson().toJson(servicerIds)); } } public Long getPageSize() { return this.pageSize; } public void setPageSize(Long pageSize) { this.pageSize = pageSize; if(pageSize != null){ putBodyParameter("PageSize", pageSize.toString()); } } public Long getAdminId() { return this.adminId; } public void setAdminId(Long adminId) { this.adminId = adminId; if(adminId != null){ putBodyParameter("AdminId", adminId.toString()); } } public String getKeyword() { return this.keyword; } public void setKeyword(String keyword) { this.keyword = keyword; if(keyword != null){ putBodyParameter("Keyword", keyword); } } public String getRealName() { return this.realName; } public void setRealName(String realName) { this.realName = realName; if(realName != null){ putBodyParameter("RealName", realName); } } @Override public Class<QueryServicerByPageResponse> getResponseClass() { return QueryServicerByPageResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/QueryServicerByPageResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.model.v20191227; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cccxspaceinner.transform.v20191227.QueryServicerByPageResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class QueryServicerByPageResponse extends AcsResponse { private String message; private String requestId; private Integer httpStatusCode; private String code; private Boolean success; private Data data; public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Integer getHttpStatusCode() { return this.httpStatusCode; } public void setHttpStatusCode(Integer httpStatusCode) { this.httpStatusCode = httpStatusCode; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public Data getData() { return this.data; } public void setData(Data data) { this.data = data; } public static class Data { private Integer total; private Integer count; private Integer pageNum; private Long page; private List<ResultsItem> results; public Integer getTotal() { return this.total; } public void setTotal(Integer total) { this.total = total; } public Integer getCount() { return this.count; } public void setCount(Integer count) { this.count = count; } public Integer getPageNum() { return this.pageNum; } public void setPageNum(Integer pageNum) { this.pageNum = pageNum; } public Long getPage() { return this.page; } public void setPage(Long page) { this.page = page; } public List<ResultsItem> getResults() { return this.results; } public void setResults(List<ResultsItem> results) { this.results = results; } public static class ResultsItem { private Long servicerId; private Integer servicerType; private Integer userStatus; private Integer userType; private Long departmentId; private Long buId; private String realName; private String showName; private List<GroupsItem> groups; public Long getServicerId() { return this.servicerId; } public void setServicerId(Long servicerId) { this.servicerId = servicerId; } public Integer getServicerType() { return this.servicerType; } public void setServicerType(Integer servicerType) { this.servicerType = servicerType; } public Integer getUserStatus() { return this.userStatus; } public void setUserStatus(Integer userStatus) { this.userStatus = userStatus; } public Integer getUserType() { return this.userType; } public void setUserType(Integer userType) { this.userType = userType; } public Long getDepartmentId() { return this.departmentId; } public void setDepartmentId(Long departmentId) { this.departmentId = departmentId; } public Long getBuId() { return this.buId; } public void setBuId(Long buId) { this.buId = buId; } public String getRealName() { return this.realName; } public void setRealName(String realName) { this.realName = realName; } public String getShowName() { return this.showName; } public void setShowName(String showName) { this.showName = showName; } public List<GroupsItem> getGroups() { return this.groups; } public void setGroups(List<GroupsItem> groups) { this.groups = groups; } public static class GroupsItem { private Long groupId; private Integer skillType; private Long departmentId; private String description; private String showName; private String groupName; private Integer status; private Boolean supportCase; private Boolean supportPhone; private Boolean supportIm; public Long getGroupId() { return this.groupId; } public void setGroupId(Long groupId) { this.groupId = groupId; } public Integer getSkillType() { return this.skillType; } public void setSkillType(Integer skillType) { this.skillType = skillType; } public Long getDepartmentId() { return this.departmentId; } public void setDepartmentId(Long departmentId) { this.departmentId = departmentId; } public String getDescription() { return this.description; } public void setDescription(String description) { this.description = description; } public String getShowName() { return this.showName; } public void setShowName(String showName) { this.showName = showName; } public String getGroupName() { return this.groupName; } public void setGroupName(String groupName) { this.groupName = groupName; } public Integer getStatus() { return this.status; } public void setStatus(Integer status) { this.status = status; } public Boolean getSupportCase() { return this.supportCase; } public void setSupportCase(Boolean supportCase) { this.supportCase = supportCase; } public Boolean getSupportPhone() { return this.supportPhone; } public void setSupportPhone(Boolean supportPhone) { this.supportPhone = supportPhone; } public Boolean getSupportIm() { return this.supportIm; } public void setSupportIm(Boolean supportIm) { this.supportIm = supportIm; } } } } @Override public QueryServicerByPageResponse getInstance(UnmarshallerContext context) { return QueryServicerByPageResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/QueryTicketActionRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.model.v20191227; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class QueryTicketActionRequest extends RpcAcsRequest<QueryTicketActionResponse> { private String ticketId; private String actionCodeList; private Integer pageNo; private Integer pageSize; public QueryTicketActionRequest() { super("CCCXSpaceInner", "2019-12-27", "QueryTicketAction"); setMethod(MethodType.POST); } public String getTicketId() { return this.ticketId; } public void setTicketId(String ticketId) { this.ticketId = ticketId; if(ticketId != null){ putBodyParameter("TicketId", ticketId); } } public String getActionCodeList() { return this.actionCodeList; } public void setActionCodeList(String actionCodeList) { this.actionCodeList = actionCodeList; if(actionCodeList != null){ putBodyParameter("ActionCodeList", actionCodeList); } } public Integer getPageNo() { return this.pageNo; } public void setPageNo(Integer pageNo) { this.pageNo = pageNo; if(pageNo != null){ putBodyParameter("PageNo", pageNo.toString()); } } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; if(pageSize != null){ putBodyParameter("PageSize", pageSize.toString()); } } @Override public Class<QueryTicketActionResponse> getResponseClass() { return QueryTicketActionResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/QueryTicketActionResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.model.v20191227; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cccxspaceinner.transform.v20191227.QueryTicketActionResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class QueryTicketActionResponse extends AcsResponse { private String message; private String requestId; private String code; private Boolean success; private Data data; public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public Data getData() { return this.data; } public void setData(Data data) { this.data = data; } public static class Data { private Integer totalResults; private Integer currentPage; private Integer pageSize; private List<ListItem> list; public Integer getTotalResults() { return this.totalResults; } public void setTotalResults(Integer totalResults) { this.totalResults = totalResults; } public Integer getCurrentPage() { return this.currentPage; } public void setCurrentPage(Integer currentPage) { this.currentPage = currentPage; } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; } public List<ListItem> getList() { return this.list; } public void setList(List<ListItem> list) { this.list = list; } public static class ListItem { private Long bizTenantId; private Integer actionType; private String memo; private Long bizId; private Integer acceptorRole; private Integer hideType; private Long buyerId; private Integer bizType; private Integer buId; private Integer actionCode; private String bizIdStr; private Integer operatorRole; private Long acceptor; private Long operator; private Long taskId; public Long getBizTenantId() { return this.bizTenantId; } public void setBizTenantId(Long bizTenantId) { this.bizTenantId = bizTenantId; } public Integer getActionType() { return this.actionType; } public void setActionType(Integer actionType) { this.actionType = actionType; } public String getMemo() { return this.memo; } public void setMemo(String memo) { this.memo = memo; } public Long getBizId() { return this.bizId; } public void setBizId(Long bizId) { this.bizId = bizId; } public Integer getAcceptorRole() { return this.acceptorRole; } public void setAcceptorRole(Integer acceptorRole) { this.acceptorRole = acceptorRole; } public Integer getHideType() { return this.hideType; } public void setHideType(Integer hideType) { this.hideType = hideType; } public Long getBuyerId() { return this.buyerId; } public void setBuyerId(Long buyerId) { this.buyerId = buyerId; } public Integer getBizType() { return this.bizType; } public void setBizType(Integer bizType) { this.bizType = bizType; } public Integer getBuId() { return this.buId; } public void setBuId(Integer buId) { this.buId = buId; } public Integer getActionCode() { return this.actionCode; } public void setActionCode(Integer actionCode) { this.actionCode = actionCode; } public String getBizIdStr() { return this.bizIdStr; } public void setBizIdStr(String bizIdStr) { this.bizIdStr = bizIdStr; } public Integer getOperatorRole() { return this.operatorRole; } public void setOperatorRole(Integer operatorRole) { this.operatorRole = operatorRole; } public Long getAcceptor() { return this.acceptor; } public void setAcceptor(Long acceptor) { this.acceptor = acceptor; } public Long getOperator() { return this.operator; } public void setOperator(Long operator) { this.operator = operator; } public Long getTaskId() { return this.taskId; } public void setTaskId(Long taskId) { this.taskId = taskId; } } } @Override public QueryTicketActionResponse getInstance(UnmarshallerContext context) { return QueryTicketActionResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/QueryTicketRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.model.v20191227; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class QueryTicketRequest extends RpcAcsRequest<QueryTicketResponse> { private Long buId; private Integer ticketType; private Integer ticketStatus; private Long memberId; private Long ticketId; private Long startDate; private Long endDate; private Integer pageSize; private Integer pageNo; public QueryTicketRequest() { super("CCCXSpaceInner", "2019-12-27", "QueryTicket"); setMethod(MethodType.GET); } public Long getBuId() { return this.buId; } public void setBuId(Long buId) { this.buId = buId; if(buId != null){ putQueryParameter("BuId", buId.toString()); } } public Integer getTicketType() { return this.ticketType; } public void setTicketType(Integer ticketType) { this.ticketType = ticketType; if(ticketType != null){ putQueryParameter("TicketType", ticketType.toString()); } } public Integer getTicketStatus() { return this.ticketStatus; } public void setTicketStatus(Integer ticketStatus) { this.ticketStatus = ticketStatus; if(ticketStatus != null){ putQueryParameter("TicketStatus", ticketStatus.toString()); } } public Long getMemberId() { return this.memberId; } public void setMemberId(Long memberId) { this.memberId = memberId; if(memberId != null){ putQueryParameter("MemberId", memberId.toString()); } } public Long getTicketId() { return this.ticketId; } public void setTicketId(Long ticketId) { this.ticketId = ticketId; if(ticketId != null){ putQueryParameter("TicketId", ticketId.toString()); } } public Long getStartDate() { return this.startDate; } public void setStartDate(Long startDate) { this.startDate = startDate; if(startDate != null){ putQueryParameter("StartDate", startDate.toString()); } } public Long getEndDate() { return this.endDate; } public void setEndDate(Long endDate) { this.endDate = endDate; if(endDate != null){ putQueryParameter("EndDate", endDate.toString()); } } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("PageSize", pageSize.toString()); } } public Integer getPageNo() { return this.pageNo; } public void setPageNo(Integer pageNo) { this.pageNo = pageNo; if(pageNo != null){ putQueryParameter("PageNo", pageNo.toString()); } } @Override public Class<QueryTicketResponse> getResponseClass() { return QueryTicketResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/QueryTicketResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.model.v20191227; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.cccxspaceinner.transform.v20191227.QueryTicketResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class QueryTicketResponse extends AcsResponse { private String message; private String code; private Boolean success; private Data data; public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public Data getData() { return this.data; } public void setData(Data data) { this.data = data; } public static class Data { private Integer totalResults; private Integer currentPage; private Long pageSize; private List<ListItem> list; public Integer getTotalResults() { return this.totalResults; } public void setTotalResults(Integer totalResults) { this.totalResults = totalResults; } public Integer getCurrentPage() { return this.currentPage; } public void setCurrentPage(Integer currentPage) { this.currentPage = currentPage; } public Long getPageSize() { return this.pageSize; } public void setPageSize(Long pageSize) { this.pageSize = pageSize; } public List<ListItem> getList() { return this.list; } public void setList(List<ListItem> list) { this.list = list; } public static class ListItem { private Long caseId; private Long gmtCreate; private String srType; private Long gmtModified; private String questionInfo; private String caseStatus; private String extAttrs; private Long id; public Long getCaseId() { return this.caseId; } public void setCaseId(Long caseId) { this.caseId = caseId; } public Long getGmtCreate() { return this.gmtCreate; } public void setGmtCreate(Long gmtCreate) { this.gmtCreate = gmtCreate; } public String getSrType() { return this.srType; } public void setSrType(String srType) { this.srType = srType; } public Long getGmtModified() { return this.gmtModified; } public void setGmtModified(Long gmtModified) { this.gmtModified = gmtModified; } public String getQuestionInfo() { return this.questionInfo; } public void setQuestionInfo(String questionInfo) { this.questionInfo = questionInfo; } public String getCaseStatus() { return this.caseStatus; } public void setCaseStatus(String caseStatus) { this.caseStatus = caseStatus; } public String getExtAttrs() { return this.extAttrs; } public void setExtAttrs(String extAttrs) { this.extAttrs = extAttrs; } public Long getId() { return this.id; } public void setId(Long id) { this.id = id; } } } @Override public QueryTicketResponse getInstance(UnmarshallerContext context) { return QueryTicketResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/RevokeRoleRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.model.v20191227; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class RevokeRoleRequest extends RpcAcsRequest<RevokeRoleResponse> { private Long buId; private Long agentId; private Long roleId; private Long adminAgentId; public RevokeRoleRequest() { super("CCCXSpaceInner", "2019-12-27", "RevokeRole"); setMethod(MethodType.POST); } public Long getBuId() { return this.buId; } public void setBuId(Long buId) { this.buId = buId; if(buId != null){ putBodyParameter("BuId", buId.toString()); } } public Long getAgentId() { return this.agentId; } public void setAgentId(Long agentId) { this.agentId = agentId; if(agentId != null){ putBodyParameter("AgentId", agentId.toString()); } } public Long getRoleId() { return this.roleId; } public void setRoleId(Long roleId) { this.roleId = roleId; if(roleId != null){ putBodyParameter("RoleId", roleId.toString()); } } public Long getAdminAgentId() { return this.adminAgentId; } public void setAdminAgentId(Long adminAgentId) { this.adminAgentId = adminAgentId; if(adminAgentId != null){ putBodyParameter("AdminAgentId", adminAgentId.toString()); } } @Override public Class<RevokeRoleResponse> getResponseClass() { return RevokeRoleResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/RevokeRoleResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.model.v20191227; import com.aliyuncs.AcsResponse; import com.aliyuncs.cccxspaceinner.transform.v20191227.RevokeRoleResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class RevokeRoleResponse extends AcsResponse { private String message; private String code; private Boolean success; public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } @Override public RevokeRoleResponse getInstance(UnmarshallerContext context) { return RevokeRoleResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/SendChannelEventRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.model.v20191227; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class SendChannelEventRequest extends RpcAcsRequest<SendChannelEventResponse> { private String messageId; private String messageBody; public SendChannelEventRequest() { super("CCCXSpaceInner", "2019-12-27", "SendChannelEvent"); setMethod(MethodType.POST); } public String getMessageId() { return this.messageId; } public void setMessageId(String messageId) { this.messageId = messageId; if(messageId != null){ putBodyParameter("MessageId", messageId); } } public String getMessageBody() { return this.messageBody; } public void setMessageBody(String messageBody) { this.messageBody = messageBody; if(messageBody != null){ putBodyParameter("MessageBody", messageBody); } } @Override public Class<SendChannelEventResponse> getResponseClass() { return SendChannelEventResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/SendChannelEventResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.model.v20191227; import com.aliyuncs.AcsResponse; import com.aliyuncs.cccxspaceinner.transform.v20191227.SendChannelEventResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class SendChannelEventResponse extends AcsResponse { private String message; private String code; private Boolean success; public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } @Override public SendChannelEventResponse getInstance(UnmarshallerContext context) { return SendChannelEventResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/SendMessageRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.model.v20191227; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class SendMessageRequest extends RpcAcsRequest<SendMessageResponse> { private String sid; private String senderId; private Integer senderType; private String senderName; private String head; private String msgType; private String content; private String msgKey; public SendMessageRequest() { super("CCCXSpaceInner", "2019-12-27", "SendMessage"); setMethod(MethodType.POST); } public String getSid() { return this.sid; } public void setSid(String sid) { this.sid = sid; if(sid != null){ putBodyParameter("Sid", sid); } } public String getSenderId() { return this.senderId; } public void setSenderId(String senderId) { this.senderId = senderId; if(senderId != null){ putBodyParameter("SenderId", senderId); } } public Integer getSenderType() { return this.senderType; } public void setSenderType(Integer senderType) { this.senderType = senderType; if(senderType != null){ putBodyParameter("SenderType", senderType.toString()); } } public String getSenderName() { return this.senderName; } public void setSenderName(String senderName) { this.senderName = senderName; if(senderName != null){ putBodyParameter("SenderName", senderName); } } public String getHead() { return this.head; } public void setHead(String head) { this.head = head; if(head != null){ putBodyParameter("Head", head); } } public String getMsgType() { return this.msgType; } public void setMsgType(String msgType) { this.msgType = msgType; if(msgType != null){ putBodyParameter("MsgType", msgType); } } public String getContent() { return this.content; } public void setContent(String content) { this.content = content; if(content != null){ putBodyParameter("Content", content); } } public String getMsgKey() { return this.msgKey; } public void setMsgKey(String msgKey) { this.msgKey = msgKey; if(msgKey != null){ putBodyParameter("MsgKey", msgKey); } } @Override public Class<SendMessageResponse> getResponseClass() { return SendMessageResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/SendMessageResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.model.v20191227; import com.aliyuncs.AcsResponse; import com.aliyuncs.cccxspaceinner.transform.v20191227.SendMessageResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class SendMessageResponse extends AcsResponse { private String message; private Long data; private String code; private Boolean success; public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public Long getData() { return this.data; } public void setData(Long data) { this.data = data; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } @Override public SendMessageResponse getInstance(UnmarshallerContext context) { return SendMessageResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/StartEvaluationRateRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.model.v20191227; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class StartEvaluationRateRequest extends RpcAcsRequest<StartEvaluationRateResponse> { private Long memberId; private Long ticketId; private Long sceneId; public StartEvaluationRateRequest() { super("CCCXSpaceInner", "2019-12-27", "StartEvaluationRate"); setMethod(MethodType.POST); } public Long getMemberId() { return this.memberId; } public void setMemberId(Long memberId) { this.memberId = memberId; if(memberId != null){ putQueryParameter("MemberId", memberId.toString()); } } public Long getTicketId() { return this.ticketId; } public void setTicketId(Long ticketId) { this.ticketId = ticketId; if(ticketId != null){ putQueryParameter("TicketId", ticketId.toString()); } } public Long getSceneId() { return this.sceneId; } public void setSceneId(Long sceneId) { this.sceneId = sceneId; if(sceneId != null){ putQueryParameter("SceneId", sceneId.toString()); } } @Override public Class<StartEvaluationRateResponse> getResponseClass() { return StartEvaluationRateResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/StartEvaluationRateResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.model.v20191227; import java.util.Map; import com.aliyuncs.AcsResponse; import com.aliyuncs.cccxspaceinner.transform.v20191227.StartEvaluationRateResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class StartEvaluationRateResponse extends AcsResponse { private String message; private String requestId; private String code; private Boolean success; private Data data; public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public Data getData() { return this.data; } public void setData(Data data) { this.data = data; } public static class Data { private Map<Object,Object> questions; private EvaluationInfo evaluationInfo; public Map<Object,Object> getQuestions() { return this.questions; } public void setQuestions(Map<Object,Object> questions) { this.questions = questions; } public EvaluationInfo getEvaluationInfo() { return this.evaluationInfo; } public void setEvaluationInfo(EvaluationInfo evaluationInfo) { this.evaluationInfo = evaluationInfo; } public static class EvaluationInfo { private String status; private String purpose; private String type; private Long senceId; private Boolean isEmpty; private Integer priority; private Boolean isAvailable; private Long creator; private Long ruleId; private Long lastModifier; private Map<Object,Object> extMap; private Boolean isSimpleEvaluation; private String description; private String title; private String extAttrs; private Long id; private Integer languageId; public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } public String getPurpose() { return this.purpose; } public void setPurpose(String purpose) { this.purpose = purpose; } public String getType() { return this.type; } public void setType(String type) { this.type = type; } public Long getSenceId() { return this.senceId; } public void setSenceId(Long senceId) { this.senceId = senceId; } public Boolean getIsEmpty() { return this.isEmpty; } public void setIsEmpty(Boolean isEmpty) { this.isEmpty = isEmpty; } public Integer getPriority() { return this.priority; } public void setPriority(Integer priority) { this.priority = priority; } public Boolean getIsAvailable() { return this.isAvailable; } public void setIsAvailable(Boolean isAvailable) { this.isAvailable = isAvailable; } public Long getCreator() { return this.creator; } public void setCreator(Long creator) { this.creator = creator; } public Long getRuleId() { return this.ruleId; } public void setRuleId(Long ruleId) { this.ruleId = ruleId; } public Long getLastModifier() { return this.lastModifier; } public void setLastModifier(Long lastModifier) { this.lastModifier = lastModifier; } public Map<Object,Object> getExtMap() { return this.extMap; } public void setExtMap(Map<Object,Object> extMap) { this.extMap = extMap; } public Boolean getIsSimpleEvaluation() { return this.isSimpleEvaluation; } public void setIsSimpleEvaluation(Boolean isSimpleEvaluation) { this.isSimpleEvaluation = isSimpleEvaluation; } public String getDescription() { return this.description; } public void setDescription(String description) { this.description = description; } public String getTitle() { return this.title; } public void setTitle(String title) { this.title = title; } public String getExtAttrs() { return this.extAttrs; } public void setExtAttrs(String extAttrs) { this.extAttrs = extAttrs; } public Long getId() { return this.id; } public void setId(Long id) { this.id = id; } public Integer getLanguageId() { return this.languageId; } public void setLanguageId(Integer languageId) { this.languageId = languageId; } } } @Override public StartEvaluationRateResponse getInstance(UnmarshallerContext context) { return StartEvaluationRateResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/StartOnlineWorkRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.model.v20191227; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class StartOnlineWorkRequest extends RpcAcsRequest<StartOnlineWorkResponse> { private Long agentId; private String stationType; private Integer workType; private String userAgent; public StartOnlineWorkRequest() { super("CCCXSpaceInner", "2019-12-27", "StartOnlineWork"); setMethod(MethodType.PUT); } public Long getAgentId() { return this.agentId; } public void setAgentId(Long agentId) { this.agentId = agentId; if(agentId != null){ putBodyParameter("AgentId", agentId.toString()); } } public String getStationType() { return this.stationType; } public void setStationType(String stationType) { this.stationType = stationType; if(stationType != null){ putBodyParameter("StationType", stationType); } } public Integer getWorkType() { return this.workType; } public void setWorkType(Integer workType) { this.workType = workType; if(workType != null){ putBodyParameter("WorkType", workType.toString()); } } public String getUserAgent() { return this.userAgent; } public void setUserAgent(String userAgent) { this.userAgent = userAgent; if(userAgent != null){ putBodyParameter("UserAgent", userAgent); } } @Override public Class<StartOnlineWorkResponse> getResponseClass() { return StartOnlineWorkResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/StartOnlineWorkResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.model.v20191227; import com.aliyuncs.AcsResponse; import com.aliyuncs.cccxspaceinner.transform.v20191227.StartOnlineWorkResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class StartOnlineWorkResponse extends AcsResponse { private String message; private String code; private Boolean success; private Data data; public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public Data getData() { return this.data; } public void setData(Data data) { this.data = data; } public static class Data { private InitStatus initStatus; public InitStatus getInitStatus() { return this.initStatus; } public void setInitStatus(InitStatus initStatus) { this.initStatus = initStatus; } public static class InitStatus { private Boolean status; public Boolean getStatus() { return this.status; } public void setStatus(Boolean status) { this.status = status; } } } @Override public StartOnlineWorkResponse getInstance(UnmarshallerContext context) { return StartOnlineWorkResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/TestUpdateAgentGroupRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.model.v20191227; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class TestUpdateAgentGroupRequest extends RpcAcsRequest<TestUpdateAgentGroupResponse> { private Long agentId; private Long createAgentId; public TestUpdateAgentGroupRequest() { super("CCCXSpaceInner", "2019-12-27", "TestUpdateAgentGroup"); setMethod(MethodType.PUT); } public Long getAgentId() { return this.agentId; } public void setAgentId(Long agentId) { this.agentId = agentId; if(agentId != null){ putBodyParameter("AgentId", agentId.toString()); } } public Long getCreateAgentId() { return this.createAgentId; } public void setCreateAgentId(Long createAgentId) { this.createAgentId = createAgentId; if(createAgentId != null){ putBodyParameter("CreateAgentId", createAgentId.toString()); } } @Override public Class<TestUpdateAgentGroupResponse> getResponseClass() { return TestUpdateAgentGroupResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/TestUpdateAgentGroupResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.model.v20191227; import com.aliyuncs.AcsResponse; import com.aliyuncs.cccxspaceinner.transform.v20191227.TestUpdateAgentGroupResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class TestUpdateAgentGroupResponse extends AcsResponse { private String message; private String code; private Boolean success; public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } @Override public TestUpdateAgentGroupResponse getInstance(UnmarshallerContext context) { return TestUpdateAgentGroupResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/UpdateAgentGroupRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.model.v20191227; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class UpdateAgentGroupRequest extends RpcAcsRequest<UpdateAgentGroupResponse> { private Long agentId; private String groupIds; private Long createAgentId; public UpdateAgentGroupRequest() { super("CCCXSpaceInner", "2019-12-27", "UpdateAgentGroup"); setMethod(MethodType.PUT); } public Long getAgentId() { return this.agentId; } public void setAgentId(Long agentId) { this.agentId = agentId; if(agentId != null){ putBodyParameter("AgentId", agentId.toString()); } } public String getGroupIds() { return this.groupIds; } public void setGroupIds(String groupIds) { this.groupIds = groupIds; if(groupIds != null){ putBodyParameter("GroupIds", groupIds); } } public Long getCreateAgentId() { return this.createAgentId; } public void setCreateAgentId(Long createAgentId) { this.createAgentId = createAgentId; if(createAgentId != null){ putBodyParameter("CreateAgentId", createAgentId.toString()); } } @Override public Class<UpdateAgentGroupResponse> getResponseClass() { return UpdateAgentGroupResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/UpdateAgentGroupResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.model.v20191227; import com.aliyuncs.AcsResponse; import com.aliyuncs.cccxspaceinner.transform.v20191227.UpdateAgentGroupResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class UpdateAgentGroupResponse extends AcsResponse { private String message; private String code; private Boolean success; public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } @Override public UpdateAgentGroupResponse getInstance(UnmarshallerContext context) { return UpdateAgentGroupResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/UpdateChatDispatchRuleRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.model.v20191227; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class UpdateChatDispatchRuleRequest extends RpcAcsRequest<UpdateChatDispatchRuleResponse> { private String ruleName; private Integer timeout; private Integer heartTimeout; private String offlineNotice; private String noAgentNotice; private Integer level; private String skillGroupList; private String enableWorkTime; private String workTime; private String memberEnqueueNotice; private String memberDispatchNotice; private Boolean enableMemberDispatchNotice; private String memberSessionRemoveNotice; private String leaveNoticeMessage; private String memberLongSessionBeginTime; private Integer memberQueueHeartTimeout; private String agentCloseSessionNotice; private String memberCloseSessionNotice; private String agentSwitchQueueNotice; private String agentOfflineSwitchQueueNotice; private Long operatorId; public UpdateChatDispatchRuleRequest() { super("CCCXSpaceInner", "2019-12-27", "UpdateChatDispatchRule"); setMethod(MethodType.POST); } public String getRuleName() { return this.ruleName; } public void setRuleName(String ruleName) { this.ruleName = ruleName; if(ruleName != null){ putBodyParameter("RuleName", ruleName); } } public Integer getTimeout() { return this.timeout; } public void setTimeout(Integer timeout) { this.timeout = timeout; if(timeout != null){ putBodyParameter("Timeout", timeout.toString()); } } public Integer getHeartTimeout() { return this.heartTimeout; } public void setHeartTimeout(Integer heartTimeout) { this.heartTimeout = heartTimeout; if(heartTimeout != null){ putBodyParameter("HeartTimeout", heartTimeout.toString()); } } public String getOfflineNotice() { return this.offlineNotice; } public void setOfflineNotice(String offlineNotice) { this.offlineNotice = offlineNotice; if(offlineNotice != null){ putBodyParameter("OfflineNotice", offlineNotice); } } public String getNoAgentNotice() { return this.noAgentNotice; } public void setNoAgentNotice(String noAgentNotice) { this.noAgentNotice = noAgentNotice; if(noAgentNotice != null){ putBodyParameter("NoAgentNotice", noAgentNotice); } } public Integer getLevel() { return this.level; } public void setLevel(Integer level) { this.level = level; if(level != null){ putBodyParameter("Level", level.toString()); } } public String getSkillGroupList() { return this.skillGroupList; } public void setSkillGroupList(String skillGroupList) { this.skillGroupList = skillGroupList; if(skillGroupList != null){ putBodyParameter("SkillGroupList", skillGroupList); } } public String getEnableWorkTime() { return this.enableWorkTime; } public void setEnableWorkTime(String enableWorkTime) { this.enableWorkTime = enableWorkTime; if(enableWorkTime != null){ putBodyParameter("EnableWorkTime", enableWorkTime); } } public String getWorkTime() { return this.workTime; } public void setWorkTime(String workTime) { this.workTime = workTime; if(workTime != null){ putBodyParameter("WorkTime", workTime); } } public String getMemberEnqueueNotice() { return this.memberEnqueueNotice; } public void setMemberEnqueueNotice(String memberEnqueueNotice) { this.memberEnqueueNotice = memberEnqueueNotice; if(memberEnqueueNotice != null){ putBodyParameter("MemberEnqueueNotice", memberEnqueueNotice); } } public String getMemberDispatchNotice() { return this.memberDispatchNotice; } public void setMemberDispatchNotice(String memberDispatchNotice) { this.memberDispatchNotice = memberDispatchNotice; if(memberDispatchNotice != null){ putBodyParameter("MemberDispatchNotice", memberDispatchNotice); } } public Boolean getEnableMemberDispatchNotice() { return this.enableMemberDispatchNotice; } public void setEnableMemberDispatchNotice(Boolean enableMemberDispatchNotice) { this.enableMemberDispatchNotice = enableMemberDispatchNotice; if(enableMemberDispatchNotice != null){ putBodyParameter("EnableMemberDispatchNotice", enableMemberDispatchNotice.toString()); } } public String getMemberSessionRemoveNotice() { return this.memberSessionRemoveNotice; } public void setMemberSessionRemoveNotice(String memberSessionRemoveNotice) { this.memberSessionRemoveNotice = memberSessionRemoveNotice; if(memberSessionRemoveNotice != null){ putBodyParameter("MemberSessionRemoveNotice", memberSessionRemoveNotice); } } public String getLeaveNoticeMessage() { return this.leaveNoticeMessage; } public void setLeaveNoticeMessage(String leaveNoticeMessage) { this.leaveNoticeMessage = leaveNoticeMessage; if(leaveNoticeMessage != null){ putBodyParameter("LeaveNoticeMessage", leaveNoticeMessage); } } public String getMemberLongSessionBeginTime() { return this.memberLongSessionBeginTime; } public void setMemberLongSessionBeginTime(String memberLongSessionBeginTime) { this.memberLongSessionBeginTime = memberLongSessionBeginTime; if(memberLongSessionBeginTime != null){ putBodyParameter("MemberLongSessionBeginTime", memberLongSessionBeginTime); } } public Integer getMemberQueueHeartTimeout() { return this.memberQueueHeartTimeout; } public void setMemberQueueHeartTimeout(Integer memberQueueHeartTimeout) { this.memberQueueHeartTimeout = memberQueueHeartTimeout; if(memberQueueHeartTimeout != null){ putBodyParameter("MemberQueueHeartTimeout", memberQueueHeartTimeout.toString()); } } public String getAgentCloseSessionNotice() { return this.agentCloseSessionNotice; } public void setAgentCloseSessionNotice(String agentCloseSessionNotice) { this.agentCloseSessionNotice = agentCloseSessionNotice; if(agentCloseSessionNotice != null){ putBodyParameter("AgentCloseSessionNotice", agentCloseSessionNotice); } } public String getMemberCloseSessionNotice() { return this.memberCloseSessionNotice; } public void setMemberCloseSessionNotice(String memberCloseSessionNotice) { this.memberCloseSessionNotice = memberCloseSessionNotice; if(memberCloseSessionNotice != null){ putBodyParameter("MemberCloseSessionNotice", memberCloseSessionNotice); } } public String getAgentSwitchQueueNotice() { return this.agentSwitchQueueNotice; } public void setAgentSwitchQueueNotice(String agentSwitchQueueNotice) { this.agentSwitchQueueNotice = agentSwitchQueueNotice; if(agentSwitchQueueNotice != null){ putBodyParameter("AgentSwitchQueueNotice", agentSwitchQueueNotice); } } public String getAgentOfflineSwitchQueueNotice() { return this.agentOfflineSwitchQueueNotice; } public void setAgentOfflineSwitchQueueNotice(String agentOfflineSwitchQueueNotice) { this.agentOfflineSwitchQueueNotice = agentOfflineSwitchQueueNotice; if(agentOfflineSwitchQueueNotice != null){ putBodyParameter("AgentOfflineSwitchQueueNotice", agentOfflineSwitchQueueNotice); } } public Long getOperatorId() { return this.operatorId; } public void setOperatorId(Long operatorId) { this.operatorId = operatorId; if(operatorId != null){ putBodyParameter("OperatorId", operatorId.toString()); } } @Override public Class<UpdateChatDispatchRuleResponse> getResponseClass() { return UpdateChatDispatchRuleResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/UpdateChatDispatchRuleResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.model.v20191227; import com.aliyuncs.AcsResponse; import com.aliyuncs.cccxspaceinner.transform.v20191227.UpdateChatDispatchRuleResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class UpdateChatDispatchRuleResponse extends AcsResponse { private String message; private String requestId; private String data; private String code; 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 String getData() { return this.data; } public void setData(String data) { this.data = data; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } @Override public UpdateChatDispatchRuleResponse getInstance(UnmarshallerContext context) { return UpdateChatDispatchRuleResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/UpdateOuterAgentRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.model.v20191227; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class UpdateOuterAgentRequest extends RpcAcsRequest<UpdateOuterAgentResponse> { private Long buId; private Long agentId; private String showName; private Integer maxServiceNum; public UpdateOuterAgentRequest() { super("CCCXSpaceInner", "2019-12-27", "UpdateOuterAgent"); setMethod(MethodType.PUT); } public Long getBuId() { return this.buId; } public void setBuId(Long buId) { this.buId = buId; if(buId != null){ putBodyParameter("BuId", buId.toString()); } } public Long getAgentId() { return this.agentId; } public void setAgentId(Long agentId) { this.agentId = agentId; if(agentId != null){ putBodyParameter("AgentId", agentId.toString()); } } public String getShowName() { return this.showName; } public void setShowName(String showName) { this.showName = showName; if(showName != null){ putBodyParameter("ShowName", showName); } } public Integer getMaxServiceNum() { return this.maxServiceNum; } public void setMaxServiceNum(Integer maxServiceNum) { this.maxServiceNum = maxServiceNum; if(maxServiceNum != null){ putBodyParameter("MaxServiceNum", maxServiceNum.toString()); } } @Override public Class<UpdateOuterAgentResponse> getResponseClass() { return UpdateOuterAgentResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/UpdateOuterAgentResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.model.v20191227; import com.aliyuncs.AcsResponse; import com.aliyuncs.cccxspaceinner.transform.v20191227.UpdateOuterAgentResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class UpdateOuterAgentResponse extends AcsResponse { private String message; private String requestId; private String data; private String code; 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 String getData() { return this.data; } public void setData(String data) { this.data = data; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } @Override public UpdateOuterAgentResponse getInstance(UnmarshallerContext context) { return UpdateOuterAgentResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/UpdateTicketRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.model.v20191227; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class UpdateTicketRequest extends RpcAcsRequest<UpdateTicketResponse> { private String clientToken; private Long tenantId; private Long ticketId; private Long operatorId; private String formData; public UpdateTicketRequest() { super("CCCXSpaceInner", "2019-12-27", "UpdateTicket"); setMethod(MethodType.POST); } public String getClientToken() { return this.clientToken; } public void setClientToken(String clientToken) { this.clientToken = clientToken; if(clientToken != null){ putBodyParameter("ClientToken", clientToken); } } public Long getTenantId() { return this.tenantId; } public void setTenantId(Long tenantId) { this.tenantId = tenantId; if(tenantId != null){ putBodyParameter("TenantId", tenantId.toString()); } } public Long getTicketId() { return this.ticketId; } public void setTicketId(Long ticketId) { this.ticketId = ticketId; if(ticketId != null){ putBodyParameter("TicketId", ticketId.toString()); } } public Long getOperatorId() { return this.operatorId; } public void setOperatorId(Long operatorId) { this.operatorId = operatorId; if(operatorId != null){ putBodyParameter("OperatorId", operatorId.toString()); } } public String getFormData() { return this.formData; } public void setFormData(String formData) { this.formData = formData; if(formData != null){ putBodyParameter("FormData", formData); } } @Override public Class<UpdateTicketResponse> getResponseClass() { return UpdateTicketResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/UpdateTicketResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.model.v20191227; import com.aliyuncs.AcsResponse; import com.aliyuncs.cccxspaceinner.transform.v20191227.UpdateTicketResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class UpdateTicketResponse extends AcsResponse { private String message; private String requestId; private String code; 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 String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } @Override public UpdateTicketResponse getInstance(UnmarshallerContext context) { return UpdateTicketResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/UpdateTicketTemplateRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.model.v20191227; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class UpdateTicketTemplateRequest extends RpcAcsRequest<UpdateTicketTemplateResponse> { private Long buId; private Long agentId; private Long templateId; private String templateName; private String categoryId; private String schema; private Integer caseType; private Integer status; public UpdateTicketTemplateRequest() { super("CCCXSpaceInner", "2019-12-27", "UpdateTicketTemplate"); setMethod(MethodType.POST); } public Long getBuId() { return this.buId; } public void setBuId(Long buId) { this.buId = buId; if(buId != null){ putBodyParameter("BuId", buId.toString()); } } public Long getAgentId() { return this.agentId; } public void setAgentId(Long agentId) { this.agentId = agentId; if(agentId != null){ putBodyParameter("AgentId", agentId.toString()); } } public Long getTemplateId() { return this.templateId; } public void setTemplateId(Long templateId) { this.templateId = templateId; if(templateId != null){ putBodyParameter("TemplateId", templateId.toString()); } } public String getTemplateName() { return this.templateName; } public void setTemplateName(String templateName) { this.templateName = templateName; if(templateName != null){ putBodyParameter("TemplateName", templateName); } } public String getCategoryId() { return this.categoryId; } public void setCategoryId(String categoryId) { this.categoryId = categoryId; if(categoryId != null){ putBodyParameter("CategoryId", categoryId); } } public String getSchema() { return this.schema; } public void setSchema(String schema) { this.schema = schema; if(schema != null){ putBodyParameter("Schema", schema); } } public Integer getCaseType() { return this.caseType; } public void setCaseType(Integer caseType) { this.caseType = caseType; if(caseType != null){ putBodyParameter("CaseType", caseType.toString()); } } public Integer getStatus() { return this.status; } public void setStatus(Integer status) { this.status = status; if(status != null){ putBodyParameter("Status", status.toString()); } } @Override public Class<UpdateTicketTemplateResponse> getResponseClass() { return UpdateTicketTemplateResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/UpdateTicketTemplateResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.model.v20191227; import com.aliyuncs.AcsResponse; import com.aliyuncs.cccxspaceinner.transform.v20191227.UpdateTicketTemplateResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class UpdateTicketTemplateResponse extends AcsResponse { private String message; private String requestId; private String data; private String code; 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 String getData() { return this.data; } public void setData(String data) { this.data = data; } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } @Override public UpdateTicketTemplateResponse getInstance(UnmarshallerContext context) { return UpdateTicketTemplateResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform/v20191227/ChangeAgentStatusResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.transform.v20191227; import com.aliyuncs.cccxspaceinner.model.v20191227.ChangeAgentStatusResponse; import com.aliyuncs.transform.UnmarshallerContext; public class ChangeAgentStatusResponseUnmarshaller { public static ChangeAgentStatusResponse unmarshall(ChangeAgentStatusResponse changeAgentStatusResponse, UnmarshallerContext _ctx) { changeAgentStatusResponse.setMessage(_ctx.stringValue("ChangeAgentStatusResponse.Message")); changeAgentStatusResponse.setData(_ctx.stringValue("ChangeAgentStatusResponse.Data")); changeAgentStatusResponse.setCode(_ctx.stringValue("ChangeAgentStatusResponse.Code")); changeAgentStatusResponse.setSuccess(_ctx.booleanValue("ChangeAgentStatusResponse.Success")); return changeAgentStatusResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform/v20191227/ChangeRuleGroupValidStatusResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.transform.v20191227; import com.aliyuncs.cccxspaceinner.model.v20191227.ChangeRuleGroupValidStatusResponse; import com.aliyuncs.transform.UnmarshallerContext; public class ChangeRuleGroupValidStatusResponseUnmarshaller { public static ChangeRuleGroupValidStatusResponse unmarshall(ChangeRuleGroupValidStatusResponse changeRuleGroupValidStatusResponse, UnmarshallerContext _ctx) { changeRuleGroupValidStatusResponse.setMessage(_ctx.stringValue("ChangeRuleGroupValidStatusResponse.Message")); changeRuleGroupValidStatusResponse.setData(_ctx.stringValue("ChangeRuleGroupValidStatusResponse.Data")); changeRuleGroupValidStatusResponse.setCode(_ctx.stringValue("ChangeRuleGroupValidStatusResponse.Code")); changeRuleGroupValidStatusResponse.setSuccess(_ctx.booleanValue("ChangeRuleGroupValidStatusResponse.Success")); return changeRuleGroupValidStatusResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform/v20191227/ClearAgentGroupsResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.transform.v20191227; import com.aliyuncs.cccxspaceinner.model.v20191227.ClearAgentGroupsResponse; import com.aliyuncs.transform.UnmarshallerContext; public class ClearAgentGroupsResponseUnmarshaller { public static ClearAgentGroupsResponse unmarshall(ClearAgentGroupsResponse clearAgentGroupsResponse, UnmarshallerContext _ctx) { clearAgentGroupsResponse.setRequestId(_ctx.stringValue("ClearAgentGroupsResponse.RequestId")); clearAgentGroupsResponse.setMessage(_ctx.stringValue("ClearAgentGroupsResponse.Message")); clearAgentGroupsResponse.setData(_ctx.stringValue("ClearAgentGroupsResponse.Data")); clearAgentGroupsResponse.setCode(_ctx.stringValue("ClearAgentGroupsResponse.Code")); clearAgentGroupsResponse.setSuccess(_ctx.booleanValue("ClearAgentGroupsResponse.Success")); return clearAgentGroupsResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform/v20191227/CloseTicketResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.transform.v20191227; import com.aliyuncs.cccxspaceinner.model.v20191227.CloseTicketResponse; import com.aliyuncs.transform.UnmarshallerContext; public class CloseTicketResponseUnmarshaller { public static CloseTicketResponse unmarshall(CloseTicketResponse closeTicketResponse, UnmarshallerContext _ctx) { closeTicketResponse.setRequestId(_ctx.stringValue("CloseTicketResponse.RequestId")); closeTicketResponse.setMessage(_ctx.stringValue("CloseTicketResponse.Message")); closeTicketResponse.setCode(_ctx.stringValue("CloseTicketResponse.Code")); closeTicketResponse.setSuccess(_ctx.booleanValue("CloseTicketResponse.Success")); return closeTicketResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform/v20191227/CreateAgentBusinessUnitResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.transform.v20191227; import com.aliyuncs.cccxspaceinner.model.v20191227.CreateAgentBusinessUnitResponse; import com.aliyuncs.cccxspaceinner.model.v20191227.CreateAgentBusinessUnitResponse.Data; import com.aliyuncs.transform.UnmarshallerContext; public class CreateAgentBusinessUnitResponseUnmarshaller { public static CreateAgentBusinessUnitResponse unmarshall(CreateAgentBusinessUnitResponse createAgentBusinessUnitResponse, UnmarshallerContext _ctx) { createAgentBusinessUnitResponse.setMessage(_ctx.stringValue("CreateAgentBusinessUnitResponse.Message")); createAgentBusinessUnitResponse.setCode(_ctx.stringValue("CreateAgentBusinessUnitResponse.Code")); createAgentBusinessUnitResponse.setSuccess(_ctx.booleanValue("CreateAgentBusinessUnitResponse.Success")); Data data = new Data(); data.setBuId(_ctx.longValue("CreateAgentBusinessUnitResponse.Data.BuId")); data.setDepartmentId(_ctx.longValue("CreateAgentBusinessUnitResponse.Data.DepartmentId")); data.setBuName(_ctx.stringValue("CreateAgentBusinessUnitResponse.Data.BuName")); data.setAdminAgentId(_ctx.longValue("CreateAgentBusinessUnitResponse.Data.AdminAgentId")); data.setBuKey(_ctx.stringValue("CreateAgentBusinessUnitResponse.Data.BuKey")); createAgentBusinessUnitResponse.setData(data); return createAgentBusinessUnitResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform/v20191227/CreateCaseTicketResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.transform.v20191227; import com.aliyuncs.cccxspaceinner.model.v20191227.CreateCaseTicketResponse; import com.aliyuncs.transform.UnmarshallerContext; public class CreateCaseTicketResponseUnmarshaller { public static CreateCaseTicketResponse unmarshall(CreateCaseTicketResponse createCaseTicketResponse, UnmarshallerContext _ctx) { createCaseTicketResponse.setRequestId(_ctx.stringValue("CreateCaseTicketResponse.RequestId")); createCaseTicketResponse.setMessage(_ctx.stringValue("CreateCaseTicketResponse.Message")); createCaseTicketResponse.setData(_ctx.longValue("CreateCaseTicketResponse.Data")); createCaseTicketResponse.setCode(_ctx.stringValue("CreateCaseTicketResponse.Code")); createCaseTicketResponse.setSuccess(_ctx.booleanValue("CreateCaseTicketResponse.Success")); return createCaseTicketResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform/v20191227/CreateChatDispatchRuleResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.transform.v20191227; import com.aliyuncs.cccxspaceinner.model.v20191227.CreateChatDispatchRuleResponse; import com.aliyuncs.transform.UnmarshallerContext; public class CreateChatDispatchRuleResponseUnmarshaller { public static CreateChatDispatchRuleResponse unmarshall(CreateChatDispatchRuleResponse createChatDispatchRuleResponse, UnmarshallerContext _ctx) { createChatDispatchRuleResponse.setRequestId(_ctx.stringValue("CreateChatDispatchRuleResponse.RequestId")); createChatDispatchRuleResponse.setMessage(_ctx.stringValue("CreateChatDispatchRuleResponse.Message")); createChatDispatchRuleResponse.setData(_ctx.stringValue("CreateChatDispatchRuleResponse.Data")); createChatDispatchRuleResponse.setCode(_ctx.stringValue("CreateChatDispatchRuleResponse.Code")); createChatDispatchRuleResponse.setSuccess(_ctx.booleanValue("CreateChatDispatchRuleResponse.Success")); return createChatDispatchRuleResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform/v20191227/CreateEvaluationResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.transform.v20191227; import com.aliyuncs.cccxspaceinner.model.v20191227.CreateEvaluationResponse; import com.aliyuncs.transform.UnmarshallerContext; public class CreateEvaluationResponseUnmarshaller { public static CreateEvaluationResponse unmarshall(CreateEvaluationResponse createEvaluationResponse, UnmarshallerContext _ctx) { createEvaluationResponse.setRequestId(_ctx.stringValue("CreateEvaluationResponse.RequestId")); createEvaluationResponse.setMessage(_ctx.stringValue("CreateEvaluationResponse.Message")); createEvaluationResponse.setData(_ctx.stringValue("CreateEvaluationResponse.Data")); createEvaluationResponse.setCode(_ctx.stringValue("CreateEvaluationResponse.Code")); createEvaluationResponse.setSuccess(_ctx.booleanValue("CreateEvaluationResponse.Success")); return createEvaluationResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform/v20191227/CreateMemberResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.transform.v20191227; import com.aliyuncs.cccxspaceinner.model.v20191227.CreateMemberResponse; import com.aliyuncs.transform.UnmarshallerContext; public class CreateMemberResponseUnmarshaller { public static CreateMemberResponse unmarshall(CreateMemberResponse createMemberResponse, UnmarshallerContext _ctx) { createMemberResponse.setRequestId(_ctx.stringValue("CreateMemberResponse.RequestId")); createMemberResponse.setMessage(_ctx.stringValue("CreateMemberResponse.Message")); createMemberResponse.setData(_ctx.longValue("CreateMemberResponse.Data")); createMemberResponse.setCode(_ctx.stringValue("CreateMemberResponse.Code")); createMemberResponse.setSuccess(_ctx.booleanValue("CreateMemberResponse.Success")); return createMemberResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform/v20191227/CreateOrUpdateAutoTaskResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.transform.v20191227; import com.aliyuncs.cccxspaceinner.model.v20191227.CreateOrUpdateAutoTaskResponse; import com.aliyuncs.transform.UnmarshallerContext; public class CreateOrUpdateAutoTaskResponseUnmarshaller { public static CreateOrUpdateAutoTaskResponse unmarshall(CreateOrUpdateAutoTaskResponse createOrUpdateAutoTaskResponse, UnmarshallerContext _ctx) { createOrUpdateAutoTaskResponse.setRequestId(_ctx.stringValue("CreateOrUpdateAutoTaskResponse.RequestId")); createOrUpdateAutoTaskResponse.setMessage(_ctx.stringValue("CreateOrUpdateAutoTaskResponse.Message")); createOrUpdateAutoTaskResponse.setData(_ctx.stringValue("CreateOrUpdateAutoTaskResponse.Data")); createOrUpdateAutoTaskResponse.setCode(_ctx.stringValue("CreateOrUpdateAutoTaskResponse.Code")); createOrUpdateAutoTaskResponse.setSuccess(_ctx.booleanValue("CreateOrUpdateAutoTaskResponse.Success")); return createOrUpdateAutoTaskResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform/v20191227/CreateOrUpdateRoleResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.transform.v20191227; import com.aliyuncs.cccxspaceinner.model.v20191227.CreateOrUpdateRoleResponse; import com.aliyuncs.transform.UnmarshallerContext; public class CreateOrUpdateRoleResponseUnmarshaller { public static CreateOrUpdateRoleResponse unmarshall(CreateOrUpdateRoleResponse createOrUpdateRoleResponse, UnmarshallerContext _ctx) { createOrUpdateRoleResponse.setRequestId(_ctx.stringValue("CreateOrUpdateRoleResponse.RequestId")); createOrUpdateRoleResponse.setMessage(_ctx.stringValue("CreateOrUpdateRoleResponse.Message")); createOrUpdateRoleResponse.setData(_ctx.stringValue("CreateOrUpdateRoleResponse.Data")); createOrUpdateRoleResponse.setCode(_ctx.stringValue("CreateOrUpdateRoleResponse.Code")); createOrUpdateRoleResponse.setSuccess(_ctx.booleanValue("CreateOrUpdateRoleResponse.Success")); return createOrUpdateRoleResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform/v20191227/CreateOuterAdminAgentResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.transform.v20191227; import com.aliyuncs.cccxspaceinner.model.v20191227.CreateOuterAdminAgentResponse; import com.aliyuncs.transform.UnmarshallerContext; public class CreateOuterAdminAgentResponseUnmarshaller { public static CreateOuterAdminAgentResponse unmarshall(CreateOuterAdminAgentResponse createOuterAdminAgentResponse, UnmarshallerContext _ctx) { createOuterAdminAgentResponse.setMessage(_ctx.stringValue("CreateOuterAdminAgentResponse.Message")); createOuterAdminAgentResponse.setData(_ctx.longValue("CreateOuterAdminAgentResponse.Data")); createOuterAdminAgentResponse.setCode(_ctx.stringValue("CreateOuterAdminAgentResponse.Code")); createOuterAdminAgentResponse.setSuccess(_ctx.booleanValue("CreateOuterAdminAgentResponse.Success")); return createOuterAdminAgentResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform/v20191227/CreateOuterAgentResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.transform.v20191227; import com.aliyuncs.cccxspaceinner.model.v20191227.CreateOuterAgentResponse; import com.aliyuncs.transform.UnmarshallerContext; public class CreateOuterAgentResponseUnmarshaller { public static CreateOuterAgentResponse unmarshall(CreateOuterAgentResponse createOuterAgentResponse, UnmarshallerContext _ctx) { createOuterAgentResponse.setMessage(_ctx.stringValue("CreateOuterAgentResponse.Message")); createOuterAgentResponse.setData(_ctx.longValue("CreateOuterAgentResponse.Data")); createOuterAgentResponse.setCode(_ctx.stringValue("CreateOuterAgentResponse.Code")); createOuterAgentResponse.setSuccess(_ctx.booleanValue("CreateOuterAgentResponse.Success")); return createOuterAgentResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform/v20191227/CreateTicketResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.transform.v20191227; import com.aliyuncs.cccxspaceinner.model.v20191227.CreateTicketResponse; import com.aliyuncs.transform.UnmarshallerContext; public class CreateTicketResponseUnmarshaller { public static CreateTicketResponse unmarshall(CreateTicketResponse createTicketResponse, UnmarshallerContext _ctx) { createTicketResponse.setRequestId(_ctx.stringValue("CreateTicketResponse.RequestId")); createTicketResponse.setMessage(_ctx.stringValue("CreateTicketResponse.Message")); createTicketResponse.setData(_ctx.longValue("CreateTicketResponse.Data")); createTicketResponse.setCode(_ctx.stringValue("CreateTicketResponse.Code")); createTicketResponse.setSuccess(_ctx.booleanValue("CreateTicketResponse.Success")); return createTicketResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform/v20191227/CreateTicketTemplateResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.transform.v20191227; import com.aliyuncs.cccxspaceinner.model.v20191227.CreateTicketTemplateResponse; import com.aliyuncs.transform.UnmarshallerContext; public class CreateTicketTemplateResponseUnmarshaller { public static CreateTicketTemplateResponse unmarshall(CreateTicketTemplateResponse createTicketTemplateResponse, UnmarshallerContext _ctx) { createTicketTemplateResponse.setRequestId(_ctx.stringValue("CreateTicketTemplateResponse.RequestId")); createTicketTemplateResponse.setMessage(_ctx.stringValue("CreateTicketTemplateResponse.Message")); createTicketTemplateResponse.setData(_ctx.longValue("CreateTicketTemplateResponse.Data")); createTicketTemplateResponse.setCode(_ctx.stringValue("CreateTicketTemplateResponse.Code")); createTicketTemplateResponse.setSuccess(_ctx.booleanValue("CreateTicketTemplateResponse.Success")); return createTicketTemplateResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform/v20191227/CreateTicketTypeResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.transform.v20191227; import com.aliyuncs.cccxspaceinner.model.v20191227.CreateTicketTypeResponse; import com.aliyuncs.transform.UnmarshallerContext; public class CreateTicketTypeResponseUnmarshaller { public static CreateTicketTypeResponse unmarshall(CreateTicketTypeResponse createTicketTypeResponse, UnmarshallerContext _ctx) { createTicketTypeResponse.setRequestId(_ctx.stringValue("CreateTicketTypeResponse.RequestId")); createTicketTypeResponse.setMessage(_ctx.stringValue("CreateTicketTypeResponse.Message")); createTicketTypeResponse.setData(_ctx.stringValue("CreateTicketTypeResponse.Data")); createTicketTypeResponse.setCode(_ctx.stringValue("CreateTicketTypeResponse.Code")); createTicketTypeResponse.setSuccess(_ctx.booleanValue("CreateTicketTypeResponse.Success")); return createTicketTypeResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform/v20191227/CustomActionsOrdersResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.transform.v20191227; import com.aliyuncs.cccxspaceinner.model.v20191227.CustomActionsOrdersResponse; import com.aliyuncs.transform.UnmarshallerContext; public class CustomActionsOrdersResponseUnmarshaller { public static CustomActionsOrdersResponse unmarshall(CustomActionsOrdersResponse customActionsOrdersResponse, UnmarshallerContext _ctx) { customActionsOrdersResponse.setRequestId(_ctx.stringValue("CustomActionsOrdersResponse.RequestId")); customActionsOrdersResponse.setMessage(_ctx.stringValue("CustomActionsOrdersResponse.Message")); customActionsOrdersResponse.setData(_ctx.stringValue("CustomActionsOrdersResponse.Data")); customActionsOrdersResponse.setCode(_ctx.stringValue("CustomActionsOrdersResponse.Code")); customActionsOrdersResponse.setSuccess(_ctx.booleanValue("CustomActionsOrdersResponse.Success")); return customActionsOrdersResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform/v20191227/DeleteAgentResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.transform.v20191227; import com.aliyuncs.cccxspaceinner.model.v20191227.DeleteAgentResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DeleteAgentResponseUnmarshaller { public static DeleteAgentResponse unmarshall(DeleteAgentResponse deleteAgentResponse, UnmarshallerContext _ctx) { deleteAgentResponse.setMessage(_ctx.stringValue("DeleteAgentResponse.Message")); deleteAgentResponse.setCode(_ctx.stringValue("DeleteAgentResponse.Code")); deleteAgentResponse.setSuccess(_ctx.booleanValue("DeleteAgentResponse.Success")); return deleteAgentResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform/v20191227/DeleteChatDispatchRuleResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.transform.v20191227; import com.aliyuncs.cccxspaceinner.model.v20191227.DeleteChatDispatchRuleResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DeleteChatDispatchRuleResponseUnmarshaller { public static DeleteChatDispatchRuleResponse unmarshall(DeleteChatDispatchRuleResponse deleteChatDispatchRuleResponse, UnmarshallerContext _ctx) { deleteChatDispatchRuleResponse.setRequestId(_ctx.stringValue("DeleteChatDispatchRuleResponse.RequestId")); deleteChatDispatchRuleResponse.setMessage(_ctx.stringValue("DeleteChatDispatchRuleResponse.Message")); deleteChatDispatchRuleResponse.setData(_ctx.longValue("DeleteChatDispatchRuleResponse.Data")); deleteChatDispatchRuleResponse.setCode(_ctx.stringValue("DeleteChatDispatchRuleResponse.Code")); deleteChatDispatchRuleResponse.setSuccess(_ctx.booleanValue("DeleteChatDispatchRuleResponse.Success")); return deleteChatDispatchRuleResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform/v20191227/DeleteXspaceGroupResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.transform.v20191227; import com.aliyuncs.cccxspaceinner.model.v20191227.DeleteXspaceGroupResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DeleteXspaceGroupResponseUnmarshaller { public static DeleteXspaceGroupResponse unmarshall(DeleteXspaceGroupResponse deleteXspaceGroupResponse, UnmarshallerContext _ctx) { deleteXspaceGroupResponse.setRequestId(_ctx.stringValue("DeleteXspaceGroupResponse.RequestId")); deleteXspaceGroupResponse.setMessage(_ctx.stringValue("DeleteXspaceGroupResponse.Message")); deleteXspaceGroupResponse.setData(_ctx.longValue("DeleteXspaceGroupResponse.Data")); deleteXspaceGroupResponse.setCode(_ctx.stringValue("DeleteXspaceGroupResponse.Code")); deleteXspaceGroupResponse.setSuccess(_ctx.booleanValue("DeleteXspaceGroupResponse.Success")); return deleteXspaceGroupResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform/v20191227/EchoResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.transform.v20191227; import com.aliyuncs.cccxspaceinner.model.v20191227.EchoResponse; import com.aliyuncs.transform.UnmarshallerContext; public class EchoResponseUnmarshaller { public static EchoResponse unmarshall(EchoResponse echoResponse, UnmarshallerContext _ctx) { echoResponse.setMessage(_ctx.stringValue("EchoResponse.Message")); echoResponse.setData(_ctx.stringValue("EchoResponse.Data")); echoResponse.setCode(_ctx.stringValue("EchoResponse.Code")); echoResponse.setSuccess(_ctx.booleanValue("EchoResponse.Success")); return echoResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform/v20191227/EditXspaceGroupResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.transform.v20191227; import com.aliyuncs.cccxspaceinner.model.v20191227.EditXspaceGroupResponse; import com.aliyuncs.transform.UnmarshallerContext; public class EditXspaceGroupResponseUnmarshaller { public static EditXspaceGroupResponse unmarshall(EditXspaceGroupResponse editXspaceGroupResponse, UnmarshallerContext _ctx) { editXspaceGroupResponse.setRequestId(_ctx.stringValue("EditXspaceGroupResponse.RequestId")); editXspaceGroupResponse.setMessage(_ctx.stringValue("EditXspaceGroupResponse.Message")); editXspaceGroupResponse.setData(_ctx.longValue("EditXspaceGroupResponse.Data")); editXspaceGroupResponse.setCode(_ctx.stringValue("EditXspaceGroupResponse.Code")); editXspaceGroupResponse.setSuccess(_ctx.booleanValue("EditXspaceGroupResponse.Success")); return editXspaceGroupResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform/v20191227/FindActivityResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.transform.v20191227; import com.aliyuncs.cccxspaceinner.model.v20191227.FindActivityResponse; import java.util.Map; import com.aliyuncs.transform.UnmarshallerContext; public class FindActivityResponseUnmarshaller { public static FindActivityResponse unmarshall(FindActivityResponse findActivityResponse, UnmarshallerContext _ctx) { findActivityResponse.setMessage(_ctx.stringValue("FindActivityResponse.Message")); findActivityResponse.setData(_ctx.mapValue("FindActivityResponse.Data")); findActivityResponse.setCode(_ctx.stringValue("FindActivityResponse.Code")); findActivityResponse.setSuccess(_ctx.booleanValue("FindActivityResponse.Success")); return findActivityResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform/v20191227/GenerateTokenResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.transform.v20191227; import com.aliyuncs.cccxspaceinner.model.v20191227.GenerateTokenResponse; import com.aliyuncs.transform.UnmarshallerContext; public class GenerateTokenResponseUnmarshaller { public static GenerateTokenResponse unmarshall(GenerateTokenResponse generateTokenResponse, UnmarshallerContext _ctx) { generateTokenResponse.setMessage(_ctx.stringValue("GenerateTokenResponse.Message")); generateTokenResponse.setData(_ctx.stringValue("GenerateTokenResponse.Data")); generateTokenResponse.setCode(_ctx.stringValue("GenerateTokenResponse.Code")); generateTokenResponse.setSuccess(_ctx.booleanValue("GenerateTokenResponse.Success")); return generateTokenResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform/v20191227/GetAgentBusinessUnitByBuIdResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.transform.v20191227; import com.aliyuncs.cccxspaceinner.model.v20191227.GetAgentBusinessUnitByBuIdResponse; import com.aliyuncs.cccxspaceinner.model.v20191227.GetAgentBusinessUnitByBuIdResponse.Data; import java.util.Map; import com.aliyuncs.transform.UnmarshallerContext; public class GetAgentBusinessUnitByBuIdResponseUnmarshaller { public static GetAgentBusinessUnitByBuIdResponse unmarshall(GetAgentBusinessUnitByBuIdResponse getAgentBusinessUnitByBuIdResponse, UnmarshallerContext _ctx) { getAgentBusinessUnitByBuIdResponse.setMessage(_ctx.stringValue("GetAgentBusinessUnitByBuIdResponse.Message")); getAgentBusinessUnitByBuIdResponse.setCode(_ctx.stringValue("GetAgentBusinessUnitByBuIdResponse.Code")); getAgentBusinessUnitByBuIdResponse.setSuccess(_ctx.booleanValue("GetAgentBusinessUnitByBuIdResponse.Success")); Data data = new Data(); data.setBuId(_ctx.longValue("GetAgentBusinessUnitByBuIdResponse.Data.BuId")); data.setBuKey(_ctx.stringValue("GetAgentBusinessUnitByBuIdResponse.Data.BuKey")); data.setExtra(_ctx.mapValue("GetAgentBusinessUnitByBuIdResponse.Data.Extra")); getAgentBusinessUnitByBuIdResponse.setData(data); return getAgentBusinessUnitByBuIdResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform/v20191227/GetAgentBusinessUnitByOuterInfoResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.transform.v20191227; import com.aliyuncs.cccxspaceinner.model.v20191227.GetAgentBusinessUnitByOuterInfoResponse; import com.aliyuncs.cccxspaceinner.model.v20191227.GetAgentBusinessUnitByOuterInfoResponse.Data; import com.aliyuncs.transform.UnmarshallerContext; public class GetAgentBusinessUnitByOuterInfoResponseUnmarshaller { public static GetAgentBusinessUnitByOuterInfoResponse unmarshall(GetAgentBusinessUnitByOuterInfoResponse getAgentBusinessUnitByOuterInfoResponse, UnmarshallerContext _ctx) { getAgentBusinessUnitByOuterInfoResponse.setMessage(_ctx.stringValue("GetAgentBusinessUnitByOuterInfoResponse.Message")); getAgentBusinessUnitByOuterInfoResponse.setCode(_ctx.stringValue("GetAgentBusinessUnitByOuterInfoResponse.Code")); getAgentBusinessUnitByOuterInfoResponse.setSuccess(_ctx.booleanValue("GetAgentBusinessUnitByOuterInfoResponse.Success")); Data data = new Data(); data.setBuName(_ctx.stringValue("GetAgentBusinessUnitByOuterInfoResponse.Data.buName")); data.setBuId(_ctx.longValue("GetAgentBusinessUnitByOuterInfoResponse.Data.buId")); data.setBuKey(_ctx.stringValue("GetAgentBusinessUnitByOuterInfoResponse.Data.buKey")); getAgentBusinessUnitByOuterInfoResponse.setData(data); return getAgentBusinessUnitByOuterInfoResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform/v20191227/GetAgentByAgentIdResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.transform.v20191227; import com.aliyuncs.cccxspaceinner.model.v20191227.GetAgentByAgentIdResponse; import com.aliyuncs.cccxspaceinner.model.v20191227.GetAgentByAgentIdResponse.Data; import com.aliyuncs.transform.UnmarshallerContext; public class GetAgentByAgentIdResponseUnmarshaller { public static GetAgentByAgentIdResponse unmarshall(GetAgentByAgentIdResponse getAgentByAgentIdResponse, UnmarshallerContext _ctx) { getAgentByAgentIdResponse.setMessage(_ctx.stringValue("GetAgentByAgentIdResponse.Message")); getAgentByAgentIdResponse.setCode(_ctx.stringValue("GetAgentByAgentIdResponse.Code")); getAgentByAgentIdResponse.setSuccess(_ctx.booleanValue("GetAgentByAgentIdResponse.Success")); Data data = new Data(); data.setStatus(_ctx.integerValue("GetAgentByAgentIdResponse.Data.Status")); data.setBuId(_ctx.longValue("GetAgentByAgentIdResponse.Data.BuId")); data.setShowName(_ctx.stringValue("GetAgentByAgentIdResponse.Data.ShowName")); data.setAgentId(_ctx.longValue("GetAgentByAgentIdResponse.Data.AgentId")); data.setDepartmentId(_ctx.longValue("GetAgentByAgentIdResponse.Data.DepartmentId")); data.setAgentName(_ctx.stringValue("GetAgentByAgentIdResponse.Data.AgentName")); data.setAgentType(_ctx.integerValue("GetAgentByAgentIdResponse.Data.AgentType")); getAgentByAgentIdResponse.setData(data); return getAgentByAgentIdResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform/v20191227/GetAgentByOuterInfoResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.transform.v20191227; import com.aliyuncs.cccxspaceinner.model.v20191227.GetAgentByOuterInfoResponse; import com.aliyuncs.cccxspaceinner.model.v20191227.GetAgentByOuterInfoResponse.Data; import com.aliyuncs.transform.UnmarshallerContext; public class GetAgentByOuterInfoResponseUnmarshaller { public static GetAgentByOuterInfoResponse unmarshall(GetAgentByOuterInfoResponse getAgentByOuterInfoResponse, UnmarshallerContext _ctx) { getAgentByOuterInfoResponse.setMessage(_ctx.stringValue("GetAgentByOuterInfoResponse.Message")); getAgentByOuterInfoResponse.setCode(_ctx.stringValue("GetAgentByOuterInfoResponse.Code")); getAgentByOuterInfoResponse.setSuccess(_ctx.booleanValue("GetAgentByOuterInfoResponse.Success")); Data data = new Data(); data.setStatus(_ctx.integerValue("GetAgentByOuterInfoResponse.Data.Status")); data.setBuId(_ctx.longValue("GetAgentByOuterInfoResponse.Data.BuId")); data.setShowName(_ctx.stringValue("GetAgentByOuterInfoResponse.Data.ShowName")); data.setAgentId(_ctx.longValue("GetAgentByOuterInfoResponse.Data.AgentId")); data.setDepartmentId(_ctx.longValue("GetAgentByOuterInfoResponse.Data.DepartmentId")); data.setAgentName(_ctx.stringValue("GetAgentByOuterInfoResponse.Data.AgentName")); data.setAgentType(_ctx.integerValue("GetAgentByOuterInfoResponse.Data.AgentType")); getAgentByOuterInfoResponse.setData(data); return getAgentByOuterInfoResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform/v20191227/GetPageGroupsByBuIdResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.transform.v20191227; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cccxspaceinner.model.v20191227.GetPageGroupsByBuIdResponse; import com.aliyuncs.cccxspaceinner.model.v20191227.GetPageGroupsByBuIdResponse.Data; import com.aliyuncs.cccxspaceinner.model.v20191227.GetPageGroupsByBuIdResponse.Data.ListItem; import com.aliyuncs.transform.UnmarshallerContext; public class GetPageGroupsByBuIdResponseUnmarshaller { public static GetPageGroupsByBuIdResponse unmarshall(GetPageGroupsByBuIdResponse getPageGroupsByBuIdResponse, UnmarshallerContext _ctx) { getPageGroupsByBuIdResponse.setMessage(_ctx.stringValue("GetPageGroupsByBuIdResponse.Message")); getPageGroupsByBuIdResponse.setCode(_ctx.stringValue("GetPageGroupsByBuIdResponse.Code")); getPageGroupsByBuIdResponse.setSuccess(_ctx.booleanValue("GetPageGroupsByBuIdResponse.Success")); Data data = new Data(); data.setLastSortKey(_ctx.longValue("GetPageGroupsByBuIdResponse.Data.LastSortKey")); data.setPageSize(_ctx.integerValue("GetPageGroupsByBuIdResponse.Data.PageSize")); data.setHasNextPage(_ctx.booleanValue("GetPageGroupsByBuIdResponse.Data.HasNextPage")); List<ListItem> list = new ArrayList<ListItem>(); for (int i = 0; i < _ctx.lengthValue("GetPageGroupsByBuIdResponse.Data.List.Length"); i++) { ListItem listItem = new ListItem(); listItem.setStatus(_ctx.integerValue("GetPageGroupsByBuIdResponse.Data.List["+ i +"].Status")); listItem.setBuId(_ctx.longValue("GetPageGroupsByBuIdResponse.Data.List["+ i +"].BuId")); listItem.setShowName(_ctx.stringValue("GetPageGroupsByBuIdResponse.Data.List["+ i +"].ShowName")); listItem.setDescription(_ctx.stringValue("GetPageGroupsByBuIdResponse.Data.List["+ i +"].Description")); listItem.setGroupName(_ctx.stringValue("GetPageGroupsByBuIdResponse.Data.List["+ i +"].GroupName")); listItem.setGroupId(_ctx.longValue("GetPageGroupsByBuIdResponse.Data.List["+ i +"].GroupId")); listItem.setChannelType(_ctx.integerValue("GetPageGroupsByBuIdResponse.Data.List["+ i +"].ChannelType")); listItem.setDepartmentId(_ctx.longValue("GetPageGroupsByBuIdResponse.Data.List["+ i +"].DepartmentId")); listItem.setIsPublic(_ctx.booleanValue("GetPageGroupsByBuIdResponse.Data.List["+ i +"].IsPublic")); list.add(listItem); } data.setList(list); getPageGroupsByBuIdResponse.setData(data); return getPageGroupsByBuIdResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform/v20191227/GetPageGroupsByChannelTypeResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.transform.v20191227; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cccxspaceinner.model.v20191227.GetPageGroupsByChannelTypeResponse; import com.aliyuncs.cccxspaceinner.model.v20191227.GetPageGroupsByChannelTypeResponse.Data; import com.aliyuncs.cccxspaceinner.model.v20191227.GetPageGroupsByChannelTypeResponse.Data.ListItem; import com.aliyuncs.transform.UnmarshallerContext; public class GetPageGroupsByChannelTypeResponseUnmarshaller { public static GetPageGroupsByChannelTypeResponse unmarshall(GetPageGroupsByChannelTypeResponse getPageGroupsByChannelTypeResponse, UnmarshallerContext _ctx) { getPageGroupsByChannelTypeResponse.setMessage(_ctx.stringValue("GetPageGroupsByChannelTypeResponse.Message")); getPageGroupsByChannelTypeResponse.setCode(_ctx.stringValue("GetPageGroupsByChannelTypeResponse.Code")); getPageGroupsByChannelTypeResponse.setSuccess(_ctx.booleanValue("GetPageGroupsByChannelTypeResponse.Success")); Data data = new Data(); data.setLastSortKey(_ctx.longValue("GetPageGroupsByChannelTypeResponse.Data.LastSortKey")); data.setPageSize(_ctx.integerValue("GetPageGroupsByChannelTypeResponse.Data.PageSize")); data.setHasNextPage(_ctx.booleanValue("GetPageGroupsByChannelTypeResponse.Data.HasNextPage")); List<ListItem> list = new ArrayList<ListItem>(); for (int i = 0; i < _ctx.lengthValue("GetPageGroupsByChannelTypeResponse.Data.List.Length"); i++) { ListItem listItem = new ListItem(); listItem.setStatus(_ctx.integerValue("GetPageGroupsByChannelTypeResponse.Data.List["+ i +"].Status")); listItem.setBuId(_ctx.longValue("GetPageGroupsByChannelTypeResponse.Data.List["+ i +"].BuId")); listItem.setShowName(_ctx.stringValue("GetPageGroupsByChannelTypeResponse.Data.List["+ i +"].ShowName")); listItem.setDescription(_ctx.stringValue("GetPageGroupsByChannelTypeResponse.Data.List["+ i +"].Description")); listItem.setGroupName(_ctx.stringValue("GetPageGroupsByChannelTypeResponse.Data.List["+ i +"].GroupName")); listItem.setGroupId(_ctx.longValue("GetPageGroupsByChannelTypeResponse.Data.List["+ i +"].GroupId")); listItem.setChannelType(_ctx.integerValue("GetPageGroupsByChannelTypeResponse.Data.List["+ i +"].ChannelType")); listItem.setDepartmentId(_ctx.longValue("GetPageGroupsByChannelTypeResponse.Data.List["+ i +"].DepartmentId")); listItem.setIsPublic(_ctx.booleanValue("GetPageGroupsByChannelTypeResponse.Data.List["+ i +"].IsPublic")); list.add(listItem); } data.setList(list); getPageGroupsByChannelTypeResponse.setData(data); return getPageGroupsByChannelTypeResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform/v20191227/GetRolesResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.transform.v20191227; import java.util.ArrayList; import java.util.List; import com.aliyuncs.cccxspaceinner.model.v20191227.GetRolesResponse; import com.aliyuncs.cccxspaceinner.model.v20191227.GetRolesResponse.XspaceRole; import com.aliyuncs.transform.UnmarshallerContext; public class GetRolesResponseUnmarshaller { public static GetRolesResponse unmarshall(GetRolesResponse getRolesResponse, UnmarshallerContext _ctx) { getRolesResponse.setRequestId(_ctx.stringValue("GetRolesResponse.RequestId")); getRolesResponse.setMessage(_ctx.stringValue("GetRolesResponse.Message")); getRolesResponse.setCode(_ctx.stringValue("GetRolesResponse.Code")); getRolesResponse.setSuccess(_ctx.booleanValue("GetRolesResponse.Success")); List<XspaceRole> data = new ArrayList<XspaceRole>(); for (int i = 0; i < _ctx.lengthValue("GetRolesResponse.Data.Length"); i++) { XspaceRole xspaceRole = new XspaceRole(); xspaceRole.setBuId(_ctx.longValue("GetRolesResponse.Data["+ i +"].BuId")); xspaceRole.setRoleCode(_ctx.stringValue("GetRolesResponse.Data["+ i +"].RoleCode")); xspaceRole.setRoleName(_ctx.stringValue("GetRolesResponse.Data["+ i +"].RoleName")); xspaceRole.setRoleId(_ctx.longValue("GetRolesResponse.Data["+ i +"].RoleId")); data.add(xspaceRole); } getRolesResponse.setData(data); return getRolesResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform/v20191227/GetTicketResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.transform.v20191227; import com.aliyuncs.cccxspaceinner.model.v20191227.GetTicketResponse; import com.aliyuncs.cccxspaceinner.model.v20191227.GetTicketResponse.Data; import com.aliyuncs.transform.UnmarshallerContext; public class GetTicketResponseUnmarshaller { public static GetTicketResponse unmarshall(GetTicketResponse getTicketResponse, UnmarshallerContext _ctx) { getTicketResponse.setRequestId(_ctx.stringValue("GetTicketResponse.RequestId")); getTicketResponse.setMessage(_ctx.stringValue("GetTicketResponse.Message")); getTicketResponse.setCode(_ctx.stringValue("GetTicketResponse.Code")); getTicketResponse.setSuccess(_ctx.booleanValue("GetTicketResponse.Success")); Data data = new Data(); data.setFormId(_ctx.longValue("GetTicketResponse.Data.FormId")); data.setResponsible(_ctx.longValue("GetTicketResponse.Data.Responsible")); data.setGmtModified(_ctx.longValue("GetTicketResponse.Data.GmtModified")); data.setDataId(_ctx.longValue("GetTicketResponse.Data.DataId")); data.setQuestionInfo(_ctx.stringValue("GetTicketResponse.Data.QuestionInfo")); data.setBuId(_ctx.longValue("GetTicketResponse.Data.BuId")); data.setSrType(_ctx.stringValue("GetTicketResponse.Data.SrType")); data.setFeedback(_ctx.stringValue("GetTicketResponse.Data.Feedback")); data.setCreateMode(_ctx.stringValue("GetTicketResponse.Data.CreateMode")); data.setTouchId(_ctx.longValue("GetTicketResponse.Data.TouchId")); data.setFormCode(_ctx.stringValue("GetTicketResponse.Data.FormCode")); data.setMemberName(_ctx.stringValue("GetTicketResponse.Data.MemberName")); data.setBizId(_ctx.stringValue("GetTicketResponse.Data.BizId")); data.setRefCaseId(_ctx.longValue("GetTicketResponse.Data.RefCaseId")); data.setOwnerName(_ctx.stringValue("GetTicketResponse.Data.OwnerName")); data.setFromInfo(_ctx.stringValue("GetTicketResponse.Data.FromInfo")); data.setMemberType(_ctx.integerValue("GetTicketResponse.Data.MemberType")); data.setContactId(_ctx.longValue("GetTicketResponse.Data.ContactId")); data.setDepartmentId(_ctx.longValue("GetTicketResponse.Data.DepartmentId")); data.setGmtCreate(_ctx.longValue("GetTicketResponse.Data.GmtCreate")); data.setSopCateId(_ctx.longValue("GetTicketResponse.Data.SopCateId")); data.setTemplateId(_ctx.longValue("GetTicketResponse.Data.TemplateId")); data.setExtAttrs(_ctx.stringValue("GetTicketResponse.Data.ExtAttrs")); data.setCaseStatus(_ctx.integerValue("GetTicketResponse.Data.CaseStatus")); data.setId(_ctx.stringValue("GetTicketResponse.Data.Id")); getTicketResponse.setData(data); return getTicketResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform/v20191227/GetTicketTemplateSchemaResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.transform.v20191227; import com.aliyuncs.cccxspaceinner.model.v20191227.GetTicketTemplateSchemaResponse; import com.aliyuncs.transform.UnmarshallerContext; public class GetTicketTemplateSchemaResponseUnmarshaller { public static GetTicketTemplateSchemaResponse unmarshall(GetTicketTemplateSchemaResponse getTicketTemplateSchemaResponse, UnmarshallerContext _ctx) { getTicketTemplateSchemaResponse.setRequestId(_ctx.stringValue("GetTicketTemplateSchemaResponse.RequestId")); getTicketTemplateSchemaResponse.setMessage(_ctx.stringValue("GetTicketTemplateSchemaResponse.Message")); getTicketTemplateSchemaResponse.setData(_ctx.stringValue("GetTicketTemplateSchemaResponse.Data")); getTicketTemplateSchemaResponse.setCode(_ctx.stringValue("GetTicketTemplateSchemaResponse.Code")); getTicketTemplateSchemaResponse.setSuccess(_ctx.booleanValue("GetTicketTemplateSchemaResponse.Success")); return getTicketTemplateSchemaResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform/v20191227/GetTotalGroupCountByChannelTypeResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.transform.v20191227; import com.aliyuncs.cccxspaceinner.model.v20191227.GetTotalGroupCountByChannelTypeResponse; import com.aliyuncs.transform.UnmarshallerContext; public class GetTotalGroupCountByChannelTypeResponseUnmarshaller { public static GetTotalGroupCountByChannelTypeResponse unmarshall(GetTotalGroupCountByChannelTypeResponse getTotalGroupCountByChannelTypeResponse, UnmarshallerContext _ctx) { getTotalGroupCountByChannelTypeResponse.setMessage(_ctx.stringValue("GetTotalGroupCountByChannelTypeResponse.Message")); getTotalGroupCountByChannelTypeResponse.setData(_ctx.integerValue("GetTotalGroupCountByChannelTypeResponse.Data")); getTotalGroupCountByChannelTypeResponse.setCode(_ctx.stringValue("GetTotalGroupCountByChannelTypeResponse.Code")); getTotalGroupCountByChannelTypeResponse.setSuccess(_ctx.booleanValue("GetTotalGroupCountByChannelTypeResponse.Success")); return getTotalGroupCountByChannelTypeResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform/v20191227/GetTotalGroupCountResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.transform.v20191227; import com.aliyuncs.cccxspaceinner.model.v20191227.GetTotalGroupCountResponse; import com.aliyuncs.transform.UnmarshallerContext; public class GetTotalGroupCountResponseUnmarshaller { public static GetTotalGroupCountResponse unmarshall(GetTotalGroupCountResponse getTotalGroupCountResponse, UnmarshallerContext _ctx) { getTotalGroupCountResponse.setMessage(_ctx.stringValue("GetTotalGroupCountResponse.Message")); getTotalGroupCountResponse.setData(_ctx.integerValue("GetTotalGroupCountResponse.Data")); getTotalGroupCountResponse.setCode(_ctx.stringValue("GetTotalGroupCountResponse.Code")); getTotalGroupCountResponse.setSuccess(_ctx.booleanValue("GetTotalGroupCountResponse.Success")); return getTotalGroupCountResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform/v20191227/GrantAdminRoleResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.transform.v20191227; import com.aliyuncs.cccxspaceinner.model.v20191227.GrantAdminRoleResponse; import com.aliyuncs.transform.UnmarshallerContext; public class GrantAdminRoleResponseUnmarshaller { public static GrantAdminRoleResponse unmarshall(GrantAdminRoleResponse grantAdminRoleResponse, UnmarshallerContext _ctx) { grantAdminRoleResponse.setMessage(_ctx.stringValue("GrantAdminRoleResponse.Message")); grantAdminRoleResponse.setCode(_ctx.stringValue("GrantAdminRoleResponse.Code")); grantAdminRoleResponse.setSuccess(_ctx.booleanValue("GrantAdminRoleResponse.Success")); return grantAdminRoleResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform/v20191227/GrantRolesResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.cccxspaceinner.transform.v20191227; import com.aliyuncs.cccxspaceinner.model.v20191227.GrantRolesResponse; import com.aliyuncs.transform.UnmarshallerContext; public class GrantRolesResponseUnmarshaller { public static GrantRolesResponse unmarshall(GrantRolesResponse grantRolesResponse, UnmarshallerContext _ctx) { grantRolesResponse.setRequestId(_ctx.stringValue("GrantRolesResponse.RequestId")); grantRolesResponse.setMessage(_ctx.stringValue("GrantRolesResponse.Message")); grantRolesResponse.setData(_ctx.integerValue("GrantRolesResponse.Data")); grantRolesResponse.setCode(_ctx.stringValue("GrantRolesResponse.Code")); grantRolesResponse.setSuccess(_ctx.booleanValue("GrantRolesResponse.Success")); return grantRolesResponse; } }