index
int64 | repo_id
string | file_path
string | content
string |
|---|---|---|---|
0
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform/v20200701/RemovePhoneNumbersFromSkillGroupResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.ccc.transform.v20200701;
import com.aliyuncs.ccc.model.v20200701.RemovePhoneNumbersFromSkillGroupResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class RemovePhoneNumbersFromSkillGroupResponseUnmarshaller {
public static RemovePhoneNumbersFromSkillGroupResponse unmarshall(RemovePhoneNumbersFromSkillGroupResponse removePhoneNumbersFromSkillGroupResponse, UnmarshallerContext _ctx) {
removePhoneNumbersFromSkillGroupResponse.setRequestId(_ctx.stringValue("RemovePhoneNumbersFromSkillGroupResponse.RequestId"));
removePhoneNumbersFromSkillGroupResponse.setCode(_ctx.stringValue("RemovePhoneNumbersFromSkillGroupResponse.Code"));
removePhoneNumbersFromSkillGroupResponse.setHttpStatusCode(_ctx.integerValue("RemovePhoneNumbersFromSkillGroupResponse.HttpStatusCode"));
removePhoneNumbersFromSkillGroupResponse.setMessage(_ctx.stringValue("RemovePhoneNumbersFromSkillGroupResponse.Message"));
return removePhoneNumbersFromSkillGroupResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform/v20200701/RemovePhoneNumbersResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.ccc.transform.v20200701;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.ccc.model.v20200701.RemovePhoneNumbersResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class RemovePhoneNumbersResponseUnmarshaller {
public static RemovePhoneNumbersResponse unmarshall(RemovePhoneNumbersResponse removePhoneNumbersResponse, UnmarshallerContext _ctx) {
removePhoneNumbersResponse.setRequestId(_ctx.stringValue("RemovePhoneNumbersResponse.RequestId"));
removePhoneNumbersResponse.setHttpStatusCode(_ctx.integerValue("RemovePhoneNumbersResponse.HttpStatusCode"));
removePhoneNumbersResponse.setCode(_ctx.stringValue("RemovePhoneNumbersResponse.Code"));
removePhoneNumbersResponse.setMessage(_ctx.stringValue("RemovePhoneNumbersResponse.Message"));
List<String> data = new ArrayList<String>();
for (int i = 0; i < _ctx.lengthValue("RemovePhoneNumbersResponse.Data.Length"); i++) {
data.add(_ctx.stringValue("RemovePhoneNumbersResponse.Data["+ i +"]"));
}
removePhoneNumbersResponse.setData(data);
List<String> params = new ArrayList<String>();
for (int i = 0; i < _ctx.lengthValue("RemovePhoneNumbersResponse.Params.Length"); i++) {
params.add(_ctx.stringValue("RemovePhoneNumbersResponse.Params["+ i +"]"));
}
removePhoneNumbersResponse.setParams(params);
return removePhoneNumbersResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform/v20200701/RemoveSkillGroupsFromUserResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.ccc.transform.v20200701;
import com.aliyuncs.ccc.model.v20200701.RemoveSkillGroupsFromUserResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class RemoveSkillGroupsFromUserResponseUnmarshaller {
public static RemoveSkillGroupsFromUserResponse unmarshall(RemoveSkillGroupsFromUserResponse removeSkillGroupsFromUserResponse, UnmarshallerContext _ctx) {
removeSkillGroupsFromUserResponse.setRequestId(_ctx.stringValue("RemoveSkillGroupsFromUserResponse.RequestId"));
removeSkillGroupsFromUserResponse.setHttpStatusCode(_ctx.integerValue("RemoveSkillGroupsFromUserResponse.HttpStatusCode"));
removeSkillGroupsFromUserResponse.setCode(_ctx.stringValue("RemoveSkillGroupsFromUserResponse.Code"));
removeSkillGroupsFromUserResponse.setMessage(_ctx.stringValue("RemoveSkillGroupsFromUserResponse.Message"));
removeSkillGroupsFromUserResponse.setData(_ctx.stringValue("RemoveSkillGroupsFromUserResponse.Data"));
return removeSkillGroupsFromUserResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform/v20200701/RemoveUsersFromSkillGroupResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.ccc.transform.v20200701;
import com.aliyuncs.ccc.model.v20200701.RemoveUsersFromSkillGroupResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class RemoveUsersFromSkillGroupResponseUnmarshaller {
public static RemoveUsersFromSkillGroupResponse unmarshall(RemoveUsersFromSkillGroupResponse removeUsersFromSkillGroupResponse, UnmarshallerContext _ctx) {
removeUsersFromSkillGroupResponse.setRequestId(_ctx.stringValue("RemoveUsersFromSkillGroupResponse.RequestId"));
removeUsersFromSkillGroupResponse.setCode(_ctx.stringValue("RemoveUsersFromSkillGroupResponse.Code"));
removeUsersFromSkillGroupResponse.setHttpStatusCode(_ctx.integerValue("RemoveUsersFromSkillGroupResponse.HttpStatusCode"));
removeUsersFromSkillGroupResponse.setMessage(_ctx.stringValue("RemoveUsersFromSkillGroupResponse.Message"));
return removeUsersFromSkillGroupResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform/v20200701/RemoveUsersResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.ccc.transform.v20200701;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.ccc.model.v20200701.RemoveUsersResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class RemoveUsersResponseUnmarshaller {
public static RemoveUsersResponse unmarshall(RemoveUsersResponse removeUsersResponse, UnmarshallerContext _ctx) {
removeUsersResponse.setRequestId(_ctx.stringValue("RemoveUsersResponse.RequestId"));
removeUsersResponse.setCode(_ctx.stringValue("RemoveUsersResponse.Code"));
removeUsersResponse.setHttpStatusCode(_ctx.integerValue("RemoveUsersResponse.HttpStatusCode"));
removeUsersResponse.setMessage(_ctx.stringValue("RemoveUsersResponse.Message"));
List<String> params = new ArrayList<String>();
for (int i = 0; i < _ctx.lengthValue("RemoveUsersResponse.Params.Length"); i++) {
params.add(_ctx.stringValue("RemoveUsersResponse.Params["+ i +"]"));
}
removeUsersResponse.setParams(params);
return removeUsersResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform/v20200701/ResetAgentStateResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.ccc.transform.v20200701;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.ccc.model.v20200701.ResetAgentStateResponse;
import com.aliyuncs.ccc.model.v20200701.ResetAgentStateResponse.Data;
import com.aliyuncs.transform.UnmarshallerContext;
public class ResetAgentStateResponseUnmarshaller {
public static ResetAgentStateResponse unmarshall(ResetAgentStateResponse resetAgentStateResponse, UnmarshallerContext _ctx) {
resetAgentStateResponse.setRequestId(_ctx.stringValue("ResetAgentStateResponse.RequestId"));
resetAgentStateResponse.setCode(_ctx.stringValue("ResetAgentStateResponse.Code"));
resetAgentStateResponse.setHttpStatusCode(_ctx.integerValue("ResetAgentStateResponse.HttpStatusCode"));
resetAgentStateResponse.setMessage(_ctx.stringValue("ResetAgentStateResponse.Message"));
List<String> params = new ArrayList<String>();
for (int i = 0; i < _ctx.lengthValue("ResetAgentStateResponse.Params.Length"); i++) {
params.add(_ctx.stringValue("ResetAgentStateResponse.Params["+ i +"]"));
}
resetAgentStateResponse.setParams(params);
Data data = new Data();
data.setExtension(_ctx.stringValue("ResetAgentStateResponse.Data.Extension"));
data.setWorkMode(_ctx.stringValue("ResetAgentStateResponse.Data.WorkMode"));
data.setDeviceId(_ctx.stringValue("ResetAgentStateResponse.Data.DeviceId"));
data.setJobId(_ctx.stringValue("ResetAgentStateResponse.Data.JobId"));
data.setUserId(_ctx.stringValue("ResetAgentStateResponse.Data.UserId"));
data.setBreakCode(_ctx.stringValue("ResetAgentStateResponse.Data.BreakCode"));
data.setInstanceId(_ctx.stringValue("ResetAgentStateResponse.Data.InstanceId"));
data.setOutboundScenario(_ctx.booleanValue("ResetAgentStateResponse.Data.OutboundScenario"));
data.setUserState(_ctx.stringValue("ResetAgentStateResponse.Data.UserState"));
List<String> signedSkillGroupIdList = new ArrayList<String>();
for (int i = 0; i < _ctx.lengthValue("ResetAgentStateResponse.Data.SignedSkillGroupIdList.Length"); i++) {
signedSkillGroupIdList.add(_ctx.stringValue("ResetAgentStateResponse.Data.SignedSkillGroupIdList["+ i +"]"));
}
data.setSignedSkillGroupIdList(signedSkillGroupIdList);
resetAgentStateResponse.setData(data);
return resetAgentStateResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform/v20200701/ResetUserPasswordResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.ccc.transform.v20200701;
import com.aliyuncs.ccc.model.v20200701.ResetUserPasswordResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class ResetUserPasswordResponseUnmarshaller {
public static ResetUserPasswordResponse unmarshall(ResetUserPasswordResponse resetUserPasswordResponse, UnmarshallerContext _ctx) {
resetUserPasswordResponse.setRequestId(_ctx.stringValue("ResetUserPasswordResponse.RequestId"));
resetUserPasswordResponse.setCode(_ctx.stringValue("ResetUserPasswordResponse.Code"));
resetUserPasswordResponse.setHttpStatusCode(_ctx.integerValue("ResetUserPasswordResponse.HttpStatusCode"));
resetUserPasswordResponse.setMessage(_ctx.stringValue("ResetUserPasswordResponse.Message"));
return resetUserPasswordResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform/v20200701/RestoreArchivedRecordingsResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.ccc.transform.v20200701;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.ccc.model.v20200701.RestoreArchivedRecordingsResponse;
import com.aliyuncs.ccc.model.v20200701.RestoreArchivedRecordingsResponse.RecordingRestoreDetail;
import com.aliyuncs.transform.UnmarshallerContext;
public class RestoreArchivedRecordingsResponseUnmarshaller {
public static RestoreArchivedRecordingsResponse unmarshall(RestoreArchivedRecordingsResponse restoreArchivedRecordingsResponse, UnmarshallerContext _ctx) {
restoreArchivedRecordingsResponse.setRequestId(_ctx.stringValue("RestoreArchivedRecordingsResponse.RequestId"));
restoreArchivedRecordingsResponse.setCode(_ctx.stringValue("RestoreArchivedRecordingsResponse.Code"));
restoreArchivedRecordingsResponse.setHttpStatusCode(_ctx.integerValue("RestoreArchivedRecordingsResponse.HttpStatusCode"));
restoreArchivedRecordingsResponse.setMessage(_ctx.stringValue("RestoreArchivedRecordingsResponse.Message"));
List<RecordingRestoreDetail> data = new ArrayList<RecordingRestoreDetail>();
for (int i = 0; i < _ctx.lengthValue("RestoreArchivedRecordingsResponse.Data.Length"); i++) {
RecordingRestoreDetail recordingRestoreDetail = new RecordingRestoreDetail();
recordingRestoreDetail.setExists(_ctx.stringValue("RestoreArchivedRecordingsResponse.Data["+ i +"].Exists"));
recordingRestoreDetail.setContactId(_ctx.stringValue("RestoreArchivedRecordingsResponse.Data["+ i +"].ContactId"));
recordingRestoreDetail.setStatus(_ctx.stringValue("RestoreArchivedRecordingsResponse.Data["+ i +"].Status"));
recordingRestoreDetail.setStorageType(_ctx.stringValue("RestoreArchivedRecordingsResponse.Data["+ i +"].StorageType"));
data.add(recordingRestoreDetail);
}
restoreArchivedRecordingsResponse.setData(data);
return restoreArchivedRecordingsResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform/v20200701/ResubmitTicketResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.ccc.transform.v20200701;
import com.aliyuncs.ccc.model.v20200701.ResubmitTicketResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class ResubmitTicketResponseUnmarshaller {
public static ResubmitTicketResponse unmarshall(ResubmitTicketResponse resubmitTicketResponse, UnmarshallerContext _ctx) {
return resubmitTicketResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform/v20200701/ResumeCampaignResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.ccc.transform.v20200701;
import com.aliyuncs.ccc.model.v20200701.ResumeCampaignResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class ResumeCampaignResponseUnmarshaller {
public static ResumeCampaignResponse unmarshall(ResumeCampaignResponse resumeCampaignResponse, UnmarshallerContext _ctx) {
resumeCampaignResponse.setRequestId(_ctx.stringValue("ResumeCampaignResponse.RequestId"));
resumeCampaignResponse.setCode(_ctx.stringValue("ResumeCampaignResponse.Code"));
resumeCampaignResponse.setMessage(_ctx.stringValue("ResumeCampaignResponse.Message"));
resumeCampaignResponse.setHttpStatusCode(_ctx.stringValue("ResumeCampaignResponse.HttpStatusCode"));
return resumeCampaignResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform/v20200701/RetrieveCallResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.ccc.transform.v20200701;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.ccc.model.v20200701.RetrieveCallResponse;
import com.aliyuncs.ccc.model.v20200701.RetrieveCallResponse.Data;
import com.aliyuncs.ccc.model.v20200701.RetrieveCallResponse.Data.CallContext;
import com.aliyuncs.ccc.model.v20200701.RetrieveCallResponse.Data.CallContext.ChannelContext;
import com.aliyuncs.ccc.model.v20200701.RetrieveCallResponse.Data.UserContext;
import com.aliyuncs.transform.UnmarshallerContext;
public class RetrieveCallResponseUnmarshaller {
public static RetrieveCallResponse unmarshall(RetrieveCallResponse retrieveCallResponse, UnmarshallerContext _ctx) {
retrieveCallResponse.setRequestId(_ctx.stringValue("RetrieveCallResponse.RequestId"));
retrieveCallResponse.setCode(_ctx.stringValue("RetrieveCallResponse.Code"));
retrieveCallResponse.setHttpStatusCode(_ctx.integerValue("RetrieveCallResponse.HttpStatusCode"));
retrieveCallResponse.setMessage(_ctx.stringValue("RetrieveCallResponse.Message"));
List<String> params = new ArrayList<String>();
for (int i = 0; i < _ctx.lengthValue("RetrieveCallResponse.Params.Length"); i++) {
params.add(_ctx.stringValue("RetrieveCallResponse.Params["+ i +"]"));
}
retrieveCallResponse.setParams(params);
Data data = new Data();
CallContext callContext = new CallContext();
callContext.setCallType(_ctx.stringValue("RetrieveCallResponse.Data.CallContext.CallType"));
callContext.setInstanceId(_ctx.stringValue("RetrieveCallResponse.Data.CallContext.InstanceId"));
callContext.setJobId(_ctx.stringValue("RetrieveCallResponse.Data.CallContext.JobId"));
List<ChannelContext> channelContexts = new ArrayList<ChannelContext>();
for (int i = 0; i < _ctx.lengthValue("RetrieveCallResponse.Data.CallContext.ChannelContexts.Length"); i++) {
ChannelContext channelContext = new ChannelContext();
channelContext.setReleaseInitiator(_ctx.stringValue("RetrieveCallResponse.Data.CallContext.ChannelContexts["+ i +"].ReleaseInitiator"));
channelContext.setChannelState(_ctx.stringValue("RetrieveCallResponse.Data.CallContext.ChannelContexts["+ i +"].ChannelState"));
channelContext.setDestination(_ctx.stringValue("RetrieveCallResponse.Data.CallContext.ChannelContexts["+ i +"].Destination"));
channelContext.setUserId(_ctx.stringValue("RetrieveCallResponse.Data.CallContext.ChannelContexts["+ i +"].UserId"));
channelContext.setSkillGroupId(_ctx.stringValue("RetrieveCallResponse.Data.CallContext.ChannelContexts["+ i +"].SkillGroupId"));
channelContext.setTimestamp(_ctx.longValue("RetrieveCallResponse.Data.CallContext.ChannelContexts["+ i +"].Timestamp"));
channelContext.setReleaseReason(_ctx.stringValue("RetrieveCallResponse.Data.CallContext.ChannelContexts["+ i +"].ReleaseReason"));
channelContext.setCallType(_ctx.stringValue("RetrieveCallResponse.Data.CallContext.ChannelContexts["+ i +"].CallType"));
channelContext.setJobId(_ctx.stringValue("RetrieveCallResponse.Data.CallContext.ChannelContexts["+ i +"].JobId"));
channelContext.setChannelId(_ctx.stringValue("RetrieveCallResponse.Data.CallContext.ChannelContexts["+ i +"].ChannelId"));
channelContext.setOriginator(_ctx.stringValue("RetrieveCallResponse.Data.CallContext.ChannelContexts["+ i +"].Originator"));
channelContext.setUserExtension(_ctx.stringValue("RetrieveCallResponse.Data.CallContext.ChannelContexts["+ i +"].UserExtension"));
channelContexts.add(channelContext);
}
callContext.setChannelContexts(channelContexts);
data.setCallContext(callContext);
UserContext userContext = new UserContext();
userContext.setExtension(_ctx.stringValue("RetrieveCallResponse.Data.UserContext.Extension"));
userContext.setHeartbeat(_ctx.longValue("RetrieveCallResponse.Data.UserContext.Heartbeat"));
userContext.setWorkMode(_ctx.stringValue("RetrieveCallResponse.Data.UserContext.WorkMode"));
userContext.setDeviceId(_ctx.stringValue("RetrieveCallResponse.Data.UserContext.DeviceId"));
userContext.setUserId(_ctx.stringValue("RetrieveCallResponse.Data.UserContext.UserId"));
userContext.setReserved(_ctx.longValue("RetrieveCallResponse.Data.UserContext.Reserved"));
userContext.setBreakCode(_ctx.stringValue("RetrieveCallResponse.Data.UserContext.BreakCode"));
userContext.setInstanceId(_ctx.stringValue("RetrieveCallResponse.Data.UserContext.InstanceId"));
userContext.setOutboundScenario(_ctx.booleanValue("RetrieveCallResponse.Data.UserContext.OutboundScenario"));
userContext.setMobile(_ctx.stringValue("RetrieveCallResponse.Data.UserContext.Mobile"));
userContext.setJobId(_ctx.stringValue("RetrieveCallResponse.Data.UserContext.JobId"));
userContext.setUserState(_ctx.stringValue("RetrieveCallResponse.Data.UserContext.UserState"));
List<String> signedSkillGroupIdList = new ArrayList<String>();
for (int i = 0; i < _ctx.lengthValue("RetrieveCallResponse.Data.UserContext.SignedSkillGroupIdList.Length"); i++) {
signedSkillGroupIdList.add(_ctx.stringValue("RetrieveCallResponse.Data.UserContext.SignedSkillGroupIdList["+ i +"]"));
}
userContext.setSignedSkillGroupIdList(signedSkillGroupIdList);
data.setUserContext(userContext);
retrieveCallResponse.setData(data);
return retrieveCallResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform/v20200701/SaveDocumentResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.ccc.transform.v20200701;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.ccc.model.v20200701.SaveDocumentResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class SaveDocumentResponseUnmarshaller {
public static SaveDocumentResponse unmarshall(SaveDocumentResponse saveDocumentResponse, UnmarshallerContext _ctx) {
saveDocumentResponse.setRequestId(_ctx.stringValue("SaveDocumentResponse.RequestId"));
saveDocumentResponse.setData(_ctx.stringValue("SaveDocumentResponse.Data"));
saveDocumentResponse.setHttpStatusCode(_ctx.integerValue("SaveDocumentResponse.HttpStatusCode"));
saveDocumentResponse.setCode(_ctx.stringValue("SaveDocumentResponse.Code"));
saveDocumentResponse.setMessage(_ctx.stringValue("SaveDocumentResponse.Message"));
List<String> params = new ArrayList<String>();
for (int i = 0; i < _ctx.lengthValue("SaveDocumentResponse.Params.Length"); i++) {
params.add(_ctx.stringValue("SaveDocumentResponse.Params["+ i +"]"));
}
saveDocumentResponse.setParams(params);
return saveDocumentResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform/v20200701/SaveRTCStatsV2ResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.ccc.transform.v20200701;
import com.aliyuncs.ccc.model.v20200701.SaveRTCStatsV2Response;
import com.aliyuncs.transform.UnmarshallerContext;
public class SaveRTCStatsV2ResponseUnmarshaller {
public static SaveRTCStatsV2Response unmarshall(SaveRTCStatsV2Response saveRTCStatsV2Response, UnmarshallerContext _ctx) {
saveRTCStatsV2Response.setRequestId(_ctx.stringValue("SaveRTCStatsV2Response.RequestId"));
saveRTCStatsV2Response.setHttpStatusCode(_ctx.longValue("SaveRTCStatsV2Response.HttpStatusCode"));
saveRTCStatsV2Response.setSuccess(_ctx.booleanValue("SaveRTCStatsV2Response.Success"));
saveRTCStatsV2Response.setCode(_ctx.stringValue("SaveRTCStatsV2Response.Code"));
saveRTCStatsV2Response.setMessage(_ctx.stringValue("SaveRTCStatsV2Response.Message"));
saveRTCStatsV2Response.setTimeStamp(_ctx.longValue("SaveRTCStatsV2Response.TimeStamp"));
saveRTCStatsV2Response.setRowCount(_ctx.longValue("SaveRTCStatsV2Response.RowCount"));
return saveRTCStatsV2Response;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform/v20200701/SaveTerminalLogResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.ccc.transform.v20200701;
import com.aliyuncs.ccc.model.v20200701.SaveTerminalLogResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class SaveTerminalLogResponseUnmarshaller {
public static SaveTerminalLogResponse unmarshall(SaveTerminalLogResponse saveTerminalLogResponse, UnmarshallerContext _ctx) {
saveTerminalLogResponse.setRequestId(_ctx.stringValue("SaveTerminalLogResponse.RequestId"));
saveTerminalLogResponse.setHttpStatusCode(_ctx.longValue("SaveTerminalLogResponse.HttpStatusCode"));
saveTerminalLogResponse.setSuccess(_ctx.booleanValue("SaveTerminalLogResponse.Success"));
saveTerminalLogResponse.setCode(_ctx.stringValue("SaveTerminalLogResponse.Code"));
saveTerminalLogResponse.setMessage(_ctx.stringValue("SaveTerminalLogResponse.Message"));
saveTerminalLogResponse.setTimeStamp(_ctx.longValue("SaveTerminalLogResponse.TimeStamp"));
return saveTerminalLogResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform/v20200701/SaveWebRTCStatsResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.ccc.transform.v20200701;
import com.aliyuncs.ccc.model.v20200701.SaveWebRTCStatsResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class SaveWebRTCStatsResponseUnmarshaller {
public static SaveWebRTCStatsResponse unmarshall(SaveWebRTCStatsResponse saveWebRTCStatsResponse, UnmarshallerContext _ctx) {
saveWebRTCStatsResponse.setRequestId(_ctx.stringValue("SaveWebRTCStatsResponse.RequestId"));
saveWebRTCStatsResponse.setHttpStatusCode(_ctx.longValue("SaveWebRTCStatsResponse.HttpStatusCode"));
saveWebRTCStatsResponse.setSuccess(_ctx.booleanValue("SaveWebRTCStatsResponse.Success"));
saveWebRTCStatsResponse.setCode(_ctx.stringValue("SaveWebRTCStatsResponse.Code"));
saveWebRTCStatsResponse.setMessage(_ctx.stringValue("SaveWebRTCStatsResponse.Message"));
saveWebRTCStatsResponse.setTimeStamp(_ctx.longValue("SaveWebRTCStatsResponse.TimeStamp"));
saveWebRTCStatsResponse.setRowCount(_ctx.longValue("SaveWebRTCStatsResponse.RowCount"));
return saveWebRTCStatsResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform/v20200701/SaveWebRtcInfoResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.ccc.transform.v20200701;
import com.aliyuncs.ccc.model.v20200701.SaveWebRtcInfoResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class SaveWebRtcInfoResponseUnmarshaller {
public static SaveWebRtcInfoResponse unmarshall(SaveWebRtcInfoResponse saveWebRtcInfoResponse, UnmarshallerContext _ctx) {
saveWebRtcInfoResponse.setRequestId(_ctx.stringValue("SaveWebRtcInfoResponse.RequestId"));
saveWebRtcInfoResponse.setHttpStatusCode(_ctx.longValue("SaveWebRtcInfoResponse.HttpStatusCode"));
saveWebRtcInfoResponse.setSuccess(_ctx.booleanValue("SaveWebRtcInfoResponse.Success"));
saveWebRtcInfoResponse.setCode(_ctx.stringValue("SaveWebRtcInfoResponse.Code"));
saveWebRtcInfoResponse.setMessage(_ctx.stringValue("SaveWebRtcInfoResponse.Message"));
saveWebRtcInfoResponse.setTimeStamp(_ctx.longValue("SaveWebRtcInfoResponse.TimeStamp"));
saveWebRtcInfoResponse.setRowCount(_ctx.longValue("SaveWebRtcInfoResponse.RowCount"));
return saveWebRtcInfoResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform/v20200701/SendDtmfSignalingResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.ccc.transform.v20200701;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.ccc.model.v20200701.SendDtmfSignalingResponse;
import com.aliyuncs.ccc.model.v20200701.SendDtmfSignalingResponse.Data;
import com.aliyuncs.ccc.model.v20200701.SendDtmfSignalingResponse.Data.CallContext;
import com.aliyuncs.ccc.model.v20200701.SendDtmfSignalingResponse.Data.CallContext.ChannelContext;
import com.aliyuncs.ccc.model.v20200701.SendDtmfSignalingResponse.Data.UserContext;
import com.aliyuncs.transform.UnmarshallerContext;
public class SendDtmfSignalingResponseUnmarshaller {
public static SendDtmfSignalingResponse unmarshall(SendDtmfSignalingResponse sendDtmfSignalingResponse, UnmarshallerContext _ctx) {
sendDtmfSignalingResponse.setRequestId(_ctx.stringValue("SendDtmfSignalingResponse.RequestId"));
sendDtmfSignalingResponse.setCode(_ctx.stringValue("SendDtmfSignalingResponse.Code"));
sendDtmfSignalingResponse.setHttpStatusCode(_ctx.integerValue("SendDtmfSignalingResponse.HttpStatusCode"));
sendDtmfSignalingResponse.setMessage(_ctx.stringValue("SendDtmfSignalingResponse.Message"));
List<String> params = new ArrayList<String>();
for (int i = 0; i < _ctx.lengthValue("SendDtmfSignalingResponse.Params.Length"); i++) {
params.add(_ctx.stringValue("SendDtmfSignalingResponse.Params["+ i +"]"));
}
sendDtmfSignalingResponse.setParams(params);
Data data = new Data();
CallContext callContext = new CallContext();
callContext.setCallType(_ctx.stringValue("SendDtmfSignalingResponse.Data.CallContext.CallType"));
callContext.setInstanceId(_ctx.stringValue("SendDtmfSignalingResponse.Data.CallContext.InstanceId"));
callContext.setJobId(_ctx.stringValue("SendDtmfSignalingResponse.Data.CallContext.JobId"));
List<ChannelContext> channelContexts = new ArrayList<ChannelContext>();
for (int i = 0; i < _ctx.lengthValue("SendDtmfSignalingResponse.Data.CallContext.ChannelContexts.Length"); i++) {
ChannelContext channelContext = new ChannelContext();
channelContext.setIndex(_ctx.integerValue("SendDtmfSignalingResponse.Data.CallContext.ChannelContexts["+ i +"].Index"));
channelContext.setReleaseInitiator(_ctx.stringValue("SendDtmfSignalingResponse.Data.CallContext.ChannelContexts["+ i +"].ReleaseInitiator"));
channelContext.setChannelState(_ctx.stringValue("SendDtmfSignalingResponse.Data.CallContext.ChannelContexts["+ i +"].ChannelState"));
channelContext.setDestination(_ctx.stringValue("SendDtmfSignalingResponse.Data.CallContext.ChannelContexts["+ i +"].Destination"));
channelContext.setUserId(_ctx.stringValue("SendDtmfSignalingResponse.Data.CallContext.ChannelContexts["+ i +"].UserId"));
channelContext.setChannelFlags(_ctx.stringValue("SendDtmfSignalingResponse.Data.CallContext.ChannelContexts["+ i +"].ChannelFlags"));
channelContext.setSkillGroupId(_ctx.stringValue("SendDtmfSignalingResponse.Data.CallContext.ChannelContexts["+ i +"].SkillGroupId"));
channelContext.setTimestamp(_ctx.longValue("SendDtmfSignalingResponse.Data.CallContext.ChannelContexts["+ i +"].Timestamp"));
channelContext.setReleaseReason(_ctx.stringValue("SendDtmfSignalingResponse.Data.CallContext.ChannelContexts["+ i +"].ReleaseReason"));
channelContext.setCallType(_ctx.stringValue("SendDtmfSignalingResponse.Data.CallContext.ChannelContexts["+ i +"].CallType"));
channelContext.setJobId(_ctx.stringValue("SendDtmfSignalingResponse.Data.CallContext.ChannelContexts["+ i +"].JobId"));
channelContext.setChannelId(_ctx.stringValue("SendDtmfSignalingResponse.Data.CallContext.ChannelContexts["+ i +"].ChannelId"));
channelContext.setUserExtension(_ctx.stringValue("SendDtmfSignalingResponse.Data.CallContext.ChannelContexts["+ i +"].UserExtension"));
channelContext.setOriginator(_ctx.stringValue("SendDtmfSignalingResponse.Data.CallContext.ChannelContexts["+ i +"].Originator"));
channelContexts.add(channelContext);
}
callContext.setChannelContexts(channelContexts);
data.setCallContext(callContext);
UserContext userContext = new UserContext();
userContext.setExtension(_ctx.stringValue("SendDtmfSignalingResponse.Data.UserContext.Extension"));
userContext.setHeartbeat(_ctx.longValue("SendDtmfSignalingResponse.Data.UserContext.Heartbeat"));
userContext.setWorkMode(_ctx.stringValue("SendDtmfSignalingResponse.Data.UserContext.WorkMode"));
userContext.setDeviceId(_ctx.stringValue("SendDtmfSignalingResponse.Data.UserContext.DeviceId"));
userContext.setUserId(_ctx.stringValue("SendDtmfSignalingResponse.Data.UserContext.UserId"));
userContext.setReserved(_ctx.longValue("SendDtmfSignalingResponse.Data.UserContext.Reserved"));
userContext.setBreakCode(_ctx.stringValue("SendDtmfSignalingResponse.Data.UserContext.BreakCode"));
userContext.setInstanceId(_ctx.stringValue("SendDtmfSignalingResponse.Data.UserContext.InstanceId"));
userContext.setOutboundScenario(_ctx.booleanValue("SendDtmfSignalingResponse.Data.UserContext.OutboundScenario"));
userContext.setMobile(_ctx.stringValue("SendDtmfSignalingResponse.Data.UserContext.Mobile"));
userContext.setJobId(_ctx.stringValue("SendDtmfSignalingResponse.Data.UserContext.JobId"));
userContext.setUserState(_ctx.stringValue("SendDtmfSignalingResponse.Data.UserContext.UserState"));
List<String> signedSkillGroupIdList = new ArrayList<String>();
for (int i = 0; i < _ctx.lengthValue("SendDtmfSignalingResponse.Data.UserContext.SignedSkillGroupIdList.Length"); i++) {
signedSkillGroupIdList.add(_ctx.stringValue("SendDtmfSignalingResponse.Data.UserContext.SignedSkillGroupIdList["+ i +"]"));
}
userContext.setSignedSkillGroupIdList(signedSkillGroupIdList);
data.setUserContext(userContext);
sendDtmfSignalingResponse.setData(data);
return sendDtmfSignalingResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform/v20200701/SignInGroupResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.ccc.transform.v20200701;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.ccc.model.v20200701.SignInGroupResponse;
import com.aliyuncs.ccc.model.v20200701.SignInGroupResponse.Data;
import com.aliyuncs.transform.UnmarshallerContext;
public class SignInGroupResponseUnmarshaller {
public static SignInGroupResponse unmarshall(SignInGroupResponse signInGroupResponse, UnmarshallerContext _ctx) {
signInGroupResponse.setRequestId(_ctx.stringValue("SignInGroupResponse.RequestId"));
signInGroupResponse.setCode(_ctx.stringValue("SignInGroupResponse.Code"));
signInGroupResponse.setHttpStatusCode(_ctx.integerValue("SignInGroupResponse.HttpStatusCode"));
signInGroupResponse.setMessage(_ctx.stringValue("SignInGroupResponse.Message"));
List<String> params = new ArrayList<String>();
for (int i = 0; i < _ctx.lengthValue("SignInGroupResponse.Params.Length"); i++) {
params.add(_ctx.stringValue("SignInGroupResponse.Params["+ i +"]"));
}
signInGroupResponse.setParams(params);
Data data = new Data();
data.setExtension(_ctx.stringValue("SignInGroupResponse.Data.Extension"));
data.setWorkMode(_ctx.stringValue("SignInGroupResponse.Data.WorkMode"));
data.setDeviceId(_ctx.stringValue("SignInGroupResponse.Data.DeviceId"));
data.setJobId(_ctx.stringValue("SignInGroupResponse.Data.JobId"));
data.setUserId(_ctx.stringValue("SignInGroupResponse.Data.UserId"));
data.setBreakCode(_ctx.stringValue("SignInGroupResponse.Data.BreakCode"));
data.setInstanceId(_ctx.stringValue("SignInGroupResponse.Data.InstanceId"));
data.setOutboundScenario(_ctx.booleanValue("SignInGroupResponse.Data.OutboundScenario"));
data.setUserState(_ctx.stringValue("SignInGroupResponse.Data.UserState"));
data.setChatDeviceId(_ctx.stringValue("SignInGroupResponse.Data.ChatDeviceId"));
List<String> signedSkillGroupIdList = new ArrayList<String>();
for (int i = 0; i < _ctx.lengthValue("SignInGroupResponse.Data.SignedSkillGroupIdList.Length"); i++) {
signedSkillGroupIdList.add(_ctx.stringValue("SignInGroupResponse.Data.SignedSkillGroupIdList["+ i +"]"));
}
data.setSignedSkillGroupIdList(signedSkillGroupIdList);
signInGroupResponse.setData(data);
return signInGroupResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform/v20200701/SignOutGroupResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.ccc.transform.v20200701;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.ccc.model.v20200701.SignOutGroupResponse;
import com.aliyuncs.ccc.model.v20200701.SignOutGroupResponse.Data;
import com.aliyuncs.transform.UnmarshallerContext;
public class SignOutGroupResponseUnmarshaller {
public static SignOutGroupResponse unmarshall(SignOutGroupResponse signOutGroupResponse, UnmarshallerContext _ctx) {
signOutGroupResponse.setRequestId(_ctx.stringValue("SignOutGroupResponse.RequestId"));
signOutGroupResponse.setCode(_ctx.stringValue("SignOutGroupResponse.Code"));
signOutGroupResponse.setHttpStatusCode(_ctx.integerValue("SignOutGroupResponse.HttpStatusCode"));
signOutGroupResponse.setMessage(_ctx.stringValue("SignOutGroupResponse.Message"));
List<String> params = new ArrayList<String>();
for (int i = 0; i < _ctx.lengthValue("SignOutGroupResponse.Params.Length"); i++) {
params.add(_ctx.stringValue("SignOutGroupResponse.Params["+ i +"]"));
}
signOutGroupResponse.setParams(params);
Data data = new Data();
data.setExtension(_ctx.stringValue("SignOutGroupResponse.Data.Extension"));
data.setHeartbeat(_ctx.longValue("SignOutGroupResponse.Data.Heartbeat"));
data.setWorkMode(_ctx.stringValue("SignOutGroupResponse.Data.WorkMode"));
data.setDeviceId(_ctx.stringValue("SignOutGroupResponse.Data.DeviceId"));
data.setUserId(_ctx.stringValue("SignOutGroupResponse.Data.UserId"));
data.setReserved(_ctx.longValue("SignOutGroupResponse.Data.Reserved"));
data.setBreakCode(_ctx.stringValue("SignOutGroupResponse.Data.BreakCode"));
data.setInstanceId(_ctx.stringValue("SignOutGroupResponse.Data.InstanceId"));
data.setOutboundScenario(_ctx.booleanValue("SignOutGroupResponse.Data.OutboundScenario"));
data.setMobile(_ctx.stringValue("SignOutGroupResponse.Data.Mobile"));
data.setJobId(_ctx.stringValue("SignOutGroupResponse.Data.JobId"));
data.setUserState(_ctx.stringValue("SignOutGroupResponse.Data.UserState"));
List<String> signedSkillGroupIdList = new ArrayList<String>();
for (int i = 0; i < _ctx.lengthValue("SignOutGroupResponse.Data.SignedSkillGroupIdList.Length"); i++) {
signedSkillGroupIdList.add(_ctx.stringValue("SignOutGroupResponse.Data.SignedSkillGroupIdList["+ i +"]"));
}
data.setSignedSkillGroupIdList(signedSkillGroupIdList);
signOutGroupResponse.setData(data);
return signOutGroupResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform/v20200701/StartBack2BackCallResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.ccc.transform.v20200701;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.ccc.model.v20200701.StartBack2BackCallResponse;
import com.aliyuncs.ccc.model.v20200701.StartBack2BackCallResponse.Data;
import com.aliyuncs.ccc.model.v20200701.StartBack2BackCallResponse.Data.CallContext;
import com.aliyuncs.ccc.model.v20200701.StartBack2BackCallResponse.Data.CallContext.ChannelContext;
import com.aliyuncs.ccc.model.v20200701.StartBack2BackCallResponse.Data.UserContext;
import com.aliyuncs.transform.UnmarshallerContext;
public class StartBack2BackCallResponseUnmarshaller {
public static StartBack2BackCallResponse unmarshall(StartBack2BackCallResponse startBack2BackCallResponse, UnmarshallerContext _ctx) {
startBack2BackCallResponse.setRequestId(_ctx.stringValue("StartBack2BackCallResponse.RequestId"));
startBack2BackCallResponse.setCode(_ctx.stringValue("StartBack2BackCallResponse.Code"));
startBack2BackCallResponse.setHttpStatusCode(_ctx.integerValue("StartBack2BackCallResponse.HttpStatusCode"));
startBack2BackCallResponse.setMessage(_ctx.stringValue("StartBack2BackCallResponse.Message"));
List<String> params = new ArrayList<String>();
for (int i = 0; i < _ctx.lengthValue("StartBack2BackCallResponse.Params.Length"); i++) {
params.add(_ctx.stringValue("StartBack2BackCallResponse.Params["+ i +"]"));
}
startBack2BackCallResponse.setParams(params);
Data data = new Data();
CallContext callContext = new CallContext();
callContext.setCallType(_ctx.stringValue("StartBack2BackCallResponse.Data.CallContext.CallType"));
callContext.setInstanceId(_ctx.stringValue("StartBack2BackCallResponse.Data.CallContext.InstanceId"));
callContext.setJobId(_ctx.stringValue("StartBack2BackCallResponse.Data.CallContext.JobId"));
List<ChannelContext> channelContexts = new ArrayList<ChannelContext>();
for (int i = 0; i < _ctx.lengthValue("StartBack2BackCallResponse.Data.CallContext.ChannelContexts.Length"); i++) {
ChannelContext channelContext = new ChannelContext();
channelContext.setReleaseInitiator(_ctx.stringValue("StartBack2BackCallResponse.Data.CallContext.ChannelContexts["+ i +"].ReleaseInitiator"));
channelContext.setChannelState(_ctx.stringValue("StartBack2BackCallResponse.Data.CallContext.ChannelContexts["+ i +"].ChannelState"));
channelContext.setDestination(_ctx.stringValue("StartBack2BackCallResponse.Data.CallContext.ChannelContexts["+ i +"].Destination"));
channelContext.setUserId(_ctx.stringValue("StartBack2BackCallResponse.Data.CallContext.ChannelContexts["+ i +"].UserId"));
channelContext.setChannelFlags(_ctx.stringValue("StartBack2BackCallResponse.Data.CallContext.ChannelContexts["+ i +"].ChannelFlags"));
channelContext.setTimestamp(_ctx.longValue("StartBack2BackCallResponse.Data.CallContext.ChannelContexts["+ i +"].Timestamp"));
channelContext.setReleaseReason(_ctx.stringValue("StartBack2BackCallResponse.Data.CallContext.ChannelContexts["+ i +"].ReleaseReason"));
channelContext.setCallType(_ctx.stringValue("StartBack2BackCallResponse.Data.CallContext.ChannelContexts["+ i +"].CallType"));
channelContext.setJobId(_ctx.stringValue("StartBack2BackCallResponse.Data.CallContext.ChannelContexts["+ i +"].JobId"));
channelContext.setChannelId(_ctx.stringValue("StartBack2BackCallResponse.Data.CallContext.ChannelContexts["+ i +"].ChannelId"));
channelContext.setOriginator(_ctx.stringValue("StartBack2BackCallResponse.Data.CallContext.ChannelContexts["+ i +"].Originator"));
channelContext.setUserExtension(_ctx.stringValue("StartBack2BackCallResponse.Data.CallContext.ChannelContexts["+ i +"].UserExtension"));
channelContexts.add(channelContext);
}
callContext.setChannelContexts(channelContexts);
data.setCallContext(callContext);
UserContext userContext = new UserContext();
userContext.setExtension(_ctx.stringValue("StartBack2BackCallResponse.Data.UserContext.Extension"));
userContext.setHeartbeat(_ctx.longValue("StartBack2BackCallResponse.Data.UserContext.Heartbeat"));
userContext.setWorkMode(_ctx.stringValue("StartBack2BackCallResponse.Data.UserContext.WorkMode"));
userContext.setDeviceId(_ctx.stringValue("StartBack2BackCallResponse.Data.UserContext.DeviceId"));
userContext.setUserId(_ctx.stringValue("StartBack2BackCallResponse.Data.UserContext.UserId"));
userContext.setReserved(_ctx.longValue("StartBack2BackCallResponse.Data.UserContext.Reserved"));
userContext.setBreakCode(_ctx.stringValue("StartBack2BackCallResponse.Data.UserContext.BreakCode"));
userContext.setInstanceId(_ctx.stringValue("StartBack2BackCallResponse.Data.UserContext.InstanceId"));
userContext.setOutboundScenario(_ctx.booleanValue("StartBack2BackCallResponse.Data.UserContext.OutboundScenario"));
userContext.setDeviceState(_ctx.stringValue("StartBack2BackCallResponse.Data.UserContext.DeviceState"));
userContext.setMobile(_ctx.stringValue("StartBack2BackCallResponse.Data.UserContext.Mobile"));
userContext.setJobId(_ctx.stringValue("StartBack2BackCallResponse.Data.UserContext.JobId"));
userContext.setUserState(_ctx.stringValue("StartBack2BackCallResponse.Data.UserContext.UserState"));
List<String> signedSkillGroupIdList = new ArrayList<String>();
for (int i = 0; i < _ctx.lengthValue("StartBack2BackCallResponse.Data.UserContext.SignedSkillGroupIdList.Length"); i++) {
signedSkillGroupIdList.add(_ctx.stringValue("StartBack2BackCallResponse.Data.UserContext.SignedSkillGroupIdList["+ i +"]"));
}
userContext.setSignedSkillGroupIdList(signedSkillGroupIdList);
data.setUserContext(userContext);
startBack2BackCallResponse.setData(data);
return startBack2BackCallResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform/v20200701/StartChatResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.ccc.transform.v20200701;
import com.aliyuncs.ccc.model.v20200701.StartChatResponse;
import com.aliyuncs.ccc.model.v20200701.StartChatResponse.Data;
import com.aliyuncs.transform.UnmarshallerContext;
public class StartChatResponseUnmarshaller {
public static StartChatResponse unmarshall(StartChatResponse startChatResponse, UnmarshallerContext _ctx) {
startChatResponse.setRequestId(_ctx.stringValue("StartChatResponse.RequestId"));
startChatResponse.setCode(_ctx.stringValue("StartChatResponse.Code"));
startChatResponse.setHttpStatusCode(_ctx.integerValue("StartChatResponse.HttpStatusCode"));
startChatResponse.setMessage(_ctx.stringValue("StartChatResponse.Message"));
Data data = new Data();
data.setChatConversationId(_ctx.stringValue("StartChatResponse.Data.ChatConversationId"));
data.setJobId(_ctx.stringValue("StartChatResponse.Data.JobId"));
startChatResponse.setData(data);
return startChatResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform/v20200701/StartConferenceResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.ccc.transform.v20200701;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.ccc.model.v20200701.StartConferenceResponse;
import com.aliyuncs.ccc.model.v20200701.StartConferenceResponse.Data;
import com.aliyuncs.ccc.model.v20200701.StartConferenceResponse.Data.CallContext;
import com.aliyuncs.ccc.model.v20200701.StartConferenceResponse.Data.CallContext.ChannelContext;
import com.aliyuncs.ccc.model.v20200701.StartConferenceResponse.Data.UserContext;
import com.aliyuncs.transform.UnmarshallerContext;
public class StartConferenceResponseUnmarshaller {
public static StartConferenceResponse unmarshall(StartConferenceResponse startConferenceResponse, UnmarshallerContext _ctx) {
startConferenceResponse.setRequestId(_ctx.stringValue("StartConferenceResponse.RequestId"));
startConferenceResponse.setCode(_ctx.stringValue("StartConferenceResponse.Code"));
startConferenceResponse.setHttpStatusCode(_ctx.integerValue("StartConferenceResponse.HttpStatusCode"));
startConferenceResponse.setMessage(_ctx.stringValue("StartConferenceResponse.Message"));
List<String> params = new ArrayList<String>();
for (int i = 0; i < _ctx.lengthValue("StartConferenceResponse.Params.Length"); i++) {
params.add(_ctx.stringValue("StartConferenceResponse.Params["+ i +"]"));
}
startConferenceResponse.setParams(params);
Data data = new Data();
CallContext callContext = new CallContext();
callContext.setCallType(_ctx.stringValue("StartConferenceResponse.Data.CallContext.CallType"));
callContext.setInstanceId(_ctx.stringValue("StartConferenceResponse.Data.CallContext.InstanceId"));
callContext.setJobId(_ctx.stringValue("StartConferenceResponse.Data.CallContext.JobId"));
List<ChannelContext> channelContexts = new ArrayList<ChannelContext>();
for (int i = 0; i < _ctx.lengthValue("StartConferenceResponse.Data.CallContext.ChannelContexts.Length"); i++) {
ChannelContext channelContext = new ChannelContext();
channelContext.setReleaseInitiator(_ctx.stringValue("StartConferenceResponse.Data.CallContext.ChannelContexts["+ i +"].ReleaseInitiator"));
channelContext.setChannelState(_ctx.stringValue("StartConferenceResponse.Data.CallContext.ChannelContexts["+ i +"].ChannelState"));
channelContext.setDestination(_ctx.stringValue("StartConferenceResponse.Data.CallContext.ChannelContexts["+ i +"].Destination"));
channelContext.setUserId(_ctx.stringValue("StartConferenceResponse.Data.CallContext.ChannelContexts["+ i +"].UserId"));
channelContext.setChannelFlags(_ctx.stringValue("StartConferenceResponse.Data.CallContext.ChannelContexts["+ i +"].ChannelFlags"));
channelContext.setTimestamp(_ctx.longValue("StartConferenceResponse.Data.CallContext.ChannelContexts["+ i +"].Timestamp"));
channelContext.setReleaseReason(_ctx.stringValue("StartConferenceResponse.Data.CallContext.ChannelContexts["+ i +"].ReleaseReason"));
channelContext.setCallType(_ctx.stringValue("StartConferenceResponse.Data.CallContext.ChannelContexts["+ i +"].CallType"));
channelContext.setJobId(_ctx.stringValue("StartConferenceResponse.Data.CallContext.ChannelContexts["+ i +"].JobId"));
channelContext.setChannelId(_ctx.stringValue("StartConferenceResponse.Data.CallContext.ChannelContexts["+ i +"].ChannelId"));
channelContext.setOriginator(_ctx.stringValue("StartConferenceResponse.Data.CallContext.ChannelContexts["+ i +"].Originator"));
channelContext.setUserExtension(_ctx.stringValue("StartConferenceResponse.Data.CallContext.ChannelContexts["+ i +"].UserExtension"));
channelContexts.add(channelContext);
}
callContext.setChannelContexts(channelContexts);
data.setCallContext(callContext);
UserContext userContext = new UserContext();
userContext.setExtension(_ctx.stringValue("StartConferenceResponse.Data.UserContext.Extension"));
userContext.setHeartbeat(_ctx.longValue("StartConferenceResponse.Data.UserContext.Heartbeat"));
userContext.setWorkMode(_ctx.stringValue("StartConferenceResponse.Data.UserContext.WorkMode"));
userContext.setDeviceId(_ctx.stringValue("StartConferenceResponse.Data.UserContext.DeviceId"));
userContext.setUserId(_ctx.stringValue("StartConferenceResponse.Data.UserContext.UserId"));
userContext.setReserved(_ctx.longValue("StartConferenceResponse.Data.UserContext.Reserved"));
userContext.setBreakCode(_ctx.stringValue("StartConferenceResponse.Data.UserContext.BreakCode"));
userContext.setInstanceId(_ctx.stringValue("StartConferenceResponse.Data.UserContext.InstanceId"));
userContext.setOutboundScenario(_ctx.booleanValue("StartConferenceResponse.Data.UserContext.OutboundScenario"));
userContext.setDeviceState(_ctx.stringValue("StartConferenceResponse.Data.UserContext.DeviceState"));
userContext.setMobile(_ctx.stringValue("StartConferenceResponse.Data.UserContext.Mobile"));
userContext.setJobId(_ctx.stringValue("StartConferenceResponse.Data.UserContext.JobId"));
userContext.setUserState(_ctx.stringValue("StartConferenceResponse.Data.UserContext.UserState"));
List<String> signedSkillGroupIdList = new ArrayList<String>();
for (int i = 0; i < _ctx.lengthValue("StartConferenceResponse.Data.UserContext.SignedSkillGroupIdList.Length"); i++) {
signedSkillGroupIdList.add(_ctx.stringValue("StartConferenceResponse.Data.UserContext.SignedSkillGroupIdList["+ i +"]"));
}
userContext.setSignedSkillGroupIdList(signedSkillGroupIdList);
data.setUserContext(userContext);
startConferenceResponse.setData(data);
return startConferenceResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform/v20200701/StartEditContactFlowResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.ccc.transform.v20200701;
import com.aliyuncs.ccc.model.v20200701.StartEditContactFlowResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class StartEditContactFlowResponseUnmarshaller {
public static StartEditContactFlowResponse unmarshall(StartEditContactFlowResponse startEditContactFlowResponse, UnmarshallerContext _ctx) {
startEditContactFlowResponse.setRequestId(_ctx.stringValue("StartEditContactFlowResponse.RequestId"));
startEditContactFlowResponse.setHttpStatusCode(_ctx.integerValue("StartEditContactFlowResponse.HttpStatusCode"));
startEditContactFlowResponse.setCode(_ctx.stringValue("StartEditContactFlowResponse.Code"));
startEditContactFlowResponse.setMessage(_ctx.stringValue("StartEditContactFlowResponse.Message"));
startEditContactFlowResponse.setData(_ctx.stringValue("StartEditContactFlowResponse.Data"));
return startEditContactFlowResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform/v20200701/StartPredictiveCallResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.ccc.transform.v20200701;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.ccc.model.v20200701.StartPredictiveCallResponse;
import com.aliyuncs.ccc.model.v20200701.StartPredictiveCallResponse.Data;
import com.aliyuncs.ccc.model.v20200701.StartPredictiveCallResponse.Data.CallContext;
import com.aliyuncs.ccc.model.v20200701.StartPredictiveCallResponse.Data.CallContext.ChannelContext;
import com.aliyuncs.ccc.model.v20200701.StartPredictiveCallResponse.Data.UserContext;
import com.aliyuncs.transform.UnmarshallerContext;
public class StartPredictiveCallResponseUnmarshaller {
public static StartPredictiveCallResponse unmarshall(StartPredictiveCallResponse startPredictiveCallResponse, UnmarshallerContext _ctx) {
startPredictiveCallResponse.setRequestId(_ctx.stringValue("StartPredictiveCallResponse.RequestId"));
startPredictiveCallResponse.setCode(_ctx.stringValue("StartPredictiveCallResponse.Code"));
startPredictiveCallResponse.setHttpStatusCode(_ctx.integerValue("StartPredictiveCallResponse.HttpStatusCode"));
startPredictiveCallResponse.setMessage(_ctx.stringValue("StartPredictiveCallResponse.Message"));
List<String> params = new ArrayList<String>();
for (int i = 0; i < _ctx.lengthValue("StartPredictiveCallResponse.Params.Length"); i++) {
params.add(_ctx.stringValue("StartPredictiveCallResponse.Params["+ i +"]"));
}
startPredictiveCallResponse.setParams(params);
Data data = new Data();
CallContext callContext = new CallContext();
callContext.setCallType(_ctx.stringValue("StartPredictiveCallResponse.Data.CallContext.CallType"));
callContext.setInstanceId(_ctx.stringValue("StartPredictiveCallResponse.Data.CallContext.InstanceId"));
callContext.setJobId(_ctx.stringValue("StartPredictiveCallResponse.Data.CallContext.JobId"));
List<ChannelContext> channelContexts = new ArrayList<ChannelContext>();
for (int i = 0; i < _ctx.lengthValue("StartPredictiveCallResponse.Data.CallContext.ChannelContexts.Length"); i++) {
ChannelContext channelContext = new ChannelContext();
channelContext.setReleaseInitiator(_ctx.stringValue("StartPredictiveCallResponse.Data.CallContext.ChannelContexts["+ i +"].ReleaseInitiator"));
channelContext.setChannelState(_ctx.stringValue("StartPredictiveCallResponse.Data.CallContext.ChannelContexts["+ i +"].ChannelState"));
channelContext.setDestination(_ctx.stringValue("StartPredictiveCallResponse.Data.CallContext.ChannelContexts["+ i +"].Destination"));
channelContext.setUserId(_ctx.stringValue("StartPredictiveCallResponse.Data.CallContext.ChannelContexts["+ i +"].UserId"));
channelContext.setChannelFlags(_ctx.stringValue("StartPredictiveCallResponse.Data.CallContext.ChannelContexts["+ i +"].ChannelFlags"));
channelContext.setTimestamp(_ctx.longValue("StartPredictiveCallResponse.Data.CallContext.ChannelContexts["+ i +"].Timestamp"));
channelContext.setReleaseReason(_ctx.stringValue("StartPredictiveCallResponse.Data.CallContext.ChannelContexts["+ i +"].ReleaseReason"));
channelContext.setCallType(_ctx.stringValue("StartPredictiveCallResponse.Data.CallContext.ChannelContexts["+ i +"].CallType"));
channelContext.setJobId(_ctx.stringValue("StartPredictiveCallResponse.Data.CallContext.ChannelContexts["+ i +"].JobId"));
channelContext.setChannelId(_ctx.stringValue("StartPredictiveCallResponse.Data.CallContext.ChannelContexts["+ i +"].ChannelId"));
channelContext.setOriginator(_ctx.stringValue("StartPredictiveCallResponse.Data.CallContext.ChannelContexts["+ i +"].Originator"));
channelContext.setUserExtension(_ctx.stringValue("StartPredictiveCallResponse.Data.CallContext.ChannelContexts["+ i +"].UserExtension"));
channelContexts.add(channelContext);
}
callContext.setChannelContexts(channelContexts);
data.setCallContext(callContext);
UserContext userContext = new UserContext();
userContext.setExtension(_ctx.stringValue("StartPredictiveCallResponse.Data.UserContext.Extension"));
userContext.setHeartbeat(_ctx.longValue("StartPredictiveCallResponse.Data.UserContext.Heartbeat"));
userContext.setWorkMode(_ctx.stringValue("StartPredictiveCallResponse.Data.UserContext.WorkMode"));
userContext.setDeviceId(_ctx.stringValue("StartPredictiveCallResponse.Data.UserContext.DeviceId"));
userContext.setUserId(_ctx.stringValue("StartPredictiveCallResponse.Data.UserContext.UserId"));
userContext.setReserved(_ctx.longValue("StartPredictiveCallResponse.Data.UserContext.Reserved"));
userContext.setBreakCode(_ctx.stringValue("StartPredictiveCallResponse.Data.UserContext.BreakCode"));
userContext.setInstanceId(_ctx.stringValue("StartPredictiveCallResponse.Data.UserContext.InstanceId"));
userContext.setOutboundScenario(_ctx.booleanValue("StartPredictiveCallResponse.Data.UserContext.OutboundScenario"));
userContext.setDeviceState(_ctx.stringValue("StartPredictiveCallResponse.Data.UserContext.DeviceState"));
userContext.setMobile(_ctx.stringValue("StartPredictiveCallResponse.Data.UserContext.Mobile"));
userContext.setJobId(_ctx.stringValue("StartPredictiveCallResponse.Data.UserContext.JobId"));
userContext.setUserState(_ctx.stringValue("StartPredictiveCallResponse.Data.UserContext.UserState"));
List<String> signedSkillGroupIdList = new ArrayList<String>();
for (int i = 0; i < _ctx.lengthValue("StartPredictiveCallResponse.Data.UserContext.SignedSkillGroupIdList.Length"); i++) {
signedSkillGroupIdList.add(_ctx.stringValue("StartPredictiveCallResponse.Data.UserContext.SignedSkillGroupIdList["+ i +"]"));
}
userContext.setSignedSkillGroupIdList(signedSkillGroupIdList);
data.setUserContext(userContext);
startPredictiveCallResponse.setData(data);
return startPredictiveCallResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform/v20200701/StartPrivacyCallResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.ccc.transform.v20200701;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.ccc.model.v20200701.StartPrivacyCallResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class StartPrivacyCallResponseUnmarshaller {
public static StartPrivacyCallResponse unmarshall(StartPrivacyCallResponse startPrivacyCallResponse, UnmarshallerContext _ctx) {
startPrivacyCallResponse.setRequestId(_ctx.stringValue("StartPrivacyCallResponse.RequestId"));
startPrivacyCallResponse.setCode(_ctx.stringValue("StartPrivacyCallResponse.Code"));
startPrivacyCallResponse.setHttpStatusCode(_ctx.integerValue("StartPrivacyCallResponse.HttpStatusCode"));
startPrivacyCallResponse.setMessage(_ctx.stringValue("StartPrivacyCallResponse.Message"));
startPrivacyCallResponse.setData(_ctx.stringValue("StartPrivacyCallResponse.Data"));
List<String> params = new ArrayList<String>();
for (int i = 0; i < _ctx.lengthValue("StartPrivacyCallResponse.Params.Length"); i++) {
params.add(_ctx.stringValue("StartPrivacyCallResponse.Params["+ i +"]"));
}
startPrivacyCallResponse.setParams(params);
return startPrivacyCallResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform/v20200701/SubmitCampaignResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.ccc.transform.v20200701;
import com.aliyuncs.ccc.model.v20200701.SubmitCampaignResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class SubmitCampaignResponseUnmarshaller {
public static SubmitCampaignResponse unmarshall(SubmitCampaignResponse submitCampaignResponse, UnmarshallerContext _ctx) {
submitCampaignResponse.setRequestId(_ctx.stringValue("SubmitCampaignResponse.RequestId"));
submitCampaignResponse.setCode(_ctx.stringValue("SubmitCampaignResponse.Code"));
submitCampaignResponse.setMessage(_ctx.stringValue("SubmitCampaignResponse.Message"));
submitCampaignResponse.setHttpStatusCode(_ctx.stringValue("SubmitCampaignResponse.HttpStatusCode"));
return submitCampaignResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform/v20200701/SwitchToConferenceResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.ccc.transform.v20200701;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.ccc.model.v20200701.SwitchToConferenceResponse;
import com.aliyuncs.ccc.model.v20200701.SwitchToConferenceResponse.Data;
import com.aliyuncs.ccc.model.v20200701.SwitchToConferenceResponse.Data.CallContext;
import com.aliyuncs.ccc.model.v20200701.SwitchToConferenceResponse.Data.CallContext.ChannelContext;
import com.aliyuncs.ccc.model.v20200701.SwitchToConferenceResponse.Data.UserContext;
import com.aliyuncs.transform.UnmarshallerContext;
public class SwitchToConferenceResponseUnmarshaller {
public static SwitchToConferenceResponse unmarshall(SwitchToConferenceResponse switchToConferenceResponse, UnmarshallerContext _ctx) {
switchToConferenceResponse.setRequestId(_ctx.stringValue("SwitchToConferenceResponse.RequestId"));
switchToConferenceResponse.setCode(_ctx.stringValue("SwitchToConferenceResponse.Code"));
switchToConferenceResponse.setHttpStatusCode(_ctx.integerValue("SwitchToConferenceResponse.HttpStatusCode"));
switchToConferenceResponse.setMessage(_ctx.stringValue("SwitchToConferenceResponse.Message"));
List<String> params = new ArrayList<String>();
for (int i = 0; i < _ctx.lengthValue("SwitchToConferenceResponse.Params.Length"); i++) {
params.add(_ctx.stringValue("SwitchToConferenceResponse.Params["+ i +"]"));
}
switchToConferenceResponse.setParams(params);
Data data = new Data();
CallContext callContext = new CallContext();
callContext.setCallType(_ctx.stringValue("SwitchToConferenceResponse.Data.CallContext.CallType"));
callContext.setInstanceId(_ctx.stringValue("SwitchToConferenceResponse.Data.CallContext.InstanceId"));
callContext.setJobId(_ctx.stringValue("SwitchToConferenceResponse.Data.CallContext.JobId"));
List<ChannelContext> channelContexts = new ArrayList<ChannelContext>();
for (int i = 0; i < _ctx.lengthValue("SwitchToConferenceResponse.Data.CallContext.ChannelContexts.Length"); i++) {
ChannelContext channelContext = new ChannelContext();
channelContext.setIndex(_ctx.integerValue("SwitchToConferenceResponse.Data.CallContext.ChannelContexts["+ i +"].Index"));
channelContext.setReleaseInitiator(_ctx.stringValue("SwitchToConferenceResponse.Data.CallContext.ChannelContexts["+ i +"].ReleaseInitiator"));
channelContext.setChannelState(_ctx.stringValue("SwitchToConferenceResponse.Data.CallContext.ChannelContexts["+ i +"].ChannelState"));
channelContext.setDestination(_ctx.stringValue("SwitchToConferenceResponse.Data.CallContext.ChannelContexts["+ i +"].Destination"));
channelContext.setSkillGroupId(_ctx.stringValue("SwitchToConferenceResponse.Data.CallContext.ChannelContexts["+ i +"].SkillGroupId"));
channelContext.setUserId(_ctx.stringValue("SwitchToConferenceResponse.Data.CallContext.ChannelContexts["+ i +"].UserId"));
channelContext.setChannelFlags(_ctx.stringValue("SwitchToConferenceResponse.Data.CallContext.ChannelContexts["+ i +"].ChannelFlags"));
channelContext.setTimestamp(_ctx.longValue("SwitchToConferenceResponse.Data.CallContext.ChannelContexts["+ i +"].Timestamp"));
channelContext.setReleaseReason(_ctx.stringValue("SwitchToConferenceResponse.Data.CallContext.ChannelContexts["+ i +"].ReleaseReason"));
channelContext.setCallType(_ctx.stringValue("SwitchToConferenceResponse.Data.CallContext.ChannelContexts["+ i +"].CallType"));
channelContext.setJobId(_ctx.stringValue("SwitchToConferenceResponse.Data.CallContext.ChannelContexts["+ i +"].JobId"));
channelContext.setChannelId(_ctx.stringValue("SwitchToConferenceResponse.Data.CallContext.ChannelContexts["+ i +"].ChannelId"));
channelContext.setOriginator(_ctx.stringValue("SwitchToConferenceResponse.Data.CallContext.ChannelContexts["+ i +"].Originator"));
channelContext.setUserExtension(_ctx.stringValue("SwitchToConferenceResponse.Data.CallContext.ChannelContexts["+ i +"].UserExtension"));
channelContexts.add(channelContext);
}
callContext.setChannelContexts(channelContexts);
data.setCallContext(callContext);
UserContext userContext = new UserContext();
userContext.setHeartbeat(_ctx.longValue("SwitchToConferenceResponse.Data.UserContext.Heartbeat"));
userContext.setExtension(_ctx.stringValue("SwitchToConferenceResponse.Data.UserContext.Extension"));
userContext.setWorkMode(_ctx.stringValue("SwitchToConferenceResponse.Data.UserContext.WorkMode"));
userContext.setDeviceId(_ctx.stringValue("SwitchToConferenceResponse.Data.UserContext.DeviceId"));
userContext.setUserId(_ctx.stringValue("SwitchToConferenceResponse.Data.UserContext.UserId"));
userContext.setBreakCode(_ctx.stringValue("SwitchToConferenceResponse.Data.UserContext.BreakCode"));
userContext.setInstanceId(_ctx.stringValue("SwitchToConferenceResponse.Data.UserContext.InstanceId"));
userContext.setOutboundScenario(_ctx.booleanValue("SwitchToConferenceResponse.Data.UserContext.OutboundScenario"));
userContext.setDeviceState(_ctx.stringValue("SwitchToConferenceResponse.Data.UserContext.DeviceState"));
userContext.setMobile(_ctx.stringValue("SwitchToConferenceResponse.Data.UserContext.Mobile"));
userContext.setJobId(_ctx.stringValue("SwitchToConferenceResponse.Data.UserContext.JobId"));
userContext.setUserState(_ctx.stringValue("SwitchToConferenceResponse.Data.UserContext.UserState"));
List<String> signedSkillGroupIdList = new ArrayList<String>();
for (int i = 0; i < _ctx.lengthValue("SwitchToConferenceResponse.Data.UserContext.SignedSkillGroupIdList.Length"); i++) {
signedSkillGroupIdList.add(_ctx.stringValue("SwitchToConferenceResponse.Data.UserContext.SignedSkillGroupIdList["+ i +"]"));
}
userContext.setSignedSkillGroupIdList(signedSkillGroupIdList);
data.setUserContext(userContext);
switchToConferenceResponse.setData(data);
return switchToConferenceResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform/v20200701/TakeBreakResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.ccc.transform.v20200701;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.ccc.model.v20200701.TakeBreakResponse;
import com.aliyuncs.ccc.model.v20200701.TakeBreakResponse.Data;
import com.aliyuncs.transform.UnmarshallerContext;
public class TakeBreakResponseUnmarshaller {
public static TakeBreakResponse unmarshall(TakeBreakResponse takeBreakResponse, UnmarshallerContext _ctx) {
takeBreakResponse.setRequestId(_ctx.stringValue("TakeBreakResponse.RequestId"));
takeBreakResponse.setCode(_ctx.stringValue("TakeBreakResponse.Code"));
takeBreakResponse.setHttpStatusCode(_ctx.integerValue("TakeBreakResponse.HttpStatusCode"));
takeBreakResponse.setMessage(_ctx.stringValue("TakeBreakResponse.Message"));
List<String> params = new ArrayList<String>();
for (int i = 0; i < _ctx.lengthValue("TakeBreakResponse.Params.Length"); i++) {
params.add(_ctx.stringValue("TakeBreakResponse.Params["+ i +"]"));
}
takeBreakResponse.setParams(params);
Data data = new Data();
data.setExtension(_ctx.stringValue("TakeBreakResponse.Data.Extension"));
data.setHeartbeat(_ctx.longValue("TakeBreakResponse.Data.Heartbeat"));
data.setWorkMode(_ctx.stringValue("TakeBreakResponse.Data.WorkMode"));
data.setDeviceId(_ctx.stringValue("TakeBreakResponse.Data.DeviceId"));
data.setUserId(_ctx.stringValue("TakeBreakResponse.Data.UserId"));
data.setReserved(_ctx.longValue("TakeBreakResponse.Data.Reserved"));
data.setBreakCode(_ctx.stringValue("TakeBreakResponse.Data.BreakCode"));
data.setInstanceId(_ctx.stringValue("TakeBreakResponse.Data.InstanceId"));
data.setOutboundScenario(_ctx.booleanValue("TakeBreakResponse.Data.OutboundScenario"));
data.setMobile(_ctx.stringValue("TakeBreakResponse.Data.Mobile"));
data.setJobId(_ctx.stringValue("TakeBreakResponse.Data.JobId"));
data.setUserState(_ctx.stringValue("TakeBreakResponse.Data.UserState"));
List<String> signedSkillGroupIdList = new ArrayList<String>();
for (int i = 0; i < _ctx.lengthValue("TakeBreakResponse.Data.SignedSkillGroupIdList.Length"); i++) {
signedSkillGroupIdList.add(_ctx.stringValue("TakeBreakResponse.Data.SignedSkillGroupIdList["+ i +"]"));
}
data.setSignedSkillGroupIdList(signedSkillGroupIdList);
takeBreakResponse.setData(data);
return takeBreakResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform/v20200701/TerminateTicketResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.ccc.transform.v20200701;
import com.aliyuncs.ccc.model.v20200701.TerminateTicketResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class TerminateTicketResponseUnmarshaller {
public static TerminateTicketResponse unmarshall(TerminateTicketResponse terminateTicketResponse, UnmarshallerContext _ctx) {
return terminateTicketResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform/v20200701/TransferTicketTaskResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.ccc.transform.v20200701;
import com.aliyuncs.ccc.model.v20200701.TransferTicketTaskResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class TransferTicketTaskResponseUnmarshaller {
public static TransferTicketTaskResponse unmarshall(TransferTicketTaskResponse transferTicketTaskResponse, UnmarshallerContext _ctx) {
return transferTicketTaskResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform/v20200701/UnmuteCallResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.ccc.transform.v20200701;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.ccc.model.v20200701.UnmuteCallResponse;
import com.aliyuncs.ccc.model.v20200701.UnmuteCallResponse.Data;
import com.aliyuncs.ccc.model.v20200701.UnmuteCallResponse.Data.CallContext;
import com.aliyuncs.ccc.model.v20200701.UnmuteCallResponse.Data.CallContext.ChannelContext;
import com.aliyuncs.ccc.model.v20200701.UnmuteCallResponse.Data.UserContext;
import com.aliyuncs.transform.UnmarshallerContext;
public class UnmuteCallResponseUnmarshaller {
public static UnmuteCallResponse unmarshall(UnmuteCallResponse unmuteCallResponse, UnmarshallerContext _ctx) {
unmuteCallResponse.setRequestId(_ctx.stringValue("UnmuteCallResponse.RequestId"));
unmuteCallResponse.setCode(_ctx.stringValue("UnmuteCallResponse.Code"));
unmuteCallResponse.setHttpStatusCode(_ctx.integerValue("UnmuteCallResponse.HttpStatusCode"));
unmuteCallResponse.setMessage(_ctx.stringValue("UnmuteCallResponse.Message"));
List<String> params = new ArrayList<String>();
for (int i = 0; i < _ctx.lengthValue("UnmuteCallResponse.Params.Length"); i++) {
params.add(_ctx.stringValue("UnmuteCallResponse.Params["+ i +"]"));
}
unmuteCallResponse.setParams(params);
Data data = new Data();
CallContext callContext = new CallContext();
callContext.setCallType(_ctx.stringValue("UnmuteCallResponse.Data.CallContext.CallType"));
callContext.setInstanceId(_ctx.stringValue("UnmuteCallResponse.Data.CallContext.InstanceId"));
callContext.setJobId(_ctx.stringValue("UnmuteCallResponse.Data.CallContext.JobId"));
List<ChannelContext> channelContexts = new ArrayList<ChannelContext>();
for (int i = 0; i < _ctx.lengthValue("UnmuteCallResponse.Data.CallContext.ChannelContexts.Length"); i++) {
ChannelContext channelContext = new ChannelContext();
channelContext.setIndex(_ctx.integerValue("UnmuteCallResponse.Data.CallContext.ChannelContexts["+ i +"].Index"));
channelContext.setReleaseInitiator(_ctx.stringValue("UnmuteCallResponse.Data.CallContext.ChannelContexts["+ i +"].ReleaseInitiator"));
channelContext.setChannelState(_ctx.stringValue("UnmuteCallResponse.Data.CallContext.ChannelContexts["+ i +"].ChannelState"));
channelContext.setDestination(_ctx.stringValue("UnmuteCallResponse.Data.CallContext.ChannelContexts["+ i +"].Destination"));
channelContext.setUserId(_ctx.stringValue("UnmuteCallResponse.Data.CallContext.ChannelContexts["+ i +"].UserId"));
channelContext.setChannelFlags(_ctx.stringValue("UnmuteCallResponse.Data.CallContext.ChannelContexts["+ i +"].ChannelFlags"));
channelContext.setSkillGroupId(_ctx.stringValue("UnmuteCallResponse.Data.CallContext.ChannelContexts["+ i +"].SkillGroupId"));
channelContext.setTimestamp(_ctx.longValue("UnmuteCallResponse.Data.CallContext.ChannelContexts["+ i +"].Timestamp"));
channelContext.setReleaseReason(_ctx.stringValue("UnmuteCallResponse.Data.CallContext.ChannelContexts["+ i +"].ReleaseReason"));
channelContext.setCallType(_ctx.stringValue("UnmuteCallResponse.Data.CallContext.ChannelContexts["+ i +"].CallType"));
channelContext.setJobId(_ctx.stringValue("UnmuteCallResponse.Data.CallContext.ChannelContexts["+ i +"].JobId"));
channelContext.setChannelId(_ctx.stringValue("UnmuteCallResponse.Data.CallContext.ChannelContexts["+ i +"].ChannelId"));
channelContext.setUserExtension(_ctx.stringValue("UnmuteCallResponse.Data.CallContext.ChannelContexts["+ i +"].UserExtension"));
channelContext.setOriginator(_ctx.stringValue("UnmuteCallResponse.Data.CallContext.ChannelContexts["+ i +"].Originator"));
channelContexts.add(channelContext);
}
callContext.setChannelContexts(channelContexts);
data.setCallContext(callContext);
UserContext userContext = new UserContext();
userContext.setHeartbeat(_ctx.longValue("UnmuteCallResponse.Data.UserContext.Heartbeat"));
userContext.setExtension(_ctx.stringValue("UnmuteCallResponse.Data.UserContext.Extension"));
userContext.setWorkMode(_ctx.stringValue("UnmuteCallResponse.Data.UserContext.WorkMode"));
userContext.setMobile(_ctx.stringValue("UnmuteCallResponse.Data.UserContext.Mobile"));
userContext.setDeviceId(_ctx.stringValue("UnmuteCallResponse.Data.UserContext.DeviceId"));
userContext.setJobId(_ctx.stringValue("UnmuteCallResponse.Data.UserContext.JobId"));
userContext.setUserId(_ctx.stringValue("UnmuteCallResponse.Data.UserContext.UserId"));
userContext.setBreakCode(_ctx.stringValue("UnmuteCallResponse.Data.UserContext.BreakCode"));
userContext.setInstanceId(_ctx.stringValue("UnmuteCallResponse.Data.UserContext.InstanceId"));
userContext.setOutboundScenario(_ctx.booleanValue("UnmuteCallResponse.Data.UserContext.OutboundScenario"));
userContext.setUserState(_ctx.stringValue("UnmuteCallResponse.Data.UserContext.UserState"));
List<String> signedSkillGroupIdList = new ArrayList<String>();
for (int i = 0; i < _ctx.lengthValue("UnmuteCallResponse.Data.UserContext.SignedSkillGroupIdList.Length"); i++) {
signedSkillGroupIdList.add(_ctx.stringValue("UnmuteCallResponse.Data.UserContext.SignedSkillGroupIdList["+ i +"]"));
}
userContext.setSignedSkillGroupIdList(signedSkillGroupIdList);
data.setUserContext(userContext);
unmuteCallResponse.setData(data);
return unmuteCallResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform/v20200701/UnregisterDeviceResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.ccc.transform.v20200701;
import com.aliyuncs.ccc.model.v20200701.UnregisterDeviceResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class UnregisterDeviceResponseUnmarshaller {
public static UnregisterDeviceResponse unmarshall(UnregisterDeviceResponse unregisterDeviceResponse, UnmarshallerContext _ctx) {
unregisterDeviceResponse.setRequestId(_ctx.stringValue("UnregisterDeviceResponse.RequestId"));
unregisterDeviceResponse.setCode(_ctx.stringValue("UnregisterDeviceResponse.Code"));
unregisterDeviceResponse.setHttpStatusCode(_ctx.integerValue("UnregisterDeviceResponse.HttpStatusCode"));
unregisterDeviceResponse.setMessage(_ctx.stringValue("UnregisterDeviceResponse.Message"));
return unregisterDeviceResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform/v20200701/UpdateCampaignResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.ccc.transform.v20200701;
import com.aliyuncs.ccc.model.v20200701.UpdateCampaignResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class UpdateCampaignResponseUnmarshaller {
public static UpdateCampaignResponse unmarshall(UpdateCampaignResponse updateCampaignResponse, UnmarshallerContext _ctx) {
updateCampaignResponse.setRequestId(_ctx.stringValue("UpdateCampaignResponse.RequestId"));
updateCampaignResponse.setCode(_ctx.stringValue("UpdateCampaignResponse.Code"));
updateCampaignResponse.setMessage(_ctx.stringValue("UpdateCampaignResponse.Message"));
updateCampaignResponse.setHttpStatusCode(_ctx.longValue("UpdateCampaignResponse.HttpStatusCode"));
return updateCampaignResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform/v20200701/UpdateConfigItemsResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.ccc.transform.v20200701;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.ccc.model.v20200701.UpdateConfigItemsResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class UpdateConfigItemsResponseUnmarshaller {
public static UpdateConfigItemsResponse unmarshall(UpdateConfigItemsResponse updateConfigItemsResponse, UnmarshallerContext _ctx) {
updateConfigItemsResponse.setRequestId(_ctx.stringValue("UpdateConfigItemsResponse.RequestId"));
updateConfigItemsResponse.setCode(_ctx.stringValue("UpdateConfigItemsResponse.Code"));
updateConfigItemsResponse.setHttpStatusCode(_ctx.integerValue("UpdateConfigItemsResponse.HttpStatusCode"));
updateConfigItemsResponse.setMessage(_ctx.stringValue("UpdateConfigItemsResponse.Message"));
List<String> params = new ArrayList<String>();
for (int i = 0; i < _ctx.lengthValue("UpdateConfigItemsResponse.Params.Length"); i++) {
params.add(_ctx.stringValue("UpdateConfigItemsResponse.Params["+ i +"]"));
}
updateConfigItemsResponse.setParams(params);
return updateConfigItemsResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform/v20200701/UpdateSchemaPropertyResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.ccc.transform.v20200701;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.ccc.model.v20200701.UpdateSchemaPropertyResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class UpdateSchemaPropertyResponseUnmarshaller {
public static UpdateSchemaPropertyResponse unmarshall(UpdateSchemaPropertyResponse updateSchemaPropertyResponse, UnmarshallerContext _ctx) {
updateSchemaPropertyResponse.setRequestId(_ctx.stringValue("UpdateSchemaPropertyResponse.RequestId"));
updateSchemaPropertyResponse.setHttpStatusCode(_ctx.integerValue("UpdateSchemaPropertyResponse.HttpStatusCode"));
updateSchemaPropertyResponse.setCode(_ctx.stringValue("UpdateSchemaPropertyResponse.Code"));
updateSchemaPropertyResponse.setMessage(_ctx.stringValue("UpdateSchemaPropertyResponse.Message"));
List<String> params = new ArrayList<String>();
for (int i = 0; i < _ctx.lengthValue("UpdateSchemaPropertyResponse.Params.Length"); i++) {
params.add(_ctx.stringValue("UpdateSchemaPropertyResponse.Params["+ i +"]"));
}
updateSchemaPropertyResponse.setParams(params);
return updateSchemaPropertyResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform/v20200701/UpdateTicketResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.ccc.transform.v20200701;
import com.aliyuncs.ccc.model.v20200701.UpdateTicketResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class UpdateTicketResponseUnmarshaller {
public static UpdateTicketResponse unmarshall(UpdateTicketResponse updateTicketResponse, UnmarshallerContext _ctx) {
return updateTicketResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform
|
java-sources/com/aliyun/aliyun-java-sdk-ccc/2.10.6/com/aliyuncs/ccc/transform/v20200701/WithdrawTicketResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.ccc.transform.v20200701;
import com.aliyuncs.ccc.model.v20200701.WithdrawTicketResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class WithdrawTicketResponseUnmarshaller {
public static WithdrawTicketResponse unmarshall(WithdrawTicketResponse withdrawTicketResponse, UnmarshallerContext _ctx) {
return withdrawTicketResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/ChangeAgentStatusRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.model.v20191227;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class ChangeAgentStatusRequest extends RpcAcsRequest<ChangeAgentStatusResponse> {
private Long agentId;
private String method;
public ChangeAgentStatusRequest() {
super("CCCXSpaceInner", "2019-12-27", "ChangeAgentStatus");
setMethod(MethodType.PUT);
}
public Long getAgentId() {
return this.agentId;
}
public void setAgentId(Long agentId) {
this.agentId = agentId;
if(agentId != null){
putBodyParameter("AgentId", agentId.toString());
}
}
public String getBizMethod() {
return this.method;
}
public void setBizMethod(String method) {
this.method = method;
if(method != null){
putBodyParameter("Method", method);
}
}
@Override
public Class<ChangeAgentStatusResponse> getResponseClass() {
return ChangeAgentStatusResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/ChangeAgentStatusResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.model.v20191227;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cccxspaceinner.transform.v20191227.ChangeAgentStatusResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ChangeAgentStatusResponse extends AcsResponse {
private String message;
private String data;
private String code;
private Boolean success;
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
@Override
public ChangeAgentStatusResponse getInstance(UnmarshallerContext context) {
return ChangeAgentStatusResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/ChangeRuleGroupValidStatusRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.model.v20191227;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class ChangeRuleGroupValidStatusRequest extends RpcAcsRequest<ChangeRuleGroupValidStatusResponse> {
private Long ruleGroupId;
private Boolean status;
private Long servicerId;
public ChangeRuleGroupValidStatusRequest() {
super("CCCXSpaceInner", "2019-12-27", "ChangeRuleGroupValidStatus");
setMethod(MethodType.PUT);
}
public Long getRuleGroupId() {
return this.ruleGroupId;
}
public void setRuleGroupId(Long ruleGroupId) {
this.ruleGroupId = ruleGroupId;
if(ruleGroupId != null){
putBodyParameter("RuleGroupId", ruleGroupId.toString());
}
}
public Boolean getStatus() {
return this.status;
}
public void setStatus(Boolean status) {
this.status = status;
if(status != null){
putBodyParameter("Status", status.toString());
}
}
public Long getServicerId() {
return this.servicerId;
}
public void setServicerId(Long servicerId) {
this.servicerId = servicerId;
if(servicerId != null){
putBodyParameter("ServicerId", servicerId.toString());
}
}
@Override
public Class<ChangeRuleGroupValidStatusResponse> getResponseClass() {
return ChangeRuleGroupValidStatusResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/ChangeRuleGroupValidStatusResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.model.v20191227;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cccxspaceinner.transform.v20191227.ChangeRuleGroupValidStatusResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ChangeRuleGroupValidStatusResponse extends AcsResponse {
private String message;
private String data;
private String code;
private Boolean success;
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
@Override
public ChangeRuleGroupValidStatusResponse getInstance(UnmarshallerContext context) {
return ChangeRuleGroupValidStatusResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/ClearAgentGroupsRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.model.v20191227;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class ClearAgentGroupsRequest extends RpcAcsRequest<ClearAgentGroupsResponse> {
private Long buId;
private Long agentId;
public ClearAgentGroupsRequest() {
super("CCCXSpaceInner", "2019-12-27", "ClearAgentGroups");
setMethod(MethodType.PUT);
}
public Long getBuId() {
return this.buId;
}
public void setBuId(Long buId) {
this.buId = buId;
if(buId != null){
putBodyParameter("BuId", buId.toString());
}
}
public Long getAgentId() {
return this.agentId;
}
public void setAgentId(Long agentId) {
this.agentId = agentId;
if(agentId != null){
putBodyParameter("AgentId", agentId.toString());
}
}
@Override
public Class<ClearAgentGroupsResponse> getResponseClass() {
return ClearAgentGroupsResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/ClearAgentGroupsResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.model.v20191227;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cccxspaceinner.transform.v20191227.ClearAgentGroupsResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ClearAgentGroupsResponse extends AcsResponse {
private String message;
private String requestId;
private String data;
private String code;
private Boolean success;
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
@Override
public ClearAgentGroupsResponse getInstance(UnmarshallerContext context) {
return ClearAgentGroupsResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/CloseTicketRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.model.v20191227;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class CloseTicketRequest extends RpcAcsRequest<CloseTicketResponse> {
private String clientToken;
private Long tenantId;
private Long ticketId;
private String actionItems;
private Long operatorId;
public CloseTicketRequest() {
super("CCCXSpaceInner", "2019-12-27", "CloseTicket");
setMethod(MethodType.POST);
}
public String getClientToken() {
return this.clientToken;
}
public void setClientToken(String clientToken) {
this.clientToken = clientToken;
if(clientToken != null){
putBodyParameter("ClientToken", clientToken);
}
}
public Long getTenantId() {
return this.tenantId;
}
public void setTenantId(Long tenantId) {
this.tenantId = tenantId;
if(tenantId != null){
putBodyParameter("TenantId", tenantId.toString());
}
}
public Long getTicketId() {
return this.ticketId;
}
public void setTicketId(Long ticketId) {
this.ticketId = ticketId;
if(ticketId != null){
putBodyParameter("TicketId", ticketId.toString());
}
}
public String getActionItems() {
return this.actionItems;
}
public void setActionItems(String actionItems) {
this.actionItems = actionItems;
if(actionItems != null){
putBodyParameter("ActionItems", actionItems);
}
}
public Long getOperatorId() {
return this.operatorId;
}
public void setOperatorId(Long operatorId) {
this.operatorId = operatorId;
if(operatorId != null){
putBodyParameter("OperatorId", operatorId.toString());
}
}
@Override
public Class<CloseTicketResponse> getResponseClass() {
return CloseTicketResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/CloseTicketResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.model.v20191227;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cccxspaceinner.transform.v20191227.CloseTicketResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class CloseTicketResponse extends AcsResponse {
private String message;
private String requestId;
private String code;
private Boolean success;
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
@Override
public CloseTicketResponse getInstance(UnmarshallerContext context) {
return CloseTicketResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/CreateAgentBusinessUnitRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.model.v20191227;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class CreateAgentBusinessUnitRequest extends RpcAcsRequest<CreateAgentBusinessUnitResponse> {
private String outerType;
private String outerBuId;
private String buName;
private String outerAdminAccountId;
private String outerAdminAccountName;
public CreateAgentBusinessUnitRequest() {
super("CCCXSpaceInner", "2019-12-27", "CreateAgentBusinessUnit");
setMethod(MethodType.POST);
}
public String getOuterType() {
return this.outerType;
}
public void setOuterType(String outerType) {
this.outerType = outerType;
if(outerType != null){
putBodyParameter("OuterType", outerType);
}
}
public String getOuterBuId() {
return this.outerBuId;
}
public void setOuterBuId(String outerBuId) {
this.outerBuId = outerBuId;
if(outerBuId != null){
putBodyParameter("OuterBuId", outerBuId);
}
}
public String getBuName() {
return this.buName;
}
public void setBuName(String buName) {
this.buName = buName;
if(buName != null){
putBodyParameter("BuName", buName);
}
}
public String getOuterAdminAccountId() {
return this.outerAdminAccountId;
}
public void setOuterAdminAccountId(String outerAdminAccountId) {
this.outerAdminAccountId = outerAdminAccountId;
if(outerAdminAccountId != null){
putBodyParameter("OuterAdminAccountId", outerAdminAccountId);
}
}
public String getOuterAdminAccountName() {
return this.outerAdminAccountName;
}
public void setOuterAdminAccountName(String outerAdminAccountName) {
this.outerAdminAccountName = outerAdminAccountName;
if(outerAdminAccountName != null){
putBodyParameter("OuterAdminAccountName", outerAdminAccountName);
}
}
@Override
public Class<CreateAgentBusinessUnitResponse> getResponseClass() {
return CreateAgentBusinessUnitResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/CreateAgentBusinessUnitResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.model.v20191227;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cccxspaceinner.transform.v20191227.CreateAgentBusinessUnitResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class CreateAgentBusinessUnitResponse extends AcsResponse {
private String message;
private String code;
private Boolean success;
private Data data;
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public Data getData() {
return this.data;
}
public void setData(Data data) {
this.data = data;
}
public static class Data {
private Long buId;
private Long departmentId;
private String buName;
private Long adminAgentId;
private String buKey;
public Long getBuId() {
return this.buId;
}
public void setBuId(Long buId) {
this.buId = buId;
}
public Long getDepartmentId() {
return this.departmentId;
}
public void setDepartmentId(Long departmentId) {
this.departmentId = departmentId;
}
public String getBuName() {
return this.buName;
}
public void setBuName(String buName) {
this.buName = buName;
}
public Long getAdminAgentId() {
return this.adminAgentId;
}
public void setAdminAgentId(Long adminAgentId) {
this.adminAgentId = adminAgentId;
}
public String getBuKey() {
return this.buKey;
}
public void setBuKey(String buKey) {
this.buKey = buKey;
}
}
@Override
public CreateAgentBusinessUnitResponse getInstance(UnmarshallerContext context) {
return CreateAgentBusinessUnitResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/CreateCaseTicketRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.model.v20191227;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class CreateCaseTicketRequest extends RpcAcsRequest<CreateCaseTicketResponse> {
private String title;
private Long templateId;
private String value;
private Long memberId;
private String memberName;
private String from;
public CreateCaseTicketRequest() {
super("CCCXSpaceInner", "2019-12-27", "CreateCaseTicket");
setMethod(MethodType.POST);
}
public String getTitle() {
return this.title;
}
public void setTitle(String title) {
this.title = title;
if(title != null){
putBodyParameter("Title", title);
}
}
public Long getTemplateId() {
return this.templateId;
}
public void setTemplateId(Long templateId) {
this.templateId = templateId;
if(templateId != null){
putBodyParameter("TemplateId", templateId.toString());
}
}
public String getValue() {
return this.value;
}
public void setValue(String value) {
this.value = value;
if(value != null){
putBodyParameter("Value", value);
}
}
public Long getMemberId() {
return this.memberId;
}
public void setMemberId(Long memberId) {
this.memberId = memberId;
if(memberId != null){
putBodyParameter("MemberId", memberId.toString());
}
}
public String getMemberName() {
return this.memberName;
}
public void setMemberName(String memberName) {
this.memberName = memberName;
if(memberName != null){
putBodyParameter("MemberName", memberName);
}
}
public String getFrom() {
return this.from;
}
public void setFrom(String from) {
this.from = from;
if(from != null){
putBodyParameter("From", from);
}
}
@Override
public Class<CreateCaseTicketResponse> getResponseClass() {
return CreateCaseTicketResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/CreateCaseTicketResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.model.v20191227;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cccxspaceinner.transform.v20191227.CreateCaseTicketResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class CreateCaseTicketResponse extends AcsResponse {
private String message;
private String requestId;
private Long data;
private String code;
private Boolean success;
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Long getData() {
return this.data;
}
public void setData(Long data) {
this.data = data;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
@Override
public CreateCaseTicketResponse getInstance(UnmarshallerContext context) {
return CreateCaseTicketResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/CreateChatDispatchRuleRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.model.v20191227;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class CreateChatDispatchRuleRequest extends RpcAcsRequest<CreateChatDispatchRuleResponse> {
private String ruleName;
private Integer timeout;
private Integer heartTimeout;
private String offlineNotice;
private String noAgentNotice;
private Integer level;
private String skillGroupList;
private String enableWorkTime;
private String workTime;
private String memberEnqueueNotice;
private String memberDispatchNotice;
private Boolean enableMemberDispatchNotice;
private String memberSessionRemoveNotice;
private String leaveNoticeMessage;
private String memberLongSessionBeginTime;
private Integer memberQueueHeartTimeout;
private String agentCloseSessionNotice;
private String memberCloseSessionNotice;
private String agentSwitchQueueNotice;
private String agentOfflineSwitchQueueNotice;
private String memberDispatchNoticeSwitch;
private Long operatorId;
public CreateChatDispatchRuleRequest() {
super("CCCXSpaceInner", "2019-12-27", "CreateChatDispatchRule");
setMethod(MethodType.POST);
}
public String getRuleName() {
return this.ruleName;
}
public void setRuleName(String ruleName) {
this.ruleName = ruleName;
if(ruleName != null){
putBodyParameter("RuleName", ruleName);
}
}
public Integer getTimeout() {
return this.timeout;
}
public void setTimeout(Integer timeout) {
this.timeout = timeout;
if(timeout != null){
putBodyParameter("Timeout", timeout.toString());
}
}
public Integer getHeartTimeout() {
return this.heartTimeout;
}
public void setHeartTimeout(Integer heartTimeout) {
this.heartTimeout = heartTimeout;
if(heartTimeout != null){
putBodyParameter("HeartTimeout", heartTimeout.toString());
}
}
public String getOfflineNotice() {
return this.offlineNotice;
}
public void setOfflineNotice(String offlineNotice) {
this.offlineNotice = offlineNotice;
if(offlineNotice != null){
putBodyParameter("OfflineNotice", offlineNotice);
}
}
public String getNoAgentNotice() {
return this.noAgentNotice;
}
public void setNoAgentNotice(String noAgentNotice) {
this.noAgentNotice = noAgentNotice;
if(noAgentNotice != null){
putBodyParameter("NoAgentNotice", noAgentNotice);
}
}
public Integer getLevel() {
return this.level;
}
public void setLevel(Integer level) {
this.level = level;
if(level != null){
putBodyParameter("Level", level.toString());
}
}
public String getSkillGroupList() {
return this.skillGroupList;
}
public void setSkillGroupList(String skillGroupList) {
this.skillGroupList = skillGroupList;
if(skillGroupList != null){
putBodyParameter("SkillGroupList", skillGroupList);
}
}
public String getEnableWorkTime() {
return this.enableWorkTime;
}
public void setEnableWorkTime(String enableWorkTime) {
this.enableWorkTime = enableWorkTime;
if(enableWorkTime != null){
putBodyParameter("EnableWorkTime", enableWorkTime);
}
}
public String getWorkTime() {
return this.workTime;
}
public void setWorkTime(String workTime) {
this.workTime = workTime;
if(workTime != null){
putBodyParameter("WorkTime", workTime);
}
}
public String getMemberEnqueueNotice() {
return this.memberEnqueueNotice;
}
public void setMemberEnqueueNotice(String memberEnqueueNotice) {
this.memberEnqueueNotice = memberEnqueueNotice;
if(memberEnqueueNotice != null){
putBodyParameter("MemberEnqueueNotice", memberEnqueueNotice);
}
}
public String getMemberDispatchNotice() {
return this.memberDispatchNotice;
}
public void setMemberDispatchNotice(String memberDispatchNotice) {
this.memberDispatchNotice = memberDispatchNotice;
if(memberDispatchNotice != null){
putBodyParameter("MemberDispatchNotice", memberDispatchNotice);
}
}
public Boolean getEnableMemberDispatchNotice() {
return this.enableMemberDispatchNotice;
}
public void setEnableMemberDispatchNotice(Boolean enableMemberDispatchNotice) {
this.enableMemberDispatchNotice = enableMemberDispatchNotice;
if(enableMemberDispatchNotice != null){
putBodyParameter("EnableMemberDispatchNotice", enableMemberDispatchNotice.toString());
}
}
public String getMemberSessionRemoveNotice() {
return this.memberSessionRemoveNotice;
}
public void setMemberSessionRemoveNotice(String memberSessionRemoveNotice) {
this.memberSessionRemoveNotice = memberSessionRemoveNotice;
if(memberSessionRemoveNotice != null){
putBodyParameter("MemberSessionRemoveNotice", memberSessionRemoveNotice);
}
}
public String getLeaveNoticeMessage() {
return this.leaveNoticeMessage;
}
public void setLeaveNoticeMessage(String leaveNoticeMessage) {
this.leaveNoticeMessage = leaveNoticeMessage;
if(leaveNoticeMessage != null){
putBodyParameter("LeaveNoticeMessage", leaveNoticeMessage);
}
}
public String getMemberLongSessionBeginTime() {
return this.memberLongSessionBeginTime;
}
public void setMemberLongSessionBeginTime(String memberLongSessionBeginTime) {
this.memberLongSessionBeginTime = memberLongSessionBeginTime;
if(memberLongSessionBeginTime != null){
putBodyParameter("MemberLongSessionBeginTime", memberLongSessionBeginTime);
}
}
public Integer getMemberQueueHeartTimeout() {
return this.memberQueueHeartTimeout;
}
public void setMemberQueueHeartTimeout(Integer memberQueueHeartTimeout) {
this.memberQueueHeartTimeout = memberQueueHeartTimeout;
if(memberQueueHeartTimeout != null){
putBodyParameter("MemberQueueHeartTimeout", memberQueueHeartTimeout.toString());
}
}
public String getAgentCloseSessionNotice() {
return this.agentCloseSessionNotice;
}
public void setAgentCloseSessionNotice(String agentCloseSessionNotice) {
this.agentCloseSessionNotice = agentCloseSessionNotice;
if(agentCloseSessionNotice != null){
putBodyParameter("AgentCloseSessionNotice", agentCloseSessionNotice);
}
}
public String getMemberCloseSessionNotice() {
return this.memberCloseSessionNotice;
}
public void setMemberCloseSessionNotice(String memberCloseSessionNotice) {
this.memberCloseSessionNotice = memberCloseSessionNotice;
if(memberCloseSessionNotice != null){
putBodyParameter("MemberCloseSessionNotice", memberCloseSessionNotice);
}
}
public String getAgentSwitchQueueNotice() {
return this.agentSwitchQueueNotice;
}
public void setAgentSwitchQueueNotice(String agentSwitchQueueNotice) {
this.agentSwitchQueueNotice = agentSwitchQueueNotice;
if(agentSwitchQueueNotice != null){
putBodyParameter("AgentSwitchQueueNotice", agentSwitchQueueNotice);
}
}
public String getAgentOfflineSwitchQueueNotice() {
return this.agentOfflineSwitchQueueNotice;
}
public void setAgentOfflineSwitchQueueNotice(String agentOfflineSwitchQueueNotice) {
this.agentOfflineSwitchQueueNotice = agentOfflineSwitchQueueNotice;
if(agentOfflineSwitchQueueNotice != null){
putBodyParameter("AgentOfflineSwitchQueueNotice", agentOfflineSwitchQueueNotice);
}
}
public String getMemberDispatchNoticeSwitch() {
return this.memberDispatchNoticeSwitch;
}
public void setMemberDispatchNoticeSwitch(String memberDispatchNoticeSwitch) {
this.memberDispatchNoticeSwitch = memberDispatchNoticeSwitch;
if(memberDispatchNoticeSwitch != null){
putBodyParameter("MemberDispatchNoticeSwitch", memberDispatchNoticeSwitch);
}
}
public Long getOperatorId() {
return this.operatorId;
}
public void setOperatorId(Long operatorId) {
this.operatorId = operatorId;
if(operatorId != null){
putBodyParameter("OperatorId", operatorId.toString());
}
}
@Override
public Class<CreateChatDispatchRuleResponse> getResponseClass() {
return CreateChatDispatchRuleResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/CreateChatDispatchRuleResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.model.v20191227;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cccxspaceinner.transform.v20191227.CreateChatDispatchRuleResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class CreateChatDispatchRuleResponse extends AcsResponse {
private String message;
private String requestId;
private String data;
private String code;
private Boolean success;
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
@Override
public CreateChatDispatchRuleResponse getInstance(UnmarshallerContext context) {
return CreateChatDispatchRuleResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/CreateEvaluationRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.model.v20191227;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class CreateEvaluationRequest extends RpcAcsRequest<CreateEvaluationResponse> {
private Long memberId;
private Long ticketId;
private String bizid;
private String from;
private String portalName;
private String operation;
public CreateEvaluationRequest() {
super("CCCXSpaceInner", "2019-12-27", "CreateEvaluation");
setMethod(MethodType.POST);
}
public Long getMemberId() {
return this.memberId;
}
public void setMemberId(Long memberId) {
this.memberId = memberId;
if(memberId != null){
putQueryParameter("MemberId", memberId.toString());
}
}
public Long getTicketId() {
return this.ticketId;
}
public void setTicketId(Long ticketId) {
this.ticketId = ticketId;
if(ticketId != null){
putQueryParameter("TicketId", ticketId.toString());
}
}
public String getBizid() {
return this.bizid;
}
public void setBizid(String bizid) {
this.bizid = bizid;
if(bizid != null){
putQueryParameter("Bizid", bizid);
}
}
public String getFrom() {
return this.from;
}
public void setFrom(String from) {
this.from = from;
if(from != null){
putQueryParameter("From", from);
}
}
public String getPortalName() {
return this.portalName;
}
public void setPortalName(String portalName) {
this.portalName = portalName;
if(portalName != null){
putQueryParameter("PortalName", portalName);
}
}
public String getOperation() {
return this.operation;
}
public void setOperation(String operation) {
this.operation = operation;
if(operation != null){
putQueryParameter("Operation", operation);
}
}
@Override
public Class<CreateEvaluationResponse> getResponseClass() {
return CreateEvaluationResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/CreateEvaluationResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.model.v20191227;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cccxspaceinner.transform.v20191227.CreateEvaluationResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class CreateEvaluationResponse extends AcsResponse {
private String message;
private String requestId;
private String data;
private String code;
private Boolean success;
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
@Override
public CreateEvaluationResponse getInstance(UnmarshallerContext context) {
return CreateEvaluationResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/CreateMemberRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.model.v20191227;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class CreateMemberRequest extends RpcAcsRequest<CreateMemberResponse> {
private Long buId;
private String outerMemberId;
private String outerMemberName;
private String sourceId;
public CreateMemberRequest() {
super("CCCXSpaceInner", "2019-12-27", "CreateMember");
setMethod(MethodType.POST);
}
public Long getBuId() {
return this.buId;
}
public void setBuId(Long buId) {
this.buId = buId;
if(buId != null){
putBodyParameter("BuId", buId.toString());
}
}
public String getOuterMemberId() {
return this.outerMemberId;
}
public void setOuterMemberId(String outerMemberId) {
this.outerMemberId = outerMemberId;
if(outerMemberId != null){
putBodyParameter("OuterMemberId", outerMemberId);
}
}
public String getOuterMemberName() {
return this.outerMemberName;
}
public void setOuterMemberName(String outerMemberName) {
this.outerMemberName = outerMemberName;
if(outerMemberName != null){
putBodyParameter("OuterMemberName", outerMemberName);
}
}
public String getSourceId() {
return this.sourceId;
}
public void setSourceId(String sourceId) {
this.sourceId = sourceId;
if(sourceId != null){
putBodyParameter("SourceId", sourceId);
}
}
@Override
public Class<CreateMemberResponse> getResponseClass() {
return CreateMemberResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/CreateMemberResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.model.v20191227;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cccxspaceinner.transform.v20191227.CreateMemberResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class CreateMemberResponse extends AcsResponse {
private String message;
private String requestId;
private Long data;
private String code;
private Boolean success;
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Long getData() {
return this.data;
}
public void setData(Long data) {
this.data = data;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
@Override
public CreateMemberResponse getInstance(UnmarshallerContext context) {
return CreateMemberResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/CreateOrUpdateAutoTaskRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.model.v20191227;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class CreateOrUpdateAutoTaskRequest extends RpcAcsRequest<CreateOrUpdateAutoTaskResponse> {
private String taskRuleGroupData;
private Long agentId;
public CreateOrUpdateAutoTaskRequest() {
super("CCCXSpaceInner", "2019-12-27", "CreateOrUpdateAutoTask");
setMethod(MethodType.PUT);
}
public String getTaskRuleGroupData() {
return this.taskRuleGroupData;
}
public void setTaskRuleGroupData(String taskRuleGroupData) {
this.taskRuleGroupData = taskRuleGroupData;
if(taskRuleGroupData != null){
putBodyParameter("TaskRuleGroupData", taskRuleGroupData);
}
}
public Long getAgentId() {
return this.agentId;
}
public void setAgentId(Long agentId) {
this.agentId = agentId;
if(agentId != null){
putBodyParameter("AgentId", agentId.toString());
}
}
@Override
public Class<CreateOrUpdateAutoTaskResponse> getResponseClass() {
return CreateOrUpdateAutoTaskResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/CreateOrUpdateAutoTaskResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.model.v20191227;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cccxspaceinner.transform.v20191227.CreateOrUpdateAutoTaskResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class CreateOrUpdateAutoTaskResponse extends AcsResponse {
private String message;
private String requestId;
private String data;
private String code;
private Boolean success;
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
@Override
public CreateOrUpdateAutoTaskResponse getInstance(UnmarshallerContext context) {
return CreateOrUpdateAutoTaskResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/CreateOrUpdateRoleRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.model.v20191227;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class CreateOrUpdateRoleRequest extends RpcAcsRequest<CreateOrUpdateRoleResponse> {
private Long roleId;
private String roleName;
private String permissions;
private String securityLevel;
private String status;
private Long operatorId;
public CreateOrUpdateRoleRequest() {
super("CCCXSpaceInner", "2019-12-27", "CreateOrUpdateRole");
setMethod(MethodType.POST);
}
public Long getRoleId() {
return this.roleId;
}
public void setRoleId(Long roleId) {
this.roleId = roleId;
if(roleId != null){
putBodyParameter("RoleId", roleId.toString());
}
}
public String getRoleName() {
return this.roleName;
}
public void setRoleName(String roleName) {
this.roleName = roleName;
if(roleName != null){
putBodyParameter("RoleName", roleName);
}
}
public String getPermissions() {
return this.permissions;
}
public void setPermissions(String permissions) {
this.permissions = permissions;
if(permissions != null){
putBodyParameter("Permissions", permissions);
}
}
public String getSecurityLevel() {
return this.securityLevel;
}
public void setSecurityLevel(String securityLevel) {
this.securityLevel = securityLevel;
if(securityLevel != null){
putBodyParameter("SecurityLevel", securityLevel);
}
}
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
if(status != null){
putBodyParameter("Status", status);
}
}
public Long getOperatorId() {
return this.operatorId;
}
public void setOperatorId(Long operatorId) {
this.operatorId = operatorId;
if(operatorId != null){
putBodyParameter("OperatorId", operatorId.toString());
}
}
@Override
public Class<CreateOrUpdateRoleResponse> getResponseClass() {
return CreateOrUpdateRoleResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/CreateOrUpdateRoleResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.model.v20191227;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cccxspaceinner.transform.v20191227.CreateOrUpdateRoleResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class CreateOrUpdateRoleResponse extends AcsResponse {
private String message;
private String requestId;
private String data;
private String code;
private Boolean success;
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
@Override
public CreateOrUpdateRoleResponse getInstance(UnmarshallerContext context) {
return CreateOrUpdateRoleResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/CreateOuterAdminAgentRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.model.v20191227;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class CreateOuterAdminAgentRequest extends RpcAcsRequest<CreateOuterAdminAgentResponse> {
private String outerType;
private String outerBuId;
private String outerAccountId;
private String outerAccountName;
private String showName;
public CreateOuterAdminAgentRequest() {
super("CCCXSpaceInner", "2019-12-27", "CreateOuterAdminAgent");
setMethod(MethodType.POST);
}
public String getOuterType() {
return this.outerType;
}
public void setOuterType(String outerType) {
this.outerType = outerType;
if(outerType != null){
putBodyParameter("OuterType", outerType);
}
}
public String getOuterBuId() {
return this.outerBuId;
}
public void setOuterBuId(String outerBuId) {
this.outerBuId = outerBuId;
if(outerBuId != null){
putBodyParameter("OuterBuId", outerBuId);
}
}
public String getOuterAccountId() {
return this.outerAccountId;
}
public void setOuterAccountId(String outerAccountId) {
this.outerAccountId = outerAccountId;
if(outerAccountId != null){
putBodyParameter("OuterAccountId", outerAccountId);
}
}
public String getOuterAccountName() {
return this.outerAccountName;
}
public void setOuterAccountName(String outerAccountName) {
this.outerAccountName = outerAccountName;
if(outerAccountName != null){
putBodyParameter("OuterAccountName", outerAccountName);
}
}
public String getShowName() {
return this.showName;
}
public void setShowName(String showName) {
this.showName = showName;
if(showName != null){
putBodyParameter("ShowName", showName);
}
}
@Override
public Class<CreateOuterAdminAgentResponse> getResponseClass() {
return CreateOuterAdminAgentResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/CreateOuterAdminAgentResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.model.v20191227;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cccxspaceinner.transform.v20191227.CreateOuterAdminAgentResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class CreateOuterAdminAgentResponse extends AcsResponse {
private String message;
private Long data;
private String code;
private Boolean success;
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public Long getData() {
return this.data;
}
public void setData(Long data) {
this.data = data;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
@Override
public CreateOuterAdminAgentResponse getInstance(UnmarshallerContext context) {
return CreateOuterAdminAgentResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/CreateOuterAgentRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.model.v20191227;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class CreateOuterAgentRequest extends RpcAcsRequest<CreateOuterAgentResponse> {
private String outerType;
private String outerBuId;
private String outerAccountId;
private String outerAccountName;
private String showName;
private Integer maxServiceNum;
public CreateOuterAgentRequest() {
super("CCCXSpaceInner", "2019-12-27", "CreateOuterAgent");
setMethod(MethodType.POST);
}
public String getOuterType() {
return this.outerType;
}
public void setOuterType(String outerType) {
this.outerType = outerType;
if(outerType != null){
putBodyParameter("OuterType", outerType);
}
}
public String getOuterBuId() {
return this.outerBuId;
}
public void setOuterBuId(String outerBuId) {
this.outerBuId = outerBuId;
if(outerBuId != null){
putBodyParameter("OuterBuId", outerBuId);
}
}
public String getOuterAccountId() {
return this.outerAccountId;
}
public void setOuterAccountId(String outerAccountId) {
this.outerAccountId = outerAccountId;
if(outerAccountId != null){
putBodyParameter("OuterAccountId", outerAccountId);
}
}
public String getOuterAccountName() {
return this.outerAccountName;
}
public void setOuterAccountName(String outerAccountName) {
this.outerAccountName = outerAccountName;
if(outerAccountName != null){
putBodyParameter("OuterAccountName", outerAccountName);
}
}
public String getShowName() {
return this.showName;
}
public void setShowName(String showName) {
this.showName = showName;
if(showName != null){
putBodyParameter("ShowName", showName);
}
}
public Integer getMaxServiceNum() {
return this.maxServiceNum;
}
public void setMaxServiceNum(Integer maxServiceNum) {
this.maxServiceNum = maxServiceNum;
if(maxServiceNum != null){
putBodyParameter("MaxServiceNum", maxServiceNum.toString());
}
}
@Override
public Class<CreateOuterAgentResponse> getResponseClass() {
return CreateOuterAgentResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/CreateOuterAgentResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.model.v20191227;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cccxspaceinner.transform.v20191227.CreateOuterAgentResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class CreateOuterAgentResponse extends AcsResponse {
private String message;
private Long data;
private String code;
private Boolean success;
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public Long getData() {
return this.data;
}
public void setData(Long data) {
this.data = data;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
@Override
public CreateOuterAgentResponse getInstance(UnmarshallerContext context) {
return CreateOuterAgentResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/CreateTicketRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.model.v20191227;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class CreateTicketRequest extends RpcAcsRequest<CreateTicketResponse> {
private String clientToken;
private Long tenantId;
private Long templateId;
private Long categoryId;
private Long creatorId;
private Integer creatorType;
private String creatorName;
private Long memberId;
private String memberName;
private String fromInfo;
private Integer priority;
private String carbonCopy;
private String formData;
private Long agentId;
public CreateTicketRequest() {
super("CCCXSpaceInner", "2019-12-27", "CreateTicket");
setMethod(MethodType.POST);
}
public String getClientToken() {
return this.clientToken;
}
public void setClientToken(String clientToken) {
this.clientToken = clientToken;
if(clientToken != null){
putBodyParameter("ClientToken", clientToken);
}
}
public Long getTenantId() {
return this.tenantId;
}
public void setTenantId(Long tenantId) {
this.tenantId = tenantId;
if(tenantId != null){
putBodyParameter("TenantId", tenantId.toString());
}
}
public Long getTemplateId() {
return this.templateId;
}
public void setTemplateId(Long templateId) {
this.templateId = templateId;
if(templateId != null){
putBodyParameter("TemplateId", templateId.toString());
}
}
public Long getCategoryId() {
return this.categoryId;
}
public void setCategoryId(Long categoryId) {
this.categoryId = categoryId;
if(categoryId != null){
putBodyParameter("CategoryId", categoryId.toString());
}
}
public Long getCreatorId() {
return this.creatorId;
}
public void setCreatorId(Long creatorId) {
this.creatorId = creatorId;
if(creatorId != null){
putBodyParameter("CreatorId", creatorId.toString());
}
}
public Integer getCreatorType() {
return this.creatorType;
}
public void setCreatorType(Integer creatorType) {
this.creatorType = creatorType;
if(creatorType != null){
putBodyParameter("CreatorType", creatorType.toString());
}
}
public String getCreatorName() {
return this.creatorName;
}
public void setCreatorName(String creatorName) {
this.creatorName = creatorName;
if(creatorName != null){
putBodyParameter("CreatorName", creatorName);
}
}
public Long getMemberId() {
return this.memberId;
}
public void setMemberId(Long memberId) {
this.memberId = memberId;
if(memberId != null){
putBodyParameter("MemberId", memberId.toString());
}
}
public String getMemberName() {
return this.memberName;
}
public void setMemberName(String memberName) {
this.memberName = memberName;
if(memberName != null){
putBodyParameter("MemberName", memberName);
}
}
public String getFromInfo() {
return this.fromInfo;
}
public void setFromInfo(String fromInfo) {
this.fromInfo = fromInfo;
if(fromInfo != null){
putBodyParameter("FromInfo", fromInfo);
}
}
public Integer getPriority() {
return this.priority;
}
public void setPriority(Integer priority) {
this.priority = priority;
if(priority != null){
putBodyParameter("Priority", priority.toString());
}
}
public String getCarbonCopy() {
return this.carbonCopy;
}
public void setCarbonCopy(String carbonCopy) {
this.carbonCopy = carbonCopy;
if(carbonCopy != null){
putBodyParameter("CarbonCopy", carbonCopy);
}
}
public String getFormData() {
return this.formData;
}
public void setFormData(String formData) {
this.formData = formData;
if(formData != null){
putBodyParameter("FormData", formData);
}
}
public Long getAgentId() {
return this.agentId;
}
public void setAgentId(Long agentId) {
this.agentId = agentId;
if(agentId != null){
putBodyParameter("AgentId", agentId.toString());
}
}
@Override
public Class<CreateTicketResponse> getResponseClass() {
return CreateTicketResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/CreateTicketResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.model.v20191227;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cccxspaceinner.transform.v20191227.CreateTicketResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class CreateTicketResponse extends AcsResponse {
private String message;
private String requestId;
private Long data;
private String code;
private Boolean success;
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Long getData() {
return this.data;
}
public void setData(Long data) {
this.data = data;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
@Override
public CreateTicketResponse getInstance(UnmarshallerContext context) {
return CreateTicketResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/CreateTicketTemplateRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.model.v20191227;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class CreateTicketTemplateRequest extends RpcAcsRequest<CreateTicketTemplateResponse> {
private Long buId;
private Long agentId;
private String categoryId;
private Integer ticketType;
private String templateName;
private String operatorType;
private String schema;
public CreateTicketTemplateRequest() {
super("CCCXSpaceInner", "2019-12-27", "CreateTicketTemplate");
setMethod(MethodType.POST);
}
public Long getBuId() {
return this.buId;
}
public void setBuId(Long buId) {
this.buId = buId;
if(buId != null){
putBodyParameter("BuId", buId.toString());
}
}
public Long getAgentId() {
return this.agentId;
}
public void setAgentId(Long agentId) {
this.agentId = agentId;
if(agentId != null){
putBodyParameter("AgentId", agentId.toString());
}
}
public String getCategoryId() {
return this.categoryId;
}
public void setCategoryId(String categoryId) {
this.categoryId = categoryId;
if(categoryId != null){
putBodyParameter("CategoryId", categoryId);
}
}
public Integer getTicketType() {
return this.ticketType;
}
public void setTicketType(Integer ticketType) {
this.ticketType = ticketType;
if(ticketType != null){
putBodyParameter("TicketType", ticketType.toString());
}
}
public String getTemplateName() {
return this.templateName;
}
public void setTemplateName(String templateName) {
this.templateName = templateName;
if(templateName != null){
putBodyParameter("TemplateName", templateName);
}
}
public String getOperatorType() {
return this.operatorType;
}
public void setOperatorType(String operatorType) {
this.operatorType = operatorType;
if(operatorType != null){
putBodyParameter("OperatorType", operatorType);
}
}
public String getSchema() {
return this.schema;
}
public void setSchema(String schema) {
this.schema = schema;
if(schema != null){
putBodyParameter("Schema", schema);
}
}
@Override
public Class<CreateTicketTemplateResponse> getResponseClass() {
return CreateTicketTemplateResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/CreateTicketTemplateResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.model.v20191227;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cccxspaceinner.transform.v20191227.CreateTicketTemplateResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class CreateTicketTemplateResponse extends AcsResponse {
private String message;
private String requestId;
private Long data;
private String code;
private Boolean success;
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Long getData() {
return this.data;
}
public void setData(Long data) {
this.data = data;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
@Override
public CreateTicketTemplateResponse getInstance(UnmarshallerContext context) {
return CreateTicketTemplateResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/CreateTicketTypeRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.model.v20191227;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class CreateTicketTypeRequest extends RpcAcsRequest<CreateTicketTypeResponse> {
private Long buId;
private Long agentId;
private Long templateId;
private String name;
private String description;
public CreateTicketTypeRequest() {
super("CCCXSpaceInner", "2019-12-27", "CreateTicketType");
setMethod(MethodType.POST);
}
public Long getBuId() {
return this.buId;
}
public void setBuId(Long buId) {
this.buId = buId;
if(buId != null){
putBodyParameter("BuId", buId.toString());
}
}
public Long getAgentId() {
return this.agentId;
}
public void setAgentId(Long agentId) {
this.agentId = agentId;
if(agentId != null){
putBodyParameter("AgentId", agentId.toString());
}
}
public Long getTemplateId() {
return this.templateId;
}
public void setTemplateId(Long templateId) {
this.templateId = templateId;
if(templateId != null){
putBodyParameter("TemplateId", templateId.toString());
}
}
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
if(name != null){
putBodyParameter("Name", name);
}
}
public String getDescription() {
return this.description;
}
public void setDescription(String description) {
this.description = description;
if(description != null){
putBodyParameter("Description", description);
}
}
@Override
public Class<CreateTicketTypeResponse> getResponseClass() {
return CreateTicketTypeResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/CreateTicketTypeResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.model.v20191227;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cccxspaceinner.transform.v20191227.CreateTicketTypeResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class CreateTicketTypeResponse extends AcsResponse {
private String message;
private String requestId;
private String data;
private String code;
private Boolean success;
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
@Override
public CreateTicketTypeResponse getInstance(UnmarshallerContext context) {
return CreateTicketTypeResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/CustomActionsOrdersRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.model.v20191227;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class CustomActionsOrdersRequest extends RpcAcsRequest<CustomActionsOrdersResponse> {
private Long buId;
private Long cmsId;
private String actorName;
private Long caseId;
private String activityCode;
private String from;
private String formData;
public CustomActionsOrdersRequest() {
super("CCCXSpaceInner", "2019-12-27", "CustomActionsOrders");
setMethod(MethodType.POST);
}
public Long getBuId() {
return this.buId;
}
public void setBuId(Long buId) {
this.buId = buId;
if(buId != null){
putBodyParameter("BuId", buId.toString());
}
}
public Long getCmsId() {
return this.cmsId;
}
public void setCmsId(Long cmsId) {
this.cmsId = cmsId;
if(cmsId != null){
putBodyParameter("CmsId", cmsId.toString());
}
}
public String getActorName() {
return this.actorName;
}
public void setActorName(String actorName) {
this.actorName = actorName;
if(actorName != null){
putBodyParameter("ActorName", actorName);
}
}
public Long getCaseId() {
return this.caseId;
}
public void setCaseId(Long caseId) {
this.caseId = caseId;
if(caseId != null){
putBodyParameter("CaseId", caseId.toString());
}
}
public String getActivityCode() {
return this.activityCode;
}
public void setActivityCode(String activityCode) {
this.activityCode = activityCode;
if(activityCode != null){
putBodyParameter("ActivityCode", activityCode);
}
}
public String getFrom() {
return this.from;
}
public void setFrom(String from) {
this.from = from;
if(from != null){
putBodyParameter("From", from);
}
}
public String getFormData() {
return this.formData;
}
public void setFormData(String formData) {
this.formData = formData;
if(formData != null){
putBodyParameter("FormData", formData);
}
}
@Override
public Class<CustomActionsOrdersResponse> getResponseClass() {
return CustomActionsOrdersResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/CustomActionsOrdersResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.model.v20191227;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cccxspaceinner.transform.v20191227.CustomActionsOrdersResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class CustomActionsOrdersResponse extends AcsResponse {
private String message;
private String requestId;
private String data;
private String code;
private Boolean success;
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
@Override
public CustomActionsOrdersResponse getInstance(UnmarshallerContext context) {
return CustomActionsOrdersResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/DeleteAgentRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.model.v20191227;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class DeleteAgentRequest extends RpcAcsRequest<DeleteAgentResponse> {
private Long agentId;
public DeleteAgentRequest() {
super("CCCXSpaceInner", "2019-12-27", "DeleteAgent");
setMethod(MethodType.DELETE);
}
public Long getAgentId() {
return this.agentId;
}
public void setAgentId(Long agentId) {
this.agentId = agentId;
if(agentId != null){
putQueryParameter("AgentId", agentId.toString());
}
}
@Override
public Class<DeleteAgentResponse> getResponseClass() {
return DeleteAgentResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/DeleteAgentResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.model.v20191227;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cccxspaceinner.transform.v20191227.DeleteAgentResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DeleteAgentResponse extends AcsResponse {
private String message;
private String code;
private Boolean success;
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
@Override
public DeleteAgentResponse getInstance(UnmarshallerContext context) {
return DeleteAgentResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/DeleteChatDispatchRuleRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.model.v20191227;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class DeleteChatDispatchRuleRequest extends RpcAcsRequest<DeleteChatDispatchRuleResponse> {
private Integer ruleId;
public DeleteChatDispatchRuleRequest() {
super("CCCXSpaceInner", "2019-12-27", "DeleteChatDispatchRule");
setMethod(MethodType.POST);
}
public Integer getRuleId() {
return this.ruleId;
}
public void setRuleId(Integer ruleId) {
this.ruleId = ruleId;
if(ruleId != null){
putBodyParameter("RuleId", ruleId.toString());
}
}
@Override
public Class<DeleteChatDispatchRuleResponse> getResponseClass() {
return DeleteChatDispatchRuleResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/DeleteChatDispatchRuleResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.model.v20191227;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cccxspaceinner.transform.v20191227.DeleteChatDispatchRuleResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DeleteChatDispatchRuleResponse extends AcsResponse {
private String message;
private String requestId;
private Long data;
private String code;
private Boolean success;
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Long getData() {
return this.data;
}
public void setData(Long data) {
this.data = data;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
@Override
public DeleteChatDispatchRuleResponse getInstance(UnmarshallerContext context) {
return DeleteChatDispatchRuleResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/DeleteXspaceGroupRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.model.v20191227;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class DeleteXspaceGroupRequest extends RpcAcsRequest<DeleteXspaceGroupResponse> {
private Long groupId;
public DeleteXspaceGroupRequest() {
super("CCCXSpaceInner", "2019-12-27", "DeleteXspaceGroup");
setMethod(MethodType.POST);
}
public Long getGroupId() {
return this.groupId;
}
public void setGroupId(Long groupId) {
this.groupId = groupId;
if(groupId != null){
putQueryParameter("GroupId", groupId.toString());
}
}
@Override
public Class<DeleteXspaceGroupResponse> getResponseClass() {
return DeleteXspaceGroupResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/DeleteXspaceGroupResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.model.v20191227;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cccxspaceinner.transform.v20191227.DeleteXspaceGroupResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DeleteXspaceGroupResponse extends AcsResponse {
private String message;
private String requestId;
private Long data;
private String code;
private Boolean success;
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Long getData() {
return this.data;
}
public void setData(Long data) {
this.data = data;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
@Override
public DeleteXspaceGroupResponse getInstance(UnmarshallerContext context) {
return DeleteXspaceGroupResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/EchoRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.model.v20191227;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class EchoRequest extends RpcAcsRequest<EchoResponse> {
private String data;
public EchoRequest() {
super("CCCXSpaceInner", "2019-12-27", "Echo");
setMethod(MethodType.GET);
}
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
if(data != null){
putQueryParameter("Data", data);
}
}
@Override
public Class<EchoResponse> getResponseClass() {
return EchoResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/EchoResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.model.v20191227;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cccxspaceinner.transform.v20191227.EchoResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class EchoResponse extends AcsResponse {
private String message;
private String data;
private String code;
private Boolean success;
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
@Override
public EchoResponse getInstance(UnmarshallerContext context) {
return EchoResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/EditXspaceGroupRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.model.v20191227;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class EditXspaceGroupRequest extends RpcAcsRequest<EditXspaceGroupResponse> {
private Long groupId;
private String groupName;
private String showName;
private Boolean supportIm;
private Boolean supportPhone;
private Boolean supportCase;
private Integer isSwitchShow;
private String description;
private Long createAgentId;
public EditXspaceGroupRequest() {
super("CCCXSpaceInner", "2019-12-27", "EditXspaceGroup");
setMethod(MethodType.POST);
}
public Long getGroupId() {
return this.groupId;
}
public void setGroupId(Long groupId) {
this.groupId = groupId;
if(groupId != null){
putBodyParameter("GroupId", groupId.toString());
}
}
public String getGroupName() {
return this.groupName;
}
public void setGroupName(String groupName) {
this.groupName = groupName;
if(groupName != null){
putBodyParameter("GroupName", groupName);
}
}
public String getShowName() {
return this.showName;
}
public void setShowName(String showName) {
this.showName = showName;
if(showName != null){
putBodyParameter("ShowName", showName);
}
}
public Boolean getSupportIm() {
return this.supportIm;
}
public void setSupportIm(Boolean supportIm) {
this.supportIm = supportIm;
if(supportIm != null){
putBodyParameter("SupportIm", supportIm.toString());
}
}
public Boolean getSupportPhone() {
return this.supportPhone;
}
public void setSupportPhone(Boolean supportPhone) {
this.supportPhone = supportPhone;
if(supportPhone != null){
putBodyParameter("SupportPhone", supportPhone.toString());
}
}
public Boolean getSupportCase() {
return this.supportCase;
}
public void setSupportCase(Boolean supportCase) {
this.supportCase = supportCase;
if(supportCase != null){
putBodyParameter("SupportCase", supportCase.toString());
}
}
public Integer getIsSwitchShow() {
return this.isSwitchShow;
}
public void setIsSwitchShow(Integer isSwitchShow) {
this.isSwitchShow = isSwitchShow;
if(isSwitchShow != null){
putBodyParameter("IsSwitchShow", isSwitchShow.toString());
}
}
public String getDescription() {
return this.description;
}
public void setDescription(String description) {
this.description = description;
if(description != null){
putBodyParameter("Description", description);
}
}
public Long getCreateAgentId() {
return this.createAgentId;
}
public void setCreateAgentId(Long createAgentId) {
this.createAgentId = createAgentId;
if(createAgentId != null){
putBodyParameter("CreateAgentId", createAgentId.toString());
}
}
@Override
public Class<EditXspaceGroupResponse> getResponseClass() {
return EditXspaceGroupResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/EditXspaceGroupResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.model.v20191227;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cccxspaceinner.transform.v20191227.EditXspaceGroupResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class EditXspaceGroupResponse extends AcsResponse {
private String message;
private String requestId;
private Long data;
private String code;
private Boolean success;
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Long getData() {
return this.data;
}
public void setData(Long data) {
this.data = data;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
@Override
public EditXspaceGroupResponse getInstance(UnmarshallerContext context) {
return EditXspaceGroupResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/FindActivityRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.model.v20191227;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class FindActivityRequest extends RpcAcsRequest<FindActivityResponse> {
private Long buId;
private Integer caseType;
private String activityCode;
public FindActivityRequest() {
super("CCCXSpaceInner", "2019-12-27", "FindActivity");
setMethod(MethodType.PUT);
}
public Long getBuId() {
return this.buId;
}
public void setBuId(Long buId) {
this.buId = buId;
if(buId != null){
putBodyParameter("BuId", buId.toString());
}
}
public Integer getCaseType() {
return this.caseType;
}
public void setCaseType(Integer caseType) {
this.caseType = caseType;
if(caseType != null){
putBodyParameter("CaseType", caseType.toString());
}
}
public String getActivityCode() {
return this.activityCode;
}
public void setActivityCode(String activityCode) {
this.activityCode = activityCode;
if(activityCode != null){
putBodyParameter("ActivityCode", activityCode);
}
}
@Override
public Class<FindActivityResponse> getResponseClass() {
return FindActivityResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/FindActivityResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.model.v20191227;
import java.util.Map;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cccxspaceinner.transform.v20191227.FindActivityResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class FindActivityResponse extends AcsResponse {
private String message;
private Map<Object,Object> data;
private String code;
private Boolean success;
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public Map<Object,Object> getData() {
return this.data;
}
public void setData(Map<Object,Object> data) {
this.data = data;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
@Override
public FindActivityResponse getInstance(UnmarshallerContext context) {
return FindActivityResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/GenerateTokenRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.model.v20191227;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class GenerateTokenRequest extends RpcAcsRequest<GenerateTokenResponse> {
private String clientToken;
private Long agentId;
private String scene;
private String appName;
private String passportId;
private String passportName;
private Integer passportType;
public GenerateTokenRequest() {
super("CCCXSpaceInner", "2019-12-27", "GenerateToken");
setMethod(MethodType.GET);
}
public String getClientToken() {
return this.clientToken;
}
public void setClientToken(String clientToken) {
this.clientToken = clientToken;
if(clientToken != null){
putQueryParameter("ClientToken", clientToken);
}
}
public Long getAgentId() {
return this.agentId;
}
public void setAgentId(Long agentId) {
this.agentId = agentId;
if(agentId != null){
putQueryParameter("AgentId", agentId.toString());
}
}
public String getScene() {
return this.scene;
}
public void setScene(String scene) {
this.scene = scene;
if(scene != null){
putQueryParameter("Scene", scene);
}
}
public String getAppName() {
return this.appName;
}
public void setAppName(String appName) {
this.appName = appName;
if(appName != null){
putQueryParameter("AppName", appName);
}
}
public String getPassportId() {
return this.passportId;
}
public void setPassportId(String passportId) {
this.passportId = passportId;
if(passportId != null){
putQueryParameter("PassportId", passportId);
}
}
public String getPassportName() {
return this.passportName;
}
public void setPassportName(String passportName) {
this.passportName = passportName;
if(passportName != null){
putQueryParameter("PassportName", passportName);
}
}
public Integer getPassportType() {
return this.passportType;
}
public void setPassportType(Integer passportType) {
this.passportType = passportType;
if(passportType != null){
putQueryParameter("PassportType", passportType.toString());
}
}
@Override
public Class<GenerateTokenResponse> getResponseClass() {
return GenerateTokenResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/GenerateTokenResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.model.v20191227;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cccxspaceinner.transform.v20191227.GenerateTokenResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GenerateTokenResponse extends AcsResponse {
private String message;
private String data;
private String code;
private Boolean success;
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getData() {
return this.data;
}
public void setData(String data) {
this.data = data;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
@Override
public GenerateTokenResponse getInstance(UnmarshallerContext context) {
return GenerateTokenResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/GetAgentBusinessUnitByBuIdRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.model.v20191227;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class GetAgentBusinessUnitByBuIdRequest extends RpcAcsRequest<GetAgentBusinessUnitByBuIdResponse> {
private Long buId;
public GetAgentBusinessUnitByBuIdRequest() {
super("CCCXSpaceInner", "2019-12-27", "GetAgentBusinessUnitByBuId");
setMethod(MethodType.GET);
}
public Long getBuId() {
return this.buId;
}
public void setBuId(Long buId) {
this.buId = buId;
if(buId != null){
putQueryParameter("BuId", buId.toString());
}
}
@Override
public Class<GetAgentBusinessUnitByBuIdResponse> getResponseClass() {
return GetAgentBusinessUnitByBuIdResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/GetAgentBusinessUnitByBuIdResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.model.v20191227;
import java.util.Map;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cccxspaceinner.transform.v20191227.GetAgentBusinessUnitByBuIdResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetAgentBusinessUnitByBuIdResponse extends AcsResponse {
private String message;
private String code;
private Boolean success;
private Data data;
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public Data getData() {
return this.data;
}
public void setData(Data data) {
this.data = data;
}
public static class Data {
private Long buId;
private String buKey;
private Map<Object,Object> extra;
public Long getBuId() {
return this.buId;
}
public void setBuId(Long buId) {
this.buId = buId;
}
public String getBuKey() {
return this.buKey;
}
public void setBuKey(String buKey) {
this.buKey = buKey;
}
public Map<Object,Object> getExtra() {
return this.extra;
}
public void setExtra(Map<Object,Object> extra) {
this.extra = extra;
}
}
@Override
public GetAgentBusinessUnitByBuIdResponse getInstance(UnmarshallerContext context) {
return GetAgentBusinessUnitByBuIdResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/GetAgentBusinessUnitByOuterInfoRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.model.v20191227;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class GetAgentBusinessUnitByOuterInfoRequest extends RpcAcsRequest<GetAgentBusinessUnitByOuterInfoResponse> {
private String outerType;
private String outerBuId;
public GetAgentBusinessUnitByOuterInfoRequest() {
super("CCCXSpaceInner", "2019-12-27", "GetAgentBusinessUnitByOuterInfo");
setMethod(MethodType.GET);
}
public String getOuterType() {
return this.outerType;
}
public void setOuterType(String outerType) {
this.outerType = outerType;
if(outerType != null){
putQueryParameter("OuterType", outerType);
}
}
public String getOuterBuId() {
return this.outerBuId;
}
public void setOuterBuId(String outerBuId) {
this.outerBuId = outerBuId;
if(outerBuId != null){
putQueryParameter("OuterBuId", outerBuId);
}
}
@Override
public Class<GetAgentBusinessUnitByOuterInfoResponse> getResponseClass() {
return GetAgentBusinessUnitByOuterInfoResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/GetAgentBusinessUnitByOuterInfoResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.model.v20191227;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cccxspaceinner.transform.v20191227.GetAgentBusinessUnitByOuterInfoResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetAgentBusinessUnitByOuterInfoResponse extends AcsResponse {
private String message;
private String code;
private Boolean success;
private Data data;
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public Data getData() {
return this.data;
}
public void setData(Data data) {
this.data = data;
}
public static class Data {
private String buName;
private Long buId;
private String buKey;
public String getBuName() {
return this.buName;
}
public void setBuName(String buName) {
this.buName = buName;
}
public Long getBuId() {
return this.buId;
}
public void setBuId(Long buId) {
this.buId = buId;
}
public String getBuKey() {
return this.buKey;
}
public void setBuKey(String buKey) {
this.buKey = buKey;
}
}
@Override
public GetAgentBusinessUnitByOuterInfoResponse getInstance(UnmarshallerContext context) {
return GetAgentBusinessUnitByOuterInfoResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/GetAgentByAgentIdRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.model.v20191227;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class GetAgentByAgentIdRequest extends RpcAcsRequest<GetAgentByAgentIdResponse> {
private Long agentId;
public GetAgentByAgentIdRequest() {
super("CCCXSpaceInner", "2019-12-27", "GetAgentByAgentId");
setMethod(MethodType.GET);
}
public Long getAgentId() {
return this.agentId;
}
public void setAgentId(Long agentId) {
this.agentId = agentId;
if(agentId != null){
putQueryParameter("AgentId", agentId.toString());
}
}
@Override
public Class<GetAgentByAgentIdResponse> getResponseClass() {
return GetAgentByAgentIdResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/GetAgentByAgentIdResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.model.v20191227;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cccxspaceinner.transform.v20191227.GetAgentByAgentIdResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetAgentByAgentIdResponse extends AcsResponse {
private String message;
private String code;
private Boolean success;
private Data data;
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public Data getData() {
return this.data;
}
public void setData(Data data) {
this.data = data;
}
public static class Data {
private Integer status;
private Long buId;
private String showName;
private Long agentId;
private Long departmentId;
private String agentName;
private Integer agentType;
public Integer getStatus() {
return this.status;
}
public void setStatus(Integer status) {
this.status = status;
}
public Long getBuId() {
return this.buId;
}
public void setBuId(Long buId) {
this.buId = buId;
}
public String getShowName() {
return this.showName;
}
public void setShowName(String showName) {
this.showName = showName;
}
public Long getAgentId() {
return this.agentId;
}
public void setAgentId(Long agentId) {
this.agentId = agentId;
}
public Long getDepartmentId() {
return this.departmentId;
}
public void setDepartmentId(Long departmentId) {
this.departmentId = departmentId;
}
public String getAgentName() {
return this.agentName;
}
public void setAgentName(String agentName) {
this.agentName = agentName;
}
public Integer getAgentType() {
return this.agentType;
}
public void setAgentType(Integer agentType) {
this.agentType = agentType;
}
}
@Override
public GetAgentByAgentIdResponse getInstance(UnmarshallerContext context) {
return GetAgentByAgentIdResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/GetAgentByOuterInfoRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.model.v20191227;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class GetAgentByOuterInfoRequest extends RpcAcsRequest<GetAgentByOuterInfoResponse> {
private String outerType;
private String outerBuId;
private String outerAccountId;
public GetAgentByOuterInfoRequest() {
super("CCCXSpaceInner", "2019-12-27", "GetAgentByOuterInfo");
setMethod(MethodType.GET);
}
public String getOuterType() {
return this.outerType;
}
public void setOuterType(String outerType) {
this.outerType = outerType;
if(outerType != null){
putQueryParameter("OuterType", outerType);
}
}
public String getOuterBuId() {
return this.outerBuId;
}
public void setOuterBuId(String outerBuId) {
this.outerBuId = outerBuId;
if(outerBuId != null){
putQueryParameter("OuterBuId", outerBuId);
}
}
public String getOuterAccountId() {
return this.outerAccountId;
}
public void setOuterAccountId(String outerAccountId) {
this.outerAccountId = outerAccountId;
if(outerAccountId != null){
putQueryParameter("OuterAccountId", outerAccountId);
}
}
@Override
public Class<GetAgentByOuterInfoResponse> getResponseClass() {
return GetAgentByOuterInfoResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/GetAgentByOuterInfoResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.model.v20191227;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cccxspaceinner.transform.v20191227.GetAgentByOuterInfoResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetAgentByOuterInfoResponse extends AcsResponse {
private String message;
private String code;
private Boolean success;
private Data data;
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public Data getData() {
return this.data;
}
public void setData(Data data) {
this.data = data;
}
public static class Data {
private Integer status;
private Long buId;
private String showName;
private Long agentId;
private Long departmentId;
private String agentName;
private Integer agentType;
public Integer getStatus() {
return this.status;
}
public void setStatus(Integer status) {
this.status = status;
}
public Long getBuId() {
return this.buId;
}
public void setBuId(Long buId) {
this.buId = buId;
}
public String getShowName() {
return this.showName;
}
public void setShowName(String showName) {
this.showName = showName;
}
public Long getAgentId() {
return this.agentId;
}
public void setAgentId(Long agentId) {
this.agentId = agentId;
}
public Long getDepartmentId() {
return this.departmentId;
}
public void setDepartmentId(Long departmentId) {
this.departmentId = departmentId;
}
public String getAgentName() {
return this.agentName;
}
public void setAgentName(String agentName) {
this.agentName = agentName;
}
public Integer getAgentType() {
return this.agentType;
}
public void setAgentType(Integer agentType) {
this.agentType = agentType;
}
}
@Override
public GetAgentByOuterInfoResponse getInstance(UnmarshallerContext context) {
return GetAgentByOuterInfoResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/GetPageGroupsByBuIdRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.model.v20191227;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class GetPageGroupsByBuIdRequest extends RpcAcsRequest<GetPageGroupsByBuIdResponse> {
private Long buId;
private Long afterSortKey;
private Integer pageSize;
public GetPageGroupsByBuIdRequest() {
super("CCCXSpaceInner", "2019-12-27", "GetPageGroupsByBuId");
setMethod(MethodType.GET);
}
public Long getBuId() {
return this.buId;
}
public void setBuId(Long buId) {
this.buId = buId;
if(buId != null){
putQueryParameter("BuId", buId.toString());
}
}
public Long getAfterSortKey() {
return this.afterSortKey;
}
public void setAfterSortKey(Long afterSortKey) {
this.afterSortKey = afterSortKey;
if(afterSortKey != null){
putQueryParameter("AfterSortKey", afterSortKey.toString());
}
}
public Integer getPageSize() {
return this.pageSize;
}
public void setPageSize(Integer pageSize) {
this.pageSize = pageSize;
if(pageSize != null){
putQueryParameter("PageSize", pageSize.toString());
}
}
@Override
public Class<GetPageGroupsByBuIdResponse> getResponseClass() {
return GetPageGroupsByBuIdResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/GetPageGroupsByBuIdResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.model.v20191227;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cccxspaceinner.transform.v20191227.GetPageGroupsByBuIdResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetPageGroupsByBuIdResponse extends AcsResponse {
private String message;
private String code;
private Boolean success;
private Data data;
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public Data getData() {
return this.data;
}
public void setData(Data data) {
this.data = data;
}
public static class Data {
private Long lastSortKey;
private Integer pageSize;
private Boolean hasNextPage;
private List<ListItem> list;
public Long getLastSortKey() {
return this.lastSortKey;
}
public void setLastSortKey(Long lastSortKey) {
this.lastSortKey = lastSortKey;
}
public Integer getPageSize() {
return this.pageSize;
}
public void setPageSize(Integer pageSize) {
this.pageSize = pageSize;
}
public Boolean getHasNextPage() {
return this.hasNextPage;
}
public void setHasNextPage(Boolean hasNextPage) {
this.hasNextPage = hasNextPage;
}
public List<ListItem> getList() {
return this.list;
}
public void setList(List<ListItem> list) {
this.list = list;
}
public static class ListItem {
private Integer status;
private Long buId;
private String showName;
private String description;
private String groupName;
private Long groupId;
private Integer channelType;
private Long departmentId;
private Boolean isPublic;
public Integer getStatus() {
return this.status;
}
public void setStatus(Integer status) {
this.status = status;
}
public Long getBuId() {
return this.buId;
}
public void setBuId(Long buId) {
this.buId = buId;
}
public String getShowName() {
return this.showName;
}
public void setShowName(String showName) {
this.showName = showName;
}
public String getDescription() {
return this.description;
}
public void setDescription(String description) {
this.description = description;
}
public String getGroupName() {
return this.groupName;
}
public void setGroupName(String groupName) {
this.groupName = groupName;
}
public Long getGroupId() {
return this.groupId;
}
public void setGroupId(Long groupId) {
this.groupId = groupId;
}
public Integer getChannelType() {
return this.channelType;
}
public void setChannelType(Integer channelType) {
this.channelType = channelType;
}
public Long getDepartmentId() {
return this.departmentId;
}
public void setDepartmentId(Long departmentId) {
this.departmentId = departmentId;
}
public Boolean getIsPublic() {
return this.isPublic;
}
public void setIsPublic(Boolean isPublic) {
this.isPublic = isPublic;
}
}
}
@Override
public GetPageGroupsByBuIdResponse getInstance(UnmarshallerContext context) {
return GetPageGroupsByBuIdResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/GetPageGroupsByChannelTypeRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.model.v20191227;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class GetPageGroupsByChannelTypeRequest extends RpcAcsRequest<GetPageGroupsByChannelTypeResponse> {
private Long buId;
private Integer channelType;
private Long afterSortKey;
private Integer pageSize;
public GetPageGroupsByChannelTypeRequest() {
super("CCCXSpaceInner", "2019-12-27", "GetPageGroupsByChannelType");
setMethod(MethodType.GET);
}
public Long getBuId() {
return this.buId;
}
public void setBuId(Long buId) {
this.buId = buId;
if(buId != null){
putQueryParameter("BuId", buId.toString());
}
}
public Integer getChannelType() {
return this.channelType;
}
public void setChannelType(Integer channelType) {
this.channelType = channelType;
if(channelType != null){
putQueryParameter("ChannelType", channelType.toString());
}
}
public Long getAfterSortKey() {
return this.afterSortKey;
}
public void setAfterSortKey(Long afterSortKey) {
this.afterSortKey = afterSortKey;
if(afterSortKey != null){
putQueryParameter("AfterSortKey", afterSortKey.toString());
}
}
public Integer getPageSize() {
return this.pageSize;
}
public void setPageSize(Integer pageSize) {
this.pageSize = pageSize;
if(pageSize != null){
putQueryParameter("PageSize", pageSize.toString());
}
}
@Override
public Class<GetPageGroupsByChannelTypeResponse> getResponseClass() {
return GetPageGroupsByChannelTypeResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/GetPageGroupsByChannelTypeResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.model.v20191227;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cccxspaceinner.transform.v20191227.GetPageGroupsByChannelTypeResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetPageGroupsByChannelTypeResponse extends AcsResponse {
private String message;
private String code;
private Boolean success;
private Data data;
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public Data getData() {
return this.data;
}
public void setData(Data data) {
this.data = data;
}
public static class Data {
private Long lastSortKey;
private Integer pageSize;
private Boolean hasNextPage;
private List<ListItem> list;
public Long getLastSortKey() {
return this.lastSortKey;
}
public void setLastSortKey(Long lastSortKey) {
this.lastSortKey = lastSortKey;
}
public Integer getPageSize() {
return this.pageSize;
}
public void setPageSize(Integer pageSize) {
this.pageSize = pageSize;
}
public Boolean getHasNextPage() {
return this.hasNextPage;
}
public void setHasNextPage(Boolean hasNextPage) {
this.hasNextPage = hasNextPage;
}
public List<ListItem> getList() {
return this.list;
}
public void setList(List<ListItem> list) {
this.list = list;
}
public static class ListItem {
private Integer status;
private Long buId;
private String showName;
private String description;
private String groupName;
private Long groupId;
private Integer channelType;
private Long departmentId;
private Boolean isPublic;
public Integer getStatus() {
return this.status;
}
public void setStatus(Integer status) {
this.status = status;
}
public Long getBuId() {
return this.buId;
}
public void setBuId(Long buId) {
this.buId = buId;
}
public String getShowName() {
return this.showName;
}
public void setShowName(String showName) {
this.showName = showName;
}
public String getDescription() {
return this.description;
}
public void setDescription(String description) {
this.description = description;
}
public String getGroupName() {
return this.groupName;
}
public void setGroupName(String groupName) {
this.groupName = groupName;
}
public Long getGroupId() {
return this.groupId;
}
public void setGroupId(Long groupId) {
this.groupId = groupId;
}
public Integer getChannelType() {
return this.channelType;
}
public void setChannelType(Integer channelType) {
this.channelType = channelType;
}
public Long getDepartmentId() {
return this.departmentId;
}
public void setDepartmentId(Long departmentId) {
this.departmentId = departmentId;
}
public Boolean getIsPublic() {
return this.isPublic;
}
public void setIsPublic(Boolean isPublic) {
this.isPublic = isPublic;
}
}
}
@Override
public GetPageGroupsByChannelTypeResponse getInstance(UnmarshallerContext context) {
return GetPageGroupsByChannelTypeResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/GetRolesRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.model.v20191227;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class GetRolesRequest extends RpcAcsRequest<GetRolesResponse> {
private String agentId;
public GetRolesRequest() {
super("CCCXSpaceInner", "2019-12-27", "GetRoles");
setMethod(MethodType.POST);
}
public String getAgentId() {
return this.agentId;
}
public void setAgentId(String agentId) {
this.agentId = agentId;
if(agentId != null){
putQueryParameter("AgentId", agentId);
}
}
@Override
public Class<GetRolesResponse> getResponseClass() {
return GetRolesResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/GetRolesResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.model.v20191227;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cccxspaceinner.transform.v20191227.GetRolesResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetRolesResponse extends AcsResponse {
private String message;
private String requestId;
private String code;
private Boolean success;
private List<XspaceRole> data;
public String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
public Boolean getSuccess() {
return this.success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
public List<XspaceRole> getData() {
return this.data;
}
public void setData(List<XspaceRole> data) {
this.data = data;
}
public static class XspaceRole {
private Long buId;
private String roleCode;
private String roleName;
private Long roleId;
public Long getBuId() {
return this.buId;
}
public void setBuId(Long buId) {
this.buId = buId;
}
public String getRoleCode() {
return this.roleCode;
}
public void setRoleCode(String roleCode) {
this.roleCode = roleCode;
}
public String getRoleName() {
return this.roleName;
}
public void setRoleName(String roleName) {
this.roleName = roleName;
}
public Long getRoleId() {
return this.roleId;
}
public void setRoleId(Long roleId) {
this.roleId = roleId;
}
}
@Override
public GetRolesResponse getInstance(UnmarshallerContext context) {
return GetRolesResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/model/v20191227/GetTicketRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.model.v20191227;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class GetTicketRequest extends RpcAcsRequest<GetTicketResponse> {
private Long ticketId;
public GetTicketRequest() {
super("CCCXSpaceInner", "2019-12-27", "GetTicket");
setMethod(MethodType.GET);
}
public Long getTicketId() {
return this.ticketId;
}
public void setTicketId(Long ticketId) {
this.ticketId = ticketId;
if(ticketId != null){
putQueryParameter("TicketId", ticketId.toString());
}
}
@Override
public Class<GetTicketResponse> getResponseClass() {
return GetTicketResponse.class;
}
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.