index
int64
repo_id
string
file_path
string
content
string
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/model
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/model/v20191015/UpdateSkillGroupResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.model.v20191015; import com.aliyuncs.AcsResponse; import com.aliyuncs.aiccs.transform.v20191015.UpdateSkillGroupResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class UpdateSkillGroupResponse extends AcsResponse { private String requestId; private String message; private String code; private Boolean success; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public 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 UpdateSkillGroupResponse getInstance(UnmarshallerContext context) { return UpdateSkillGroupResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/AddOuterAccountResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import com.aliyuncs.aiccs.model.v20191015.AddOuterAccountResponse; import com.aliyuncs.transform.UnmarshallerContext; public class AddOuterAccountResponseUnmarshaller { public static AddOuterAccountResponse unmarshall(AddOuterAccountResponse addOuterAccountResponse, UnmarshallerContext _ctx) { addOuterAccountResponse.setRequestId(_ctx.stringValue("AddOuterAccountResponse.RequestId")); addOuterAccountResponse.setMessage(_ctx.stringValue("AddOuterAccountResponse.Message")); addOuterAccountResponse.setData(_ctx.stringValue("AddOuterAccountResponse.Data")); addOuterAccountResponse.setCode(_ctx.stringValue("AddOuterAccountResponse.Code")); addOuterAccountResponse.setSuccess(_ctx.booleanValue("AddOuterAccountResponse.Success")); return addOuterAccountResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/AddSkillGroupResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import com.aliyuncs.aiccs.model.v20191015.AddSkillGroupResponse; import com.aliyuncs.transform.UnmarshallerContext; public class AddSkillGroupResponseUnmarshaller { public static AddSkillGroupResponse unmarshall(AddSkillGroupResponse addSkillGroupResponse, UnmarshallerContext _ctx) { addSkillGroupResponse.setRequestId(_ctx.stringValue("AddSkillGroupResponse.RequestId")); addSkillGroupResponse.setMessage(_ctx.stringValue("AddSkillGroupResponse.Message")); addSkillGroupResponse.setData(_ctx.stringValue("AddSkillGroupResponse.Data")); addSkillGroupResponse.setCode(_ctx.stringValue("AddSkillGroupResponse.Code")); addSkillGroupResponse.setSuccess(_ctx.booleanValue("AddSkillGroupResponse.Success")); return addSkillGroupResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/AnswerCallResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import com.aliyuncs.aiccs.model.v20191015.AnswerCallResponse; import com.aliyuncs.transform.UnmarshallerContext; public class AnswerCallResponseUnmarshaller { public static AnswerCallResponse unmarshall(AnswerCallResponse answerCallResponse, UnmarshallerContext _ctx) { answerCallResponse.setRequestId(_ctx.stringValue("AnswerCallResponse.RequestId")); answerCallResponse.setMessage(_ctx.stringValue("AnswerCallResponse.Message")); answerCallResponse.setCode(_ctx.stringValue("AnswerCallResponse.Code")); answerCallResponse.setSuccess(_ctx.booleanValue("AnswerCallResponse.Success")); return answerCallResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/BatchCreateQualityProjectsResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aiccs.model.v20191015.BatchCreateQualityProjectsResponse; import com.aliyuncs.aiccs.model.v20191015.BatchCreateQualityProjectsResponse.DataItem; import com.aliyuncs.transform.UnmarshallerContext; public class BatchCreateQualityProjectsResponseUnmarshaller { public static BatchCreateQualityProjectsResponse unmarshall(BatchCreateQualityProjectsResponse batchCreateQualityProjectsResponse, UnmarshallerContext _ctx) { batchCreateQualityProjectsResponse.setRequestId(_ctx.stringValue("BatchCreateQualityProjectsResponse.RequestId")); batchCreateQualityProjectsResponse.setMessage(_ctx.stringValue("BatchCreateQualityProjectsResponse.Message")); batchCreateQualityProjectsResponse.setCode(_ctx.stringValue("BatchCreateQualityProjectsResponse.Code")); batchCreateQualityProjectsResponse.setSuccess(_ctx.booleanValue("BatchCreateQualityProjectsResponse.Success")); List<DataItem> data = new ArrayList<DataItem>(); for (int i = 0; i < _ctx.lengthValue("BatchCreateQualityProjectsResponse.Data.Length"); i++) { DataItem dataItem = new DataItem(); dataItem.setInstanceId(_ctx.stringValue("BatchCreateQualityProjectsResponse.Data["+ i +"].InstanceId")); dataItem.setVersion(_ctx.integerValue("BatchCreateQualityProjectsResponse.Data["+ i +"].Version")); dataItem.setProjectId(_ctx.longValue("BatchCreateQualityProjectsResponse.Data["+ i +"].ProjectId")); data.add(dataItem); } batchCreateQualityProjectsResponse.setData(data); return batchCreateQualityProjectsResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/ChangeChatAgentStatusResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import com.aliyuncs.aiccs.model.v20191015.ChangeChatAgentStatusResponse; import com.aliyuncs.transform.UnmarshallerContext; public class ChangeChatAgentStatusResponseUnmarshaller { public static ChangeChatAgentStatusResponse unmarshall(ChangeChatAgentStatusResponse changeChatAgentStatusResponse, UnmarshallerContext _ctx) { changeChatAgentStatusResponse.setRequestId(_ctx.stringValue("ChangeChatAgentStatusResponse.RequestId")); changeChatAgentStatusResponse.setMessage(_ctx.stringValue("ChangeChatAgentStatusResponse.Message")); changeChatAgentStatusResponse.setHttpStatusCode(_ctx.integerValue("ChangeChatAgentStatusResponse.HttpStatusCode")); changeChatAgentStatusResponse.setData(_ctx.stringValue("ChangeChatAgentStatusResponse.Data")); changeChatAgentStatusResponse.setCode(_ctx.stringValue("ChangeChatAgentStatusResponse.Code")); changeChatAgentStatusResponse.setSuccess(_ctx.booleanValue("ChangeChatAgentStatusResponse.Success")); return changeChatAgentStatusResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/ChangeQualityProjectStatusResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import com.aliyuncs.aiccs.model.v20191015.ChangeQualityProjectStatusResponse; import com.aliyuncs.transform.UnmarshallerContext; public class ChangeQualityProjectStatusResponseUnmarshaller { public static ChangeQualityProjectStatusResponse unmarshall(ChangeQualityProjectStatusResponse changeQualityProjectStatusResponse, UnmarshallerContext _ctx) { changeQualityProjectStatusResponse.setRequestId(_ctx.stringValue("ChangeQualityProjectStatusResponse.RequestId")); changeQualityProjectStatusResponse.setMessage(_ctx.stringValue("ChangeQualityProjectStatusResponse.Message")); changeQualityProjectStatusResponse.setData(_ctx.stringValue("ChangeQualityProjectStatusResponse.Data")); changeQualityProjectStatusResponse.setCode(_ctx.stringValue("ChangeQualityProjectStatusResponse.Code")); changeQualityProjectStatusResponse.setSuccess(_ctx.booleanValue("ChangeQualityProjectStatusResponse.Success")); return changeQualityProjectStatusResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/CreateAgentResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import com.aliyuncs.aiccs.model.v20191015.CreateAgentResponse; import com.aliyuncs.transform.UnmarshallerContext; public class CreateAgentResponseUnmarshaller { public static CreateAgentResponse unmarshall(CreateAgentResponse createAgentResponse, UnmarshallerContext _ctx) { createAgentResponse.setRequestId(_ctx.stringValue("CreateAgentResponse.RequestId")); createAgentResponse.setMessage(_ctx.stringValue("CreateAgentResponse.Message")); createAgentResponse.setData(_ctx.longValue("CreateAgentResponse.Data")); createAgentResponse.setCode(_ctx.stringValue("CreateAgentResponse.Code")); createAgentResponse.setSuccess(_ctx.booleanValue("CreateAgentResponse.Success")); return createAgentResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/CreateOutboundTaskResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import com.aliyuncs.aiccs.model.v20191015.CreateOutboundTaskResponse; import com.aliyuncs.transform.UnmarshallerContext; public class CreateOutboundTaskResponseUnmarshaller { public static CreateOutboundTaskResponse unmarshall(CreateOutboundTaskResponse createOutboundTaskResponse, UnmarshallerContext _ctx) { createOutboundTaskResponse.setRequestId(_ctx.stringValue("CreateOutboundTaskResponse.RequestId")); createOutboundTaskResponse.setMessage(_ctx.stringValue("CreateOutboundTaskResponse.Message")); createOutboundTaskResponse.setData(_ctx.stringValue("CreateOutboundTaskResponse.Data")); createOutboundTaskResponse.setCode(_ctx.stringValue("CreateOutboundTaskResponse.Code")); createOutboundTaskResponse.setSuccess(_ctx.booleanValue("CreateOutboundTaskResponse.Success")); return createOutboundTaskResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/CreateQualityProjectResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import com.aliyuncs.aiccs.model.v20191015.CreateQualityProjectResponse; import com.aliyuncs.aiccs.model.v20191015.CreateQualityProjectResponse.Data; import com.aliyuncs.transform.UnmarshallerContext; public class CreateQualityProjectResponseUnmarshaller { public static CreateQualityProjectResponse unmarshall(CreateQualityProjectResponse createQualityProjectResponse, UnmarshallerContext _ctx) { createQualityProjectResponse.setRequestId(_ctx.stringValue("CreateQualityProjectResponse.RequestId")); createQualityProjectResponse.setMessage(_ctx.stringValue("CreateQualityProjectResponse.Message")); createQualityProjectResponse.setCode(_ctx.stringValue("CreateQualityProjectResponse.Code")); createQualityProjectResponse.setSuccess(_ctx.booleanValue("CreateQualityProjectResponse.Success")); Data data = new Data(); data.setInstanceId(_ctx.stringValue("CreateQualityProjectResponse.Data.InstanceId")); data.setVersion(_ctx.integerValue("CreateQualityProjectResponse.Data.Version")); data.setProjectId(_ctx.longValue("CreateQualityProjectResponse.Data.ProjectId")); createQualityProjectResponse.setData(data); return createQualityProjectResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/CreateQualityRuleResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import com.aliyuncs.aiccs.model.v20191015.CreateQualityRuleResponse; import com.aliyuncs.transform.UnmarshallerContext; public class CreateQualityRuleResponseUnmarshaller { public static CreateQualityRuleResponse unmarshall(CreateQualityRuleResponse createQualityRuleResponse, UnmarshallerContext _ctx) { createQualityRuleResponse.setRequestId(_ctx.stringValue("CreateQualityRuleResponse.RequestId")); createQualityRuleResponse.setMessage(_ctx.stringValue("CreateQualityRuleResponse.Message")); createQualityRuleResponse.setCode(_ctx.stringValue("CreateQualityRuleResponse.Code")); createQualityRuleResponse.setSuccess(_ctx.booleanValue("CreateQualityRuleResponse.Success")); return createQualityRuleResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/CreateSkillGroupResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import com.aliyuncs.aiccs.model.v20191015.CreateSkillGroupResponse; import com.aliyuncs.transform.UnmarshallerContext; public class CreateSkillGroupResponseUnmarshaller { public static CreateSkillGroupResponse unmarshall(CreateSkillGroupResponse createSkillGroupResponse, UnmarshallerContext _ctx) { createSkillGroupResponse.setRequestId(_ctx.stringValue("CreateSkillGroupResponse.RequestId")); createSkillGroupResponse.setMessage(_ctx.stringValue("CreateSkillGroupResponse.Message")); createSkillGroupResponse.setData(_ctx.longValue("CreateSkillGroupResponse.Data")); createSkillGroupResponse.setCode(_ctx.stringValue("CreateSkillGroupResponse.Code")); createSkillGroupResponse.setSuccess(_ctx.booleanValue("CreateSkillGroupResponse.Success")); return createSkillGroupResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/CreateThirdSsoAgentResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import com.aliyuncs.aiccs.model.v20191015.CreateThirdSsoAgentResponse; import com.aliyuncs.transform.UnmarshallerContext; public class CreateThirdSsoAgentResponseUnmarshaller { public static CreateThirdSsoAgentResponse unmarshall(CreateThirdSsoAgentResponse createThirdSsoAgentResponse, UnmarshallerContext _ctx) { createThirdSsoAgentResponse.setRequestId(_ctx.stringValue("CreateThirdSsoAgentResponse.RequestId")); createThirdSsoAgentResponse.setMessage(_ctx.stringValue("CreateThirdSsoAgentResponse.Message")); createThirdSsoAgentResponse.setHttpStatusCode(_ctx.longValue("CreateThirdSsoAgentResponse.HttpStatusCode")); createThirdSsoAgentResponse.setData(_ctx.longValue("CreateThirdSsoAgentResponse.Data")); createThirdSsoAgentResponse.setCode(_ctx.stringValue("CreateThirdSsoAgentResponse.Code")); createThirdSsoAgentResponse.setSuccess(_ctx.booleanValue("CreateThirdSsoAgentResponse.Success")); return createThirdSsoAgentResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/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.aiccs.transform.v20191015; import com.aliyuncs.aiccs.model.v20191015.DeleteAgentResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DeleteAgentResponseUnmarshaller { public static DeleteAgentResponse unmarshall(DeleteAgentResponse deleteAgentResponse, UnmarshallerContext _ctx) { deleteAgentResponse.setRequestId(_ctx.stringValue("DeleteAgentResponse.RequestId")); 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-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/DeleteOutboundTaskResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import com.aliyuncs.aiccs.model.v20191015.DeleteOutboundTaskResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DeleteOutboundTaskResponseUnmarshaller { public static DeleteOutboundTaskResponse unmarshall(DeleteOutboundTaskResponse deleteOutboundTaskResponse, UnmarshallerContext _ctx) { deleteOutboundTaskResponse.setRequestId(_ctx.stringValue("DeleteOutboundTaskResponse.RequestId")); deleteOutboundTaskResponse.setMessage(_ctx.stringValue("DeleteOutboundTaskResponse.Message")); deleteOutboundTaskResponse.setData(_ctx.stringValue("DeleteOutboundTaskResponse.Data")); deleteOutboundTaskResponse.setCode(_ctx.stringValue("DeleteOutboundTaskResponse.Code")); deleteOutboundTaskResponse.setSuccess(_ctx.booleanValue("DeleteOutboundTaskResponse.Success")); return deleteOutboundTaskResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/DeleteOuterAccountResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import com.aliyuncs.aiccs.model.v20191015.DeleteOuterAccountResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DeleteOuterAccountResponseUnmarshaller { public static DeleteOuterAccountResponse unmarshall(DeleteOuterAccountResponse deleteOuterAccountResponse, UnmarshallerContext _ctx) { deleteOuterAccountResponse.setRequestId(_ctx.stringValue("DeleteOuterAccountResponse.RequestId")); deleteOuterAccountResponse.setMessage(_ctx.stringValue("DeleteOuterAccountResponse.Message")); deleteOuterAccountResponse.setData(_ctx.booleanValue("DeleteOuterAccountResponse.Data")); deleteOuterAccountResponse.setCode(_ctx.stringValue("DeleteOuterAccountResponse.Code")); deleteOuterAccountResponse.setSuccess(_ctx.booleanValue("DeleteOuterAccountResponse.Success")); return deleteOuterAccountResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/DeleteQualityProjectResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import com.aliyuncs.aiccs.model.v20191015.DeleteQualityProjectResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DeleteQualityProjectResponseUnmarshaller { public static DeleteQualityProjectResponse unmarshall(DeleteQualityProjectResponse deleteQualityProjectResponse, UnmarshallerContext _ctx) { deleteQualityProjectResponse.setRequestId(_ctx.stringValue("DeleteQualityProjectResponse.RequestId")); deleteQualityProjectResponse.setMessage(_ctx.stringValue("DeleteQualityProjectResponse.Message")); deleteQualityProjectResponse.setData(_ctx.stringValue("DeleteQualityProjectResponse.Data")); deleteQualityProjectResponse.setCode(_ctx.stringValue("DeleteQualityProjectResponse.Code")); deleteQualityProjectResponse.setSuccess(_ctx.booleanValue("DeleteQualityProjectResponse.Success")); return deleteQualityProjectResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/DeleteQualityRuleResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import com.aliyuncs.aiccs.model.v20191015.DeleteQualityRuleResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DeleteQualityRuleResponseUnmarshaller { public static DeleteQualityRuleResponse unmarshall(DeleteQualityRuleResponse deleteQualityRuleResponse, UnmarshallerContext _ctx) { deleteQualityRuleResponse.setRequestId(_ctx.stringValue("DeleteQualityRuleResponse.RequestId")); deleteQualityRuleResponse.setMessage(_ctx.stringValue("DeleteQualityRuleResponse.Message")); deleteQualityRuleResponse.setData(_ctx.stringValue("DeleteQualityRuleResponse.Data")); deleteQualityRuleResponse.setCode(_ctx.stringValue("DeleteQualityRuleResponse.Code")); deleteQualityRuleResponse.setSuccess(_ctx.booleanValue("DeleteQualityRuleResponse.Success")); return deleteQualityRuleResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/DeleteSkillGroupResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import com.aliyuncs.aiccs.model.v20191015.DeleteSkillGroupResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DeleteSkillGroupResponseUnmarshaller { public static DeleteSkillGroupResponse unmarshall(DeleteSkillGroupResponse deleteSkillGroupResponse, UnmarshallerContext _ctx) { deleteSkillGroupResponse.setRequestId(_ctx.stringValue("DeleteSkillGroupResponse.RequestId")); deleteSkillGroupResponse.setMessage(_ctx.stringValue("DeleteSkillGroupResponse.Message")); deleteSkillGroupResponse.setData(_ctx.booleanValue("DeleteSkillGroupResponse.Data")); deleteSkillGroupResponse.setCode(_ctx.stringValue("DeleteSkillGroupResponse.Code")); deleteSkillGroupResponse.setSuccess(_ctx.booleanValue("DeleteSkillGroupResponse.Success")); return deleteSkillGroupResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/DescribeRecordDataResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import com.aliyuncs.aiccs.model.v20191015.DescribeRecordDataResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeRecordDataResponseUnmarshaller { public static DescribeRecordDataResponse unmarshall(DescribeRecordDataResponse describeRecordDataResponse, UnmarshallerContext _ctx) { describeRecordDataResponse.setRequestId(_ctx.stringValue("DescribeRecordDataResponse.RequestId")); describeRecordDataResponse.setAcid(_ctx.stringValue("DescribeRecordDataResponse.Acid")); describeRecordDataResponse.setMessage(_ctx.stringValue("DescribeRecordDataResponse.Message")); describeRecordDataResponse.setAgentId(_ctx.stringValue("DescribeRecordDataResponse.AgentId")); describeRecordDataResponse.setOssLink(_ctx.stringValue("DescribeRecordDataResponse.OssLink")); describeRecordDataResponse.setCode(_ctx.stringValue("DescribeRecordDataResponse.Code")); return describeRecordDataResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/EditQualityProjectResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aiccs.model.v20191015.EditQualityProjectResponse; import com.aliyuncs.aiccs.model.v20191015.EditQualityProjectResponse.DataItem; import com.aliyuncs.transform.UnmarshallerContext; public class EditQualityProjectResponseUnmarshaller { public static EditQualityProjectResponse unmarshall(EditQualityProjectResponse editQualityProjectResponse, UnmarshallerContext _ctx) { editQualityProjectResponse.setRequestId(_ctx.stringValue("EditQualityProjectResponse.RequestId")); editQualityProjectResponse.setMessage(_ctx.stringValue("EditQualityProjectResponse.Message")); editQualityProjectResponse.setCode(_ctx.stringValue("EditQualityProjectResponse.Code")); editQualityProjectResponse.setSuccess(_ctx.booleanValue("EditQualityProjectResponse.Success")); List<DataItem> data = new ArrayList<DataItem>(); for (int i = 0; i < _ctx.lengthValue("EditQualityProjectResponse.Data.Length"); i++) { DataItem dataItem = new DataItem(); dataItem.setInstanceId(_ctx.stringValue("EditQualityProjectResponse.Data["+ i +"].InstanceId")); dataItem.setVersion(_ctx.integerValue("EditQualityProjectResponse.Data["+ i +"].Version")); dataItem.setProjectId(_ctx.longValue("EditQualityProjectResponse.Data["+ i +"].ProjectId")); data.add(dataItem); } editQualityProjectResponse.setData(data); return editQualityProjectResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/EditQualityRuleResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import com.aliyuncs.aiccs.model.v20191015.EditQualityRuleResponse; import com.aliyuncs.transform.UnmarshallerContext; public class EditQualityRuleResponseUnmarshaller { public static EditQualityRuleResponse unmarshall(EditQualityRuleResponse editQualityRuleResponse, UnmarshallerContext _ctx) { editQualityRuleResponse.setRequestId(_ctx.stringValue("EditQualityRuleResponse.RequestId")); editQualityRuleResponse.setMessage(_ctx.stringValue("EditQualityRuleResponse.Message")); editQualityRuleResponse.setCode(_ctx.stringValue("EditQualityRuleResponse.Code")); editQualityRuleResponse.setSuccess(_ctx.booleanValue("EditQualityRuleResponse.Success")); return editQualityRuleResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/EditQualityRuleTagResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import com.aliyuncs.aiccs.model.v20191015.EditQualityRuleTagResponse; import com.aliyuncs.transform.UnmarshallerContext; public class EditQualityRuleTagResponseUnmarshaller { public static EditQualityRuleTagResponse unmarshall(EditQualityRuleTagResponse editQualityRuleTagResponse, UnmarshallerContext _ctx) { editQualityRuleTagResponse.setRequestId(_ctx.stringValue("EditQualityRuleTagResponse.RequestId")); editQualityRuleTagResponse.setMessage(_ctx.stringValue("EditQualityRuleTagResponse.Message")); editQualityRuleTagResponse.setData(_ctx.stringValue("EditQualityRuleTagResponse.Data")); editQualityRuleTagResponse.setCode(_ctx.stringValue("EditQualityRuleTagResponse.Code")); editQualityRuleTagResponse.setSuccess(_ctx.booleanValue("EditQualityRuleTagResponse.Success")); return editQualityRuleTagResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/FetchCallResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import com.aliyuncs.aiccs.model.v20191015.FetchCallResponse; import com.aliyuncs.transform.UnmarshallerContext; public class FetchCallResponseUnmarshaller { public static FetchCallResponse unmarshall(FetchCallResponse fetchCallResponse, UnmarshallerContext _ctx) { fetchCallResponse.setRequestId(_ctx.stringValue("FetchCallResponse.RequestId")); fetchCallResponse.setMessage(_ctx.stringValue("FetchCallResponse.Message")); fetchCallResponse.setCode(_ctx.stringValue("FetchCallResponse.Code")); fetchCallResponse.setSuccess(_ctx.booleanValue("FetchCallResponse.Success")); return fetchCallResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/FinishHotlineServiceResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import com.aliyuncs.aiccs.model.v20191015.FinishHotlineServiceResponse; import com.aliyuncs.transform.UnmarshallerContext; public class FinishHotlineServiceResponseUnmarshaller { public static FinishHotlineServiceResponse unmarshall(FinishHotlineServiceResponse finishHotlineServiceResponse, UnmarshallerContext _ctx) { finishHotlineServiceResponse.setRequestId(_ctx.stringValue("FinishHotlineServiceResponse.RequestId")); finishHotlineServiceResponse.setMessage(_ctx.stringValue("FinishHotlineServiceResponse.Message")); finishHotlineServiceResponse.setCode(_ctx.stringValue("FinishHotlineServiceResponse.Code")); finishHotlineServiceResponse.setSuccess(_ctx.booleanValue("FinishHotlineServiceResponse.Success")); return finishHotlineServiceResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/GenerateWebSocketSignResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import com.aliyuncs.aiccs.model.v20191015.GenerateWebSocketSignResponse; import com.aliyuncs.transform.UnmarshallerContext; public class GenerateWebSocketSignResponseUnmarshaller { public static GenerateWebSocketSignResponse unmarshall(GenerateWebSocketSignResponse generateWebSocketSignResponse, UnmarshallerContext _ctx) { generateWebSocketSignResponse.setRequestId(_ctx.stringValue("GenerateWebSocketSignResponse.RequestId")); generateWebSocketSignResponse.setMessage(_ctx.stringValue("GenerateWebSocketSignResponse.Message")); generateWebSocketSignResponse.setData(_ctx.stringValue("GenerateWebSocketSignResponse.Data")); generateWebSocketSignResponse.setCode(_ctx.stringValue("GenerateWebSocketSignResponse.Code")); generateWebSocketSignResponse.setSuccess(_ctx.booleanValue("GenerateWebSocketSignResponse.Success")); return generateWebSocketSignResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/GetAgentBasisStatusResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import com.aliyuncs.aiccs.model.v20191015.GetAgentBasisStatusResponse; import com.aliyuncs.aiccs.model.v20191015.GetAgentBasisStatusResponse.Data; import com.aliyuncs.transform.UnmarshallerContext; public class GetAgentBasisStatusResponseUnmarshaller { public static GetAgentBasisStatusResponse unmarshall(GetAgentBasisStatusResponse getAgentBasisStatusResponse, UnmarshallerContext _ctx) { getAgentBasisStatusResponse.setRequestId(_ctx.stringValue("GetAgentBasisStatusResponse.RequestId")); getAgentBasisStatusResponse.setMessage(_ctx.stringValue("GetAgentBasisStatusResponse.Message")); getAgentBasisStatusResponse.setCode(_ctx.stringValue("GetAgentBasisStatusResponse.Code")); getAgentBasisStatusResponse.setSuccess(_ctx.stringValue("GetAgentBasisStatusResponse.Success")); Data data = new Data(); data.setTotalNum(_ctx.integerValue("GetAgentBasisStatusResponse.Data.TotalNum")); data.setPageSize(_ctx.integerValue("GetAgentBasisStatusResponse.Data.PageSize")); data.setPageNum(_ctx.integerValue("GetAgentBasisStatusResponse.Data.PageNum")); data.setRows(_ctx.stringValue("GetAgentBasisStatusResponse.Data.Rows")); getAgentBasisStatusResponse.setData(data); return getAgentBasisStatusResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/GetAgentByIdResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import com.aliyuncs.aiccs.model.v20191015.GetAgentByIdResponse; import com.aliyuncs.aiccs.model.v20191015.GetAgentByIdResponse.Data; import com.aliyuncs.transform.UnmarshallerContext; public class GetAgentByIdResponseUnmarshaller { public static GetAgentByIdResponse unmarshall(GetAgentByIdResponse getAgentByIdResponse, UnmarshallerContext _ctx) { getAgentByIdResponse.setRequestId(_ctx.stringValue("GetAgentByIdResponse.RequestId")); getAgentByIdResponse.setMessage(_ctx.stringValue("GetAgentByIdResponse.Message")); getAgentByIdResponse.setCode(_ctx.stringValue("GetAgentByIdResponse.Code")); getAgentByIdResponse.setSuccess(_ctx.booleanValue("GetAgentByIdResponse.Success")); Data data = new Data(); data.setForeignNick(_ctx.stringValue("GetAgentByIdResponse.Data.ForeignNick")); data.setServicerType(_ctx.integerValue("GetAgentByIdResponse.Data.ServicerType")); data.setAgentId(_ctx.integerValue("GetAgentByIdResponse.Data.AgentId")); data.setRealName(_ctx.stringValue("GetAgentByIdResponse.Data.RealName")); data.setForeignKey(_ctx.stringValue("GetAgentByIdResponse.Data.ForeignKey")); data.setCreateUserName(_ctx.stringValue("GetAgentByIdResponse.Data.CreateUserName")); data.setShowName(_ctx.stringValue("GetAgentByIdResponse.Data.ShowName")); getAgentByIdResponse.setData(data); return getAgentByIdResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/GetAgentDetailReportResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import com.aliyuncs.aiccs.model.v20191015.GetAgentDetailReportResponse; import com.aliyuncs.aiccs.model.v20191015.GetAgentDetailReportResponse.Data; import com.aliyuncs.transform.UnmarshallerContext; public class GetAgentDetailReportResponseUnmarshaller { public static GetAgentDetailReportResponse unmarshall(GetAgentDetailReportResponse getAgentDetailReportResponse, UnmarshallerContext _ctx) { getAgentDetailReportResponse.setRequestId(_ctx.stringValue("GetAgentDetailReportResponse.RequestId")); getAgentDetailReportResponse.setMessage(_ctx.stringValue("GetAgentDetailReportResponse.Message")); getAgentDetailReportResponse.setCode(_ctx.stringValue("GetAgentDetailReportResponse.Code")); getAgentDetailReportResponse.setSuccess(_ctx.stringValue("GetAgentDetailReportResponse.Success")); Data data = new Data(); data.setTotalNum(_ctx.longValue("GetAgentDetailReportResponse.Data.TotalNum")); data.setPageSize(_ctx.longValue("GetAgentDetailReportResponse.Data.PageSize")); data.setPageNum(_ctx.longValue("GetAgentDetailReportResponse.Data.PageNum")); data.setRows(_ctx.stringValue("GetAgentDetailReportResponse.Data.Rows")); getAgentDetailReportResponse.setData(data); return getAgentDetailReportResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/GetAgentIndexRealTimeResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aiccs.model.v20191015.GetAgentIndexRealTimeResponse; import com.aliyuncs.aiccs.model.v20191015.GetAgentIndexRealTimeResponse.Data; import com.aliyuncs.aiccs.model.v20191015.GetAgentIndexRealTimeResponse.Data.ColumnsItem; import java.util.Map; import com.aliyuncs.transform.UnmarshallerContext; public class GetAgentIndexRealTimeResponseUnmarshaller { public static GetAgentIndexRealTimeResponse unmarshall(GetAgentIndexRealTimeResponse getAgentIndexRealTimeResponse, UnmarshallerContext _ctx) { getAgentIndexRealTimeResponse.setRequestId(_ctx.stringValue("GetAgentIndexRealTimeResponse.RequestId")); getAgentIndexRealTimeResponse.setMessage(_ctx.stringValue("GetAgentIndexRealTimeResponse.Message")); getAgentIndexRealTimeResponse.setCode(_ctx.stringValue("GetAgentIndexRealTimeResponse.Code")); getAgentIndexRealTimeResponse.setSuccess(_ctx.booleanValue("GetAgentIndexRealTimeResponse.Success")); Data data = new Data(); data.setPageSize(_ctx.integerValue("GetAgentIndexRealTimeResponse.Data.PageSize")); data.setTotal(_ctx.integerValue("GetAgentIndexRealTimeResponse.Data.Total")); data.setPage(_ctx.integerValue("GetAgentIndexRealTimeResponse.Data.Page")); List<Map<Object, Object>> rows = _ctx.listMapValue("GetAgentIndexRealTimeResponse.Data.Rows"); data.setRows(rows); List<ColumnsItem> columns = new ArrayList<ColumnsItem>(); for (int i = 0; i < _ctx.lengthValue("GetAgentIndexRealTimeResponse.Data.Columns.Length"); i++) { ColumnsItem columnsItem = new ColumnsItem(); columnsItem.setTitle(_ctx.stringValue("GetAgentIndexRealTimeResponse.Data.Columns["+ i +"].Title")); columnsItem.setKey(_ctx.stringValue("GetAgentIndexRealTimeResponse.Data.Columns["+ i +"].Key")); columns.add(columnsItem); } data.setColumns(columns); getAgentIndexRealTimeResponse.setData(data); return getAgentIndexRealTimeResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/GetAgentResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aiccs.model.v20191015.GetAgentResponse; import com.aliyuncs.aiccs.model.v20191015.GetAgentResponse.Data; import com.aliyuncs.aiccs.model.v20191015.GetAgentResponse.Data.GroupListItem; import com.aliyuncs.transform.UnmarshallerContext; public class GetAgentResponseUnmarshaller { public static GetAgentResponse unmarshall(GetAgentResponse getAgentResponse, UnmarshallerContext _ctx) { getAgentResponse.setRequestId(_ctx.stringValue("GetAgentResponse.RequestId")); getAgentResponse.setCode(_ctx.stringValue("GetAgentResponse.Code")); getAgentResponse.setSuccess(_ctx.booleanValue("GetAgentResponse.Success")); Data data = new Data(); data.setStatus(_ctx.integerValue("GetAgentResponse.Data.Status")); data.setTenantId(_ctx.longValue("GetAgentResponse.Data.TenantId")); data.setDisplayName(_ctx.stringValue("GetAgentResponse.Data.DisplayName")); data.setAgentId(_ctx.longValue("GetAgentResponse.Data.AgentId")); data.setAccountName(_ctx.stringValue("GetAgentResponse.Data.AccountName")); List<GroupListItem> groupList = new ArrayList<GroupListItem>(); for (int i = 0; i < _ctx.lengthValue("GetAgentResponse.Data.GroupList.Length"); i++) { GroupListItem groupListItem = new GroupListItem(); groupListItem.setDescription(_ctx.stringValue("GetAgentResponse.Data.GroupList["+ i +"].Description")); groupListItem.setDisplayName(_ctx.stringValue("GetAgentResponse.Data.GroupList["+ i +"].DisplayName")); groupListItem.setSkillGroupId(_ctx.longValue("GetAgentResponse.Data.GroupList["+ i +"].SkillGroupId")); groupListItem.setChannelType(_ctx.integerValue("GetAgentResponse.Data.GroupList["+ i +"].ChannelType")); groupListItem.setName(_ctx.stringValue("GetAgentResponse.Data.GroupList["+ i +"].Name")); groupList.add(groupListItem); } data.setGroupList(groupList); getAgentResponse.setData(data); return getAgentResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/GetAgentServiceStatusResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import com.aliyuncs.aiccs.model.v20191015.GetAgentServiceStatusResponse; import com.aliyuncs.aiccs.model.v20191015.GetAgentServiceStatusResponse.Data; import com.aliyuncs.transform.UnmarshallerContext; public class GetAgentServiceStatusResponseUnmarshaller { public static GetAgentServiceStatusResponse unmarshall(GetAgentServiceStatusResponse getAgentServiceStatusResponse, UnmarshallerContext _ctx) { getAgentServiceStatusResponse.setRequestId(_ctx.stringValue("GetAgentServiceStatusResponse.RequestId")); getAgentServiceStatusResponse.setMessage(_ctx.stringValue("GetAgentServiceStatusResponse.Message")); getAgentServiceStatusResponse.setCode(_ctx.stringValue("GetAgentServiceStatusResponse.Code")); getAgentServiceStatusResponse.setSuccess(_ctx.booleanValue("GetAgentServiceStatusResponse.Success")); Data data = new Data(); data.setTotalNum(_ctx.longValue("GetAgentServiceStatusResponse.Data.TotalNum")); data.setPageSize(_ctx.longValue("GetAgentServiceStatusResponse.Data.PageSize")); data.setPageNum(_ctx.longValue("GetAgentServiceStatusResponse.Data.PageNum")); data.setRows(_ctx.stringValue("GetAgentServiceStatusResponse.Data.Rows")); getAgentServiceStatusResponse.setData(data); return getAgentServiceStatusResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/GetAgentStatisticsResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import com.aliyuncs.aiccs.model.v20191015.GetAgentStatisticsResponse; import com.aliyuncs.aiccs.model.v20191015.GetAgentStatisticsResponse.Data; import com.aliyuncs.transform.UnmarshallerContext; public class GetAgentStatisticsResponseUnmarshaller { public static GetAgentStatisticsResponse unmarshall(GetAgentStatisticsResponse getAgentStatisticsResponse, UnmarshallerContext _ctx) { getAgentStatisticsResponse.setRequestId(_ctx.stringValue("GetAgentStatisticsResponse.RequestId")); getAgentStatisticsResponse.setMessage(_ctx.stringValue("GetAgentStatisticsResponse.Message")); getAgentStatisticsResponse.setCode(_ctx.stringValue("GetAgentStatisticsResponse.Code")); getAgentStatisticsResponse.setSuccess(_ctx.stringValue("GetAgentStatisticsResponse.Success")); Data data = new Data(); data.setTotalNum(_ctx.integerValue("GetAgentStatisticsResponse.Data.TotalNum")); data.setPageSize(_ctx.integerValue("GetAgentStatisticsResponse.Data.PageSize")); data.setPageNum(_ctx.integerValue("GetAgentStatisticsResponse.Data.PageNum")); data.setRows(_ctx.stringValue("GetAgentStatisticsResponse.Data.Rows")); getAgentStatisticsResponse.setData(data); return getAgentStatisticsResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/GetCustomerInfoResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import com.aliyuncs.aiccs.model.v20191015.GetCustomerInfoResponse; import com.aliyuncs.aiccs.model.v20191015.GetCustomerInfoResponse.Data; import java.util.Map; import com.aliyuncs.transform.UnmarshallerContext; public class GetCustomerInfoResponseUnmarshaller { public static GetCustomerInfoResponse unmarshall(GetCustomerInfoResponse getCustomerInfoResponse, UnmarshallerContext _ctx) { getCustomerInfoResponse.setRequestId(_ctx.stringValue("GetCustomerInfoResponse.RequestId")); getCustomerInfoResponse.setMessage(_ctx.stringValue("GetCustomerInfoResponse.Message")); getCustomerInfoResponse.setCode(_ctx.stringValue("GetCustomerInfoResponse.Code")); getCustomerInfoResponse.setSuccess(_ctx.booleanValue("GetCustomerInfoResponse.Success")); Data data = new Data(); data.setOuterId(_ctx.stringValue("GetCustomerInfoResponse.Data.OuterId")); data.setUserId(_ctx.longValue("GetCustomerInfoResponse.Data.UserId")); data.setNick(_ctx.stringValue("GetCustomerInfoResponse.Data.Nick")); data.setCustomizeFields(_ctx.mapValue("GetCustomerInfoResponse.Data.CustomizeFields")); data.setPhoto(_ctx.stringValue("GetCustomerInfoResponse.Data.Photo")); data.setRealName(_ctx.stringValue("GetCustomerInfoResponse.Data.RealName")); getCustomerInfoResponse.setData(data); return getCustomerInfoResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/GetDepartmentalLatitudeAgentStatusResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import com.aliyuncs.aiccs.model.v20191015.GetDepartmentalLatitudeAgentStatusResponse; import com.aliyuncs.aiccs.model.v20191015.GetDepartmentalLatitudeAgentStatusResponse.Data; import com.aliyuncs.transform.UnmarshallerContext; public class GetDepartmentalLatitudeAgentStatusResponseUnmarshaller { public static GetDepartmentalLatitudeAgentStatusResponse unmarshall(GetDepartmentalLatitudeAgentStatusResponse getDepartmentalLatitudeAgentStatusResponse, UnmarshallerContext _ctx) { getDepartmentalLatitudeAgentStatusResponse.setRequestId(_ctx.stringValue("GetDepartmentalLatitudeAgentStatusResponse.RequestId")); getDepartmentalLatitudeAgentStatusResponse.setMessage(_ctx.stringValue("GetDepartmentalLatitudeAgentStatusResponse.Message")); getDepartmentalLatitudeAgentStatusResponse.setCode(_ctx.stringValue("GetDepartmentalLatitudeAgentStatusResponse.Code")); getDepartmentalLatitudeAgentStatusResponse.setSuccess(_ctx.booleanValue("GetDepartmentalLatitudeAgentStatusResponse.Success")); Data data = new Data(); data.setTotalNum(_ctx.integerValue("GetDepartmentalLatitudeAgentStatusResponse.Data.TotalNum")); data.setPageSize(_ctx.integerValue("GetDepartmentalLatitudeAgentStatusResponse.Data.PageSize")); data.setPageNum(_ctx.integerValue("GetDepartmentalLatitudeAgentStatusResponse.Data.PageNum")); data.setRows(_ctx.stringValue("GetDepartmentalLatitudeAgentStatusResponse.Data.Rows")); getDepartmentalLatitudeAgentStatusResponse.setData(data); return getDepartmentalLatitudeAgentStatusResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/GetHotlineAgentDetailReportResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aiccs.model.v20191015.GetHotlineAgentDetailReportResponse; import com.aliyuncs.aiccs.model.v20191015.GetHotlineAgentDetailReportResponse.Data; import com.aliyuncs.aiccs.model.v20191015.GetHotlineAgentDetailReportResponse.Data.ColumnsItem; import java.util.Map; import com.aliyuncs.transform.UnmarshallerContext; public class GetHotlineAgentDetailReportResponseUnmarshaller { public static GetHotlineAgentDetailReportResponse unmarshall(GetHotlineAgentDetailReportResponse getHotlineAgentDetailReportResponse, UnmarshallerContext _ctx) { getHotlineAgentDetailReportResponse.setRequestId(_ctx.stringValue("GetHotlineAgentDetailReportResponse.RequestId")); getHotlineAgentDetailReportResponse.setMessage(_ctx.stringValue("GetHotlineAgentDetailReportResponse.Message")); getHotlineAgentDetailReportResponse.setCode(_ctx.stringValue("GetHotlineAgentDetailReportResponse.Code")); getHotlineAgentDetailReportResponse.setSuccess(_ctx.stringValue("GetHotlineAgentDetailReportResponse.Success")); Data data = new Data(); data.setPageSize(_ctx.integerValue("GetHotlineAgentDetailReportResponse.Data.PageSize")); data.setTotal(_ctx.integerValue("GetHotlineAgentDetailReportResponse.Data.Total")); data.setPage(_ctx.integerValue("GetHotlineAgentDetailReportResponse.Data.Page")); List<Map<Object, Object>> rows = _ctx.listMapValue("GetHotlineAgentDetailReportResponse.Data.Rows"); data.setRows(rows); List<ColumnsItem> columns = new ArrayList<ColumnsItem>(); for (int i = 0; i < _ctx.lengthValue("GetHotlineAgentDetailReportResponse.Data.Columns.Length"); i++) { ColumnsItem columnsItem = new ColumnsItem(); columnsItem.setTitle(_ctx.stringValue("GetHotlineAgentDetailReportResponse.Data.Columns["+ i +"].Title")); columnsItem.setKey(_ctx.stringValue("GetHotlineAgentDetailReportResponse.Data.Columns["+ i +"].Key")); columns.add(columnsItem); } data.setColumns(columns); getHotlineAgentDetailReportResponse.setData(data); return getHotlineAgentDetailReportResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/GetHotlineAgentDetailResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import com.aliyuncs.aiccs.model.v20191015.GetHotlineAgentDetailResponse; import com.aliyuncs.aiccs.model.v20191015.GetHotlineAgentDetailResponse.Data; import com.aliyuncs.transform.UnmarshallerContext; public class GetHotlineAgentDetailResponseUnmarshaller { public static GetHotlineAgentDetailResponse unmarshall(GetHotlineAgentDetailResponse getHotlineAgentDetailResponse, UnmarshallerContext _ctx) { getHotlineAgentDetailResponse.setRequestId(_ctx.stringValue("GetHotlineAgentDetailResponse.RequestId")); getHotlineAgentDetailResponse.setMessage(_ctx.stringValue("GetHotlineAgentDetailResponse.Message")); getHotlineAgentDetailResponse.setCode(_ctx.stringValue("GetHotlineAgentDetailResponse.Code")); getHotlineAgentDetailResponse.setSuccess(_ctx.booleanValue("GetHotlineAgentDetailResponse.Success")); Data data = new Data(); data.setAssigned(_ctx.booleanValue("GetHotlineAgentDetailResponse.Data.Assigned")); data.setTenantId(_ctx.longValue("GetHotlineAgentDetailResponse.Data.TenantId")); data.setAgentStatus(_ctx.integerValue("GetHotlineAgentDetailResponse.Data.AgentStatus")); data.setRestType(_ctx.integerValue("GetHotlineAgentDetailResponse.Data.RestType")); data.setAgentStatusCode(_ctx.stringValue("GetHotlineAgentDetailResponse.Data.AgentStatusCode")); data.setToken(_ctx.stringValue("GetHotlineAgentDetailResponse.Data.Token")); data.setAgentId(_ctx.longValue("GetHotlineAgentDetailResponse.Data.AgentId")); getHotlineAgentDetailResponse.setData(data); return getHotlineAgentDetailResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/GetHotlineAgentStatusResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import com.aliyuncs.aiccs.model.v20191015.GetHotlineAgentStatusResponse; import com.aliyuncs.transform.UnmarshallerContext; public class GetHotlineAgentStatusResponseUnmarshaller { public static GetHotlineAgentStatusResponse unmarshall(GetHotlineAgentStatusResponse getHotlineAgentStatusResponse, UnmarshallerContext _ctx) { getHotlineAgentStatusResponse.setRequestId(_ctx.stringValue("GetHotlineAgentStatusResponse.RequestId")); getHotlineAgentStatusResponse.setMessage(_ctx.stringValue("GetHotlineAgentStatusResponse.Message")); getHotlineAgentStatusResponse.setData(_ctx.stringValue("GetHotlineAgentStatusResponse.Data")); getHotlineAgentStatusResponse.setCode(_ctx.stringValue("GetHotlineAgentStatusResponse.Code")); getHotlineAgentStatusResponse.setSuccess(_ctx.booleanValue("GetHotlineAgentStatusResponse.Success")); return getHotlineAgentStatusResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/GetHotlineCallActionResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import com.aliyuncs.aiccs.model.v20191015.GetHotlineCallActionResponse; import com.aliyuncs.aiccs.model.v20191015.GetHotlineCallActionResponse.Data; import com.aliyuncs.transform.UnmarshallerContext; public class GetHotlineCallActionResponseUnmarshaller { public static GetHotlineCallActionResponse unmarshall(GetHotlineCallActionResponse getHotlineCallActionResponse, UnmarshallerContext _ctx) { getHotlineCallActionResponse.setRequestId(_ctx.stringValue("GetHotlineCallActionResponse.RequestId")); getHotlineCallActionResponse.setMessage(_ctx.stringValue("GetHotlineCallActionResponse.Message")); getHotlineCallActionResponse.setCode(_ctx.stringValue("GetHotlineCallActionResponse.Code")); getHotlineCallActionResponse.setSuccess(_ctx.booleanValue("GetHotlineCallActionResponse.Success")); Data data = new Data(); data.setTaskId(_ctx.longValue("GetHotlineCallActionResponse.Data.TaskId")); data.setSubTouchId(_ctx.longValue("GetHotlineCallActionResponse.Data.SubTouchId")); data.setMemberList(_ctx.stringValue("GetHotlineCallActionResponse.Data.MemberList")); data.setDepId(_ctx.longValue("GetHotlineCallActionResponse.Data.DepId")); data.setCaseId(_ctx.longValue("GetHotlineCallActionResponse.Data.CaseId")); data.setChannelId(_ctx.stringValue("GetHotlineCallActionResponse.Data.ChannelId")); data.setTouchId(_ctx.longValue("GetHotlineCallActionResponse.Data.TouchId")); data.setMemberId(_ctx.longValue("GetHotlineCallActionResponse.Data.MemberId")); data.setCalloutId(_ctx.longValue("GetHotlineCallActionResponse.Data.CalloutId")); data.setBuId(_ctx.longValue("GetHotlineCallActionResponse.Data.BuId")); data.setActionId(_ctx.longValue("GetHotlineCallActionResponse.Data.ActionId")); data.setServicerName(_ctx.stringValue("GetHotlineCallActionResponse.Data.ServicerName")); data.setCalloutName(_ctx.stringValue("GetHotlineCallActionResponse.Data.CalloutName")); data.setIsTransfer(_ctx.stringValue("GetHotlineCallActionResponse.Data.IsTransfer")); data.setMemberName(_ctx.stringValue("GetHotlineCallActionResponse.Data.MemberName")); data.setServicerId(_ctx.longValue("GetHotlineCallActionResponse.Data.ServicerId")); data.setChannelType(_ctx.longValue("GetHotlineCallActionResponse.Data.ChannelType")); getHotlineCallActionResponse.setData(data); return getHotlineCallActionResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/GetHotlineGroupDetailReportResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aiccs.model.v20191015.GetHotlineGroupDetailReportResponse; import com.aliyuncs.aiccs.model.v20191015.GetHotlineGroupDetailReportResponse.Data; import com.aliyuncs.aiccs.model.v20191015.GetHotlineGroupDetailReportResponse.Data.ColumnsItem; import java.util.Map; import com.aliyuncs.transform.UnmarshallerContext; public class GetHotlineGroupDetailReportResponseUnmarshaller { public static GetHotlineGroupDetailReportResponse unmarshall(GetHotlineGroupDetailReportResponse getHotlineGroupDetailReportResponse, UnmarshallerContext _ctx) { getHotlineGroupDetailReportResponse.setRequestId(_ctx.stringValue("GetHotlineGroupDetailReportResponse.RequestId")); getHotlineGroupDetailReportResponse.setMessage(_ctx.stringValue("GetHotlineGroupDetailReportResponse.Message")); getHotlineGroupDetailReportResponse.setCode(_ctx.stringValue("GetHotlineGroupDetailReportResponse.Code")); getHotlineGroupDetailReportResponse.setSuccess(_ctx.stringValue("GetHotlineGroupDetailReportResponse.Success")); Data data = new Data(); data.setPageSize(_ctx.integerValue("GetHotlineGroupDetailReportResponse.Data.PageSize")); data.setTotal(_ctx.integerValue("GetHotlineGroupDetailReportResponse.Data.Total")); data.setPage(_ctx.integerValue("GetHotlineGroupDetailReportResponse.Data.Page")); List<Map<Object, Object>> rows = _ctx.listMapValue("GetHotlineGroupDetailReportResponse.Data.Rows"); data.setRows(rows); List<ColumnsItem> columns = new ArrayList<ColumnsItem>(); for (int i = 0; i < _ctx.lengthValue("GetHotlineGroupDetailReportResponse.Data.Columns.Length"); i++) { ColumnsItem columnsItem = new ColumnsItem(); columnsItem.setTitle(_ctx.stringValue("GetHotlineGroupDetailReportResponse.Data.Columns["+ i +"].Title")); columnsItem.setKey(_ctx.stringValue("GetHotlineGroupDetailReportResponse.Data.Columns["+ i +"].Key")); columns.add(columnsItem); } data.setColumns(columns); getHotlineGroupDetailReportResponse.setData(data); return getHotlineGroupDetailReportResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/GetHotlineServiceStatisticsResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import com.aliyuncs.aiccs.model.v20191015.GetHotlineServiceStatisticsResponse; import com.aliyuncs.aiccs.model.v20191015.GetHotlineServiceStatisticsResponse.Data; import com.aliyuncs.transform.UnmarshallerContext; public class GetHotlineServiceStatisticsResponseUnmarshaller { public static GetHotlineServiceStatisticsResponse unmarshall(GetHotlineServiceStatisticsResponse getHotlineServiceStatisticsResponse, UnmarshallerContext _ctx) { getHotlineServiceStatisticsResponse.setRequestId(_ctx.stringValue("GetHotlineServiceStatisticsResponse.RequestId")); getHotlineServiceStatisticsResponse.setMessage(_ctx.stringValue("GetHotlineServiceStatisticsResponse.Message")); getHotlineServiceStatisticsResponse.setCode(_ctx.stringValue("GetHotlineServiceStatisticsResponse.Code")); getHotlineServiceStatisticsResponse.setSuccess(_ctx.stringValue("GetHotlineServiceStatisticsResponse.Success")); Data data = new Data(); data.setTotalNum(_ctx.integerValue("GetHotlineServiceStatisticsResponse.Data.TotalNum")); data.setPageSize(_ctx.integerValue("GetHotlineServiceStatisticsResponse.Data.PageSize")); data.setPageNum(_ctx.integerValue("GetHotlineServiceStatisticsResponse.Data.PageNum")); data.setRows(_ctx.stringValue("GetHotlineServiceStatisticsResponse.Data.Rows")); getHotlineServiceStatisticsResponse.setData(data); return getHotlineServiceStatisticsResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/GetHotlineWaitingNumberResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import com.aliyuncs.aiccs.model.v20191015.GetHotlineWaitingNumberResponse; import com.aliyuncs.transform.UnmarshallerContext; public class GetHotlineWaitingNumberResponseUnmarshaller { public static GetHotlineWaitingNumberResponse unmarshall(GetHotlineWaitingNumberResponse getHotlineWaitingNumberResponse, UnmarshallerContext _ctx) { getHotlineWaitingNumberResponse.setRequestId(_ctx.stringValue("GetHotlineWaitingNumberResponse.RequestId")); getHotlineWaitingNumberResponse.setMessage(_ctx.stringValue("GetHotlineWaitingNumberResponse.Message")); getHotlineWaitingNumberResponse.setData(_ctx.longValue("GetHotlineWaitingNumberResponse.Data")); getHotlineWaitingNumberResponse.setCode(_ctx.stringValue("GetHotlineWaitingNumberResponse.Code")); getHotlineWaitingNumberResponse.setSuccess(_ctx.stringValue("GetHotlineWaitingNumberResponse.Success")); return getHotlineWaitingNumberResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/GetIndexCurrentValueResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aiccs.model.v20191015.GetIndexCurrentValueResponse; import java.util.Map; import com.aliyuncs.transform.UnmarshallerContext; public class GetIndexCurrentValueResponseUnmarshaller { public static GetIndexCurrentValueResponse unmarshall(GetIndexCurrentValueResponse getIndexCurrentValueResponse, UnmarshallerContext _ctx) { getIndexCurrentValueResponse.setRequestId(_ctx.stringValue("GetIndexCurrentValueResponse.RequestId")); getIndexCurrentValueResponse.setMessage(_ctx.stringValue("GetIndexCurrentValueResponse.Message")); getIndexCurrentValueResponse.setCode(_ctx.stringValue("GetIndexCurrentValueResponse.Code")); getIndexCurrentValueResponse.setSuccess(_ctx.booleanValue("GetIndexCurrentValueResponse.Success")); List<Map<Object, Object>> data = _ctx.listMapValue("GetIndexCurrentValueResponse.Data"); getIndexCurrentValueResponse.setData(data); return getIndexCurrentValueResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/GetInstanceListResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aiccs.model.v20191015.GetInstanceListResponse; import com.aliyuncs.aiccs.model.v20191015.GetInstanceListResponse.CommodityInstancesItem; import com.aliyuncs.transform.UnmarshallerContext; public class GetInstanceListResponseUnmarshaller { public static GetInstanceListResponse unmarshall(GetInstanceListResponse getInstanceListResponse, UnmarshallerContext _ctx) { getInstanceListResponse.setRequestId(_ctx.stringValue("GetInstanceListResponse.RequestId")); getInstanceListResponse.setTotalCount(_ctx.integerValue("GetInstanceListResponse.TotalCount")); getInstanceListResponse.setPageSize(_ctx.integerValue("GetInstanceListResponse.PageSize")); getInstanceListResponse.setMessage(_ctx.stringValue("GetInstanceListResponse.Message")); getInstanceListResponse.setPageNumber(_ctx.integerValue("GetInstanceListResponse.PageNumber")); getInstanceListResponse.setHttpStatusCode(_ctx.integerValue("GetInstanceListResponse.HttpStatusCode")); getInstanceListResponse.setCode(_ctx.stringValue("GetInstanceListResponse.Code")); getInstanceListResponse.setSuccess(_ctx.booleanValue("GetInstanceListResponse.Success")); List<CommodityInstancesItem> commodityInstances = new ArrayList<CommodityInstancesItem>(); for (int i = 0; i < _ctx.lengthValue("GetInstanceListResponse.CommodityInstances.Length"); i++) { CommodityInstancesItem commodityInstancesItem = new CommodityInstancesItem(); commodityInstancesItem.setInstanceId(_ctx.stringValue("GetInstanceListResponse.CommodityInstances["+ i +"].InstanceId")); commodityInstancesItem.setName(_ctx.stringValue("GetInstanceListResponse.CommodityInstances["+ i +"].Name")); commodityInstances.add(commodityInstancesItem); } getInstanceListResponse.setCommodityInstances(commodityInstances); return getInstanceListResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/GetMcuLvsIpResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import com.aliyuncs.aiccs.model.v20191015.GetMcuLvsIpResponse; import com.aliyuncs.transform.UnmarshallerContext; public class GetMcuLvsIpResponseUnmarshaller { public static GetMcuLvsIpResponse unmarshall(GetMcuLvsIpResponse getMcuLvsIpResponse, UnmarshallerContext _ctx) { getMcuLvsIpResponse.setRequestId(_ctx.stringValue("GetMcuLvsIpResponse.RequestId")); getMcuLvsIpResponse.setMessage(_ctx.stringValue("GetMcuLvsIpResponse.Message")); getMcuLvsIpResponse.setData(_ctx.stringValue("GetMcuLvsIpResponse.Data")); getMcuLvsIpResponse.setCode(_ctx.stringValue("GetMcuLvsIpResponse.Code")); getMcuLvsIpResponse.setSuccess(_ctx.booleanValue("GetMcuLvsIpResponse.Success")); return getMcuLvsIpResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/GetNumLocationResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import com.aliyuncs.aiccs.model.v20191015.GetNumLocationResponse; import com.aliyuncs.transform.UnmarshallerContext; public class GetNumLocationResponseUnmarshaller { public static GetNumLocationResponse unmarshall(GetNumLocationResponse getNumLocationResponse, UnmarshallerContext _ctx) { getNumLocationResponse.setRequestId(_ctx.stringValue("GetNumLocationResponse.RequestId")); getNumLocationResponse.setMessage(_ctx.stringValue("GetNumLocationResponse.Message")); getNumLocationResponse.setData(_ctx.stringValue("GetNumLocationResponse.Data")); getNumLocationResponse.setCode(_ctx.stringValue("GetNumLocationResponse.Code")); getNumLocationResponse.setSuccess(_ctx.booleanValue("GetNumLocationResponse.Success")); return getNumLocationResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/GetOnlineSeatInformationResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import com.aliyuncs.aiccs.model.v20191015.GetOnlineSeatInformationResponse; import com.aliyuncs.aiccs.model.v20191015.GetOnlineSeatInformationResponse.Data; import com.aliyuncs.transform.UnmarshallerContext; public class GetOnlineSeatInformationResponseUnmarshaller { public static GetOnlineSeatInformationResponse unmarshall(GetOnlineSeatInformationResponse getOnlineSeatInformationResponse, UnmarshallerContext _ctx) { getOnlineSeatInformationResponse.setRequestId(_ctx.stringValue("GetOnlineSeatInformationResponse.RequestId")); getOnlineSeatInformationResponse.setMessage(_ctx.stringValue("GetOnlineSeatInformationResponse.Message")); getOnlineSeatInformationResponse.setCode(_ctx.stringValue("GetOnlineSeatInformationResponse.Code")); getOnlineSeatInformationResponse.setSuccess(_ctx.stringValue("GetOnlineSeatInformationResponse.Success")); Data data = new Data(); data.setTotalNum(_ctx.integerValue("GetOnlineSeatInformationResponse.Data.TotalNum")); data.setPageSize(_ctx.integerValue("GetOnlineSeatInformationResponse.Data.PageSize")); data.setPageNum(_ctx.integerValue("GetOnlineSeatInformationResponse.Data.PageNum")); data.setRows(_ctx.stringValue("GetOnlineSeatInformationResponse.Data.Rows")); getOnlineSeatInformationResponse.setData(data); return getOnlineSeatInformationResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/GetOnlineServiceVolumeResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import com.aliyuncs.aiccs.model.v20191015.GetOnlineServiceVolumeResponse; import com.aliyuncs.aiccs.model.v20191015.GetOnlineServiceVolumeResponse.Data; import com.aliyuncs.transform.UnmarshallerContext; public class GetOnlineServiceVolumeResponseUnmarshaller { public static GetOnlineServiceVolumeResponse unmarshall(GetOnlineServiceVolumeResponse getOnlineServiceVolumeResponse, UnmarshallerContext _ctx) { getOnlineServiceVolumeResponse.setRequestId(_ctx.stringValue("GetOnlineServiceVolumeResponse.RequestId")); getOnlineServiceVolumeResponse.setMessage(_ctx.stringValue("GetOnlineServiceVolumeResponse.Message")); getOnlineServiceVolumeResponse.setCode(_ctx.stringValue("GetOnlineServiceVolumeResponse.Code")); getOnlineServiceVolumeResponse.setSuccess(_ctx.stringValue("GetOnlineServiceVolumeResponse.Success")); Data data = new Data(); data.setTotalNum(_ctx.integerValue("GetOnlineServiceVolumeResponse.Data.TotalNum")); data.setPageSize(_ctx.integerValue("GetOnlineServiceVolumeResponse.Data.PageSize")); data.setPageNum(_ctx.integerValue("GetOnlineServiceVolumeResponse.Data.PageNum")); data.setRows(_ctx.stringValue("GetOnlineServiceVolumeResponse.Data.Rows")); getOnlineServiceVolumeResponse.setData(data); return getOnlineServiceVolumeResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/GetOutbounNumListResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aiccs.model.v20191015.GetOutbounNumListResponse; import com.aliyuncs.aiccs.model.v20191015.GetOutbounNumListResponse.Data; import com.aliyuncs.aiccs.model.v20191015.GetOutbounNumListResponse.Data.NumGroupItem; import com.aliyuncs.aiccs.model.v20191015.GetOutbounNumListResponse.Data.NumItem; import com.aliyuncs.transform.UnmarshallerContext; public class GetOutbounNumListResponseUnmarshaller { public static GetOutbounNumListResponse unmarshall(GetOutbounNumListResponse getOutbounNumListResponse, UnmarshallerContext _ctx) { getOutbounNumListResponse.setRequestId(_ctx.stringValue("GetOutbounNumListResponse.RequestId")); getOutbounNumListResponse.setMessage(_ctx.stringValue("GetOutbounNumListResponse.Message")); getOutbounNumListResponse.setCode(_ctx.stringValue("GetOutbounNumListResponse.Code")); getOutbounNumListResponse.setSuccess(_ctx.booleanValue("GetOutbounNumListResponse.Success")); Data data = new Data(); List<NumItem> num = new ArrayList<NumItem>(); for (int i = 0; i < _ctx.lengthValue("GetOutbounNumListResponse.Data.Num.Length"); i++) { NumItem numItem = new NumItem(); numItem.setType(_ctx.integerValue("GetOutbounNumListResponse.Data.Num["+ i +"].Type")); numItem.setDescription(_ctx.stringValue("GetOutbounNumListResponse.Data.Num["+ i +"].Description")); numItem.setValue(_ctx.stringValue("GetOutbounNumListResponse.Data.Num["+ i +"].Value")); num.add(numItem); } data.setNum(num); List<NumGroupItem> numGroup = new ArrayList<NumGroupItem>(); for (int i = 0; i < _ctx.lengthValue("GetOutbounNumListResponse.Data.NumGroup.Length"); i++) { NumGroupItem numGroupItem = new NumGroupItem(); numGroupItem.setType(_ctx.integerValue("GetOutbounNumListResponse.Data.NumGroup["+ i +"].Type")); numGroupItem.setDescription(_ctx.stringValue("GetOutbounNumListResponse.Data.NumGroup["+ i +"].Description")); numGroupItem.setValue(_ctx.stringValue("GetOutbounNumListResponse.Data.NumGroup["+ i +"].Value")); numGroup.add(numGroupItem); } data.setNumGroup(numGroup); getOutbounNumListResponse.setData(data); return getOutbounNumListResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/GetQualityProjectDetailResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aiccs.model.v20191015.GetQualityProjectDetailResponse; import com.aliyuncs.aiccs.model.v20191015.GetQualityProjectDetailResponse.Data; import com.aliyuncs.transform.UnmarshallerContext; public class GetQualityProjectDetailResponseUnmarshaller { public static GetQualityProjectDetailResponse unmarshall(GetQualityProjectDetailResponse getQualityProjectDetailResponse, UnmarshallerContext _ctx) { getQualityProjectDetailResponse.setRequestId(_ctx.stringValue("GetQualityProjectDetailResponse.RequestId")); getQualityProjectDetailResponse.setMessage(_ctx.stringValue("GetQualityProjectDetailResponse.Message")); getQualityProjectDetailResponse.setCode(_ctx.stringValue("GetQualityProjectDetailResponse.Code")); getQualityProjectDetailResponse.setSuccess(_ctx.stringValue("GetQualityProjectDetailResponse.Success")); Data data = new Data(); data.setStatus(_ctx.integerValue("GetQualityProjectDetailResponse.Data.Status")); data.setModifyTime(_ctx.stringValue("GetQualityProjectDetailResponse.Data.ModifyTime")); data.setQualityType(_ctx.integerValue("GetQualityProjectDetailResponse.Data.QualityType")); data.setVersion(_ctx.integerValue("GetQualityProjectDetailResponse.Data.Version")); data.setProjectName(_ctx.stringValue("GetQualityProjectDetailResponse.Data.ProjectName")); data.setCreateTime(_ctx.stringValue("GetQualityProjectDetailResponse.Data.CreateTime")); data.setId(_ctx.longValue("GetQualityProjectDetailResponse.Data.Id")); data.setCheckFreqType(_ctx.integerValue("GetQualityProjectDetailResponse.Data.CheckFreqType")); List<Long> servicerList = new ArrayList<Long>(); for (int i = 0; i < _ctx.lengthValue("GetQualityProjectDetailResponse.Data.ServicerList.Length"); i++) { servicerList.add(_ctx.longValue("GetQualityProjectDetailResponse.Data.ServicerList["+ i +"]")); } data.setServicerList(servicerList); List<Long> depList = new ArrayList<Long>(); for (int i = 0; i < _ctx.lengthValue("GetQualityProjectDetailResponse.Data.DepList.Length"); i++) { depList.add(_ctx.longValue("GetQualityProjectDetailResponse.Data.DepList["+ i +"]")); } data.setDepList(depList); List<Long> groupList = new ArrayList<Long>(); for (int i = 0; i < _ctx.lengthValue("GetQualityProjectDetailResponse.Data.GroupList.Length"); i++) { groupList.add(_ctx.longValue("GetQualityProjectDetailResponse.Data.GroupList["+ i +"]")); } data.setGroupList(groupList); List<Long> qualityRuleIds = new ArrayList<Long>(); for (int i = 0; i < _ctx.lengthValue("GetQualityProjectDetailResponse.Data.QualityRuleIds.Length"); i++) { qualityRuleIds.add(_ctx.longValue("GetQualityProjectDetailResponse.Data.QualityRuleIds["+ i +"]")); } data.setQualityRuleIds(qualityRuleIds); getQualityProjectDetailResponse.setData(data); return getQualityProjectDetailResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/GetQualityProjectListResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aiccs.model.v20191015.GetQualityProjectListResponse; import com.aliyuncs.aiccs.model.v20191015.GetQualityProjectListResponse.Data; import com.aliyuncs.aiccs.model.v20191015.GetQualityProjectListResponse.Data.QualityProjectListItem; import com.aliyuncs.transform.UnmarshallerContext; public class GetQualityProjectListResponseUnmarshaller { public static GetQualityProjectListResponse unmarshall(GetQualityProjectListResponse getQualityProjectListResponse, UnmarshallerContext _ctx) { getQualityProjectListResponse.setRequestId(_ctx.stringValue("GetQualityProjectListResponse.RequestId")); getQualityProjectListResponse.setMessage(_ctx.stringValue("GetQualityProjectListResponse.Message")); getQualityProjectListResponse.setCode(_ctx.stringValue("GetQualityProjectListResponse.Code")); getQualityProjectListResponse.setSuccess(_ctx.booleanValue("GetQualityProjectListResponse.Success")); Data data = new Data(); data.setPageSize(_ctx.integerValue("GetQualityProjectListResponse.Data.PageSize")); data.setTotal(_ctx.longValue("GetQualityProjectListResponse.Data.Total")); data.setPageNo(_ctx.integerValue("GetQualityProjectListResponse.Data.PageNo")); List<QualityProjectListItem> qualityProjectList = new ArrayList<QualityProjectListItem>(); for (int i = 0; i < _ctx.lengthValue("GetQualityProjectListResponse.Data.QualityProjectList.Length"); i++) { QualityProjectListItem qualityProjectListItem = new QualityProjectListItem(); qualityProjectListItem.setStatus(_ctx.integerValue("GetQualityProjectListResponse.Data.QualityProjectList["+ i +"].Status")); qualityProjectListItem.setModifyTime(_ctx.stringValue("GetQualityProjectListResponse.Data.QualityProjectList["+ i +"].ModifyTime")); qualityProjectListItem.setQualityType(_ctx.integerValue("GetQualityProjectListResponse.Data.QualityProjectList["+ i +"].QualityType")); qualityProjectListItem.setVersion(_ctx.integerValue("GetQualityProjectListResponse.Data.QualityProjectList["+ i +"].Version")); qualityProjectListItem.setProjectName(_ctx.stringValue("GetQualityProjectListResponse.Data.QualityProjectList["+ i +"].ProjectName")); qualityProjectListItem.setCreateTime(_ctx.stringValue("GetQualityProjectListResponse.Data.QualityProjectList["+ i +"].CreateTime")); qualityProjectListItem.setId(_ctx.longValue("GetQualityProjectListResponse.Data.QualityProjectList["+ i +"].Id")); qualityProjectListItem.setCheckFreqType(_ctx.integerValue("GetQualityProjectListResponse.Data.QualityProjectList["+ i +"].CheckFreqType")); List<Long> servicerList = new ArrayList<Long>(); for (int j = 0; j < _ctx.lengthValue("GetQualityProjectListResponse.Data.QualityProjectList["+ i +"].ServicerList.Length"); j++) { servicerList.add(_ctx.longValue("GetQualityProjectListResponse.Data.QualityProjectList["+ i +"].ServicerList["+ j +"]")); } qualityProjectListItem.setServicerList(servicerList); List<Long> depList = new ArrayList<Long>(); for (int j = 0; j < _ctx.lengthValue("GetQualityProjectListResponse.Data.QualityProjectList["+ i +"].DepList.Length"); j++) { depList.add(_ctx.longValue("GetQualityProjectListResponse.Data.QualityProjectList["+ i +"].DepList["+ j +"]")); } qualityProjectListItem.setDepList(depList); List<Long> groupList = new ArrayList<Long>(); for (int j = 0; j < _ctx.lengthValue("GetQualityProjectListResponse.Data.QualityProjectList["+ i +"].GroupList.Length"); j++) { groupList.add(_ctx.longValue("GetQualityProjectListResponse.Data.QualityProjectList["+ i +"].GroupList["+ j +"]")); } qualityProjectListItem.setGroupList(groupList); List<Long> qualityRuleIds = new ArrayList<Long>(); for (int j = 0; j < _ctx.lengthValue("GetQualityProjectListResponse.Data.QualityProjectList["+ i +"].QualityRuleIds.Length"); j++) { qualityRuleIds.add(_ctx.longValue("GetQualityProjectListResponse.Data.QualityProjectList["+ i +"].QualityRuleIds["+ j +"]")); } qualityProjectListItem.setQualityRuleIds(qualityRuleIds); qualityProjectList.add(qualityProjectListItem); } data.setQualityProjectList(qualityProjectList); getQualityProjectListResponse.setData(data); return getQualityProjectListResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/GetQualityProjectLogResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aiccs.model.v20191015.GetQualityProjectLogResponse; import com.aliyuncs.aiccs.model.v20191015.GetQualityProjectLogResponse.DataItem; import com.aliyuncs.transform.UnmarshallerContext; public class GetQualityProjectLogResponseUnmarshaller { public static GetQualityProjectLogResponse unmarshall(GetQualityProjectLogResponse getQualityProjectLogResponse, UnmarshallerContext _ctx) { getQualityProjectLogResponse.setRequestId(_ctx.stringValue("GetQualityProjectLogResponse.RequestId")); getQualityProjectLogResponse.setMessage(_ctx.stringValue("GetQualityProjectLogResponse.Message")); getQualityProjectLogResponse.setCode(_ctx.stringValue("GetQualityProjectLogResponse.Code")); getQualityProjectLogResponse.setSuccess(_ctx.booleanValue("GetQualityProjectLogResponse.Success")); List<DataItem> data = new ArrayList<DataItem>(); for (int i = 0; i < _ctx.lengthValue("GetQualityProjectLogResponse.Data.Length"); i++) { DataItem dataItem = new DataItem(); dataItem.setActionTime(_ctx.stringValue("GetQualityProjectLogResponse.Data["+ i +"].ActionTime")); dataItem.setActionType(_ctx.stringValue("GetQualityProjectLogResponse.Data["+ i +"].ActionType")); dataItem.setProjectCreateTime(_ctx.stringValue("GetQualityProjectLogResponse.Data["+ i +"].ProjectCreateTime")); dataItem.setProjectId(_ctx.longValue("GetQualityProjectLogResponse.Data["+ i +"].ProjectId")); dataItem.setActionData(_ctx.stringValue("GetQualityProjectLogResponse.Data["+ i +"].ActionData")); data.add(dataItem); } getQualityProjectLogResponse.setData(data); return getQualityProjectLogResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/GetQualityResultResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aiccs.model.v20191015.GetQualityResultResponse; import com.aliyuncs.aiccs.model.v20191015.GetQualityResultResponse.Data; import com.aliyuncs.aiccs.model.v20191015.GetQualityResultResponse.Data.QualityResultResponseListItem; import com.aliyuncs.transform.UnmarshallerContext; public class GetQualityResultResponseUnmarshaller { public static GetQualityResultResponse unmarshall(GetQualityResultResponse getQualityResultResponse, UnmarshallerContext _ctx) { getQualityResultResponse.setRequestId(_ctx.stringValue("GetQualityResultResponse.RequestId")); getQualityResultResponse.setMessage(_ctx.stringValue("GetQualityResultResponse.Message")); getQualityResultResponse.setCode(_ctx.stringValue("GetQualityResultResponse.Code")); getQualityResultResponse.setSuccess(_ctx.booleanValue("GetQualityResultResponse.Success")); getQualityResultResponse.setChannelTypeName(_ctx.stringValue("GetQualityResultResponse.ChannelTypeName")); Data data = new Data(); data.setTotalNum(_ctx.integerValue("GetQualityResultResponse.Data.TotalNum")); data.setPageSize(_ctx.integerValue("GetQualityResultResponse.Data.PageSize")); data.setPageNo(_ctx.integerValue("GetQualityResultResponse.Data.PageNo")); List<QualityResultResponseListItem> qualityResultResponseList = new ArrayList<QualityResultResponseListItem>(); for (int i = 0; i < _ctx.lengthValue("GetQualityResultResponse.Data.QualityResultResponseList.Length"); i++) { QualityResultResponseListItem qualityResultResponseListItem = new QualityResultResponseListItem(); qualityResultResponseListItem.setGroupName(_ctx.stringValue("GetQualityResultResponse.Data.QualityResultResponseList["+ i +"].GroupName")); qualityResultResponseListItem.setHitStatus(_ctx.booleanValue("GetQualityResultResponse.Data.QualityResultResponseList["+ i +"].HitStatus")); qualityResultResponseListItem.setTouchStartTime(_ctx.stringValue("GetQualityResultResponse.Data.QualityResultResponseList["+ i +"].TouchStartTime")); qualityResultResponseListItem.setProjectName(_ctx.stringValue("GetQualityResultResponse.Data.QualityResultResponseList["+ i +"].ProjectName")); qualityResultResponseListItem.setRuleId(_ctx.stringValue("GetQualityResultResponse.Data.QualityResultResponseList["+ i +"].RuleId")); qualityResultResponseListItem.setProjectId(_ctx.stringValue("GetQualityResultResponse.Data.QualityResultResponseList["+ i +"].ProjectId")); qualityResultResponseListItem.setChannelTypeName(_ctx.stringValue("GetQualityResultResponse.Data.QualityResultResponseList["+ i +"].ChannelTypeName")); qualityResultResponseListItem.setTouchId(_ctx.stringValue("GetQualityResultResponse.Data.QualityResultResponseList["+ i +"].TouchId")); qualityResultResponseListItem.setGroupId(_ctx.stringValue("GetQualityResultResponse.Data.QualityResultResponseList["+ i +"].GroupId")); qualityResultResponseListItem.setInstanceName(_ctx.stringValue("GetQualityResultResponse.Data.QualityResultResponseList["+ i +"].InstanceName")); qualityResultResponseListItem.setServicerName(_ctx.stringValue("GetQualityResultResponse.Data.QualityResultResponseList["+ i +"].ServicerName")); qualityResultResponseListItem.setHitDetail(_ctx.stringValue("GetQualityResultResponse.Data.QualityResultResponseList["+ i +"].HitDetail")); qualityResultResponseListItem.setMemberName(_ctx.stringValue("GetQualityResultResponse.Data.QualityResultResponseList["+ i +"].MemberName")); qualityResultResponseListItem.setServicerId(_ctx.stringValue("GetQualityResultResponse.Data.QualityResultResponseList["+ i +"].ServicerId")); qualityResultResponseListItem.setChannelType(_ctx.stringValue("GetQualityResultResponse.Data.QualityResultResponseList["+ i +"].ChannelType")); qualityResultResponseListItem.setRuleName(_ctx.stringValue("GetQualityResultResponse.Data.QualityResultResponseList["+ i +"].RuleName")); qualityResultResponseList.add(qualityResultResponseListItem); } data.setQualityResultResponseList(qualityResultResponseList); getQualityResultResponse.setData(data); return getQualityResultResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/GetQualityRuleDetailResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aiccs.model.v20191015.GetQualityRuleDetailResponse; import com.aliyuncs.aiccs.model.v20191015.GetQualityRuleDetailResponse.Data; import com.aliyuncs.transform.UnmarshallerContext; public class GetQualityRuleDetailResponseUnmarshaller { public static GetQualityRuleDetailResponse unmarshall(GetQualityRuleDetailResponse getQualityRuleDetailResponse, UnmarshallerContext _ctx) { getQualityRuleDetailResponse.setRequestId(_ctx.stringValue("GetQualityRuleDetailResponse.RequestId")); getQualityRuleDetailResponse.setMessage(_ctx.stringValue("GetQualityRuleDetailResponse.Message")); getQualityRuleDetailResponse.setCode(_ctx.stringValue("GetQualityRuleDetailResponse.Code")); getQualityRuleDetailResponse.setSuccess(_ctx.booleanValue("GetQualityRuleDetailResponse.Success")); Data data = new Data(); data.setRuleCreateTime(_ctx.stringValue("GetQualityRuleDetailResponse.Data.RuleCreateTime")); data.setMatchType(_ctx.integerValue("GetQualityRuleDetailResponse.Data.MatchType")); data.setRuleId(_ctx.longValue("GetQualityRuleDetailResponse.Data.RuleId")); data.setRuleTag(_ctx.integerValue("GetQualityRuleDetailResponse.Data.RuleTag")); data.setName(_ctx.stringValue("GetQualityRuleDetailResponse.Data.Name")); List<String> keyWords = new ArrayList<String>(); for (int i = 0; i < _ctx.lengthValue("GetQualityRuleDetailResponse.Data.KeyWords.Length"); i++) { keyWords.add(_ctx.stringValue("GetQualityRuleDetailResponse.Data.KeyWords["+ i +"]")); } data.setKeyWords(keyWords); getQualityRuleDetailResponse.setData(data); return getQualityRuleDetailResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/GetQualityRuleListResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aiccs.model.v20191015.GetQualityRuleListResponse; import com.aliyuncs.aiccs.model.v20191015.GetQualityRuleListResponse.Data; import com.aliyuncs.aiccs.model.v20191015.GetQualityRuleListResponse.Data.QualityRuleListItem; import com.aliyuncs.transform.UnmarshallerContext; public class GetQualityRuleListResponseUnmarshaller { public static GetQualityRuleListResponse unmarshall(GetQualityRuleListResponse getQualityRuleListResponse, UnmarshallerContext _ctx) { getQualityRuleListResponse.setRequestId(_ctx.stringValue("GetQualityRuleListResponse.RequestId")); getQualityRuleListResponse.setMessage(_ctx.stringValue("GetQualityRuleListResponse.Message")); getQualityRuleListResponse.setCode(_ctx.stringValue("GetQualityRuleListResponse.Code")); getQualityRuleListResponse.setSuccess(_ctx.booleanValue("GetQualityRuleListResponse.Success")); Data data = new Data(); data.setPageSize(_ctx.integerValue("GetQualityRuleListResponse.Data.PageSize")); data.setTotal(_ctx.longValue("GetQualityRuleListResponse.Data.Total")); data.setPageNo(_ctx.integerValue("GetQualityRuleListResponse.Data.PageNo")); List<QualityRuleListItem> qualityRuleList = new ArrayList<QualityRuleListItem>(); for (int i = 0; i < _ctx.lengthValue("GetQualityRuleListResponse.Data.QualityRuleList.Length"); i++) { QualityRuleListItem qualityRuleListItem = new QualityRuleListItem(); qualityRuleListItem.setRuleCreateTime(_ctx.stringValue("GetQualityRuleListResponse.Data.QualityRuleList["+ i +"].RuleCreateTime")); qualityRuleListItem.setMatchType(_ctx.integerValue("GetQualityRuleListResponse.Data.QualityRuleList["+ i +"].MatchType")); qualityRuleListItem.setRuleId(_ctx.longValue("GetQualityRuleListResponse.Data.QualityRuleList["+ i +"].RuleId")); qualityRuleListItem.setRuleTag(_ctx.integerValue("GetQualityRuleListResponse.Data.QualityRuleList["+ i +"].RuleTag")); qualityRuleListItem.setName(_ctx.stringValue("GetQualityRuleListResponse.Data.QualityRuleList["+ i +"].Name")); List<String> keyWords = new ArrayList<String>(); for (int j = 0; j < _ctx.lengthValue("GetQualityRuleListResponse.Data.QualityRuleList["+ i +"].KeyWords.Length"); j++) { keyWords.add(_ctx.stringValue("GetQualityRuleListResponse.Data.QualityRuleList["+ i +"].KeyWords["+ j +"]")); } qualityRuleListItem.setKeyWords(keyWords); qualityRuleList.add(qualityRuleListItem); } data.setQualityRuleList(qualityRuleList); getQualityRuleListResponse.setData(data); return getQualityRuleListResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/GetQualityRuleTagListResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aiccs.model.v20191015.GetQualityRuleTagListResponse; import com.aliyuncs.aiccs.model.v20191015.GetQualityRuleTagListResponse.DataItem; import com.aliyuncs.transform.UnmarshallerContext; public class GetQualityRuleTagListResponseUnmarshaller { public static GetQualityRuleTagListResponse unmarshall(GetQualityRuleTagListResponse getQualityRuleTagListResponse, UnmarshallerContext _ctx) { getQualityRuleTagListResponse.setRequestId(_ctx.stringValue("GetQualityRuleTagListResponse.RequestId")); getQualityRuleTagListResponse.setMessage(_ctx.stringValue("GetQualityRuleTagListResponse.Message")); getQualityRuleTagListResponse.setCode(_ctx.stringValue("GetQualityRuleTagListResponse.Code")); getQualityRuleTagListResponse.setSuccess(_ctx.booleanValue("GetQualityRuleTagListResponse.Success")); List<DataItem> data = new ArrayList<DataItem>(); for (int i = 0; i < _ctx.lengthValue("GetQualityRuleTagListResponse.Data.Length"); i++) { DataItem dataItem = new DataItem(); dataItem.setRuleTagName(_ctx.stringValue("GetQualityRuleTagListResponse.Data["+ i +"].RuleTagName")); dataItem.setRuleTagId(_ctx.longValue("GetQualityRuleTagListResponse.Data["+ i +"].RuleTagId")); data.add(dataItem); } getQualityRuleTagListResponse.setData(data); return getQualityRuleTagListResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/GetQueueInformationResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import com.aliyuncs.aiccs.model.v20191015.GetQueueInformationResponse; import com.aliyuncs.aiccs.model.v20191015.GetQueueInformationResponse.Data; import com.aliyuncs.transform.UnmarshallerContext; public class GetQueueInformationResponseUnmarshaller { public static GetQueueInformationResponse unmarshall(GetQueueInformationResponse getQueueInformationResponse, UnmarshallerContext _ctx) { getQueueInformationResponse.setRequestId(_ctx.stringValue("GetQueueInformationResponse.RequestId")); getQueueInformationResponse.setMessage(_ctx.stringValue("GetQueueInformationResponse.Message")); getQueueInformationResponse.setCode(_ctx.stringValue("GetQueueInformationResponse.Code")); getQueueInformationResponse.setSuccess(_ctx.stringValue("GetQueueInformationResponse.Success")); Data data = new Data(); data.setTotalNum(_ctx.integerValue("GetQueueInformationResponse.Data.TotalNum")); data.setPageSize(_ctx.integerValue("GetQueueInformationResponse.Data.PageSize")); data.setPageNum(_ctx.integerValue("GetQueueInformationResponse.Data.PageNum")); data.setRows(_ctx.stringValue("GetQueueInformationResponse.Data.Rows")); getQueueInformationResponse.setData(data); return getQueueInformationResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/GetRecordDataResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import com.aliyuncs.aiccs.model.v20191015.GetRecordDataResponse; import com.aliyuncs.aiccs.model.v20191015.GetRecordDataResponse.Data; import com.aliyuncs.transform.UnmarshallerContext; public class GetRecordDataResponseUnmarshaller { public static GetRecordDataResponse unmarshall(GetRecordDataResponse getRecordDataResponse, UnmarshallerContext _ctx) { getRecordDataResponse.setRequestId(_ctx.stringValue("GetRecordDataResponse.RequestId")); getRecordDataResponse.setMessage(_ctx.stringValue("GetRecordDataResponse.Message")); getRecordDataResponse.setCode(_ctx.stringValue("GetRecordDataResponse.Code")); getRecordDataResponse.setSuccess(_ctx.booleanValue("GetRecordDataResponse.Success")); Data data = new Data(); data.setAcid(_ctx.stringValue("GetRecordDataResponse.Data.Acid")); data.setOssLink(_ctx.stringValue("GetRecordDataResponse.Data.OssLink")); getRecordDataResponse.setData(data); return getRecordDataResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/GetRtcTokenResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import com.aliyuncs.aiccs.model.v20191015.GetRtcTokenResponse; import com.aliyuncs.aiccs.model.v20191015.GetRtcTokenResponse.Data; import com.aliyuncs.transform.UnmarshallerContext; public class GetRtcTokenResponseUnmarshaller { public static GetRtcTokenResponse unmarshall(GetRtcTokenResponse getRtcTokenResponse, UnmarshallerContext _ctx) { getRtcTokenResponse.setRequestId(_ctx.stringValue("GetRtcTokenResponse.RequestId")); getRtcTokenResponse.setMessage(_ctx.stringValue("GetRtcTokenResponse.Message")); getRtcTokenResponse.setCode(_ctx.stringValue("GetRtcTokenResponse.Code")); getRtcTokenResponse.setSuccess(_ctx.booleanValue("GetRtcTokenResponse.Success")); Data data = new Data(); data.setRtcId(_ctx.stringValue("GetRtcTokenResponse.Data.RtcId")); data.setToken(_ctx.stringValue("GetRtcTokenResponse.Data.Token")); data.setAccountName(_ctx.stringValue("GetRtcTokenResponse.Data.AccountName")); getRtcTokenResponse.setData(data); return getRtcTokenResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/GetSeatInformationResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import com.aliyuncs.aiccs.model.v20191015.GetSeatInformationResponse; import com.aliyuncs.aiccs.model.v20191015.GetSeatInformationResponse.Data; import com.aliyuncs.transform.UnmarshallerContext; public class GetSeatInformationResponseUnmarshaller { public static GetSeatInformationResponse unmarshall(GetSeatInformationResponse getSeatInformationResponse, UnmarshallerContext _ctx) { getSeatInformationResponse.setRequestId(_ctx.stringValue("GetSeatInformationResponse.RequestId")); getSeatInformationResponse.setMessage(_ctx.stringValue("GetSeatInformationResponse.Message")); getSeatInformationResponse.setCode(_ctx.stringValue("GetSeatInformationResponse.Code")); getSeatInformationResponse.setSuccess(_ctx.stringValue("GetSeatInformationResponse.Success")); Data data = new Data(); data.setTotalNum(_ctx.integerValue("GetSeatInformationResponse.Data.TotalNum")); data.setPageSize(_ctx.integerValue("GetSeatInformationResponse.Data.PageSize")); data.setPageNum(_ctx.integerValue("GetSeatInformationResponse.Data.PageNum")); data.setRowr(_ctx.stringValue("GetSeatInformationResponse.Data.Rowr")); getSeatInformationResponse.setData(data); return getSeatInformationResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/GetSkillGroupAgentStatusDetailsResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import com.aliyuncs.aiccs.model.v20191015.GetSkillGroupAgentStatusDetailsResponse; import com.aliyuncs.aiccs.model.v20191015.GetSkillGroupAgentStatusDetailsResponse.Data; import com.aliyuncs.transform.UnmarshallerContext; public class GetSkillGroupAgentStatusDetailsResponseUnmarshaller { public static GetSkillGroupAgentStatusDetailsResponse unmarshall(GetSkillGroupAgentStatusDetailsResponse getSkillGroupAgentStatusDetailsResponse, UnmarshallerContext _ctx) { getSkillGroupAgentStatusDetailsResponse.setRequestId(_ctx.stringValue("GetSkillGroupAgentStatusDetailsResponse.RequestId")); getSkillGroupAgentStatusDetailsResponse.setMessage(_ctx.stringValue("GetSkillGroupAgentStatusDetailsResponse.Message")); getSkillGroupAgentStatusDetailsResponse.setCode(_ctx.stringValue("GetSkillGroupAgentStatusDetailsResponse.Code")); getSkillGroupAgentStatusDetailsResponse.setSuccess(_ctx.stringValue("GetSkillGroupAgentStatusDetailsResponse.Success")); Data data = new Data(); data.setTotalNum(_ctx.longValue("GetSkillGroupAgentStatusDetailsResponse.Data.TotalNum")); data.setPageSize(_ctx.longValue("GetSkillGroupAgentStatusDetailsResponse.Data.PageSize")); data.setPageNum(_ctx.longValue("GetSkillGroupAgentStatusDetailsResponse.Data.PageNum")); data.setRows(_ctx.stringValue("GetSkillGroupAgentStatusDetailsResponse.Data.Rows")); getSkillGroupAgentStatusDetailsResponse.setData(data); return getSkillGroupAgentStatusDetailsResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/GetSkillGroupAndAgentStatusSummaryResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import com.aliyuncs.aiccs.model.v20191015.GetSkillGroupAndAgentStatusSummaryResponse; import com.aliyuncs.aiccs.model.v20191015.GetSkillGroupAndAgentStatusSummaryResponse.Data; import com.aliyuncs.transform.UnmarshallerContext; public class GetSkillGroupAndAgentStatusSummaryResponseUnmarshaller { public static GetSkillGroupAndAgentStatusSummaryResponse unmarshall(GetSkillGroupAndAgentStatusSummaryResponse getSkillGroupAndAgentStatusSummaryResponse, UnmarshallerContext _ctx) { getSkillGroupAndAgentStatusSummaryResponse.setRequestId(_ctx.stringValue("GetSkillGroupAndAgentStatusSummaryResponse.RequestId")); getSkillGroupAndAgentStatusSummaryResponse.setMessage(_ctx.stringValue("GetSkillGroupAndAgentStatusSummaryResponse.Message")); getSkillGroupAndAgentStatusSummaryResponse.setCode(_ctx.stringValue("GetSkillGroupAndAgentStatusSummaryResponse.Code")); getSkillGroupAndAgentStatusSummaryResponse.setSuccess(_ctx.stringValue("GetSkillGroupAndAgentStatusSummaryResponse.Success")); Data data = new Data(); data.setTotalNum(_ctx.integerValue("GetSkillGroupAndAgentStatusSummaryResponse.Data.TotalNum")); data.setPageSize(_ctx.integerValue("GetSkillGroupAndAgentStatusSummaryResponse.Data.PageSize")); data.setPageNum(_ctx.integerValue("GetSkillGroupAndAgentStatusSummaryResponse.Data.PageNum")); data.setRows(_ctx.stringValue("GetSkillGroupAndAgentStatusSummaryResponse.Data.Rows")); getSkillGroupAndAgentStatusSummaryResponse.setData(data); return getSkillGroupAndAgentStatusSummaryResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/GetSkillGroupLatitudeStateResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import com.aliyuncs.aiccs.model.v20191015.GetSkillGroupLatitudeStateResponse; import com.aliyuncs.aiccs.model.v20191015.GetSkillGroupLatitudeStateResponse.Data; import com.aliyuncs.transform.UnmarshallerContext; public class GetSkillGroupLatitudeStateResponseUnmarshaller { public static GetSkillGroupLatitudeStateResponse unmarshall(GetSkillGroupLatitudeStateResponse getSkillGroupLatitudeStateResponse, UnmarshallerContext _ctx) { getSkillGroupLatitudeStateResponse.setRequestId(_ctx.stringValue("GetSkillGroupLatitudeStateResponse.RequestId")); getSkillGroupLatitudeStateResponse.setMessage(_ctx.stringValue("GetSkillGroupLatitudeStateResponse.Message")); getSkillGroupLatitudeStateResponse.setCode(_ctx.stringValue("GetSkillGroupLatitudeStateResponse.Code")); getSkillGroupLatitudeStateResponse.setSuccess(_ctx.stringValue("GetSkillGroupLatitudeStateResponse.Success")); Data data = new Data(); data.setTotalNum(_ctx.integerValue("GetSkillGroupLatitudeStateResponse.Data.TotalNum")); data.setPageSize(_ctx.integerValue("GetSkillGroupLatitudeStateResponse.Data.PageSize")); data.setPageNum(_ctx.integerValue("GetSkillGroupLatitudeStateResponse.Data.PageNum")); data.setRows(_ctx.stringValue("GetSkillGroupLatitudeStateResponse.Data.Rows")); getSkillGroupLatitudeStateResponse.setData(data); return getSkillGroupLatitudeStateResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/GetSkillGroupServiceCapabilityResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import com.aliyuncs.aiccs.model.v20191015.GetSkillGroupServiceCapabilityResponse; import com.aliyuncs.aiccs.model.v20191015.GetSkillGroupServiceCapabilityResponse.Data; import com.aliyuncs.transform.UnmarshallerContext; public class GetSkillGroupServiceCapabilityResponseUnmarshaller { public static GetSkillGroupServiceCapabilityResponse unmarshall(GetSkillGroupServiceCapabilityResponse getSkillGroupServiceCapabilityResponse, UnmarshallerContext _ctx) { getSkillGroupServiceCapabilityResponse.setRequestId(_ctx.stringValue("GetSkillGroupServiceCapabilityResponse.RequestId")); getSkillGroupServiceCapabilityResponse.setMessage(_ctx.stringValue("GetSkillGroupServiceCapabilityResponse.Message")); getSkillGroupServiceCapabilityResponse.setCode(_ctx.stringValue("GetSkillGroupServiceCapabilityResponse.Code")); getSkillGroupServiceCapabilityResponse.setSuccess(_ctx.stringValue("GetSkillGroupServiceCapabilityResponse.Success")); Data data = new Data(); data.setTotalNum(_ctx.longValue("GetSkillGroupServiceCapabilityResponse.Data.TotalNum")); data.setPageSize(_ctx.integerValue("GetSkillGroupServiceCapabilityResponse.Data.PageSize")); data.setPageNum(_ctx.integerValue("GetSkillGroupServiceCapabilityResponse.Data.PageNum")); data.setRows(_ctx.stringValue("GetSkillGroupServiceCapabilityResponse.Data.Rows")); getSkillGroupServiceCapabilityResponse.setData(data); return getSkillGroupServiceCapabilityResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/GetSkillGroupServiceStatusResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import com.aliyuncs.aiccs.model.v20191015.GetSkillGroupServiceStatusResponse; import com.aliyuncs.aiccs.model.v20191015.GetSkillGroupServiceStatusResponse.Data; import com.aliyuncs.transform.UnmarshallerContext; public class GetSkillGroupServiceStatusResponseUnmarshaller { public static GetSkillGroupServiceStatusResponse unmarshall(GetSkillGroupServiceStatusResponse getSkillGroupServiceStatusResponse, UnmarshallerContext _ctx) { getSkillGroupServiceStatusResponse.setRequestId(_ctx.stringValue("GetSkillGroupServiceStatusResponse.RequestId")); getSkillGroupServiceStatusResponse.setMessage(_ctx.stringValue("GetSkillGroupServiceStatusResponse.Message")); getSkillGroupServiceStatusResponse.setCode(_ctx.stringValue("GetSkillGroupServiceStatusResponse.Code")); getSkillGroupServiceStatusResponse.setSuccess(_ctx.stringValue("GetSkillGroupServiceStatusResponse.Success")); Data data = new Data(); data.setTotalNum(_ctx.integerValue("GetSkillGroupServiceStatusResponse.Data.TotalNum")); data.setPageNum(_ctx.integerValue("GetSkillGroupServiceStatusResponse.Data.PageNum")); data.setPageSize(_ctx.integerValue("GetSkillGroupServiceStatusResponse.Data.PageSize")); data.setRows(_ctx.stringValue("GetSkillGroupServiceStatusResponse.Data.Rows")); getSkillGroupServiceStatusResponse.setData(data); return getSkillGroupServiceStatusResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/GetSkillGroupStatusTotalResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import com.aliyuncs.aiccs.model.v20191015.GetSkillGroupStatusTotalResponse; import com.aliyuncs.aiccs.model.v20191015.GetSkillGroupStatusTotalResponse.Data; import com.aliyuncs.transform.UnmarshallerContext; public class GetSkillGroupStatusTotalResponseUnmarshaller { public static GetSkillGroupStatusTotalResponse unmarshall(GetSkillGroupStatusTotalResponse getSkillGroupStatusTotalResponse, UnmarshallerContext _ctx) { getSkillGroupStatusTotalResponse.setRequestId(_ctx.stringValue("GetSkillGroupStatusTotalResponse.RequestId")); getSkillGroupStatusTotalResponse.setMessage(_ctx.stringValue("GetSkillGroupStatusTotalResponse.Message")); getSkillGroupStatusTotalResponse.setCode(_ctx.stringValue("GetSkillGroupStatusTotalResponse.Code")); getSkillGroupStatusTotalResponse.setSuccess(_ctx.stringValue("GetSkillGroupStatusTotalResponse.Success")); Data data = new Data(); data.setTotalNum(_ctx.longValue("GetSkillGroupStatusTotalResponse.Data.TotalNum")); data.setPageSize(_ctx.longValue("GetSkillGroupStatusTotalResponse.Data.PageSize")); data.setPageNum(_ctx.longValue("GetSkillGroupStatusTotalResponse.Data.PageNum")); data.setRows(_ctx.stringValue("GetSkillGroupStatusTotalResponse.Data.Rows")); getSkillGroupStatusTotalResponse.setData(data); return getSkillGroupStatusTotalResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/HangUpDoubleCallResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import com.aliyuncs.aiccs.model.v20191015.HangUpDoubleCallResponse; import com.aliyuncs.transform.UnmarshallerContext; public class HangUpDoubleCallResponseUnmarshaller { public static HangUpDoubleCallResponse unmarshall(HangUpDoubleCallResponse hangUpDoubleCallResponse, UnmarshallerContext _ctx) { hangUpDoubleCallResponse.setRequestId(_ctx.stringValue("HangUpDoubleCallResponse.RequestId")); hangUpDoubleCallResponse.setMessage(_ctx.stringValue("HangUpDoubleCallResponse.Message")); hangUpDoubleCallResponse.setCode(_ctx.stringValue("HangUpDoubleCallResponse.Code")); hangUpDoubleCallResponse.setSuccess(_ctx.booleanValue("HangUpDoubleCallResponse.Success")); return hangUpDoubleCallResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/HangupCallResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import com.aliyuncs.aiccs.model.v20191015.HangupCallResponse; import com.aliyuncs.transform.UnmarshallerContext; public class HangupCallResponseUnmarshaller { public static HangupCallResponse unmarshall(HangupCallResponse hangupCallResponse, UnmarshallerContext _ctx) { hangupCallResponse.setRequestId(_ctx.stringValue("HangupCallResponse.RequestId")); hangupCallResponse.setMessage(_ctx.stringValue("HangupCallResponse.Message")); hangupCallResponse.setCode(_ctx.stringValue("HangupCallResponse.Code")); hangupCallResponse.setSuccess(_ctx.booleanValue("HangupCallResponse.Success")); return hangupCallResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/HangupThirdCallResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import com.aliyuncs.aiccs.model.v20191015.HangupThirdCallResponse; import com.aliyuncs.transform.UnmarshallerContext; public class HangupThirdCallResponseUnmarshaller { public static HangupThirdCallResponse unmarshall(HangupThirdCallResponse hangupThirdCallResponse, UnmarshallerContext _ctx) { hangupThirdCallResponse.setRequestId(_ctx.stringValue("HangupThirdCallResponse.RequestId")); hangupThirdCallResponse.setMessage(_ctx.stringValue("HangupThirdCallResponse.Message")); hangupThirdCallResponse.setCode(_ctx.stringValue("HangupThirdCallResponse.Code")); hangupThirdCallResponse.setSuccess(_ctx.booleanValue("HangupThirdCallResponse.Success")); return hangupThirdCallResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/HoldCallResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import com.aliyuncs.aiccs.model.v20191015.HoldCallResponse; import com.aliyuncs.transform.UnmarshallerContext; public class HoldCallResponseUnmarshaller { public static HoldCallResponse unmarshall(HoldCallResponse holdCallResponse, UnmarshallerContext _ctx) { holdCallResponse.setRequestId(_ctx.stringValue("HoldCallResponse.RequestId")); holdCallResponse.setMessage(_ctx.stringValue("HoldCallResponse.Message")); holdCallResponse.setCode(_ctx.stringValue("HoldCallResponse.Code")); holdCallResponse.setSuccess(_ctx.booleanValue("HoldCallResponse.Success")); return holdCallResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/HotlineSessionQueryResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aiccs.model.v20191015.HotlineSessionQueryResponse; import com.aliyuncs.aiccs.model.v20191015.HotlineSessionQueryResponse.Data; import com.aliyuncs.aiccs.model.v20191015.HotlineSessionQueryResponse.Data.CallDetailRecordItem; import com.aliyuncs.transform.UnmarshallerContext; public class HotlineSessionQueryResponseUnmarshaller { public static HotlineSessionQueryResponse unmarshall(HotlineSessionQueryResponse hotlineSessionQueryResponse, UnmarshallerContext _ctx) { hotlineSessionQueryResponse.setRequestId(_ctx.stringValue("HotlineSessionQueryResponse.RequestId")); hotlineSessionQueryResponse.setMessage(_ctx.stringValue("HotlineSessionQueryResponse.Message")); hotlineSessionQueryResponse.setCode(_ctx.stringValue("HotlineSessionQueryResponse.Code")); hotlineSessionQueryResponse.setSuccess(_ctx.booleanValue("HotlineSessionQueryResponse.Success")); Data data = new Data(); data.setTotalCount(_ctx.integerValue("HotlineSessionQueryResponse.Data.TotalCount")); data.setPageSize(_ctx.integerValue("HotlineSessionQueryResponse.Data.PageSize")); data.setPageNumber(_ctx.integerValue("HotlineSessionQueryResponse.Data.PageNumber")); List<CallDetailRecordItem> callDetailRecord = new ArrayList<CallDetailRecordItem>(); for (int i = 0; i < _ctx.lengthValue("HotlineSessionQueryResponse.Data.CallDetailRecord.Length"); i++) { CallDetailRecordItem callDetailRecordItem = new CallDetailRecordItem(); callDetailRecordItem.setGroupName(_ctx.stringValue("HotlineSessionQueryResponse.Data.CallDetailRecord["+ i +"].GroupName")); callDetailRecordItem.setAcid(_ctx.stringValue("HotlineSessionQueryResponse.Data.CallDetailRecord["+ i +"].Acid")); callDetailRecordItem.setCalledNumber(_ctx.stringValue("HotlineSessionQueryResponse.Data.CallDetailRecord["+ i +"].CalledNumber")); callDetailRecordItem.setCallResult(_ctx.stringValue("HotlineSessionQueryResponse.Data.CallDetailRecord["+ i +"].CallResult")); callDetailRecordItem.setCallType(_ctx.integerValue("HotlineSessionQueryResponse.Data.CallDetailRecord["+ i +"].CallType")); callDetailRecordItem.setQueueUpContinueTime(_ctx.integerValue("HotlineSessionQueryResponse.Data.CallDetailRecord["+ i +"].QueueUpContinueTime")); callDetailRecordItem.setCallingNumber(_ctx.stringValue("HotlineSessionQueryResponse.Data.CallDetailRecord["+ i +"].CallingNumber")); callDetailRecordItem.setPassiveTransferId(_ctx.stringValue("HotlineSessionQueryResponse.Data.CallDetailRecord["+ i +"].PassiveTransferId")); callDetailRecordItem.setMemberId(_ctx.stringValue("HotlineSessionQueryResponse.Data.CallDetailRecord["+ i +"].MemberId")); callDetailRecordItem.setOutQueueTime(_ctx.stringValue("HotlineSessionQueryResponse.Data.CallDetailRecord["+ i +"].OutQueueTime")); callDetailRecordItem.setServicerName(_ctx.stringValue("HotlineSessionQueryResponse.Data.CallDetailRecord["+ i +"].ServicerName")); callDetailRecordItem.setRingEndTime(_ctx.stringValue("HotlineSessionQueryResponse.Data.CallDetailRecord["+ i +"].RingEndTime")); callDetailRecordItem.setPickUpTime(_ctx.stringValue("HotlineSessionQueryResponse.Data.CallDetailRecord["+ i +"].PickUpTime")); callDetailRecordItem.setEvaluationLevel(_ctx.integerValue("HotlineSessionQueryResponse.Data.CallDetailRecord["+ i +"].EvaluationLevel")); callDetailRecordItem.setPassiveTransferIdType(_ctx.stringValue("HotlineSessionQueryResponse.Data.CallDetailRecord["+ i +"].PassiveTransferIdType")); callDetailRecordItem.setRingContinueTime(_ctx.integerValue("HotlineSessionQueryResponse.Data.CallDetailRecord["+ i +"].RingContinueTime")); callDetailRecordItem.setEvaluationScore(_ctx.integerValue("HotlineSessionQueryResponse.Data.CallDetailRecord["+ i +"].EvaluationScore")); callDetailRecordItem.setCreateTime(_ctx.stringValue("HotlineSessionQueryResponse.Data.CallDetailRecord["+ i +"].CreateTime")); callDetailRecordItem.setHangUpTime(_ctx.stringValue("HotlineSessionQueryResponse.Data.CallDetailRecord["+ i +"].HangUpTime")); callDetailRecordItem.setGroupId(_ctx.longValue("HotlineSessionQueryResponse.Data.CallDetailRecord["+ i +"].GroupId")); callDetailRecordItem.setInQueueTime(_ctx.stringValue("HotlineSessionQueryResponse.Data.CallDetailRecord["+ i +"].InQueueTime")); callDetailRecordItem.setRingStartTime(_ctx.stringValue("HotlineSessionQueryResponse.Data.CallDetailRecord["+ i +"].RingStartTime")); callDetailRecordItem.setHangUpRole(_ctx.stringValue("HotlineSessionQueryResponse.Data.CallDetailRecord["+ i +"].HangUpRole")); callDetailRecordItem.setActiveTransferId(_ctx.stringValue("HotlineSessionQueryResponse.Data.CallDetailRecord["+ i +"].ActiveTransferId")); callDetailRecordItem.setCallContinueTime(_ctx.integerValue("HotlineSessionQueryResponse.Data.CallDetailRecord["+ i +"].CallContinueTime")); callDetailRecordItem.setId(_ctx.stringValue("HotlineSessionQueryResponse.Data.CallDetailRecord["+ i +"].Id")); callDetailRecordItem.setMemberName(_ctx.stringValue("HotlineSessionQueryResponse.Data.CallDetailRecord["+ i +"].MemberName")); callDetailRecordItem.setServicerId(_ctx.stringValue("HotlineSessionQueryResponse.Data.CallDetailRecord["+ i +"].ServicerId")); callDetailRecordItem.setTrunkCall(_ctx.stringValue("HotlineSessionQueryResponse.Data.CallDetailRecord["+ i +"].TrunkCall")); callDetailRecord.add(callDetailRecordItem); } data.setCallDetailRecord(callDetailRecord); hotlineSessionQueryResponse.setData(data); return hotlineSessionQueryResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/InsertTaskDetailResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import com.aliyuncs.aiccs.model.v20191015.InsertTaskDetailResponse; import com.aliyuncs.transform.UnmarshallerContext; public class InsertTaskDetailResponseUnmarshaller { public static InsertTaskDetailResponse unmarshall(InsertTaskDetailResponse insertTaskDetailResponse, UnmarshallerContext _ctx) { insertTaskDetailResponse.setRequestId(_ctx.stringValue("InsertTaskDetailResponse.RequestId")); insertTaskDetailResponse.setMessage(_ctx.stringValue("InsertTaskDetailResponse.Message")); insertTaskDetailResponse.setData(_ctx.stringValue("InsertTaskDetailResponse.Data")); insertTaskDetailResponse.setCode(_ctx.stringValue("InsertTaskDetailResponse.Code")); insertTaskDetailResponse.setSuccess(_ctx.booleanValue("InsertTaskDetailResponse.Success")); return insertTaskDetailResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/JoinThirdCallResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import com.aliyuncs.aiccs.model.v20191015.JoinThirdCallResponse; import com.aliyuncs.transform.UnmarshallerContext; public class JoinThirdCallResponseUnmarshaller { public static JoinThirdCallResponse unmarshall(JoinThirdCallResponse joinThirdCallResponse, UnmarshallerContext _ctx) { joinThirdCallResponse.setRequestId(_ctx.stringValue("JoinThirdCallResponse.RequestId")); joinThirdCallResponse.setMessage(_ctx.stringValue("JoinThirdCallResponse.Message")); joinThirdCallResponse.setCode(_ctx.stringValue("JoinThirdCallResponse.Code")); joinThirdCallResponse.setSuccess(_ctx.booleanValue("JoinThirdCallResponse.Success")); return joinThirdCallResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/ListAgentBySkillGroupIdResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aiccs.model.v20191015.ListAgentBySkillGroupIdResponse; import com.aliyuncs.aiccs.model.v20191015.ListAgentBySkillGroupIdResponse.Agents; import com.aliyuncs.transform.UnmarshallerContext; public class ListAgentBySkillGroupIdResponseUnmarshaller { public static ListAgentBySkillGroupIdResponse unmarshall(ListAgentBySkillGroupIdResponse listAgentBySkillGroupIdResponse, UnmarshallerContext _ctx) { listAgentBySkillGroupIdResponse.setRequestId(_ctx.stringValue("ListAgentBySkillGroupIdResponse.RequestId")); listAgentBySkillGroupIdResponse.setMessage(_ctx.stringValue("ListAgentBySkillGroupIdResponse.Message")); listAgentBySkillGroupIdResponse.setCode(_ctx.stringValue("ListAgentBySkillGroupIdResponse.Code")); listAgentBySkillGroupIdResponse.setSuccess(_ctx.booleanValue("ListAgentBySkillGroupIdResponse.Success")); List<Agents> data = new ArrayList<Agents>(); for (int i = 0; i < _ctx.lengthValue("ListAgentBySkillGroupIdResponse.Data.Length"); i++) { Agents agents = new Agents(); agents.setStatus(_ctx.integerValue("ListAgentBySkillGroupIdResponse.Data["+ i +"].Status")); agents.setTenantId(_ctx.longValue("ListAgentBySkillGroupIdResponse.Data["+ i +"].TenantId")); agents.setDisplayName(_ctx.stringValue("ListAgentBySkillGroupIdResponse.Data["+ i +"].DisplayName")); agents.setAgentId(_ctx.longValue("ListAgentBySkillGroupIdResponse.Data["+ i +"].AgentId")); agents.setAccountName(_ctx.stringValue("ListAgentBySkillGroupIdResponse.Data["+ i +"].AccountName")); data.add(agents); } listAgentBySkillGroupIdResponse.setData(data); return listAgentBySkillGroupIdResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/ListChatRecordDetailResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aiccs.model.v20191015.ListChatRecordDetailResponse; import com.aliyuncs.aiccs.model.v20191015.ListChatRecordDetailResponse.ResultData; import com.aliyuncs.aiccs.model.v20191015.ListChatRecordDetailResponse.ResultData.DataItem; import com.aliyuncs.aiccs.model.v20191015.ListChatRecordDetailResponse.ResultData.DataItem.MessageListItem; import com.aliyuncs.transform.UnmarshallerContext; public class ListChatRecordDetailResponseUnmarshaller { public static ListChatRecordDetailResponse unmarshall(ListChatRecordDetailResponse listChatRecordDetailResponse, UnmarshallerContext _ctx) { listChatRecordDetailResponse.setRequestId(_ctx.stringValue("ListChatRecordDetailResponse.RequestId")); listChatRecordDetailResponse.setMessage(_ctx.stringValue("ListChatRecordDetailResponse.Message")); listChatRecordDetailResponse.setHttpStatusCode(_ctx.integerValue("ListChatRecordDetailResponse.HttpStatusCode")); listChatRecordDetailResponse.setCode(_ctx.stringValue("ListChatRecordDetailResponse.Code")); listChatRecordDetailResponse.setSuccess(_ctx.booleanValue("ListChatRecordDetailResponse.Success")); ResultData resultData = new ResultData(); resultData.setOnePageSize(_ctx.longValue("ListChatRecordDetailResponse.ResultData.OnePageSize")); resultData.setTotalPage(_ctx.longValue("ListChatRecordDetailResponse.ResultData.TotalPage")); resultData.setCurrentPage(_ctx.longValue("ListChatRecordDetailResponse.ResultData.CurrentPage")); resultData.setTotalResults(_ctx.longValue("ListChatRecordDetailResponse.ResultData.TotalResults")); List<DataItem> data = new ArrayList<DataItem>(); for (int i = 0; i < _ctx.lengthValue("ListChatRecordDetailResponse.ResultData.Data.Length"); i++) { DataItem dataItem = new DataItem(); dataItem.setServicerName(_ctx.stringValue("ListChatRecordDetailResponse.ResultData.Data["+ i +"].ServicerName")); dataItem.setEndTime(_ctx.longValue("ListChatRecordDetailResponse.ResultData.Data["+ i +"].EndTime")); dataItem.setStartTime(_ctx.longValue("ListChatRecordDetailResponse.ResultData.Data["+ i +"].StartTime")); List<MessageListItem> messageList = new ArrayList<MessageListItem>(); for (int j = 0; j < _ctx.lengthValue("ListChatRecordDetailResponse.ResultData.Data["+ i +"].MessageList.Length"); j++) { MessageListItem messageListItem = new MessageListItem(); messageListItem.setSenderName(_ctx.stringValue("ListChatRecordDetailResponse.ResultData.Data["+ i +"].MessageList["+ j +"].SenderName")); messageListItem.setContent(_ctx.stringValue("ListChatRecordDetailResponse.ResultData.Data["+ i +"].MessageList["+ j +"].Content")); messageListItem.setCreateTime(_ctx.longValue("ListChatRecordDetailResponse.ResultData.Data["+ i +"].MessageList["+ j +"].CreateTime")); messageListItem.setSenderType(_ctx.longValue("ListChatRecordDetailResponse.ResultData.Data["+ i +"].MessageList["+ j +"].SenderType")); messageListItem.setMsgType(_ctx.stringValue("ListChatRecordDetailResponse.ResultData.Data["+ i +"].MessageList["+ j +"].MsgType")); messageList.add(messageListItem); } dataItem.setMessageList(messageList); data.add(dataItem); } resultData.setData(data); listChatRecordDetailResponse.setResultData(resultData); return listChatRecordDetailResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/ListHotlineRecordDetailResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aiccs.model.v20191015.ListHotlineRecordDetailResponse; import com.aliyuncs.aiccs.model.v20191015.ListHotlineRecordDetailResponse.ResultData; import com.aliyuncs.aiccs.model.v20191015.ListHotlineRecordDetailResponse.ResultData.DataItem; import com.aliyuncs.transform.UnmarshallerContext; public class ListHotlineRecordDetailResponseUnmarshaller { public static ListHotlineRecordDetailResponse unmarshall(ListHotlineRecordDetailResponse listHotlineRecordDetailResponse, UnmarshallerContext _ctx) { listHotlineRecordDetailResponse.setRequestId(_ctx.stringValue("ListHotlineRecordDetailResponse.RequestId")); listHotlineRecordDetailResponse.setMessage(_ctx.stringValue("ListHotlineRecordDetailResponse.Message")); listHotlineRecordDetailResponse.setHttpStatusCode(_ctx.integerValue("ListHotlineRecordDetailResponse.HttpStatusCode")); listHotlineRecordDetailResponse.setCode(_ctx.stringValue("ListHotlineRecordDetailResponse.Code")); listHotlineRecordDetailResponse.setSuccess(_ctx.booleanValue("ListHotlineRecordDetailResponse.Success")); ResultData resultData = new ResultData(); resultData.setOnePageSize(_ctx.longValue("ListHotlineRecordDetailResponse.ResultData.OnePageSize")); resultData.setTotalPage(_ctx.longValue("ListHotlineRecordDetailResponse.ResultData.TotalPage")); resultData.setCurrentPage(_ctx.longValue("ListHotlineRecordDetailResponse.ResultData.CurrentPage")); resultData.setTotalResults(_ctx.longValue("ListHotlineRecordDetailResponse.ResultData.TotalResults")); List<DataItem> data = new ArrayList<DataItem>(); for (int i = 0; i < _ctx.lengthValue("ListHotlineRecordDetailResponse.ResultData.Data.Length"); i++) { DataItem dataItem = new DataItem(); dataItem.setServicerName(_ctx.stringValue("ListHotlineRecordDetailResponse.ResultData.Data["+ i +"].ServicerName")); dataItem.setEndTime(_ctx.longValue("ListHotlineRecordDetailResponse.ResultData.Data["+ i +"].EndTime")); dataItem.setOssUrl(_ctx.stringValue("ListHotlineRecordDetailResponse.ResultData.Data["+ i +"].OssUrl")); dataItem.setStartTime(_ctx.longValue("ListHotlineRecordDetailResponse.ResultData.Data["+ i +"].StartTime")); data.add(dataItem); } resultData.setData(data); listHotlineRecordDetailResponse.setResultData(resultData); return listHotlineRecordDetailResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/ListHotlineRecordResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aiccs.model.v20191015.ListHotlineRecordResponse; import com.aliyuncs.aiccs.model.v20191015.ListHotlineRecordResponse.DataItem; import com.aliyuncs.transform.UnmarshallerContext; public class ListHotlineRecordResponseUnmarshaller { public static ListHotlineRecordResponse unmarshall(ListHotlineRecordResponse listHotlineRecordResponse, UnmarshallerContext _ctx) { listHotlineRecordResponse.setRequestId(_ctx.stringValue("ListHotlineRecordResponse.RequestId")); listHotlineRecordResponse.setMessage(_ctx.stringValue("ListHotlineRecordResponse.Message")); listHotlineRecordResponse.setCode(_ctx.stringValue("ListHotlineRecordResponse.Code")); listHotlineRecordResponse.setSuccess(_ctx.booleanValue("ListHotlineRecordResponse.Success")); List<DataItem> data = new ArrayList<DataItem>(); for (int i = 0; i < _ctx.lengthValue("ListHotlineRecordResponse.Data.Length"); i++) { DataItem dataItem = new DataItem(); dataItem.setConnectionId(_ctx.stringValue("ListHotlineRecordResponse.Data["+ i +"].ConnectionId")); dataItem.setEndTime(_ctx.longValue("ListHotlineRecordResponse.Data["+ i +"].EndTime")); dataItem.setCallId(_ctx.stringValue("ListHotlineRecordResponse.Data["+ i +"].CallId")); dataItem.setStartTime(_ctx.longValue("ListHotlineRecordResponse.Data["+ i +"].StartTime")); dataItem.setUrl(_ctx.stringValue("ListHotlineRecordResponse.Data["+ i +"].Url")); data.add(dataItem); } listHotlineRecordResponse.setData(data); return listHotlineRecordResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/ListOutboundPhoneNumberResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aiccs.model.v20191015.ListOutboundPhoneNumberResponse; import com.aliyuncs.transform.UnmarshallerContext; public class ListOutboundPhoneNumberResponseUnmarshaller { public static ListOutboundPhoneNumberResponse unmarshall(ListOutboundPhoneNumberResponse listOutboundPhoneNumberResponse, UnmarshallerContext _ctx) { listOutboundPhoneNumberResponse.setRequestId(_ctx.stringValue("ListOutboundPhoneNumberResponse.RequestId")); listOutboundPhoneNumberResponse.setMessage(_ctx.stringValue("ListOutboundPhoneNumberResponse.Message")); listOutboundPhoneNumberResponse.setCode(_ctx.stringValue("ListOutboundPhoneNumberResponse.Code")); listOutboundPhoneNumberResponse.setSuccess(_ctx.booleanValue("ListOutboundPhoneNumberResponse.Success")); List<String> data = new ArrayList<String>(); for (int i = 0; i < _ctx.lengthValue("ListOutboundPhoneNumberResponse.Data.Length"); i++) { data.add(_ctx.stringValue("ListOutboundPhoneNumberResponse.Data["+ i +"]")); } listOutboundPhoneNumberResponse.setData(data); return listOutboundPhoneNumberResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/ListOutboundStrategiesResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aiccs.model.v20191015.ListOutboundStrategiesResponse; import com.aliyuncs.aiccs.model.v20191015.ListOutboundStrategiesResponse.OutboundStrategy; import com.aliyuncs.transform.UnmarshallerContext; public class ListOutboundStrategiesResponseUnmarshaller { public static ListOutboundStrategiesResponse unmarshall(ListOutboundStrategiesResponse listOutboundStrategiesResponse, UnmarshallerContext _ctx) { listOutboundStrategiesResponse.setRequestId(_ctx.stringValue("ListOutboundStrategiesResponse.RequestId")); listOutboundStrategiesResponse.setMessage(_ctx.stringValue("ListOutboundStrategiesResponse.Message")); listOutboundStrategiesResponse.setCode(_ctx.stringValue("ListOutboundStrategiesResponse.Code")); List<OutboundStrategy> outboundStrategies = new ArrayList<OutboundStrategy>(); for (int i = 0; i < _ctx.lengthValue("ListOutboundStrategiesResponse.OutboundStrategies.Length"); i++) { OutboundStrategy outboundStrategy = new OutboundStrategy(); outboundStrategy.setStatus(_ctx.integerValue("ListOutboundStrategiesResponse.OutboundStrategies["+ i +"].Status")); outboundStrategy.setRobotType(_ctx.integerValue("ListOutboundStrategiesResponse.OutboundStrategies["+ i +"].RobotType")); outboundStrategy.setOutboundStrategyId(_ctx.longValue("ListOutboundStrategiesResponse.OutboundStrategies["+ i +"].OutboundStrategyId")); outboundStrategy.setCreatorId(_ctx.longValue("ListOutboundStrategiesResponse.OutboundStrategies["+ i +"].CreatorId")); outboundStrategy.setOutboundNum(_ctx.stringValue("ListOutboundStrategiesResponse.OutboundStrategies["+ i +"].OutboundNum")); outboundStrategy.setRobotId(_ctx.stringValue("ListOutboundStrategiesResponse.OutboundStrategies["+ i +"].RobotId")); outboundStrategy.setExtAttr(_ctx.stringValue("ListOutboundStrategiesResponse.OutboundStrategies["+ i +"].ExtAttr")); outboundStrategy.setModifierName(_ctx.stringValue("ListOutboundStrategiesResponse.OutboundStrategies["+ i +"].ModifierName")); outboundStrategy.setProcess(_ctx.integerValue("ListOutboundStrategiesResponse.OutboundStrategies["+ i +"].Process")); outboundStrategy.setSuccessRate(_ctx.integerValue("ListOutboundStrategiesResponse.OutboundStrategies["+ i +"].SuccessRate")); outboundStrategy.setResourceAllocation(_ctx.integerValue("ListOutboundStrategiesResponse.OutboundStrategies["+ i +"].ResourceAllocation")); outboundStrategy.setGmtCreateStr(_ctx.stringValue("ListOutboundStrategiesResponse.OutboundStrategies["+ i +"].GmtCreateStr")); outboundStrategy.setOutboundStrategyName(_ctx.stringValue("ListOutboundStrategiesResponse.OutboundStrategies["+ i +"].OutboundStrategyName")); outboundStrategy.setGmtModifiedStr(_ctx.stringValue("ListOutboundStrategiesResponse.OutboundStrategies["+ i +"].GmtModifiedStr")); outboundStrategy.setBuId(_ctx.longValue("ListOutboundStrategiesResponse.OutboundStrategies["+ i +"].BuId")); outboundStrategy.setSceneName(_ctx.stringValue("ListOutboundStrategiesResponse.OutboundStrategies["+ i +"].SceneName")); outboundStrategy.setNumType(_ctx.integerValue("ListOutboundStrategiesResponse.OutboundStrategies["+ i +"].NumType")); outboundStrategy.setRobotName(_ctx.stringValue("ListOutboundStrategiesResponse.OutboundStrategies["+ i +"].RobotName")); outboundStrategy.setDepartmentId(_ctx.longValue("ListOutboundStrategiesResponse.OutboundStrategies["+ i +"].DepartmentId")); outboundStrategy.setRuleCode(_ctx.longValue("ListOutboundStrategiesResponse.OutboundStrategies["+ i +"].RuleCode")); outboundStrategy.setCreatorName(_ctx.stringValue("ListOutboundStrategiesResponse.OutboundStrategies["+ i +"].CreatorName")); outboundStrategy.setModifierId(_ctx.longValue("ListOutboundStrategiesResponse.OutboundStrategies["+ i +"].ModifierId")); outboundStrategies.add(outboundStrategy); } listOutboundStrategiesResponse.setOutboundStrategies(outboundStrategies); return listOutboundStrategiesResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/ListOuterOrderedNumbersResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aiccs.model.v20191015.ListOuterOrderedNumbersResponse; import com.aliyuncs.transform.UnmarshallerContext; public class ListOuterOrderedNumbersResponseUnmarshaller { public static ListOuterOrderedNumbersResponse unmarshall(ListOuterOrderedNumbersResponse listOuterOrderedNumbersResponse, UnmarshallerContext _ctx) { listOuterOrderedNumbersResponse.setRequestId(_ctx.stringValue("ListOuterOrderedNumbersResponse.RequestId")); listOuterOrderedNumbersResponse.setMessage(_ctx.stringValue("ListOuterOrderedNumbersResponse.Message")); listOuterOrderedNumbersResponse.setCode(_ctx.stringValue("ListOuterOrderedNumbersResponse.Code")); List<String> numbers = new ArrayList<String>(); for (int i = 0; i < _ctx.lengthValue("ListOuterOrderedNumbersResponse.Numbers.Length"); i++) { numbers.add(_ctx.stringValue("ListOuterOrderedNumbersResponse.Numbers["+ i +"]")); } listOuterOrderedNumbersResponse.setNumbers(numbers); return listOuterOrderedNumbersResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/ListRolesResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aiccs.model.v20191015.ListRolesResponse; import com.aliyuncs.aiccs.model.v20191015.ListRolesResponse.DataItem; import com.aliyuncs.transform.UnmarshallerContext; public class ListRolesResponseUnmarshaller { public static ListRolesResponse unmarshall(ListRolesResponse listRolesResponse, UnmarshallerContext _ctx) { listRolesResponse.setRequestId(_ctx.stringValue("ListRolesResponse.RequestId")); listRolesResponse.setMessage(_ctx.stringValue("ListRolesResponse.Message")); listRolesResponse.setHttpStatusCode(_ctx.integerValue("ListRolesResponse.HttpStatusCode")); listRolesResponse.setSuccess(_ctx.booleanValue("ListRolesResponse.Success")); List<DataItem> data = new ArrayList<DataItem>(); for (int i = 0; i < _ctx.lengthValue("ListRolesResponse.Data.Length"); i++) { DataItem dataItem = new DataItem(); dataItem.setRoleGroupId(_ctx.longValue("ListRolesResponse.Data["+ i +"].RoleGroupId")); dataItem.setBuId(_ctx.longValue("ListRolesResponse.Data["+ i +"].BuId")); dataItem.setDescription(_ctx.stringValue("ListRolesResponse.Data["+ i +"].Description")); dataItem.setCreateTime(_ctx.stringValue("ListRolesResponse.Data["+ i +"].CreateTime")); dataItem.setTitle(_ctx.stringValue("ListRolesResponse.Data["+ i +"].Title")); dataItem.setRoleGroupName(_ctx.stringValue("ListRolesResponse.Data["+ i +"].RoleGroupName")); dataItem.setCode(_ctx.stringValue("ListRolesResponse.Data["+ i +"].Code")); dataItem.setRoleId(_ctx.longValue("ListRolesResponse.Data["+ i +"].RoleId")); data.add(dataItem); } listRolesResponse.setData(data); return listRolesResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/ListSkillGroupResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aiccs.model.v20191015.ListSkillGroupResponse; import com.aliyuncs.aiccs.model.v20191015.ListSkillGroupResponse.SkillGroups; import com.aliyuncs.transform.UnmarshallerContext; public class ListSkillGroupResponseUnmarshaller { public static ListSkillGroupResponse unmarshall(ListSkillGroupResponse listSkillGroupResponse, UnmarshallerContext _ctx) { listSkillGroupResponse.setRequestId(_ctx.stringValue("ListSkillGroupResponse.RequestId")); listSkillGroupResponse.setMessage(_ctx.stringValue("ListSkillGroupResponse.Message")); listSkillGroupResponse.setCode(_ctx.stringValue("ListSkillGroupResponse.Code")); listSkillGroupResponse.setSuccess(_ctx.booleanValue("ListSkillGroupResponse.Success")); List<SkillGroups> data = new ArrayList<SkillGroups>(); for (int i = 0; i < _ctx.lengthValue("ListSkillGroupResponse.Data.Length"); i++) { SkillGroups skillGroups = new SkillGroups(); skillGroups.setDescription(_ctx.stringValue("ListSkillGroupResponse.Data["+ i +"].Description")); skillGroups.setDisplayName(_ctx.stringValue("ListSkillGroupResponse.Data["+ i +"].DisplayName")); skillGroups.setSkillGroupId(_ctx.longValue("ListSkillGroupResponse.Data["+ i +"].SkillGroupId")); skillGroups.setChannelType(_ctx.integerValue("ListSkillGroupResponse.Data["+ i +"].ChannelType")); skillGroups.setName(_ctx.stringValue("ListSkillGroupResponse.Data["+ i +"].Name")); data.add(skillGroups); } listSkillGroupResponse.setData(data); return listSkillGroupResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/MakeCallResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import com.aliyuncs.aiccs.model.v20191015.MakeCallResponse; import com.aliyuncs.transform.UnmarshallerContext; public class MakeCallResponseUnmarshaller { public static MakeCallResponse unmarshall(MakeCallResponse makeCallResponse, UnmarshallerContext _ctx) { makeCallResponse.setRequestId(_ctx.stringValue("MakeCallResponse.RequestId")); makeCallResponse.setMessage(_ctx.stringValue("MakeCallResponse.Message")); makeCallResponse.setData(_ctx.stringValue("MakeCallResponse.Data")); makeCallResponse.setCode(_ctx.stringValue("MakeCallResponse.Code")); makeCallResponse.setSuccess(_ctx.booleanValue("MakeCallResponse.Success")); return makeCallResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/MakeDoubleCallResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import com.aliyuncs.aiccs.model.v20191015.MakeDoubleCallResponse; import com.aliyuncs.aiccs.model.v20191015.MakeDoubleCallResponse.Data; import com.aliyuncs.transform.UnmarshallerContext; public class MakeDoubleCallResponseUnmarshaller { public static MakeDoubleCallResponse unmarshall(MakeDoubleCallResponse makeDoubleCallResponse, UnmarshallerContext _ctx) { makeDoubleCallResponse.setRequestId(_ctx.stringValue("MakeDoubleCallResponse.RequestId")); makeDoubleCallResponse.setMessage(_ctx.stringValue("MakeDoubleCallResponse.Message")); makeDoubleCallResponse.setCode(_ctx.stringValue("MakeDoubleCallResponse.Code")); makeDoubleCallResponse.setSuccess(_ctx.booleanValue("MakeDoubleCallResponse.Success")); Data data = new Data(); data.setAcid(_ctx.stringValue("MakeDoubleCallResponse.Data.Acid")); makeDoubleCallResponse.setData(data); return makeDoubleCallResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/QueryHotlineInQueueResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import com.aliyuncs.aiccs.model.v20191015.QueryHotlineInQueueResponse; import com.aliyuncs.transform.UnmarshallerContext; public class QueryHotlineInQueueResponseUnmarshaller { public static QueryHotlineInQueueResponse unmarshall(QueryHotlineInQueueResponse queryHotlineInQueueResponse, UnmarshallerContext _ctx) { queryHotlineInQueueResponse.setRequestId(_ctx.stringValue("QueryHotlineInQueueResponse.RequestId")); queryHotlineInQueueResponse.setMessage(_ctx.stringValue("QueryHotlineInQueueResponse.Message")); queryHotlineInQueueResponse.setData(_ctx.stringValue("QueryHotlineInQueueResponse.Data")); queryHotlineInQueueResponse.setCode(_ctx.stringValue("QueryHotlineInQueueResponse.Code")); queryHotlineInQueueResponse.setSuccess(_ctx.booleanValue("QueryHotlineInQueueResponse.Success")); return queryHotlineInQueueResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/QueryOutboundTaskResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aiccs.model.v20191015.QueryOutboundTaskResponse; import com.aliyuncs.aiccs.model.v20191015.QueryOutboundTaskResponse.Data; import com.aliyuncs.aiccs.model.v20191015.QueryOutboundTaskResponse.Data.ListItem; import com.aliyuncs.transform.UnmarshallerContext; public class QueryOutboundTaskResponseUnmarshaller { public static QueryOutboundTaskResponse unmarshall(QueryOutboundTaskResponse queryOutboundTaskResponse, UnmarshallerContext _ctx) { queryOutboundTaskResponse.setRequestId(_ctx.stringValue("QueryOutboundTaskResponse.RequestId")); queryOutboundTaskResponse.setMessage(_ctx.stringValue("QueryOutboundTaskResponse.Message")); queryOutboundTaskResponse.setHttpStatusCode(_ctx.stringValue("QueryOutboundTaskResponse.HttpStatusCode")); queryOutboundTaskResponse.setCode(_ctx.stringValue("QueryOutboundTaskResponse.Code")); queryOutboundTaskResponse.setSuccess(_ctx.stringValue("QueryOutboundTaskResponse.Success")); Data data = new Data(); data.setPageSize(_ctx.stringValue("QueryOutboundTaskResponse.Data.PageSize")); data.setCurrentPage(_ctx.stringValue("QueryOutboundTaskResponse.Data.CurrentPage")); data.setTotalResults(_ctx.stringValue("QueryOutboundTaskResponse.Data.TotalResults")); List<ListItem> list = new ArrayList<ListItem>(); for (int i = 0; i < _ctx.lengthValue("QueryOutboundTaskResponse.Data.List.Length"); i++) { ListItem listItem = new ListItem(); listItem.setGroupName(_ctx.stringValue("QueryOutboundTaskResponse.Data.List["+ i +"].GroupName")); listItem.setStatus(_ctx.integerValue("QueryOutboundTaskResponse.Data.List["+ i +"].Status")); listItem.setSkillGroup(_ctx.longValue("QueryOutboundTaskResponse.Data.List["+ i +"].SkillGroup")); listItem.setDescription(_ctx.stringValue("QueryOutboundTaskResponse.Data.List["+ i +"].Description")); listItem.setEndTime(_ctx.stringValue("QueryOutboundTaskResponse.Data.List["+ i +"].EndTime")); listItem.setStartTime(_ctx.stringValue("QueryOutboundTaskResponse.Data.List["+ i +"].StartTime")); listItem.setGmtModified(_ctx.longValue("QueryOutboundTaskResponse.Data.List["+ i +"].GmtModified")); listItem.setCreator(_ctx.stringValue("QueryOutboundTaskResponse.Data.List["+ i +"].Creator")); listItem.setEndDate(_ctx.stringValue("QueryOutboundTaskResponse.Data.List["+ i +"].EndDate")); listItem.setName(_ctx.stringValue("QueryOutboundTaskResponse.Data.List["+ i +"].Name")); listItem.setCallerNum(_ctx.stringValue("QueryOutboundTaskResponse.Data.List["+ i +"].CallerNum")); listItem.setStartDate(_ctx.stringValue("QueryOutboundTaskResponse.Data.List["+ i +"].StartDate")); listItem.setBuId(_ctx.longValue("QueryOutboundTaskResponse.Data.List["+ i +"].BuId")); listItem.setGmtCreate(_ctx.longValue("QueryOutboundTaskResponse.Data.List["+ i +"].GmtCreate")); listItem.setType(_ctx.integerValue("QueryOutboundTaskResponse.Data.List["+ i +"].Type")); listItem.setExtAttrs(_ctx.stringValue("QueryOutboundTaskResponse.Data.List["+ i +"].ExtAttrs")); listItem.setModel(_ctx.integerValue("QueryOutboundTaskResponse.Data.List["+ i +"].Model")); listItem.setId(_ctx.longValue("QueryOutboundTaskResponse.Data.List["+ i +"].Id")); listItem.setDepartmentId(_ctx.longValue("QueryOutboundTaskResponse.Data.List["+ i +"].DepartmentId")); listItem.setRetryInterval(_ctx.integerValue("QueryOutboundTaskResponse.Data.List["+ i +"].RetryInterval")); listItem.setRetryTime(_ctx.integerValue("QueryOutboundTaskResponse.Data.List["+ i +"].RetryTime")); listItem.setModifier(_ctx.stringValue("QueryOutboundTaskResponse.Data.List["+ i +"].Modifier")); list.add(listItem); } data.setList(list); queryOutboundTaskResponse.setData(data); return queryOutboundTaskResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/QuerySkillGroupsResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aiccs.model.v20191015.QuerySkillGroupsResponse; import com.aliyuncs.aiccs.model.v20191015.QuerySkillGroupsResponse.DataItem; import com.aliyuncs.transform.UnmarshallerContext; public class QuerySkillGroupsResponseUnmarshaller { public static QuerySkillGroupsResponse unmarshall(QuerySkillGroupsResponse querySkillGroupsResponse, UnmarshallerContext _ctx) { querySkillGroupsResponse.setRequestId(_ctx.stringValue("QuerySkillGroupsResponse.RequestId")); querySkillGroupsResponse.setOnePageSize(_ctx.integerValue("QuerySkillGroupsResponse.OnePageSize")); querySkillGroupsResponse.setTotalPage(_ctx.integerValue("QuerySkillGroupsResponse.TotalPage")); querySkillGroupsResponse.setCurrentPage(_ctx.integerValue("QuerySkillGroupsResponse.CurrentPage")); querySkillGroupsResponse.setTotalResults(_ctx.integerValue("QuerySkillGroupsResponse.TotalResults")); List<DataItem> data = new ArrayList<DataItem>(); for (int i = 0; i < _ctx.lengthValue("QuerySkillGroupsResponse.Data.Length"); i++) { DataItem dataItem = new DataItem(); dataItem.setSkillGroupName(_ctx.stringValue("QuerySkillGroupsResponse.Data["+ i +"].SkillGroupName")); dataItem.setDescription(_ctx.stringValue("QuerySkillGroupsResponse.Data["+ i +"].Description")); dataItem.setDisplayName(_ctx.stringValue("QuerySkillGroupsResponse.Data["+ i +"].DisplayName")); dataItem.setSkillGroupId(_ctx.longValue("QuerySkillGroupsResponse.Data["+ i +"].SkillGroupId")); dataItem.setChannelType(_ctx.integerValue("QuerySkillGroupsResponse.Data["+ i +"].ChannelType")); data.add(dataItem); } querySkillGroupsResponse.setData(data); return querySkillGroupsResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/QueryTaskDetailResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aiccs.model.v20191015.QueryTaskDetailResponse; import com.aliyuncs.aiccs.model.v20191015.QueryTaskDetailResponse.Data; import com.aliyuncs.aiccs.model.v20191015.QueryTaskDetailResponse.Data.ListItem; import com.aliyuncs.transform.UnmarshallerContext; public class QueryTaskDetailResponseUnmarshaller { public static QueryTaskDetailResponse unmarshall(QueryTaskDetailResponse queryTaskDetailResponse, UnmarshallerContext _ctx) { queryTaskDetailResponse.setRequestId(_ctx.stringValue("QueryTaskDetailResponse.RequestId")); queryTaskDetailResponse.setMessage(_ctx.stringValue("QueryTaskDetailResponse.Message")); queryTaskDetailResponse.setHttpStatusCode(_ctx.stringValue("QueryTaskDetailResponse.HttpStatusCode")); queryTaskDetailResponse.setCode(_ctx.stringValue("QueryTaskDetailResponse.Code")); queryTaskDetailResponse.setSuccess(_ctx.stringValue("QueryTaskDetailResponse.Success")); Data data = new Data(); data.setPageSize(_ctx.stringValue("QueryTaskDetailResponse.Data.PageSize")); data.setCurrentPage(_ctx.stringValue("QueryTaskDetailResponse.Data.CurrentPage")); data.setTotalResults(_ctx.stringValue("QueryTaskDetailResponse.Data.TotalResults")); List<ListItem> list = new ArrayList<ListItem>(); for (int i = 0; i < _ctx.lengthValue("QueryTaskDetailResponse.Data.List.Length"); i++) { ListItem listItem = new ListItem(); listItem.setStatus(_ctx.integerValue("QueryTaskDetailResponse.Data.List["+ i +"].Status")); listItem.setSkillGroup(_ctx.integerValue("QueryTaskDetailResponse.Data.List["+ i +"].SkillGroup")); listItem.setOutboundTaskId(_ctx.longValue("QueryTaskDetailResponse.Data.List["+ i +"].OutboundTaskId")); listItem.setPriority(_ctx.integerValue("QueryTaskDetailResponse.Data.List["+ i +"].Priority")); listItem.setOutboundNum(_ctx.integerValue("QueryTaskDetailResponse.Data.List["+ i +"].OutboundNum")); listItem.setGmtModified(_ctx.longValue("QueryTaskDetailResponse.Data.List["+ i +"].GmtModified")); listItem.setMemberId(_ctx.longValue("QueryTaskDetailResponse.Data.List["+ i +"].MemberId")); listItem.setBuId(_ctx.longValue("QueryTaskDetailResponse.Data.List["+ i +"].BuId")); listItem.setGmtCreate(_ctx.longValue("QueryTaskDetailResponse.Data.List["+ i +"].GmtCreate")); listItem.setEndReason(_ctx.integerValue("QueryTaskDetailResponse.Data.List["+ i +"].EndReason")); listItem.setServicerName(_ctx.stringValue("QueryTaskDetailResponse.Data.List["+ i +"].ServicerName")); listItem.setDnis(_ctx.stringValue("QueryTaskDetailResponse.Data.List["+ i +"].Dnis")); listItem.setExtAttrs(_ctx.stringValue("QueryTaskDetailResponse.Data.List["+ i +"].ExtAttrs")); listItem.setId(_ctx.integerValue("QueryTaskDetailResponse.Data.List["+ i +"].Id")); listItem.setDepartmentId(_ctx.longValue("QueryTaskDetailResponse.Data.List["+ i +"].DepartmentId")); listItem.setRetryTime(_ctx.stringValue("QueryTaskDetailResponse.Data.List["+ i +"].RetryTime")); listItem.setMemberName(_ctx.stringValue("QueryTaskDetailResponse.Data.List["+ i +"].MemberName")); listItem.setServicerId(_ctx.longValue("QueryTaskDetailResponse.Data.List["+ i +"].ServicerId")); listItem.setAni(_ctx.stringValue("QueryTaskDetailResponse.Data.List["+ i +"].Ani")); list.add(listItem); } data.setList(list); queryTaskDetailResponse.setData(data); return queryTaskDetailResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/QueryTicketsResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import com.aliyuncs.aiccs.model.v20191015.QueryTicketsResponse; import com.aliyuncs.transform.UnmarshallerContext; public class QueryTicketsResponseUnmarshaller { public static QueryTicketsResponse unmarshall(QueryTicketsResponse queryTicketsResponse, UnmarshallerContext _ctx) { queryTicketsResponse.setRequestId(_ctx.stringValue("QueryTicketsResponse.RequestId")); queryTicketsResponse.setMessage(_ctx.stringValue("QueryTicketsResponse.Message")); queryTicketsResponse.setData(_ctx.stringValue("QueryTicketsResponse.Data")); queryTicketsResponse.setCode(_ctx.stringValue("QueryTicketsResponse.Code")); queryTicketsResponse.setSuccess(_ctx.booleanValue("QueryTicketsResponse.Success")); return queryTicketsResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/QueryTouchListResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import java.util.ArrayList; import java.util.List; import com.aliyuncs.aiccs.model.v20191015.QueryTouchListResponse; import com.aliyuncs.aiccs.model.v20191015.QueryTouchListResponse.ResultData; import com.aliyuncs.aiccs.model.v20191015.QueryTouchListResponse.ResultData.DataItem; import com.aliyuncs.aiccs.model.v20191015.QueryTouchListResponse.ResultData.DataItem.ExtAttrs; import com.aliyuncs.transform.UnmarshallerContext; public class QueryTouchListResponseUnmarshaller { public static QueryTouchListResponse unmarshall(QueryTouchListResponse queryTouchListResponse, UnmarshallerContext _ctx) { queryTouchListResponse.setRequestId(_ctx.stringValue("QueryTouchListResponse.RequestId")); queryTouchListResponse.setMessage(_ctx.stringValue("QueryTouchListResponse.Message")); queryTouchListResponse.setCode(_ctx.stringValue("QueryTouchListResponse.Code")); queryTouchListResponse.setSuccess(_ctx.booleanValue("QueryTouchListResponse.Success")); ResultData resultData = new ResultData(); resultData.setEmpty(_ctx.booleanValue("QueryTouchListResponse.ResultData.Empty")); resultData.setOnePageSize(_ctx.integerValue("QueryTouchListResponse.ResultData.OnePageSize")); resultData.setTotalPage(_ctx.integerValue("QueryTouchListResponse.ResultData.TotalPage")); resultData.setCurrentPage(_ctx.integerValue("QueryTouchListResponse.ResultData.CurrentPage")); resultData.setPreviousPage(_ctx.integerValue("QueryTouchListResponse.ResultData.PreviousPage")); resultData.setTotalResults(_ctx.integerValue("QueryTouchListResponse.ResultData.TotalResults")); resultData.setNextPage(_ctx.integerValue("QueryTouchListResponse.ResultData.NextPage")); List<DataItem> data = new ArrayList<DataItem>(); for (int i = 0; i < _ctx.lengthValue("QueryTouchListResponse.ResultData.Data.Length"); i++) { DataItem dataItem = new DataItem(); dataItem.setDepId(_ctx.longValue("QueryTouchListResponse.ResultData.Data["+ i +"].DepId")); dataItem.setParentTouchId(_ctx.longValue("QueryTouchListResponse.ResultData.Data["+ i +"].ParentTouchId")); dataItem.setUserTouchId(_ctx.longValue("QueryTouchListResponse.ResultData.Data["+ i +"].UserTouchId")); dataItem.setGmtModified(_ctx.longValue("QueryTouchListResponse.ResultData.Data["+ i +"].GmtModified")); dataItem.setChannelId(_ctx.stringValue("QueryTouchListResponse.ResultData.Data["+ i +"].ChannelId")); dataItem.setCommonQueueName(_ctx.stringValue("QueryTouchListResponse.ResultData.Data["+ i +"].CommonQueueName")); dataItem.setTouchId(_ctx.stringValue("QueryTouchListResponse.ResultData.Data["+ i +"].TouchId")); dataItem.setMemberId(_ctx.longValue("QueryTouchListResponse.ResultData.Data["+ i +"].MemberId")); dataItem.setServicerName(_ctx.stringValue("QueryTouchListResponse.ResultData.Data["+ i +"].ServicerName")); dataItem.setFeedback(_ctx.stringValue("QueryTouchListResponse.ResultData.Data["+ i +"].Feedback")); dataItem.setTouchType(_ctx.integerValue("QueryTouchListResponse.ResultData.Data["+ i +"].TouchType")); dataItem.setSwitchUser(_ctx.stringValue("QueryTouchListResponse.ResultData.Data["+ i +"].SwitchUser")); dataItem.setStatus(_ctx.integerValue("QueryTouchListResponse.ResultData.Data["+ i +"].Status")); dataItem.setFirstTime(_ctx.longValue("QueryTouchListResponse.ResultData.Data["+ i +"].FirstTime")); dataItem.setFromId(_ctx.longValue("QueryTouchListResponse.ResultData.Data["+ i +"].FromId")); dataItem.setQueueId(_ctx.longValue("QueryTouchListResponse.ResultData.Data["+ i +"].QueueId")); dataItem.setTouchTime(_ctx.stringValue("QueryTouchListResponse.ResultData.Data["+ i +"].TouchTime")); dataItem.setBuId(_ctx.longValue("QueryTouchListResponse.ResultData.Data["+ i +"].BuId")); dataItem.setToId(_ctx.longValue("QueryTouchListResponse.ResultData.Data["+ i +"].ToId")); dataItem.setGmtCreate(_ctx.longValue("QueryTouchListResponse.ResultData.Data["+ i +"].GmtCreate")); dataItem.setCloseTime(_ctx.longValue("QueryTouchListResponse.ResultData.Data["+ i +"].CloseTime")); dataItem.setTouchEndReason(_ctx.integerValue("QueryTouchListResponse.ResultData.Data["+ i +"].TouchEndReason")); dataItem.setMemberName(_ctx.stringValue("QueryTouchListResponse.ResultData.Data["+ i +"].MemberName")); dataItem.setServicerId(_ctx.longValue("QueryTouchListResponse.ResultData.Data["+ i +"].ServicerId")); dataItem.setChannelType(_ctx.integerValue("QueryTouchListResponse.ResultData.Data["+ i +"].ChannelType")); dataItem.setTouchContent(_ctx.stringValue("QueryTouchListResponse.ResultData.Data["+ i +"].TouchContent")); ExtAttrs extAttrs = new ExtAttrs(); extAttrs.setEvaluationScore(_ctx.integerValue("QueryTouchListResponse.ResultData.Data["+ i +"].ExtAttrs.EvaluationScore")); extAttrs.setOnlineJoinRespInterval(_ctx.integerValue("QueryTouchListResponse.ResultData.Data["+ i +"].ExtAttrs.OnlineJoinRespInterval")); extAttrs.setOnlineSessionSource(_ctx.integerValue("QueryTouchListResponse.ResultData.Data["+ i +"].ExtAttrs.OnlineSessionSource")); extAttrs.setEvaluationStatus(_ctx.integerValue("QueryTouchListResponse.ResultData.Data["+ i +"].ExtAttrs.EvaluationStatus")); extAttrs.setEvaluationLevel(_ctx.integerValue("QueryTouchListResponse.ResultData.Data["+ i +"].ExtAttrs.EvaluationLevel")); extAttrs.setEvaluationSolution(_ctx.integerValue("QueryTouchListResponse.ResultData.Data["+ i +"].ExtAttrs.EvaluationSolution")); dataItem.setExtAttrs(extAttrs); data.add(dataItem); } resultData.setData(data); queryTouchListResponse.setResultData(resultData); return queryTouchListResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/RemoveSkillGroupResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import com.aliyuncs.aiccs.model.v20191015.RemoveSkillGroupResponse; import com.aliyuncs.transform.UnmarshallerContext; public class RemoveSkillGroupResponseUnmarshaller { public static RemoveSkillGroupResponse unmarshall(RemoveSkillGroupResponse removeSkillGroupResponse, UnmarshallerContext _ctx) { removeSkillGroupResponse.setRequestId(_ctx.stringValue("RemoveSkillGroupResponse.RequestId")); removeSkillGroupResponse.setMessage(_ctx.stringValue("RemoveSkillGroupResponse.Message")); removeSkillGroupResponse.setCode(_ctx.stringValue("RemoveSkillGroupResponse.Code")); removeSkillGroupResponse.setSuccess(_ctx.booleanValue("RemoveSkillGroupResponse.Success")); return removeSkillGroupResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/RestartOutboundTaskResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import com.aliyuncs.aiccs.model.v20191015.RestartOutboundTaskResponse; import com.aliyuncs.transform.UnmarshallerContext; public class RestartOutboundTaskResponseUnmarshaller { public static RestartOutboundTaskResponse unmarshall(RestartOutboundTaskResponse restartOutboundTaskResponse, UnmarshallerContext _ctx) { restartOutboundTaskResponse.setRequestId(_ctx.stringValue("RestartOutboundTaskResponse.RequestId")); restartOutboundTaskResponse.setMessage(_ctx.stringValue("RestartOutboundTaskResponse.Message")); restartOutboundTaskResponse.setData(_ctx.stringValue("RestartOutboundTaskResponse.Data")); restartOutboundTaskResponse.setCode(_ctx.stringValue("RestartOutboundTaskResponse.Code")); restartOutboundTaskResponse.setSuccess(_ctx.booleanValue("RestartOutboundTaskResponse.Success")); return restartOutboundTaskResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/SendCcoSmartCallOperateResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import com.aliyuncs.aiccs.model.v20191015.SendCcoSmartCallOperateResponse; import com.aliyuncs.transform.UnmarshallerContext; public class SendCcoSmartCallOperateResponseUnmarshaller { public static SendCcoSmartCallOperateResponse unmarshall(SendCcoSmartCallOperateResponse sendCcoSmartCallOperateResponse, UnmarshallerContext _ctx) { sendCcoSmartCallOperateResponse.setRequestId(_ctx.stringValue("SendCcoSmartCallOperateResponse.RequestId")); sendCcoSmartCallOperateResponse.setMessage(_ctx.stringValue("SendCcoSmartCallOperateResponse.Message")); sendCcoSmartCallOperateResponse.setData(_ctx.stringValue("SendCcoSmartCallOperateResponse.Data")); sendCcoSmartCallOperateResponse.setCode(_ctx.stringValue("SendCcoSmartCallOperateResponse.Code")); return sendCcoSmartCallOperateResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/SendCcoSmartCallResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import com.aliyuncs.aiccs.model.v20191015.SendCcoSmartCallResponse; import com.aliyuncs.transform.UnmarshallerContext; public class SendCcoSmartCallResponseUnmarshaller { public static SendCcoSmartCallResponse unmarshall(SendCcoSmartCallResponse sendCcoSmartCallResponse, UnmarshallerContext _ctx) { sendCcoSmartCallResponse.setRequestId(_ctx.stringValue("SendCcoSmartCallResponse.RequestId")); sendCcoSmartCallResponse.setMessage(_ctx.stringValue("SendCcoSmartCallResponse.Message")); sendCcoSmartCallResponse.setData(_ctx.stringValue("SendCcoSmartCallResponse.Data")); sendCcoSmartCallResponse.setCode(_ctx.stringValue("SendCcoSmartCallResponse.Code")); return sendCcoSmartCallResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/SendHotlineHeartBeatResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import com.aliyuncs.aiccs.model.v20191015.SendHotlineHeartBeatResponse; import com.aliyuncs.transform.UnmarshallerContext; public class SendHotlineHeartBeatResponseUnmarshaller { public static SendHotlineHeartBeatResponse unmarshall(SendHotlineHeartBeatResponse sendHotlineHeartBeatResponse, UnmarshallerContext _ctx) { sendHotlineHeartBeatResponse.setRequestId(_ctx.stringValue("SendHotlineHeartBeatResponse.RequestId")); sendHotlineHeartBeatResponse.setMessage(_ctx.stringValue("SendHotlineHeartBeatResponse.Message")); sendHotlineHeartBeatResponse.setCode(_ctx.stringValue("SendHotlineHeartBeatResponse.Code")); sendHotlineHeartBeatResponse.setSuccess(_ctx.booleanValue("SendHotlineHeartBeatResponse.Success")); return sendHotlineHeartBeatResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/StartCallResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import com.aliyuncs.aiccs.model.v20191015.StartCallResponse; import com.aliyuncs.transform.UnmarshallerContext; public class StartCallResponseUnmarshaller { public static StartCallResponse unmarshall(StartCallResponse startCallResponse, UnmarshallerContext _ctx) { startCallResponse.setRequestId(_ctx.stringValue("StartCallResponse.RequestId")); startCallResponse.setMessage(_ctx.stringValue("StartCallResponse.Message")); startCallResponse.setCode(_ctx.stringValue("StartCallResponse.Code")); startCallResponse.setSuccess(_ctx.booleanValue("StartCallResponse.Success")); return startCallResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/StartCallV2ResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import com.aliyuncs.aiccs.model.v20191015.StartCallV2Response; import com.aliyuncs.transform.UnmarshallerContext; public class StartCallV2ResponseUnmarshaller { public static StartCallV2Response unmarshall(StartCallV2Response startCallV2Response, UnmarshallerContext _ctx) { startCallV2Response.setRequestId(_ctx.stringValue("StartCallV2Response.RequestId")); startCallV2Response.setMessage(_ctx.stringValue("StartCallV2Response.Message")); startCallV2Response.setCode(_ctx.stringValue("StartCallV2Response.Code")); startCallV2Response.setSuccess(_ctx.booleanValue("StartCallV2Response.Success")); return startCallV2Response; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/StartChatWorkResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import com.aliyuncs.aiccs.model.v20191015.StartChatWorkResponse; import com.aliyuncs.transform.UnmarshallerContext; public class StartChatWorkResponseUnmarshaller { public static StartChatWorkResponse unmarshall(StartChatWorkResponse startChatWorkResponse, UnmarshallerContext _ctx) { startChatWorkResponse.setRequestId(_ctx.stringValue("StartChatWorkResponse.RequestId")); startChatWorkResponse.setMessage(_ctx.stringValue("StartChatWorkResponse.Message")); startChatWorkResponse.setHttpStatusCode(_ctx.integerValue("StartChatWorkResponse.HttpStatusCode")); startChatWorkResponse.setData(_ctx.stringValue("StartChatWorkResponse.Data")); startChatWorkResponse.setCode(_ctx.stringValue("StartChatWorkResponse.Code")); startChatWorkResponse.setSuccess(_ctx.booleanValue("StartChatWorkResponse.Success")); return startChatWorkResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/StartHotlineServiceResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import com.aliyuncs.aiccs.model.v20191015.StartHotlineServiceResponse; import com.aliyuncs.transform.UnmarshallerContext; public class StartHotlineServiceResponseUnmarshaller { public static StartHotlineServiceResponse unmarshall(StartHotlineServiceResponse startHotlineServiceResponse, UnmarshallerContext _ctx) { startHotlineServiceResponse.setRequestId(_ctx.stringValue("StartHotlineServiceResponse.RequestId")); startHotlineServiceResponse.setMessage(_ctx.stringValue("StartHotlineServiceResponse.Message")); startHotlineServiceResponse.setData(_ctx.stringValue("StartHotlineServiceResponse.Data")); startHotlineServiceResponse.setCode(_ctx.stringValue("StartHotlineServiceResponse.Code")); startHotlineServiceResponse.setSuccess(_ctx.booleanValue("StartHotlineServiceResponse.Success")); return startHotlineServiceResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform
java-sources/com/aliyun/aliyun-java-sdk-aiccs/1.2.1/com/aliyuncs/aiccs/transform/v20191015/StartMicroOutboundResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.aiccs.transform.v20191015; import com.aliyuncs.aiccs.model.v20191015.StartMicroOutboundResponse; import com.aliyuncs.transform.UnmarshallerContext; public class StartMicroOutboundResponseUnmarshaller { public static StartMicroOutboundResponse unmarshall(StartMicroOutboundResponse startMicroOutboundResponse, UnmarshallerContext _ctx) { startMicroOutboundResponse.setRequestId(_ctx.stringValue("StartMicroOutboundResponse.RequestId")); startMicroOutboundResponse.setInvokeCreateTime(_ctx.stringValue("StartMicroOutboundResponse.InvokeCreateTime")); startMicroOutboundResponse.setMessage(_ctx.stringValue("StartMicroOutboundResponse.Message")); startMicroOutboundResponse.setInvokeCmdId(_ctx.stringValue("StartMicroOutboundResponse.InvokeCmdId")); startMicroOutboundResponse.setCustomerInfo(_ctx.stringValue("StartMicroOutboundResponse.CustomerInfo")); startMicroOutboundResponse.setCode(_ctx.stringValue("StartMicroOutboundResponse.Code")); return startMicroOutboundResponse; } }