index
int64 | repo_id
string | file_path
string | content
string |
|---|---|---|---|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform/v20191227/InsertXspaceGroupResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.transform.v20191227;
import com.aliyuncs.cccxspaceinner.model.v20191227.InsertXspaceGroupResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class InsertXspaceGroupResponseUnmarshaller {
public static InsertXspaceGroupResponse unmarshall(InsertXspaceGroupResponse insertXspaceGroupResponse, UnmarshallerContext _ctx) {
insertXspaceGroupResponse.setRequestId(_ctx.stringValue("InsertXspaceGroupResponse.RequestId"));
insertXspaceGroupResponse.setMessage(_ctx.stringValue("InsertXspaceGroupResponse.Message"));
insertXspaceGroupResponse.setData(_ctx.longValue("InsertXspaceGroupResponse.Data"));
insertXspaceGroupResponse.setCode(_ctx.stringValue("InsertXspaceGroupResponse.Code"));
insertXspaceGroupResponse.setSuccess(_ctx.booleanValue("InsertXspaceGroupResponse.Success"));
return insertXspaceGroupResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform/v20191227/KickOutAgentResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.transform.v20191227;
import com.aliyuncs.cccxspaceinner.model.v20191227.KickOutAgentResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class KickOutAgentResponseUnmarshaller {
public static KickOutAgentResponse unmarshall(KickOutAgentResponse kickOutAgentResponse, UnmarshallerContext _ctx) {
kickOutAgentResponse.setMessage(_ctx.stringValue("KickOutAgentResponse.Message"));
kickOutAgentResponse.setCode(_ctx.stringValue("KickOutAgentResponse.Code"));
kickOutAgentResponse.setSuccess(_ctx.booleanValue("KickOutAgentResponse.Success"));
return kickOutAgentResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform/v20191227/ListAgentBySkillGroupIdResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.transform.v20191227;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.cccxspaceinner.model.v20191227.ListAgentBySkillGroupIdResponse;
import com.aliyuncs.cccxspaceinner.model.v20191227.ListAgentBySkillGroupIdResponse.Agents;
import com.aliyuncs.transform.UnmarshallerContext;
public class ListAgentBySkillGroupIdResponseUnmarshaller {
public static ListAgentBySkillGroupIdResponse unmarshall(ListAgentBySkillGroupIdResponse listAgentBySkillGroupIdResponse, UnmarshallerContext _ctx) {
listAgentBySkillGroupIdResponse.setRequestId(_ctx.stringValue("ListAgentBySkillGroupIdResponse.RequestId"));
listAgentBySkillGroupIdResponse.setMessage(_ctx.stringValue("ListAgentBySkillGroupIdResponse.Message"));
listAgentBySkillGroupIdResponse.setCode(_ctx.stringValue("ListAgentBySkillGroupIdResponse.Code"));
listAgentBySkillGroupIdResponse.setSuccess(_ctx.booleanValue("ListAgentBySkillGroupIdResponse.Success"));
List<Agents> data = new ArrayList<Agents>();
for (int i = 0; i < _ctx.lengthValue("ListAgentBySkillGroupIdResponse.Data.Length"); i++) {
Agents agents = new Agents();
agents.setStatus(_ctx.integerValue("ListAgentBySkillGroupIdResponse.Data["+ i +"].Status"));
agents.setDisplayName(_ctx.stringValue("ListAgentBySkillGroupIdResponse.Data["+ i +"].DisplayName"));
agents.setAgentId(_ctx.longValue("ListAgentBySkillGroupIdResponse.Data["+ i +"].AgentId"));
agents.setAccountName(_ctx.stringValue("ListAgentBySkillGroupIdResponse.Data["+ i +"].AccountName"));
agents.setTenantId(_ctx.longValue("ListAgentBySkillGroupIdResponse.Data["+ i +"].TenantId"));
data.add(agents);
}
listAgentBySkillGroupIdResponse.setData(data);
return listAgentBySkillGroupIdResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform/v20191227/ListGroupByIdResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.transform.v20191227;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.cccxspaceinner.model.v20191227.ListGroupByIdResponse;
import com.aliyuncs.cccxspaceinner.model.v20191227.ListGroupByIdResponse.DataItem;
import com.aliyuncs.transform.UnmarshallerContext;
public class ListGroupByIdResponseUnmarshaller {
public static ListGroupByIdResponse unmarshall(ListGroupByIdResponse listGroupByIdResponse, UnmarshallerContext _ctx) {
listGroupByIdResponse.setRequestId(_ctx.stringValue("ListGroupByIdResponse.RequestId"));
listGroupByIdResponse.setMessage(_ctx.stringValue("ListGroupByIdResponse.Message"));
listGroupByIdResponse.setCode(_ctx.stringValue("ListGroupByIdResponse.Code"));
listGroupByIdResponse.setSuccess(_ctx.booleanValue("ListGroupByIdResponse.Success"));
List<DataItem> data = new ArrayList<DataItem>();
for (int i = 0; i < _ctx.lengthValue("ListGroupByIdResponse.Data.Length"); i++) {
DataItem dataItem = new DataItem();
dataItem.setStatus(_ctx.integerValue("ListGroupByIdResponse.Data["+ i +"].Status"));
dataItem.setBuId(_ctx.longValue("ListGroupByIdResponse.Data["+ i +"].BuId"));
dataItem.setShowName(_ctx.stringValue("ListGroupByIdResponse.Data["+ i +"].ShowName"));
dataItem.setSupportCase(_ctx.booleanValue("ListGroupByIdResponse.Data["+ i +"].SupportCase"));
dataItem.setDescription(_ctx.stringValue("ListGroupByIdResponse.Data["+ i +"].Description"));
dataItem.setGroupName(_ctx.stringValue("ListGroupByIdResponse.Data["+ i +"].GroupName"));
dataItem.setGroupId(_ctx.longValue("ListGroupByIdResponse.Data["+ i +"].GroupId"));
dataItem.setSupportIm(_ctx.booleanValue("ListGroupByIdResponse.Data["+ i +"].SupportIm"));
dataItem.setSupportPhone(_ctx.booleanValue("ListGroupByIdResponse.Data["+ i +"].SupportPhone"));
data.add(dataItem);
}
listGroupByIdResponse.setData(data);
return listGroupByIdResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform/v20191227/PageQueryTicketResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.transform.v20191227;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.cccxspaceinner.model.v20191227.PageQueryTicketResponse;
import com.aliyuncs.cccxspaceinner.model.v20191227.PageQueryTicketResponse.Data;
import com.aliyuncs.cccxspaceinner.model.v20191227.PageQueryTicketResponse.Data.ListItem;
import com.aliyuncs.transform.UnmarshallerContext;
public class PageQueryTicketResponseUnmarshaller {
public static PageQueryTicketResponse unmarshall(PageQueryTicketResponse pageQueryTicketResponse, UnmarshallerContext _ctx) {
pageQueryTicketResponse.setMessage(_ctx.stringValue("PageQueryTicketResponse.Message"));
pageQueryTicketResponse.setCode(_ctx.stringValue("PageQueryTicketResponse.Code"));
pageQueryTicketResponse.setSuccess(_ctx.booleanValue("PageQueryTicketResponse.Success"));
Data data = new Data();
data.setTotalResults(_ctx.integerValue("PageQueryTicketResponse.Data.TotalResults"));
data.setPageSize(_ctx.integerValue("PageQueryTicketResponse.Data.PageSize"));
data.setCurrentPage(_ctx.integerValue("PageQueryTicketResponse.Data.CurrentPage"));
List<ListItem> list = new ArrayList<ListItem>();
for (int i = 0; i < _ctx.lengthValue("PageQueryTicketResponse.Data.List.Length"); i++) {
ListItem listItem = new ListItem();
listItem.setCaseId(_ctx.longValue("PageQueryTicketResponse.Data.List["+ i +"].CaseId"));
listItem.setGmtCreate(_ctx.longValue("PageQueryTicketResponse.Data.List["+ i +"].GmtCreate"));
listItem.setGmtModified(_ctx.longValue("PageQueryTicketResponse.Data.List["+ i +"].GmtModified"));
listItem.setTemplateId(_ctx.stringValue("PageQueryTicketResponse.Data.List["+ i +"].TemplateId"));
listItem.setTitle(_ctx.stringValue("PageQueryTicketResponse.Data.List["+ i +"].Title"));
listItem.setQuestionInfo(_ctx.stringValue("PageQueryTicketResponse.Data.List["+ i +"].QuestionInfo"));
listItem.setBizId(_ctx.stringValue("PageQueryTicketResponse.Data.List["+ i +"].BizId"));
listItem.setMemberId(_ctx.stringValue("PageQueryTicketResponse.Data.List["+ i +"].MemberId"));
listItem.setMemberName(_ctx.stringValue("PageQueryTicketResponse.Data.List["+ i +"].MemberName"));
listItem.setServicerId(_ctx.longValue("PageQueryTicketResponse.Data.List["+ i +"].ServicerId"));
listItem.setServicerName(_ctx.stringValue("PageQueryTicketResponse.Data.List["+ i +"].ServicerName"));
listItem.setOwnerId(_ctx.longValue("PageQueryTicketResponse.Data.List["+ i +"].OwnerId"));
listItem.setOwnerName(_ctx.stringValue("PageQueryTicketResponse.Data.List["+ i +"].OwnerName"));
listItem.setCaseStatus(_ctx.stringValue("PageQueryTicketResponse.Data.List["+ i +"].CaseStatus"));
listItem.setExtAttrs(_ctx.stringValue("PageQueryTicketResponse.Data.List["+ i +"].ExtAttrs"));
list.add(listItem);
}
data.setList(list);
pageQueryTicketResponse.setData(data);
return pageQueryTicketResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform/v20191227/PageQueryTicketsResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.transform.v20191227;
import com.aliyuncs.cccxspaceinner.model.v20191227.PageQueryTicketsResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class PageQueryTicketsResponseUnmarshaller {
public static PageQueryTicketsResponse unmarshall(PageQueryTicketsResponse pageQueryTicketsResponse, UnmarshallerContext _ctx) {
pageQueryTicketsResponse.setMessage(_ctx.stringValue("PageQueryTicketsResponse.Message"));
pageQueryTicketsResponse.setData(_ctx.stringValue("PageQueryTicketsResponse.Data"));
pageQueryTicketsResponse.setCode(_ctx.stringValue("PageQueryTicketsResponse.Code"));
pageQueryTicketsResponse.setSuccess(_ctx.booleanValue("PageQueryTicketsResponse.Success"));
return pageQueryTicketsResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform/v20191227/QueryAgentGroupByBuIdResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.transform.v20191227;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.cccxspaceinner.model.v20191227.QueryAgentGroupByBuIdResponse;
import com.aliyuncs.cccxspaceinner.model.v20191227.QueryAgentGroupByBuIdResponse.XspaceAgentGroup;
import com.aliyuncs.transform.UnmarshallerContext;
public class QueryAgentGroupByBuIdResponseUnmarshaller {
public static QueryAgentGroupByBuIdResponse unmarshall(QueryAgentGroupByBuIdResponse queryAgentGroupByBuIdResponse, UnmarshallerContext _ctx) {
queryAgentGroupByBuIdResponse.setMessage(_ctx.stringValue("QueryAgentGroupByBuIdResponse.Message"));
queryAgentGroupByBuIdResponse.setCode(_ctx.stringValue("QueryAgentGroupByBuIdResponse.Code"));
queryAgentGroupByBuIdResponse.setSuccess(_ctx.booleanValue("QueryAgentGroupByBuIdResponse.Success"));
List<XspaceAgentGroup> data = new ArrayList<XspaceAgentGroup>();
for (int i = 0; i < _ctx.lengthValue("QueryAgentGroupByBuIdResponse.Data.Length"); i++) {
XspaceAgentGroup xspaceAgentGroup = new XspaceAgentGroup();
xspaceAgentGroup.setStatus(_ctx.integerValue("QueryAgentGroupByBuIdResponse.Data["+ i +"].Status"));
xspaceAgentGroup.setBuId(_ctx.longValue("QueryAgentGroupByBuIdResponse.Data["+ i +"].BuId"));
xspaceAgentGroup.setShowName(_ctx.stringValue("QueryAgentGroupByBuIdResponse.Data["+ i +"].ShowName"));
xspaceAgentGroup.setDescription(_ctx.stringValue("QueryAgentGroupByBuIdResponse.Data["+ i +"].Description"));
xspaceAgentGroup.setGroupId(_ctx.longValue("QueryAgentGroupByBuIdResponse.Data["+ i +"].GroupId"));
xspaceAgentGroup.setGroupName(_ctx.stringValue("QueryAgentGroupByBuIdResponse.Data["+ i +"].GroupName"));
xspaceAgentGroup.setDepartmentId(_ctx.longValue("QueryAgentGroupByBuIdResponse.Data["+ i +"].DepartmentId"));
xspaceAgentGroup.setIsPublic(_ctx.booleanValue("QueryAgentGroupByBuIdResponse.Data["+ i +"].IsPublic"));
data.add(xspaceAgentGroup);
}
queryAgentGroupByBuIdResponse.setData(data);
return queryAgentGroupByBuIdResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform/v20191227/QueryAgentGroupResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.transform.v20191227;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.cccxspaceinner.model.v20191227.QueryAgentGroupResponse;
import com.aliyuncs.cccxspaceinner.model.v20191227.QueryAgentGroupResponse.XspaceAgentGroup;
import com.aliyuncs.transform.UnmarshallerContext;
public class QueryAgentGroupResponseUnmarshaller {
public static QueryAgentGroupResponse unmarshall(QueryAgentGroupResponse queryAgentGroupResponse, UnmarshallerContext _ctx) {
queryAgentGroupResponse.setMessage(_ctx.stringValue("QueryAgentGroupResponse.Message"));
queryAgentGroupResponse.setCode(_ctx.stringValue("QueryAgentGroupResponse.Code"));
queryAgentGroupResponse.setSuccess(_ctx.booleanValue("QueryAgentGroupResponse.Success"));
List<XspaceAgentGroup> data = new ArrayList<XspaceAgentGroup>();
for (int i = 0; i < _ctx.lengthValue("QueryAgentGroupResponse.Data.Length"); i++) {
XspaceAgentGroup xspaceAgentGroup = new XspaceAgentGroup();
xspaceAgentGroup.setBuId(_ctx.longValue("QueryAgentGroupResponse.Data["+ i +"].BuId"));
xspaceAgentGroup.setGroupId(_ctx.longValue("QueryAgentGroupResponse.Data["+ i +"].GroupId"));
xspaceAgentGroup.setDepartmentId(_ctx.longValue("QueryAgentGroupResponse.Data["+ i +"].DepartmentId"));
data.add(xspaceAgentGroup);
}
queryAgentGroupResponse.setData(data);
return queryAgentGroupResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform/v20191227/QueryAllCategoryResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.transform.v20191227;
import com.aliyuncs.cccxspaceinner.model.v20191227.QueryAllCategoryResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class QueryAllCategoryResponseUnmarshaller {
public static QueryAllCategoryResponse unmarshall(QueryAllCategoryResponse queryAllCategoryResponse, UnmarshallerContext _ctx) {
queryAllCategoryResponse.setRequestId(_ctx.stringValue("QueryAllCategoryResponse.RequestId"));
queryAllCategoryResponse.setMessage(_ctx.stringValue("QueryAllCategoryResponse.Message"));
queryAllCategoryResponse.setData(_ctx.stringValue("QueryAllCategoryResponse.Data"));
queryAllCategoryResponse.setCode(_ctx.stringValue("QueryAllCategoryResponse.Code"));
queryAllCategoryResponse.setSuccess(_ctx.booleanValue("QueryAllCategoryResponse.Success"));
return queryAllCategoryResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform/v20191227/QueryAutoTaskInfoResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.transform.v20191227;
import com.aliyuncs.cccxspaceinner.model.v20191227.QueryAutoTaskInfoResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class QueryAutoTaskInfoResponseUnmarshaller {
public static QueryAutoTaskInfoResponse unmarshall(QueryAutoTaskInfoResponse queryAutoTaskInfoResponse, UnmarshallerContext _ctx) {
queryAutoTaskInfoResponse.setMessage(_ctx.stringValue("QueryAutoTaskInfoResponse.Message"));
queryAutoTaskInfoResponse.setData(_ctx.stringValue("QueryAutoTaskInfoResponse.Data"));
queryAutoTaskInfoResponse.setCode(_ctx.stringValue("QueryAutoTaskInfoResponse.Code"));
queryAutoTaskInfoResponse.setSuccess(_ctx.booleanValue("QueryAutoTaskInfoResponse.Success"));
return queryAutoTaskInfoResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform/v20191227/QueryManagedAgentGroupResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.transform.v20191227;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.cccxspaceinner.model.v20191227.QueryManagedAgentGroupResponse;
import com.aliyuncs.cccxspaceinner.model.v20191227.QueryManagedAgentGroupResponse.XspaceAgentGroup;
import com.aliyuncs.transform.UnmarshallerContext;
public class QueryManagedAgentGroupResponseUnmarshaller {
public static QueryManagedAgentGroupResponse unmarshall(QueryManagedAgentGroupResponse queryManagedAgentGroupResponse, UnmarshallerContext _ctx) {
queryManagedAgentGroupResponse.setMessage(_ctx.stringValue("QueryManagedAgentGroupResponse.Message"));
queryManagedAgentGroupResponse.setCode(_ctx.stringValue("QueryManagedAgentGroupResponse.Code"));
queryManagedAgentGroupResponse.setSuccess(_ctx.booleanValue("QueryManagedAgentGroupResponse.Success"));
List<XspaceAgentGroup> data = new ArrayList<XspaceAgentGroup>();
for (int i = 0; i < _ctx.lengthValue("QueryManagedAgentGroupResponse.Data.Length"); i++) {
XspaceAgentGroup xspaceAgentGroup = new XspaceAgentGroup();
xspaceAgentGroup.setStatus(_ctx.integerValue("QueryManagedAgentGroupResponse.Data["+ i +"].Status"));
xspaceAgentGroup.setBuId(_ctx.longValue("QueryManagedAgentGroupResponse.Data["+ i +"].BuId"));
xspaceAgentGroup.setShowName(_ctx.stringValue("QueryManagedAgentGroupResponse.Data["+ i +"].ShowName"));
xspaceAgentGroup.setGroupId(_ctx.longValue("QueryManagedAgentGroupResponse.Data["+ i +"].GroupId"));
xspaceAgentGroup.setGroupName(_ctx.stringValue("QueryManagedAgentGroupResponse.Data["+ i +"].GroupName"));
xspaceAgentGroup.setDepartmentId(_ctx.longValue("QueryManagedAgentGroupResponse.Data["+ i +"].DepartmentId"));
xspaceAgentGroup.setIsPublic(_ctx.booleanValue("QueryManagedAgentGroupResponse.Data["+ i +"].IsPublic"));
data.add(xspaceAgentGroup);
}
queryManagedAgentGroupResponse.setData(data);
return queryManagedAgentGroupResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform/v20191227/QueryRolesByBuIdResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.transform.v20191227;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.cccxspaceinner.model.v20191227.QueryRolesByBuIdResponse;
import com.aliyuncs.cccxspaceinner.model.v20191227.QueryRolesByBuIdResponse.DataItem;
import com.aliyuncs.transform.UnmarshallerContext;
public class QueryRolesByBuIdResponseUnmarshaller {
public static QueryRolesByBuIdResponse unmarshall(QueryRolesByBuIdResponse queryRolesByBuIdResponse, UnmarshallerContext _ctx) {
queryRolesByBuIdResponse.setMessage(_ctx.stringValue("QueryRolesByBuIdResponse.Message"));
queryRolesByBuIdResponse.setCode(_ctx.stringValue("QueryRolesByBuIdResponse.Code"));
queryRolesByBuIdResponse.setSuccess(_ctx.booleanValue("QueryRolesByBuIdResponse.Success"));
List<DataItem> data = new ArrayList<DataItem>();
for (int i = 0; i < _ctx.lengthValue("QueryRolesByBuIdResponse.Data.Length"); i++) {
DataItem dataItem = new DataItem();
dataItem.setBuId(_ctx.longValue("QueryRolesByBuIdResponse.Data["+ i +"].BuId"));
dataItem.setRoleCode(_ctx.stringValue("QueryRolesByBuIdResponse.Data["+ i +"].RoleCode"));
dataItem.setRoleName(_ctx.stringValue("QueryRolesByBuIdResponse.Data["+ i +"].RoleName"));
dataItem.setRoleId(_ctx.longValue("QueryRolesByBuIdResponse.Data["+ i +"].RoleId"));
data.add(dataItem);
}
queryRolesByBuIdResponse.setData(data);
return queryRolesByBuIdResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform/v20191227/QueryServicerByPageResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.transform.v20191227;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.cccxspaceinner.model.v20191227.QueryServicerByPageResponse;
import com.aliyuncs.cccxspaceinner.model.v20191227.QueryServicerByPageResponse.Data;
import com.aliyuncs.cccxspaceinner.model.v20191227.QueryServicerByPageResponse.Data.ResultsItem;
import com.aliyuncs.cccxspaceinner.model.v20191227.QueryServicerByPageResponse.Data.ResultsItem.GroupsItem;
import com.aliyuncs.transform.UnmarshallerContext;
public class QueryServicerByPageResponseUnmarshaller {
public static QueryServicerByPageResponse unmarshall(QueryServicerByPageResponse queryServicerByPageResponse, UnmarshallerContext _ctx) {
queryServicerByPageResponse.setRequestId(_ctx.stringValue("QueryServicerByPageResponse.RequestId"));
queryServicerByPageResponse.setMessage(_ctx.stringValue("QueryServicerByPageResponse.Message"));
queryServicerByPageResponse.setHttpStatusCode(_ctx.integerValue("QueryServicerByPageResponse.HttpStatusCode"));
queryServicerByPageResponse.setCode(_ctx.stringValue("QueryServicerByPageResponse.Code"));
queryServicerByPageResponse.setSuccess(_ctx.booleanValue("QueryServicerByPageResponse.Success"));
Data data = new Data();
data.setTotal(_ctx.integerValue("QueryServicerByPageResponse.Data.Total"));
data.setCount(_ctx.integerValue("QueryServicerByPageResponse.Data.Count"));
data.setPageNum(_ctx.integerValue("QueryServicerByPageResponse.Data.PageNum"));
data.setPage(_ctx.longValue("QueryServicerByPageResponse.Data.Page"));
List<ResultsItem> results = new ArrayList<ResultsItem>();
for (int i = 0; i < _ctx.lengthValue("QueryServicerByPageResponse.Data.Results.Length"); i++) {
ResultsItem resultsItem = new ResultsItem();
resultsItem.setServicerId(_ctx.longValue("QueryServicerByPageResponse.Data.Results["+ i +"].ServicerId"));
resultsItem.setServicerType(_ctx.integerValue("QueryServicerByPageResponse.Data.Results["+ i +"].ServicerType"));
resultsItem.setUserStatus(_ctx.integerValue("QueryServicerByPageResponse.Data.Results["+ i +"].UserStatus"));
resultsItem.setUserType(_ctx.integerValue("QueryServicerByPageResponse.Data.Results["+ i +"].UserType"));
resultsItem.setDepartmentId(_ctx.longValue("QueryServicerByPageResponse.Data.Results["+ i +"].DepartmentId"));
resultsItem.setBuId(_ctx.longValue("QueryServicerByPageResponse.Data.Results["+ i +"].BuId"));
resultsItem.setRealName(_ctx.stringValue("QueryServicerByPageResponse.Data.Results["+ i +"].RealName"));
resultsItem.setShowName(_ctx.stringValue("QueryServicerByPageResponse.Data.Results["+ i +"].ShowName"));
List<GroupsItem> groups = new ArrayList<GroupsItem>();
for (int j = 0; j < _ctx.lengthValue("QueryServicerByPageResponse.Data.Results["+ i +"].Groups.Length"); j++) {
GroupsItem groupsItem = new GroupsItem();
groupsItem.setGroupId(_ctx.longValue("QueryServicerByPageResponse.Data.Results["+ i +"].Groups["+ j +"].GroupId"));
groupsItem.setSkillType(_ctx.integerValue("QueryServicerByPageResponse.Data.Results["+ i +"].Groups["+ j +"].SkillType"));
groupsItem.setDepartmentId(_ctx.longValue("QueryServicerByPageResponse.Data.Results["+ i +"].Groups["+ j +"].DepartmentId"));
groupsItem.setDescription(_ctx.stringValue("QueryServicerByPageResponse.Data.Results["+ i +"].Groups["+ j +"].Description"));
groupsItem.setShowName(_ctx.stringValue("QueryServicerByPageResponse.Data.Results["+ i +"].Groups["+ j +"].ShowName"));
groupsItem.setGroupName(_ctx.stringValue("QueryServicerByPageResponse.Data.Results["+ i +"].Groups["+ j +"].GroupName"));
groupsItem.setStatus(_ctx.integerValue("QueryServicerByPageResponse.Data.Results["+ i +"].Groups["+ j +"].Status"));
groupsItem.setSupportCase(_ctx.booleanValue("QueryServicerByPageResponse.Data.Results["+ i +"].Groups["+ j +"].SupportCase"));
groupsItem.setSupportPhone(_ctx.booleanValue("QueryServicerByPageResponse.Data.Results["+ i +"].Groups["+ j +"].SupportPhone"));
groupsItem.setSupportIm(_ctx.booleanValue("QueryServicerByPageResponse.Data.Results["+ i +"].Groups["+ j +"].SupportIm"));
groups.add(groupsItem);
}
resultsItem.setGroups(groups);
results.add(resultsItem);
}
data.setResults(results);
queryServicerByPageResponse.setData(data);
return queryServicerByPageResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform/v20191227/QueryTicketActionResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.transform.v20191227;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.cccxspaceinner.model.v20191227.QueryTicketActionResponse;
import com.aliyuncs.cccxspaceinner.model.v20191227.QueryTicketActionResponse.Data;
import com.aliyuncs.cccxspaceinner.model.v20191227.QueryTicketActionResponse.Data.ListItem;
import com.aliyuncs.transform.UnmarshallerContext;
public class QueryTicketActionResponseUnmarshaller {
public static QueryTicketActionResponse unmarshall(QueryTicketActionResponse queryTicketActionResponse, UnmarshallerContext _ctx) {
queryTicketActionResponse.setRequestId(_ctx.stringValue("QueryTicketActionResponse.RequestId"));
queryTicketActionResponse.setMessage(_ctx.stringValue("QueryTicketActionResponse.Message"));
queryTicketActionResponse.setCode(_ctx.stringValue("QueryTicketActionResponse.Code"));
queryTicketActionResponse.setSuccess(_ctx.booleanValue("QueryTicketActionResponse.Success"));
Data data = new Data();
data.setTotalResults(_ctx.integerValue("QueryTicketActionResponse.Data.TotalResults"));
data.setCurrentPage(_ctx.integerValue("QueryTicketActionResponse.Data.CurrentPage"));
data.setPageSize(_ctx.integerValue("QueryTicketActionResponse.Data.PageSize"));
List<ListItem> list = new ArrayList<ListItem>();
for (int i = 0; i < _ctx.lengthValue("QueryTicketActionResponse.Data.List.Length"); i++) {
ListItem listItem = new ListItem();
listItem.setBizTenantId(_ctx.longValue("QueryTicketActionResponse.Data.List["+ i +"].BizTenantId"));
listItem.setActionType(_ctx.integerValue("QueryTicketActionResponse.Data.List["+ i +"].ActionType"));
listItem.setMemo(_ctx.stringValue("QueryTicketActionResponse.Data.List["+ i +"].Memo"));
listItem.setBizId(_ctx.longValue("QueryTicketActionResponse.Data.List["+ i +"].BizId"));
listItem.setAcceptorRole(_ctx.integerValue("QueryTicketActionResponse.Data.List["+ i +"].AcceptorRole"));
listItem.setHideType(_ctx.integerValue("QueryTicketActionResponse.Data.List["+ i +"].HideType"));
listItem.setBuyerId(_ctx.longValue("QueryTicketActionResponse.Data.List["+ i +"].BuyerId"));
listItem.setBizType(_ctx.integerValue("QueryTicketActionResponse.Data.List["+ i +"].BizType"));
listItem.setBuId(_ctx.integerValue("QueryTicketActionResponse.Data.List["+ i +"].BuId"));
listItem.setActionCode(_ctx.integerValue("QueryTicketActionResponse.Data.List["+ i +"].ActionCode"));
listItem.setBizIdStr(_ctx.stringValue("QueryTicketActionResponse.Data.List["+ i +"].BizIdStr"));
listItem.setOperatorRole(_ctx.integerValue("QueryTicketActionResponse.Data.List["+ i +"].OperatorRole"));
listItem.setAcceptor(_ctx.longValue("QueryTicketActionResponse.Data.List["+ i +"].Acceptor"));
listItem.setOperator(_ctx.longValue("QueryTicketActionResponse.Data.List["+ i +"].Operator"));
listItem.setTaskId(_ctx.longValue("QueryTicketActionResponse.Data.List["+ i +"].TaskId"));
list.add(listItem);
}
data.setList(list);
queryTicketActionResponse.setData(data);
return queryTicketActionResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform/v20191227/QueryTicketResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.transform.v20191227;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.cccxspaceinner.model.v20191227.QueryTicketResponse;
import com.aliyuncs.cccxspaceinner.model.v20191227.QueryTicketResponse.Data;
import com.aliyuncs.cccxspaceinner.model.v20191227.QueryTicketResponse.Data.ListItem;
import com.aliyuncs.transform.UnmarshallerContext;
public class QueryTicketResponseUnmarshaller {
public static QueryTicketResponse unmarshall(QueryTicketResponse queryTicketResponse, UnmarshallerContext _ctx) {
queryTicketResponse.setMessage(_ctx.stringValue("QueryTicketResponse.Message"));
queryTicketResponse.setCode(_ctx.stringValue("QueryTicketResponse.Code"));
queryTicketResponse.setSuccess(_ctx.booleanValue("QueryTicketResponse.Success"));
Data data = new Data();
data.setTotalResults(_ctx.integerValue("QueryTicketResponse.Data.TotalResults"));
data.setCurrentPage(_ctx.integerValue("QueryTicketResponse.Data.CurrentPage"));
data.setPageSize(_ctx.longValue("QueryTicketResponse.Data.PageSize"));
List<ListItem> list = new ArrayList<ListItem>();
for (int i = 0; i < _ctx.lengthValue("QueryTicketResponse.Data.List.Length"); i++) {
ListItem listItem = new ListItem();
listItem.setCaseId(_ctx.longValue("QueryTicketResponse.Data.List["+ i +"].CaseId"));
listItem.setGmtCreate(_ctx.longValue("QueryTicketResponse.Data.List["+ i +"].GmtCreate"));
listItem.setSrType(_ctx.stringValue("QueryTicketResponse.Data.List["+ i +"].SrType"));
listItem.setGmtModified(_ctx.longValue("QueryTicketResponse.Data.List["+ i +"].GmtModified"));
listItem.setQuestionInfo(_ctx.stringValue("QueryTicketResponse.Data.List["+ i +"].QuestionInfo"));
listItem.setCaseStatus(_ctx.stringValue("QueryTicketResponse.Data.List["+ i +"].CaseStatus"));
listItem.setExtAttrs(_ctx.stringValue("QueryTicketResponse.Data.List["+ i +"].ExtAttrs"));
listItem.setId(_ctx.longValue("QueryTicketResponse.Data.List["+ i +"].Id"));
list.add(listItem);
}
data.setList(list);
queryTicketResponse.setData(data);
return queryTicketResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform/v20191227/RevokeRoleResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.transform.v20191227;
import com.aliyuncs.cccxspaceinner.model.v20191227.RevokeRoleResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class RevokeRoleResponseUnmarshaller {
public static RevokeRoleResponse unmarshall(RevokeRoleResponse revokeRoleResponse, UnmarshallerContext _ctx) {
revokeRoleResponse.setMessage(_ctx.stringValue("RevokeRoleResponse.Message"));
revokeRoleResponse.setCode(_ctx.stringValue("RevokeRoleResponse.Code"));
revokeRoleResponse.setSuccess(_ctx.booleanValue("RevokeRoleResponse.Success"));
return revokeRoleResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform/v20191227/SendChannelEventResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.transform.v20191227;
import com.aliyuncs.cccxspaceinner.model.v20191227.SendChannelEventResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class SendChannelEventResponseUnmarshaller {
public static SendChannelEventResponse unmarshall(SendChannelEventResponse sendChannelEventResponse, UnmarshallerContext _ctx) {
sendChannelEventResponse.setMessage(_ctx.stringValue("SendChannelEventResponse.Message"));
sendChannelEventResponse.setCode(_ctx.stringValue("SendChannelEventResponse.Code"));
sendChannelEventResponse.setSuccess(_ctx.booleanValue("SendChannelEventResponse.Success"));
return sendChannelEventResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform/v20191227/SendMessageResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.transform.v20191227;
import com.aliyuncs.cccxspaceinner.model.v20191227.SendMessageResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class SendMessageResponseUnmarshaller {
public static SendMessageResponse unmarshall(SendMessageResponse sendMessageResponse, UnmarshallerContext _ctx) {
sendMessageResponse.setMessage(_ctx.stringValue("SendMessageResponse.Message"));
sendMessageResponse.setData(_ctx.longValue("SendMessageResponse.Data"));
sendMessageResponse.setCode(_ctx.stringValue("SendMessageResponse.Code"));
sendMessageResponse.setSuccess(_ctx.booleanValue("SendMessageResponse.Success"));
return sendMessageResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform/v20191227/StartEvaluationRateResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.transform.v20191227;
import com.aliyuncs.cccxspaceinner.model.v20191227.StartEvaluationRateResponse;
import com.aliyuncs.cccxspaceinner.model.v20191227.StartEvaluationRateResponse.Data;
import com.aliyuncs.cccxspaceinner.model.v20191227.StartEvaluationRateResponse.Data.EvaluationInfo;
import java.util.Map;
import com.aliyuncs.transform.UnmarshallerContext;
public class StartEvaluationRateResponseUnmarshaller {
public static StartEvaluationRateResponse unmarshall(StartEvaluationRateResponse startEvaluationRateResponse, UnmarshallerContext _ctx) {
startEvaluationRateResponse.setRequestId(_ctx.stringValue("StartEvaluationRateResponse.RequestId"));
startEvaluationRateResponse.setMessage(_ctx.stringValue("StartEvaluationRateResponse.Message"));
startEvaluationRateResponse.setCode(_ctx.stringValue("StartEvaluationRateResponse.Code"));
startEvaluationRateResponse.setSuccess(_ctx.booleanValue("StartEvaluationRateResponse.Success"));
Data data = new Data();
data.setQuestions(_ctx.mapValue("StartEvaluationRateResponse.Data.Questions"));
EvaluationInfo evaluationInfo = new EvaluationInfo();
evaluationInfo.setStatus(_ctx.stringValue("StartEvaluationRateResponse.Data.EvaluationInfo.Status"));
evaluationInfo.setPurpose(_ctx.stringValue("StartEvaluationRateResponse.Data.EvaluationInfo.Purpose"));
evaluationInfo.setType(_ctx.stringValue("StartEvaluationRateResponse.Data.EvaluationInfo.Type"));
evaluationInfo.setSenceId(_ctx.longValue("StartEvaluationRateResponse.Data.EvaluationInfo.SenceId"));
evaluationInfo.setIsEmpty(_ctx.booleanValue("StartEvaluationRateResponse.Data.EvaluationInfo.IsEmpty"));
evaluationInfo.setPriority(_ctx.integerValue("StartEvaluationRateResponse.Data.EvaluationInfo.Priority"));
evaluationInfo.setIsAvailable(_ctx.booleanValue("StartEvaluationRateResponse.Data.EvaluationInfo.IsAvailable"));
evaluationInfo.setCreator(_ctx.longValue("StartEvaluationRateResponse.Data.EvaluationInfo.Creator"));
evaluationInfo.setRuleId(_ctx.longValue("StartEvaluationRateResponse.Data.EvaluationInfo.RuleId"));
evaluationInfo.setLastModifier(_ctx.longValue("StartEvaluationRateResponse.Data.EvaluationInfo.LastModifier"));
evaluationInfo.setExtMap(_ctx.mapValue("StartEvaluationRateResponse.Data.EvaluationInfo.ExtMap"));
evaluationInfo.setIsSimpleEvaluation(_ctx.booleanValue("StartEvaluationRateResponse.Data.EvaluationInfo.IsSimpleEvaluation"));
evaluationInfo.setDescription(_ctx.stringValue("StartEvaluationRateResponse.Data.EvaluationInfo.Description"));
evaluationInfo.setTitle(_ctx.stringValue("StartEvaluationRateResponse.Data.EvaluationInfo.Title"));
evaluationInfo.setExtAttrs(_ctx.stringValue("StartEvaluationRateResponse.Data.EvaluationInfo.ExtAttrs"));
evaluationInfo.setId(_ctx.longValue("StartEvaluationRateResponse.Data.EvaluationInfo.Id"));
evaluationInfo.setLanguageId(_ctx.integerValue("StartEvaluationRateResponse.Data.EvaluationInfo.LanguageId"));
data.setEvaluationInfo(evaluationInfo);
startEvaluationRateResponse.setData(data);
return startEvaluationRateResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform/v20191227/StartOnlineWorkResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.transform.v20191227;
import com.aliyuncs.cccxspaceinner.model.v20191227.StartOnlineWorkResponse;
import com.aliyuncs.cccxspaceinner.model.v20191227.StartOnlineWorkResponse.Data;
import com.aliyuncs.cccxspaceinner.model.v20191227.StartOnlineWorkResponse.Data.InitStatus;
import com.aliyuncs.transform.UnmarshallerContext;
public class StartOnlineWorkResponseUnmarshaller {
public static StartOnlineWorkResponse unmarshall(StartOnlineWorkResponse startOnlineWorkResponse, UnmarshallerContext _ctx) {
startOnlineWorkResponse.setMessage(_ctx.stringValue("StartOnlineWorkResponse.Message"));
startOnlineWorkResponse.setCode(_ctx.stringValue("StartOnlineWorkResponse.Code"));
startOnlineWorkResponse.setSuccess(_ctx.booleanValue("StartOnlineWorkResponse.Success"));
Data data = new Data();
InitStatus initStatus = new InitStatus();
initStatus.setStatus(_ctx.booleanValue("StartOnlineWorkResponse.Data.InitStatus.Status"));
data.setInitStatus(initStatus);
startOnlineWorkResponse.setData(data);
return startOnlineWorkResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform/v20191227/TestUpdateAgentGroupResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.transform.v20191227;
import com.aliyuncs.cccxspaceinner.model.v20191227.TestUpdateAgentGroupResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class TestUpdateAgentGroupResponseUnmarshaller {
public static TestUpdateAgentGroupResponse unmarshall(TestUpdateAgentGroupResponse testUpdateAgentGroupResponse, UnmarshallerContext _ctx) {
testUpdateAgentGroupResponse.setMessage(_ctx.stringValue("TestUpdateAgentGroupResponse.Message"));
testUpdateAgentGroupResponse.setCode(_ctx.stringValue("TestUpdateAgentGroupResponse.Code"));
testUpdateAgentGroupResponse.setSuccess(_ctx.booleanValue("TestUpdateAgentGroupResponse.Success"));
return testUpdateAgentGroupResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform/v20191227/UpdateAgentGroupResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.transform.v20191227;
import com.aliyuncs.cccxspaceinner.model.v20191227.UpdateAgentGroupResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class UpdateAgentGroupResponseUnmarshaller {
public static UpdateAgentGroupResponse unmarshall(UpdateAgentGroupResponse updateAgentGroupResponse, UnmarshallerContext _ctx) {
updateAgentGroupResponse.setMessage(_ctx.stringValue("UpdateAgentGroupResponse.Message"));
updateAgentGroupResponse.setCode(_ctx.stringValue("UpdateAgentGroupResponse.Code"));
updateAgentGroupResponse.setSuccess(_ctx.booleanValue("UpdateAgentGroupResponse.Success"));
return updateAgentGroupResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform/v20191227/UpdateChatDispatchRuleResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.transform.v20191227;
import com.aliyuncs.cccxspaceinner.model.v20191227.UpdateChatDispatchRuleResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class UpdateChatDispatchRuleResponseUnmarshaller {
public static UpdateChatDispatchRuleResponse unmarshall(UpdateChatDispatchRuleResponse updateChatDispatchRuleResponse, UnmarshallerContext _ctx) {
updateChatDispatchRuleResponse.setRequestId(_ctx.stringValue("UpdateChatDispatchRuleResponse.RequestId"));
updateChatDispatchRuleResponse.setMessage(_ctx.stringValue("UpdateChatDispatchRuleResponse.Message"));
updateChatDispatchRuleResponse.setData(_ctx.stringValue("UpdateChatDispatchRuleResponse.Data"));
updateChatDispatchRuleResponse.setCode(_ctx.stringValue("UpdateChatDispatchRuleResponse.Code"));
updateChatDispatchRuleResponse.setSuccess(_ctx.booleanValue("UpdateChatDispatchRuleResponse.Success"));
return updateChatDispatchRuleResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform/v20191227/UpdateOuterAgentResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.transform.v20191227;
import com.aliyuncs.cccxspaceinner.model.v20191227.UpdateOuterAgentResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class UpdateOuterAgentResponseUnmarshaller {
public static UpdateOuterAgentResponse unmarshall(UpdateOuterAgentResponse updateOuterAgentResponse, UnmarshallerContext _ctx) {
updateOuterAgentResponse.setRequestId(_ctx.stringValue("UpdateOuterAgentResponse.RequestId"));
updateOuterAgentResponse.setMessage(_ctx.stringValue("UpdateOuterAgentResponse.Message"));
updateOuterAgentResponse.setData(_ctx.stringValue("UpdateOuterAgentResponse.Data"));
updateOuterAgentResponse.setCode(_ctx.stringValue("UpdateOuterAgentResponse.Code"));
updateOuterAgentResponse.setSuccess(_ctx.booleanValue("UpdateOuterAgentResponse.Success"));
return updateOuterAgentResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform/v20191227/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.cccxspaceinner.transform.v20191227;
import com.aliyuncs.cccxspaceinner.model.v20191227.UpdateTicketResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class UpdateTicketResponseUnmarshaller {
public static UpdateTicketResponse unmarshall(UpdateTicketResponse updateTicketResponse, UnmarshallerContext _ctx) {
updateTicketResponse.setRequestId(_ctx.stringValue("UpdateTicketResponse.RequestId"));
updateTicketResponse.setMessage(_ctx.stringValue("UpdateTicketResponse.Message"));
updateTicketResponse.setCode(_ctx.stringValue("UpdateTicketResponse.Code"));
updateTicketResponse.setSuccess(_ctx.booleanValue("UpdateTicketResponse.Success"));
return updateTicketResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cccxspaceinner/1.0.24/com/aliyuncs/cccxspaceinner/transform/v20191227/UpdateTicketTemplateResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cccxspaceinner.transform.v20191227;
import com.aliyuncs.cccxspaceinner.model.v20191227.UpdateTicketTemplateResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class UpdateTicketTemplateResponseUnmarshaller {
public static UpdateTicketTemplateResponse unmarshall(UpdateTicketTemplateResponse updateTicketTemplateResponse, UnmarshallerContext _ctx) {
updateTicketTemplateResponse.setRequestId(_ctx.stringValue("UpdateTicketTemplateResponse.RequestId"));
updateTicketTemplateResponse.setMessage(_ctx.stringValue("UpdateTicketTemplateResponse.Message"));
updateTicketTemplateResponse.setData(_ctx.stringValue("UpdateTicketTemplateResponse.Data"));
updateTicketTemplateResponse.setCode(_ctx.stringValue("UpdateTicketTemplateResponse.Code"));
updateTicketTemplateResponse.setSuccess(_ctx.booleanValue("UpdateTicketTemplateResponse.Success"));
return updateTicketTemplateResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model/v20210721/AddCloudConnectorGatewayPrivilegeRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cciotgw.model.v20210721;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class AddCloudConnectorGatewayPrivilegeRequest extends RpcAcsRequest<AddCloudConnectorGatewayPrivilegeResponse> {
private String userAliUid;
private String ioTCloudConnectorGatewayId;
public AddCloudConnectorGatewayPrivilegeRequest() {
super("CCIoTGW", "2021-07-21", "AddCloudConnectorGatewayPrivilege");
setMethod(MethodType.POST);
}
public String getUserAliUid() {
return this.userAliUid;
}
public void setUserAliUid(String userAliUid) {
this.userAliUid = userAliUid;
if(userAliUid != null){
putQueryParameter("UserAliUid", userAliUid);
}
}
public String getIoTCloudConnectorGatewayId() {
return this.ioTCloudConnectorGatewayId;
}
public void setIoTCloudConnectorGatewayId(String ioTCloudConnectorGatewayId) {
this.ioTCloudConnectorGatewayId = ioTCloudConnectorGatewayId;
if(ioTCloudConnectorGatewayId != null){
putQueryParameter("IoTCloudConnectorGatewayId", ioTCloudConnectorGatewayId);
}
}
@Override
public Class<AddCloudConnectorGatewayPrivilegeResponse> getResponseClass() {
return AddCloudConnectorGatewayPrivilegeResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model/v20210721/AddCloudConnectorGatewayPrivilegeResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cciotgw.model.v20210721;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cciotgw.transform.v20210721.AddCloudConnectorGatewayPrivilegeResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class AddCloudConnectorGatewayPrivilegeResponse extends AcsResponse {
private String requestId;
private String code;
private String message;
private String success;
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 String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getSuccess() {
return this.success;
}
public void setSuccess(String success) {
this.success = success;
}
@Override
public AddCloudConnectorGatewayPrivilegeResponse getInstance(UnmarshallerContext context) {
return AddCloudConnectorGatewayPrivilegeResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model/v20210721/AddIpToConnectionPoolFromExcelRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cciotgw.model.v20210721;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class AddIpToConnectionPoolFromExcelRequest extends RpcAcsRequest<AddIpToConnectionPoolFromExcelResponse> {
private String ipOssExcelName;
private String isp;
private String cciotGwId;
private String connectionPoolId;
private String cciotId;
private String apn;
private String status;
public AddIpToConnectionPoolFromExcelRequest() {
super("CCIoTGW", "2021-07-21", "AddIpToConnectionPoolFromExcel");
setMethod(MethodType.GET);
}
public String getIpOssExcelName() {
return this.ipOssExcelName;
}
public void setIpOssExcelName(String ipOssExcelName) {
this.ipOssExcelName = ipOssExcelName;
if(ipOssExcelName != null){
putQueryParameter("IpOssExcelName", ipOssExcelName);
}
}
public String getIsp() {
return this.isp;
}
public void setIsp(String isp) {
this.isp = isp;
if(isp != null){
putQueryParameter("Isp", isp);
}
}
public String getCciotGwId() {
return this.cciotGwId;
}
public void setCciotGwId(String cciotGwId) {
this.cciotGwId = cciotGwId;
if(cciotGwId != null){
putQueryParameter("CciotGwId", cciotGwId);
}
}
public String getConnectionPoolId() {
return this.connectionPoolId;
}
public void setConnectionPoolId(String connectionPoolId) {
this.connectionPoolId = connectionPoolId;
if(connectionPoolId != null){
putQueryParameter("ConnectionPoolId", connectionPoolId);
}
}
public String getCciotId() {
return this.cciotId;
}
public void setCciotId(String cciotId) {
this.cciotId = cciotId;
if(cciotId != null){
putQueryParameter("CciotId", cciotId);
}
}
public String getApn() {
return this.apn;
}
public void setApn(String apn) {
this.apn = apn;
if(apn != null){
putQueryParameter("Apn", apn);
}
}
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
if(status != null){
putQueryParameter("Status", status);
}
}
@Override
public Class<AddIpToConnectionPoolFromExcelResponse> getResponseClass() {
return AddIpToConnectionPoolFromExcelResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model/v20210721/AddIpToConnectionPoolFromExcelResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cciotgw.model.v20210721;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cciotgw.transform.v20210721.AddIpToConnectionPoolFromExcelResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class AddIpToConnectionPoolFromExcelResponse extends AcsResponse {
private String code;
private String message;
private String requestId;
private String success;
private String asynToken;
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
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 getSuccess() {
return this.success;
}
public void setSuccess(String success) {
this.success = success;
}
public String getAsynToken() {
return this.asynToken;
}
public void setAsynToken(String asynToken) {
this.asynToken = asynToken;
}
@Override
public AddIpToConnectionPoolFromExcelResponse getInstance(UnmarshallerContext context) {
return AddIpToConnectionPoolFromExcelResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model/v20210721/AllocateIpsRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cciotgw.model.v20210721;
import com.aliyuncs.RpcAcsRequest;
import java.util.List;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class AllocateIpsRequest extends RpcAcsRequest<AllocateIpsResponse> {
private Boolean dryRun;
private String clientToken;
private String isp;
private List<String> ipss;
private String cciotGwId;
private Integer ipCount;
private String apn;
public AllocateIpsRequest() {
super("CCIoTGW", "2021-07-21", "AllocateIps");
setMethod(MethodType.POST);
}
public Boolean getDryRun() {
return this.dryRun;
}
public void setDryRun(Boolean dryRun) {
this.dryRun = dryRun;
if(dryRun != null){
putQueryParameter("DryRun", dryRun.toString());
}
}
public String getClientToken() {
return this.clientToken;
}
public void setClientToken(String clientToken) {
this.clientToken = clientToken;
if(clientToken != null){
putQueryParameter("ClientToken", clientToken);
}
}
public String getIsp() {
return this.isp;
}
public void setIsp(String isp) {
this.isp = isp;
if(isp != null){
putQueryParameter("Isp", isp);
}
}
public List<String> getIpss() {
return this.ipss;
}
public void setIpss(List<String> ipss) {
this.ipss = ipss;
if (ipss != null) {
for (int i = 0; i < ipss.size(); i++) {
putQueryParameter("Ips." + (i + 1) , ipss.get(i));
}
}
}
public String getCciotGwId() {
return this.cciotGwId;
}
public void setCciotGwId(String cciotGwId) {
this.cciotGwId = cciotGwId;
if(cciotGwId != null){
putQueryParameter("CciotGwId", cciotGwId);
}
}
public Integer getIpCount() {
return this.ipCount;
}
public void setIpCount(Integer ipCount) {
this.ipCount = ipCount;
if(ipCount != null){
putQueryParameter("IpCount", ipCount.toString());
}
}
public String getApn() {
return this.apn;
}
public void setApn(String apn) {
this.apn = apn;
if(apn != null){
putQueryParameter("Apn", apn);
}
}
@Override
public Class<AllocateIpsResponse> getResponseClass() {
return AllocateIpsResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model/v20210721/AllocateIpsResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cciotgw.model.v20210721;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cciotgw.transform.v20210721.AllocateIpsResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class AllocateIpsResponse extends AcsResponse {
private String code;
private String message;
private String requestId;
private String success;
private String asynToken;
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
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 getSuccess() {
return this.success;
}
public void setSuccess(String success) {
this.success = success;
}
public String getAsynToken() {
return this.asynToken;
}
public void setAsynToken(String asynToken) {
this.asynToken = asynToken;
}
@Override
public AllocateIpsResponse getInstance(UnmarshallerContext context) {
return AllocateIpsResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model/v20210721/AssociateIccidToIpExcelRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cciotgw.model.v20210721;
import com.aliyuncs.RpcAcsRequest;
import java.util.List;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class AssociateIccidToIpExcelRequest extends RpcAcsRequest<AssociateIccidToIpExcelResponse> {
private String clientToken;
private String isp;
private String cciotGwId;
private List<String> iccidIpsFileUrlLists;
private String apn;
public AssociateIccidToIpExcelRequest() {
super("CCIoTGW", "2021-07-21", "AssociateIccidToIpExcel");
setMethod(MethodType.GET);
}
public String getClientToken() {
return this.clientToken;
}
public void setClientToken(String clientToken) {
this.clientToken = clientToken;
if(clientToken != null){
putQueryParameter("ClientToken", clientToken);
}
}
public String getIsp() {
return this.isp;
}
public void setIsp(String isp) {
this.isp = isp;
if(isp != null){
putQueryParameter("Isp", isp);
}
}
public String getCciotGwId() {
return this.cciotGwId;
}
public void setCciotGwId(String cciotGwId) {
this.cciotGwId = cciotGwId;
if(cciotGwId != null){
putQueryParameter("CciotGwId", cciotGwId);
}
}
public List<String> getIccidIpsFileUrlLists() {
return this.iccidIpsFileUrlLists;
}
public void setIccidIpsFileUrlLists(List<String> iccidIpsFileUrlLists) {
this.iccidIpsFileUrlLists = iccidIpsFileUrlLists;
if (iccidIpsFileUrlLists != null) {
for (int i = 0; i < iccidIpsFileUrlLists.size(); i++) {
putQueryParameter("IccidIpsFileUrlList." + (i + 1) , iccidIpsFileUrlLists.get(i));
}
}
}
public String getApn() {
return this.apn;
}
public void setApn(String apn) {
this.apn = apn;
if(apn != null){
putQueryParameter("Apn", apn);
}
}
@Override
public Class<AssociateIccidToIpExcelResponse> getResponseClass() {
return AssociateIccidToIpExcelResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model/v20210721/AssociateIccidToIpExcelResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cciotgw.model.v20210721;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cciotgw.transform.v20210721.AssociateIccidToIpExcelResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class AssociateIccidToIpExcelResponse extends AcsResponse {
private String code;
private String message;
private String requestId;
private String success;
private String asynToken;
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
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 getSuccess() {
return this.success;
}
public void setSuccess(String success) {
this.success = success;
}
public String getAsynToken() {
return this.asynToken;
}
public void setAsynToken(String asynToken) {
this.asynToken = asynToken;
}
@Override
public AssociateIccidToIpExcelResponse getInstance(UnmarshallerContext context) {
return AssociateIccidToIpExcelResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model/v20210721/AssociateIccidToIpRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cciotgw.model.v20210721;
import com.aliyuncs.RpcAcsRequest;
import java.util.List;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class AssociateIccidToIpRequest extends RpcAcsRequest<AssociateIccidToIpResponse> {
private String clientToken;
private String isp;
private String cciotGwId;
private List<IccidIpList> iccidIpLists;
private String apn;
public AssociateIccidToIpRequest() {
super("CCIoTGW", "2021-07-21", "AssociateIccidToIp");
setMethod(MethodType.GET);
}
public String getClientToken() {
return this.clientToken;
}
public void setClientToken(String clientToken) {
this.clientToken = clientToken;
if(clientToken != null){
putQueryParameter("ClientToken", clientToken);
}
}
public String getIsp() {
return this.isp;
}
public void setIsp(String isp) {
this.isp = isp;
if(isp != null){
putQueryParameter("Isp", isp);
}
}
public String getCciotGwId() {
return this.cciotGwId;
}
public void setCciotGwId(String cciotGwId) {
this.cciotGwId = cciotGwId;
if(cciotGwId != null){
putQueryParameter("CciotGwId", cciotGwId);
}
}
public List<IccidIpList> getIccidIpLists() {
return this.iccidIpLists;
}
public void setIccidIpLists(List<IccidIpList> iccidIpLists) {
this.iccidIpLists = iccidIpLists;
if (iccidIpLists != null) {
for (int depth1 = 0; depth1 < iccidIpLists.size(); depth1++) {
putQueryParameter("IccidIpList." + (depth1 + 1) + ".Ip" , iccidIpLists.get(depth1).getIp());
putQueryParameter("IccidIpList." + (depth1 + 1) + ".Iccid" , iccidIpLists.get(depth1).getIccid());
putQueryParameter("IccidIpList." + (depth1 + 1) + ".CardType" , iccidIpLists.get(depth1).getCardType());
}
}
}
public String getApn() {
return this.apn;
}
public void setApn(String apn) {
this.apn = apn;
if(apn != null){
putQueryParameter("Apn", apn);
}
}
public static class IccidIpList {
private String ip;
private String iccid;
private String cardType;
public String getIp() {
return this.ip;
}
public void setIp(String ip) {
this.ip = ip;
}
public String getIccid() {
return this.iccid;
}
public void setIccid(String iccid) {
this.iccid = iccid;
}
public String getCardType() {
return this.cardType;
}
public void setCardType(String cardType) {
this.cardType = cardType;
}
}
@Override
public Class<AssociateIccidToIpResponse> getResponseClass() {
return AssociateIccidToIpResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model/v20210721/AssociateIccidToIpResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cciotgw.model.v20210721;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cciotgw.transform.v20210721.AssociateIccidToIpResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class AssociateIccidToIpResponse extends AcsResponse {
private String code;
private String message;
private String requestId;
private String success;
private List<ErrorIp> errorIpList;
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
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 getSuccess() {
return this.success;
}
public void setSuccess(String success) {
this.success = success;
}
public List<ErrorIp> getErrorIpList() {
return this.errorIpList;
}
public void setErrorIpList(List<ErrorIp> errorIpList) {
this.errorIpList = errorIpList;
}
public static class ErrorIp {
private String cause;
private String ip;
public String getCause() {
return this.cause;
}
public void setCause(String cause) {
this.cause = cause;
}
public String getIp() {
return this.ip;
}
public void setIp(String ip) {
this.ip = ip;
}
}
@Override
public AssociateIccidToIpResponse getInstance(UnmarshallerContext context) {
return AssociateIccidToIpResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model/v20210721/DeleteCloudConnectorGatewayPrivilegeRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cciotgw.model.v20210721;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class DeleteCloudConnectorGatewayPrivilegeRequest extends RpcAcsRequest<DeleteCloudConnectorGatewayPrivilegeResponse> {
private String userAliUid;
private String ioTCloudConnectorGatewayId;
public DeleteCloudConnectorGatewayPrivilegeRequest() {
super("CCIoTGW", "2021-07-21", "DeleteCloudConnectorGatewayPrivilege");
setMethod(MethodType.POST);
}
public String getUserAliUid() {
return this.userAliUid;
}
public void setUserAliUid(String userAliUid) {
this.userAliUid = userAliUid;
if(userAliUid != null){
putQueryParameter("UserAliUid", userAliUid);
}
}
public String getIoTCloudConnectorGatewayId() {
return this.ioTCloudConnectorGatewayId;
}
public void setIoTCloudConnectorGatewayId(String ioTCloudConnectorGatewayId) {
this.ioTCloudConnectorGatewayId = ioTCloudConnectorGatewayId;
if(ioTCloudConnectorGatewayId != null){
putQueryParameter("IoTCloudConnectorGatewayId", ioTCloudConnectorGatewayId);
}
}
@Override
public Class<DeleteCloudConnectorGatewayPrivilegeResponse> getResponseClass() {
return DeleteCloudConnectorGatewayPrivilegeResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model/v20210721/DeleteCloudConnectorGatewayPrivilegeResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cciotgw.model.v20210721;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cciotgw.transform.v20210721.DeleteCloudConnectorGatewayPrivilegeResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class DeleteCloudConnectorGatewayPrivilegeResponse extends AcsResponse {
private String requestId;
private String code;
private String message;
private String success;
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 String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getSuccess() {
return this.success;
}
public void setSuccess(String success) {
this.success = success;
}
@Override
public DeleteCloudConnectorGatewayPrivilegeResponse getInstance(UnmarshallerContext context) {
return DeleteCloudConnectorGatewayPrivilegeResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model/v20210721/GetFreeIpCountRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cciotgw.model.v20210721;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class GetFreeIpCountRequest extends RpcAcsRequest<GetFreeIpCountResponse> {
private String isp;
private String cciotGwId;
private String apn;
public GetFreeIpCountRequest() {
super("CCIoTGW", "2021-07-21", "GetFreeIpCount");
setMethod(MethodType.GET);
}
public String getIsp() {
return this.isp;
}
public void setIsp(String isp) {
this.isp = isp;
if(isp != null){
putQueryParameter("Isp", isp);
}
}
public String getCciotGwId() {
return this.cciotGwId;
}
public void setCciotGwId(String cciotGwId) {
this.cciotGwId = cciotGwId;
if(cciotGwId != null){
putQueryParameter("CciotGwId", cciotGwId);
}
}
public String getApn() {
return this.apn;
}
public void setApn(String apn) {
this.apn = apn;
if(apn != null){
putQueryParameter("Apn", apn);
}
}
@Override
public Class<GetFreeIpCountResponse> getResponseClass() {
return GetFreeIpCountResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model/v20210721/GetFreeIpCountResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cciotgw.model.v20210721;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cciotgw.transform.v20210721.GetFreeIpCountResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetFreeIpCountResponse extends AcsResponse {
private String code;
private String message;
private String requestId;
private String success;
private Integer count;
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
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 getSuccess() {
return this.success;
}
public void setSuccess(String success) {
this.success = success;
}
public Integer getCount() {
return this.count;
}
public void setCount(Integer count) {
this.count = count;
}
@Override
public GetFreeIpCountResponse getInstance(UnmarshallerContext context) {
return GetFreeIpCountResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model/v20210721/GetIccidAndIpRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cciotgw.model.v20210721;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class GetIccidAndIpRequest extends RpcAcsRequest<GetIccidAndIpResponse> {
private String clientToken;
private String isp;
private String ip;
private String cciotGwId;
private String iccid;
private String apn;
public GetIccidAndIpRequest() {
super("CCIoTGW", "2021-07-21", "GetIccidAndIp");
setMethod(MethodType.GET);
}
public String getClientToken() {
return this.clientToken;
}
public void setClientToken(String clientToken) {
this.clientToken = clientToken;
if(clientToken != null){
putQueryParameter("ClientToken", clientToken);
}
}
public String getIsp() {
return this.isp;
}
public void setIsp(String isp) {
this.isp = isp;
if(isp != null){
putQueryParameter("Isp", isp);
}
}
public String getIp() {
return this.ip;
}
public void setIp(String ip) {
this.ip = ip;
if(ip != null){
putQueryParameter("Ip", ip);
}
}
public String getCciotGwId() {
return this.cciotGwId;
}
public void setCciotGwId(String cciotGwId) {
this.cciotGwId = cciotGwId;
if(cciotGwId != null){
putQueryParameter("CciotGwId", cciotGwId);
}
}
public String getIccid() {
return this.iccid;
}
public void setIccid(String iccid) {
this.iccid = iccid;
if(iccid != null){
putQueryParameter("Iccid", iccid);
}
}
public String getApn() {
return this.apn;
}
public void setApn(String apn) {
this.apn = apn;
if(apn != null){
putQueryParameter("Apn", apn);
}
}
@Override
public Class<GetIccidAndIpResponse> getResponseClass() {
return GetIccidAndIpResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model/v20210721/GetIccidAndIpResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cciotgw.model.v20210721;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cciotgw.transform.v20210721.GetIccidAndIpResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetIccidAndIpResponse extends AcsResponse {
private String code;
private String message;
private String requestId;
private String success;
private String status;
private String ip;
private String cciotId;
private String iccid;
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
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 getSuccess() {
return this.success;
}
public void setSuccess(String success) {
this.success = success;
}
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
}
public String getIp() {
return this.ip;
}
public void setIp(String ip) {
this.ip = ip;
}
public String getCciotId() {
return this.cciotId;
}
public void setCciotId(String cciotId) {
this.cciotId = cciotId;
}
public String getIccid() {
return this.iccid;
}
public void setIccid(String iccid) {
this.iccid = iccid;
}
@Override
public GetIccidAndIpResponse getInstance(UnmarshallerContext context) {
return GetIccidAndIpResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model/v20210721/GetIoTCloudConnectorGatewayRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cciotgw.model.v20210721;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class GetIoTCloudConnectorGatewayRequest extends RpcAcsRequest<GetIoTCloudConnectorGatewayResponse> {
private String ioTCloudConnectorGatewayId;
public GetIoTCloudConnectorGatewayRequest() {
super("CCIoTGW", "2021-07-21", "GetIoTCloudConnectorGateway");
setMethod(MethodType.GET);
}
public String getIoTCloudConnectorGatewayId() {
return this.ioTCloudConnectorGatewayId;
}
public void setIoTCloudConnectorGatewayId(String ioTCloudConnectorGatewayId) {
this.ioTCloudConnectorGatewayId = ioTCloudConnectorGatewayId;
if(ioTCloudConnectorGatewayId != null){
putQueryParameter("IoTCloudConnectorGatewayId", ioTCloudConnectorGatewayId);
}
}
@Override
public Class<GetIoTCloudConnectorGatewayResponse> getResponseClass() {
return GetIoTCloudConnectorGatewayResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model/v20210721/GetIoTCloudConnectorGatewayResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cciotgw.model.v20210721;
import java.util.List;
import java.util.Map;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cciotgw.transform.v20210721.GetIoTCloudConnectorGatewayResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetIoTCloudConnectorGatewayResponse extends AcsResponse {
private String requestId;
private String spec;
private Long resourceUid;
private String description;
private String haMode;
private String state;
private Map<Object,Object> scheduleFactor;
private String apn;
private Integer forwardingUnitCount;
private String name;
private String isp;
private String ioTCloudConnectorGatewayId;
private List<String> forwardingUnitIds;
private List<String> featureList;
private List<String> zoneList;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getSpec() {
return this.spec;
}
public void setSpec(String spec) {
this.spec = spec;
}
public Long getResourceUid() {
return this.resourceUid;
}
public void setResourceUid(Long resourceUid) {
this.resourceUid = resourceUid;
}
public String getDescription() {
return this.description;
}
public void setDescription(String description) {
this.description = description;
}
public String getHaMode() {
return this.haMode;
}
public void setHaMode(String haMode) {
this.haMode = haMode;
}
public String getState() {
return this.state;
}
public void setState(String state) {
this.state = state;
}
public Map<Object,Object> getScheduleFactor() {
return this.scheduleFactor;
}
public void setScheduleFactor(Map<Object,Object> scheduleFactor) {
this.scheduleFactor = scheduleFactor;
}
public String getApn() {
return this.apn;
}
public void setApn(String apn) {
this.apn = apn;
}
public Integer getForwardingUnitCount() {
return this.forwardingUnitCount;
}
public void setForwardingUnitCount(Integer forwardingUnitCount) {
this.forwardingUnitCount = forwardingUnitCount;
}
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
}
public String getIsp() {
return this.isp;
}
public void setIsp(String isp) {
this.isp = isp;
}
public String getIoTCloudConnectorGatewayId() {
return this.ioTCloudConnectorGatewayId;
}
public void setIoTCloudConnectorGatewayId(String ioTCloudConnectorGatewayId) {
this.ioTCloudConnectorGatewayId = ioTCloudConnectorGatewayId;
}
public List<String> getForwardingUnitIds() {
return this.forwardingUnitIds;
}
public void setForwardingUnitIds(List<String> forwardingUnitIds) {
this.forwardingUnitIds = forwardingUnitIds;
}
public List<String> getFeatureList() {
return this.featureList;
}
public void setFeatureList(List<String> featureList) {
this.featureList = featureList;
}
public List<String> getZoneList() {
return this.zoneList;
}
public void setZoneList(List<String> zoneList) {
this.zoneList = zoneList;
}
@Override
public GetIoTCloudConnectorGatewayResponse getInstance(UnmarshallerContext context) {
return GetIoTCloudConnectorGatewayResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model/v20210721/GetIpStatusRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cciotgw.model.v20210721;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class GetIpStatusRequest extends RpcAcsRequest<GetIpStatusResponse> {
private String isp;
private String ip;
private String cciotGwId;
private String apn;
public GetIpStatusRequest() {
super("CCIoTGW", "2021-07-21", "GetIpStatus");
setMethod(MethodType.GET);
}
public String getIsp() {
return this.isp;
}
public void setIsp(String isp) {
this.isp = isp;
if(isp != null){
putQueryParameter("Isp", isp);
}
}
public String getIp() {
return this.ip;
}
public void setIp(String ip) {
this.ip = ip;
if(ip != null){
putQueryParameter("Ip", ip);
}
}
public String getCciotGwId() {
return this.cciotGwId;
}
public void setCciotGwId(String cciotGwId) {
this.cciotGwId = cciotGwId;
if(cciotGwId != null){
putQueryParameter("CciotGwId", cciotGwId);
}
}
public String getApn() {
return this.apn;
}
public void setApn(String apn) {
this.apn = apn;
if(apn != null){
putQueryParameter("Apn", apn);
}
}
@Override
public Class<GetIpStatusResponse> getResponseClass() {
return GetIpStatusResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model/v20210721/GetIpStatusResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cciotgw.model.v20210721;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cciotgw.transform.v20210721.GetIpStatusResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetIpStatusResponse extends AcsResponse {
private String code;
private String message;
private String requestId;
private String success;
private String status;
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
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 getSuccess() {
return this.success;
}
public void setSuccess(String success) {
this.success = success;
}
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
}
@Override
public GetIpStatusResponse getInstance(UnmarshallerContext context) {
return GetIpStatusResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model/v20210721/ListCloudConnectorGatewayPrivilegeRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cciotgw.model.v20210721;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class ListCloudConnectorGatewayPrivilegeRequest extends RpcAcsRequest<ListCloudConnectorGatewayPrivilegeResponse> {
private String ioTCloudConnectorGatewayId;
public ListCloudConnectorGatewayPrivilegeRequest() {
super("CCIoTGW", "2021-07-21", "ListCloudConnectorGatewayPrivilege");
setMethod(MethodType.GET);
}
public String getIoTCloudConnectorGatewayId() {
return this.ioTCloudConnectorGatewayId;
}
public void setIoTCloudConnectorGatewayId(String ioTCloudConnectorGatewayId) {
this.ioTCloudConnectorGatewayId = ioTCloudConnectorGatewayId;
if(ioTCloudConnectorGatewayId != null){
putQueryParameter("IoTCloudConnectorGatewayId", ioTCloudConnectorGatewayId);
}
}
@Override
public Class<ListCloudConnectorGatewayPrivilegeResponse> getResponseClass() {
return ListCloudConnectorGatewayPrivilegeResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model/v20210721/ListCloudConnectorGatewayPrivilegeResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cciotgw.model.v20210721;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cciotgw.transform.v20210721.ListCloudConnectorGatewayPrivilegeResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListCloudConnectorGatewayPrivilegeResponse extends AcsResponse {
private String requestId;
private String code;
private String message;
private String success;
private String ioTCloudConnectorGatewayId;
private List<IoTCloudConnectorGatewayPrivilege> ioTCloudConnectorGatewayPrivileges;
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 String getMessage() {
return this.message;
}
public void setMessage(String message) {
this.message = message;
}
public String getSuccess() {
return this.success;
}
public void setSuccess(String success) {
this.success = success;
}
public String getIoTCloudConnectorGatewayId() {
return this.ioTCloudConnectorGatewayId;
}
public void setIoTCloudConnectorGatewayId(String ioTCloudConnectorGatewayId) {
this.ioTCloudConnectorGatewayId = ioTCloudConnectorGatewayId;
}
public List<IoTCloudConnectorGatewayPrivilege> getIoTCloudConnectorGatewayPrivileges() {
return this.ioTCloudConnectorGatewayPrivileges;
}
public void setIoTCloudConnectorGatewayPrivileges(List<IoTCloudConnectorGatewayPrivilege> ioTCloudConnectorGatewayPrivileges) {
this.ioTCloudConnectorGatewayPrivileges = ioTCloudConnectorGatewayPrivileges;
}
public static class IoTCloudConnectorGatewayPrivilege {
private String type;
private String aliuid;
public String getType() {
return this.type;
}
public void setType(String type) {
this.type = type;
}
public String getAliuid() {
return this.aliuid;
}
public void setAliuid(String aliuid) {
this.aliuid = aliuid;
}
}
@Override
public ListCloudConnectorGatewayPrivilegeResponse getInstance(UnmarshallerContext context) {
return ListCloudConnectorGatewayPrivilegeResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model/v20210721/ListConnectionPoolIpRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cciotgw.model.v20210721;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class ListConnectionPoolIpRequest extends RpcAcsRequest<ListConnectionPoolIpResponse> {
private String clientToken;
private String isp;
private String pageId;
private String cciotGwId;
private String connectionPoolId;
private Integer pageSize;
private String apn;
private String ip;
private String cciotId;
private String status;
public ListConnectionPoolIpRequest() {
super("CCIoTGW", "2021-07-21", "ListConnectionPoolIp");
setMethod(MethodType.GET);
}
public String getClientToken() {
return this.clientToken;
}
public void setClientToken(String clientToken) {
this.clientToken = clientToken;
if(clientToken != null){
putQueryParameter("ClientToken", clientToken);
}
}
public String getIsp() {
return this.isp;
}
public void setIsp(String isp) {
this.isp = isp;
if(isp != null){
putQueryParameter("Isp", isp);
}
}
public String getPageId() {
return this.pageId;
}
public void setPageId(String pageId) {
this.pageId = pageId;
if(pageId != null){
putQueryParameter("PageId", pageId);
}
}
public String getCciotGwId() {
return this.cciotGwId;
}
public void setCciotGwId(String cciotGwId) {
this.cciotGwId = cciotGwId;
if(cciotGwId != null){
putQueryParameter("CciotGwId", cciotGwId);
}
}
public String getConnectionPoolId() {
return this.connectionPoolId;
}
public void setConnectionPoolId(String connectionPoolId) {
this.connectionPoolId = connectionPoolId;
if(connectionPoolId != null){
putQueryParameter("ConnectionPoolId", connectionPoolId);
}
}
public Integer getPageSize() {
return this.pageSize;
}
public void setPageSize(Integer pageSize) {
this.pageSize = pageSize;
if(pageSize != null){
putQueryParameter("PageSize", pageSize.toString());
}
}
public String getApn() {
return this.apn;
}
public void setApn(String apn) {
this.apn = apn;
if(apn != null){
putQueryParameter("Apn", apn);
}
}
public String getIp() {
return this.ip;
}
public void setIp(String ip) {
this.ip = ip;
if(ip != null){
putQueryParameter("Ip", ip);
}
}
public String getCciotId() {
return this.cciotId;
}
public void setCciotId(String cciotId) {
this.cciotId = cciotId;
if(cciotId != null){
putQueryParameter("CciotId", cciotId);
}
}
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
if(status != null){
putQueryParameter("Status", status);
}
}
@Override
public Class<ListConnectionPoolIpResponse> getResponseClass() {
return ListConnectionPoolIpResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model/v20210721/ListConnectionPoolIpResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cciotgw.model.v20210721;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cciotgw.transform.v20210721.ListConnectionPoolIpResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListConnectionPoolIpResponse extends AcsResponse {
private String code;
private String message;
private String requestId;
private String success;
private Long count;
private Long pageSize;
private String pageId;
private List<IpInfo> ipInfoList;
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
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 getSuccess() {
return this.success;
}
public void setSuccess(String success) {
this.success = success;
}
public Long getCount() {
return this.count;
}
public void setCount(Long count) {
this.count = count;
}
public Long getPageSize() {
return this.pageSize;
}
public void setPageSize(Long pageSize) {
this.pageSize = pageSize;
}
public String getPageId() {
return this.pageId;
}
public void setPageId(String pageId) {
this.pageId = pageId;
}
public List<IpInfo> getIpInfoList() {
return this.ipInfoList;
}
public void setIpInfoList(List<IpInfo> ipInfoList) {
this.ipInfoList = ipInfoList;
}
public static class IpInfo {
private String ip;
private String cciotId;
private String connectionPoolId;
private String status;
public String getIp() {
return this.ip;
}
public void setIp(String ip) {
this.ip = ip;
}
public String getCciotId() {
return this.cciotId;
}
public void setCciotId(String cciotId) {
this.cciotId = cciotId;
}
public String getConnectionPoolId() {
return this.connectionPoolId;
}
public void setConnectionPoolId(String connectionPoolId) {
this.connectionPoolId = connectionPoolId;
}
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
}
}
@Override
public ListConnectionPoolIpResponse getInstance(UnmarshallerContext context) {
return ListConnectionPoolIpResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model/v20210721/ListGreInterfacesRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cciotgw.model.v20210721;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class ListGreInterfacesRequest extends RpcAcsRequest<ListGreInterfacesResponse> {
private String greInterfaceId;
private String ioTCloudConnectorGatewayId;
public ListGreInterfacesRequest() {
super("CCIoTGW", "2021-07-21", "ListGreInterfaces");
setMethod(MethodType.GET);
}
public String getGreInterfaceId() {
return this.greInterfaceId;
}
public void setGreInterfaceId(String greInterfaceId) {
this.greInterfaceId = greInterfaceId;
if(greInterfaceId != null){
putQueryParameter("GreInterfaceId", greInterfaceId);
}
}
public String getIoTCloudConnectorGatewayId() {
return this.ioTCloudConnectorGatewayId;
}
public void setIoTCloudConnectorGatewayId(String ioTCloudConnectorGatewayId) {
this.ioTCloudConnectorGatewayId = ioTCloudConnectorGatewayId;
if(ioTCloudConnectorGatewayId != null){
putQueryParameter("IoTCloudConnectorGatewayId", ioTCloudConnectorGatewayId);
}
}
@Override
public Class<ListGreInterfacesResponse> getResponseClass() {
return ListGreInterfacesResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model/v20210721/ListGreInterfacesResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cciotgw.model.v20210721;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cciotgw.transform.v20210721.ListGreInterfacesResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListGreInterfacesResponse extends AcsResponse {
private String requestId;
private String ioTCloudConnectorGatewayId;
private List<GreInterfaceItem> greInterface;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getIoTCloudConnectorGatewayId() {
return this.ioTCloudConnectorGatewayId;
}
public void setIoTCloudConnectorGatewayId(String ioTCloudConnectorGatewayId) {
this.ioTCloudConnectorGatewayId = ioTCloudConnectorGatewayId;
}
public List<GreInterfaceItem> getGreInterface() {
return this.greInterface;
}
public void setGreInterface(List<GreInterfaceItem> greInterface) {
this.greInterface = greInterface;
}
public static class GreInterfaceItem {
private String customerIp;
private String customerTunnelIp;
private String localTunnelIp;
private String state;
private Boolean enableKeepalive;
private String greGwId;
private String forwardingUnitId;
private String localIp;
private String greInterfaceId;
private String greCidrs;
private String ioTCloudConnectorGatewayId;
public String getCustomerIp() {
return this.customerIp;
}
public void setCustomerIp(String customerIp) {
this.customerIp = customerIp;
}
public String getCustomerTunnelIp() {
return this.customerTunnelIp;
}
public void setCustomerTunnelIp(String customerTunnelIp) {
this.customerTunnelIp = customerTunnelIp;
}
public String getLocalTunnelIp() {
return this.localTunnelIp;
}
public void setLocalTunnelIp(String localTunnelIp) {
this.localTunnelIp = localTunnelIp;
}
public String getState() {
return this.state;
}
public void setState(String state) {
this.state = state;
}
public Boolean getEnableKeepalive() {
return this.enableKeepalive;
}
public void setEnableKeepalive(Boolean enableKeepalive) {
this.enableKeepalive = enableKeepalive;
}
public String getGreGwId() {
return this.greGwId;
}
public void setGreGwId(String greGwId) {
this.greGwId = greGwId;
}
public String getForwardingUnitId() {
return this.forwardingUnitId;
}
public void setForwardingUnitId(String forwardingUnitId) {
this.forwardingUnitId = forwardingUnitId;
}
public String getLocalIp() {
return this.localIp;
}
public void setLocalIp(String localIp) {
this.localIp = localIp;
}
public String getGreInterfaceId() {
return this.greInterfaceId;
}
public void setGreInterfaceId(String greInterfaceId) {
this.greInterfaceId = greInterfaceId;
}
public String getGreCidrs() {
return this.greCidrs;
}
public void setGreCidrs(String greCidrs) {
this.greCidrs = greCidrs;
}
public String getIoTCloudConnectorGatewayId() {
return this.ioTCloudConnectorGatewayId;
}
public void setIoTCloudConnectorGatewayId(String ioTCloudConnectorGatewayId) {
this.ioTCloudConnectorGatewayId = ioTCloudConnectorGatewayId;
}
}
@Override
public ListGreInterfacesResponse getInstance(UnmarshallerContext context) {
return ListGreInterfacesResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model/v20210721/ListIoTCloudConnectorGatewaysRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cciotgw.model.v20210721;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class ListIoTCloudConnectorGatewaysRequest extends RpcAcsRequest<ListIoTCloudConnectorGatewaysResponse> {
private Integer pageNumber;
private Integer pageSize;
public ListIoTCloudConnectorGatewaysRequest() {
super("CCIoTGW", "2021-07-21", "ListIoTCloudConnectorGateways");
setMethod(MethodType.GET);
}
public Integer getPageNumber() {
return this.pageNumber;
}
public void setPageNumber(Integer pageNumber) {
this.pageNumber = pageNumber;
if(pageNumber != null){
putQueryParameter("PageNumber", pageNumber.toString());
}
}
public Integer getPageSize() {
return this.pageSize;
}
public void setPageSize(Integer pageSize) {
this.pageSize = pageSize;
if(pageSize != null){
putQueryParameter("PageSize", pageSize.toString());
}
}
@Override
public Class<ListIoTCloudConnectorGatewaysResponse> getResponseClass() {
return ListIoTCloudConnectorGatewaysResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model/v20210721/ListIoTCloudConnectorGatewaysResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cciotgw.model.v20210721;
import java.util.List;
import java.util.Map;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cciotgw.transform.v20210721.ListIoTCloudConnectorGatewaysResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListIoTCloudConnectorGatewaysResponse extends AcsResponse {
private Integer pageNumber;
private Integer pageSize;
private String requestId;
private Integer totalCount;
private List<IoTCloudConnectorGateway> ioTCloudConnectorGateways;
public Integer getPageNumber() {
return this.pageNumber;
}
public void setPageNumber(Integer pageNumber) {
this.pageNumber = pageNumber;
}
public Integer getPageSize() {
return this.pageSize;
}
public void setPageSize(Integer pageSize) {
this.pageSize = pageSize;
}
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Integer getTotalCount() {
return this.totalCount;
}
public void setTotalCount(Integer totalCount) {
this.totalCount = totalCount;
}
public List<IoTCloudConnectorGateway> getIoTCloudConnectorGateways() {
return this.ioTCloudConnectorGateways;
}
public void setIoTCloudConnectorGateways(List<IoTCloudConnectorGateway> ioTCloudConnectorGateways) {
this.ioTCloudConnectorGateways = ioTCloudConnectorGateways;
}
public static class IoTCloudConnectorGateway {
private String spec;
private Long resourceUid;
private String description;
private String state;
private Map<Object,Object> scheduleFactor;
private String apn;
private Integer forwardingUnitCount;
private String name;
private String isp;
private String ioTCloudConnectorGatewayId;
private List<String> forwardingUnitIds;
private List<String> featureList;
private List<String> zoneList;
public String getSpec() {
return this.spec;
}
public void setSpec(String spec) {
this.spec = spec;
}
public Long getResourceUid() {
return this.resourceUid;
}
public void setResourceUid(Long resourceUid) {
this.resourceUid = resourceUid;
}
public String getDescription() {
return this.description;
}
public void setDescription(String description) {
this.description = description;
}
public String getState() {
return this.state;
}
public void setState(String state) {
this.state = state;
}
public Map<Object,Object> getScheduleFactor() {
return this.scheduleFactor;
}
public void setScheduleFactor(Map<Object,Object> scheduleFactor) {
this.scheduleFactor = scheduleFactor;
}
public String getApn() {
return this.apn;
}
public void setApn(String apn) {
this.apn = apn;
}
public Integer getForwardingUnitCount() {
return this.forwardingUnitCount;
}
public void setForwardingUnitCount(Integer forwardingUnitCount) {
this.forwardingUnitCount = forwardingUnitCount;
}
public String getName() {
return this.name;
}
public void setName(String name) {
this.name = name;
}
public String getIsp() {
return this.isp;
}
public void setIsp(String isp) {
this.isp = isp;
}
public String getIoTCloudConnectorGatewayId() {
return this.ioTCloudConnectorGatewayId;
}
public void setIoTCloudConnectorGatewayId(String ioTCloudConnectorGatewayId) {
this.ioTCloudConnectorGatewayId = ioTCloudConnectorGatewayId;
}
public List<String> getForwardingUnitIds() {
return this.forwardingUnitIds;
}
public void setForwardingUnitIds(List<String> forwardingUnitIds) {
this.forwardingUnitIds = forwardingUnitIds;
}
public List<String> getFeatureList() {
return this.featureList;
}
public void setFeatureList(List<String> featureList) {
this.featureList = featureList;
}
public List<String> getZoneList() {
return this.zoneList;
}
public void setZoneList(List<String> zoneList) {
this.zoneList = zoneList;
}
}
@Override
public ListIoTCloudConnectorGatewaysResponse getInstance(UnmarshallerContext context) {
return ListIoTCloudConnectorGatewaysResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model/v20210721/ListIpsStatusRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cciotgw.model.v20210721;
import com.aliyuncs.RpcAcsRequest;
import java.util.List;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class ListIpsStatusRequest extends RpcAcsRequest<ListIpsStatusResponse> {
private String isp;
private List<String> ips;
private String cciotGwId;
private String apn;
public ListIpsStatusRequest() {
super("CCIoTGW", "2021-07-21", "ListIpsStatus");
setMethod(MethodType.POST);
}
public String getIsp() {
return this.isp;
}
public void setIsp(String isp) {
this.isp = isp;
if(isp != null){
putQueryParameter("Isp", isp);
}
}
public List<String> getIps() {
return this.ips;
}
public void setIps(List<String> ips) {
this.ips = ips;
if (ips != null) {
for (int depth1 = 0; depth1 < ips.size(); depth1++) {
putQueryParameter("Ips." + (depth1 + 1) , ips.get(depth1));
}
}
}
public String getCciotGwId() {
return this.cciotGwId;
}
public void setCciotGwId(String cciotGwId) {
this.cciotGwId = cciotGwId;
if(cciotGwId != null){
putQueryParameter("CciotGwId", cciotGwId);
}
}
public String getApn() {
return this.apn;
}
public void setApn(String apn) {
this.apn = apn;
if(apn != null){
putQueryParameter("Apn", apn);
}
}
@Override
public Class<ListIpsStatusResponse> getResponseClass() {
return ListIpsStatusResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model/v20210721/ListIpsStatusResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cciotgw.model.v20210721;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cciotgw.transform.v20210721.ListIpsStatusResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListIpsStatusResponse extends AcsResponse {
private String code;
private String message;
private String requestId;
private String success;
private List<IpAddress> ips;
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
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 getSuccess() {
return this.success;
}
public void setSuccess(String success) {
this.success = success;
}
public List<IpAddress> getIps() {
return this.ips;
}
public void setIps(List<IpAddress> ips) {
this.ips = ips;
}
public static class IpAddress {
private String status;
private String ip;
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
}
public String getIp() {
return this.ip;
}
public void setIp(String ip) {
this.ip = ip;
}
}
@Override
public ListIpsStatusResponse getInstance(UnmarshallerContext context) {
return ListIpsStatusResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model/v20210721/ListResultTokenUrlRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cciotgw.model.v20210721;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class ListResultTokenUrlRequest extends RpcAcsRequest<ListResultTokenUrlResponse> {
private String asynToken;
public ListResultTokenUrlRequest() {
super("CCIoTGW", "2021-07-21", "ListResultTokenUrl");
setMethod(MethodType.GET);
}
public String getAsynToken() {
return this.asynToken;
}
public void setAsynToken(String asynToken) {
this.asynToken = asynToken;
if(asynToken != null){
putQueryParameter("AsynToken", asynToken);
}
}
@Override
public Class<ListResultTokenUrlResponse> getResponseClass() {
return ListResultTokenUrlResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model/v20210721/ListResultTokenUrlResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cciotgw.model.v20210721;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cciotgw.transform.v20210721.ListResultTokenUrlResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ListResultTokenUrlResponse extends AcsResponse {
private String code;
private String message;
private String requestId;
private String success;
private List<String> ossUrls;
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
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 getSuccess() {
return this.success;
}
public void setSuccess(String success) {
this.success = success;
}
public List<String> getOssUrls() {
return this.ossUrls;
}
public void setOssUrls(List<String> ossUrls) {
this.ossUrls = ossUrls;
}
@Override
public ListResultTokenUrlResponse getInstance(UnmarshallerContext context) {
return ListResultTokenUrlResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model/v20210721/ModifyIpStatusRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cciotgw.model.v20210721;
import com.aliyuncs.RpcAcsRequest;
import java.util.List;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class ModifyIpStatusRequest extends RpcAcsRequest<ModifyIpStatusResponse> {
private String clientToken;
private String isp;
private List<String> ipLists;
private String cciotGwId;
private String apn;
private String status;
public ModifyIpStatusRequest() {
super("CCIoTGW", "2021-07-21", "ModifyIpStatus");
setMethod(MethodType.GET);
}
public String getClientToken() {
return this.clientToken;
}
public void setClientToken(String clientToken) {
this.clientToken = clientToken;
if(clientToken != null){
putQueryParameter("ClientToken", clientToken);
}
}
public String getIsp() {
return this.isp;
}
public void setIsp(String isp) {
this.isp = isp;
if(isp != null){
putQueryParameter("Isp", isp);
}
}
public List<String> getIpLists() {
return this.ipLists;
}
public void setIpLists(List<String> ipLists) {
this.ipLists = ipLists;
if (ipLists != null) {
for (int i = 0; i < ipLists.size(); i++) {
putQueryParameter("IpList." + (i + 1) , ipLists.get(i));
}
}
}
public String getCciotGwId() {
return this.cciotGwId;
}
public void setCciotGwId(String cciotGwId) {
this.cciotGwId = cciotGwId;
if(cciotGwId != null){
putQueryParameter("CciotGwId", cciotGwId);
}
}
public String getApn() {
return this.apn;
}
public void setApn(String apn) {
this.apn = apn;
if(apn != null){
putQueryParameter("Apn", apn);
}
}
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
if(status != null){
putQueryParameter("Status", status);
}
}
@Override
public Class<ModifyIpStatusResponse> getResponseClass() {
return ModifyIpStatusResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model/v20210721/ModifyIpStatusResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cciotgw.model.v20210721;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cciotgw.transform.v20210721.ModifyIpStatusResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ModifyIpStatusResponse extends AcsResponse {
private String code;
private String message;
private String requestId;
private String success;
private List<ErrorIp> errorIpList;
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
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 getSuccess() {
return this.success;
}
public void setSuccess(String success) {
this.success = success;
}
public List<ErrorIp> getErrorIpList() {
return this.errorIpList;
}
public void setErrorIpList(List<ErrorIp> errorIpList) {
this.errorIpList = errorIpList;
}
public static class ErrorIp {
private String cause;
private String ip;
public String getCause() {
return this.cause;
}
public void setCause(String cause) {
this.cause = cause;
}
public String getIp() {
return this.ip;
}
public void setIp(String ip) {
this.ip = ip;
}
}
@Override
public ModifyIpStatusResponse getInstance(UnmarshallerContext context) {
return ModifyIpStatusResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model/v20210721/QueryAsynTokenResultRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cciotgw.model.v20210721;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class QueryAsynTokenResultRequest extends RpcAcsRequest<QueryAsynTokenResultResponse> {
private String asynToken;
public QueryAsynTokenResultRequest() {
super("CCIoTGW", "2021-07-21", "QueryAsynTokenResult");
setMethod(MethodType.GET);
}
public String getAsynToken() {
return this.asynToken;
}
public void setAsynToken(String asynToken) {
this.asynToken = asynToken;
if(asynToken != null){
putQueryParameter("AsynToken", asynToken);
}
}
@Override
public Class<QueryAsynTokenResultResponse> getResponseClass() {
return QueryAsynTokenResultResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model/v20210721/QueryAsynTokenResultResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cciotgw.model.v20210721;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cciotgw.transform.v20210721.QueryAsynTokenResultResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class QueryAsynTokenResultResponse extends AcsResponse {
private String code;
private String message;
private String requestId;
private String success;
private String result;
private String status;
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
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 getSuccess() {
return this.success;
}
public void setSuccess(String success) {
this.success = success;
}
public String getResult() {
return this.result;
}
public void setResult(String result) {
this.result = result;
}
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
}
@Override
public QueryAsynTokenResultResponse getInstance(UnmarshallerContext context) {
return QueryAsynTokenResultResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model/v20210721/SwitchVpcRouteToBackUpZoneRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cciotgw.model.v20210721;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class SwitchVpcRouteToBackUpZoneRequest extends RpcAcsRequest<SwitchVpcRouteToBackUpZoneResponse> {
private String greInterfaceId;
private Boolean dryRun;
private String clientToken;
private String greGwId;
private String cciotGwId;
public SwitchVpcRouteToBackUpZoneRequest() {
super("CCIoTGW", "2021-07-21", "SwitchVpcRouteToBackUpZone");
setMethod(MethodType.POST);
}
public String getGreInterfaceId() {
return this.greInterfaceId;
}
public void setGreInterfaceId(String greInterfaceId) {
this.greInterfaceId = greInterfaceId;
if(greInterfaceId != null){
putQueryParameter("GreInterfaceId", greInterfaceId);
}
}
public Boolean getDryRun() {
return this.dryRun;
}
public void setDryRun(Boolean dryRun) {
this.dryRun = dryRun;
if(dryRun != null){
putQueryParameter("DryRun", dryRun.toString());
}
}
public String getClientToken() {
return this.clientToken;
}
public void setClientToken(String clientToken) {
this.clientToken = clientToken;
if(clientToken != null){
putQueryParameter("ClientToken", clientToken);
}
}
public String getGreGwId() {
return this.greGwId;
}
public void setGreGwId(String greGwId) {
this.greGwId = greGwId;
if(greGwId != null){
putQueryParameter("GreGwId", greGwId);
}
}
public String getCciotGwId() {
return this.cciotGwId;
}
public void setCciotGwId(String cciotGwId) {
this.cciotGwId = cciotGwId;
if(cciotGwId != null){
putQueryParameter("CciotGwId", cciotGwId);
}
}
@Override
public Class<SwitchVpcRouteToBackUpZoneResponse> getResponseClass() {
return SwitchVpcRouteToBackUpZoneResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model/v20210721/SwitchVpcRouteToBackUpZoneResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cciotgw.model.v20210721;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cciotgw.transform.v20210721.SwitchVpcRouteToBackUpZoneResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class SwitchVpcRouteToBackUpZoneResponse extends AcsResponse {
private String code;
private String message;
private String requestId;
private String success;
private String asynToken;
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
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 getSuccess() {
return this.success;
}
public void setSuccess(String success) {
this.success = success;
}
public String getAsynToken() {
return this.asynToken;
}
public void setAsynToken(String asynToken) {
this.asynToken = asynToken;
}
@Override
public SwitchVpcRouteToBackUpZoneResponse getInstance(UnmarshallerContext context) {
return SwitchVpcRouteToBackUpZoneResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model/v20210721/UnAssociateIccidToIpRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cciotgw.model.v20210721;
import com.aliyuncs.RpcAcsRequest;
import java.util.List;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class UnAssociateIccidToIpRequest extends RpcAcsRequest<UnAssociateIccidToIpResponse> {
private String clientToken;
private String isp;
private String cciotGwId;
private List<IccidIpList> iccidIpLists;
private String apn;
public UnAssociateIccidToIpRequest() {
super("CCIoTGW", "2021-07-21", "UnAssociateIccidToIp");
setMethod(MethodType.GET);
}
public String getClientToken() {
return this.clientToken;
}
public void setClientToken(String clientToken) {
this.clientToken = clientToken;
if(clientToken != null){
putQueryParameter("ClientToken", clientToken);
}
}
public String getIsp() {
return this.isp;
}
public void setIsp(String isp) {
this.isp = isp;
if(isp != null){
putQueryParameter("Isp", isp);
}
}
public String getCciotGwId() {
return this.cciotGwId;
}
public void setCciotGwId(String cciotGwId) {
this.cciotGwId = cciotGwId;
if(cciotGwId != null){
putQueryParameter("CciotGwId", cciotGwId);
}
}
public List<IccidIpList> getIccidIpLists() {
return this.iccidIpLists;
}
public void setIccidIpLists(List<IccidIpList> iccidIpLists) {
this.iccidIpLists = iccidIpLists;
if (iccidIpLists != null) {
for (int depth1 = 0; depth1 < iccidIpLists.size(); depth1++) {
putQueryParameter("IccidIpList." + (depth1 + 1) + ".Ip" , iccidIpLists.get(depth1).getIp());
putQueryParameter("IccidIpList." + (depth1 + 1) + ".Iccid" , iccidIpLists.get(depth1).getIccid());
}
}
}
public String getApn() {
return this.apn;
}
public void setApn(String apn) {
this.apn = apn;
if(apn != null){
putQueryParameter("Apn", apn);
}
}
public static class IccidIpList {
private String ip;
private String iccid;
public String getIp() {
return this.ip;
}
public void setIp(String ip) {
this.ip = ip;
}
public String getIccid() {
return this.iccid;
}
public void setIccid(String iccid) {
this.iccid = iccid;
}
}
@Override
public Class<UnAssociateIccidToIpResponse> getResponseClass() {
return UnAssociateIccidToIpResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/model/v20210721/UnAssociateIccidToIpResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cciotgw.model.v20210721;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.cciotgw.transform.v20210721.UnAssociateIccidToIpResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class UnAssociateIccidToIpResponse extends AcsResponse {
private String code;
private String message;
private String requestId;
private String success;
private List<ErrorIp> errorIpList;
public String getCode() {
return this.code;
}
public void setCode(String code) {
this.code = code;
}
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 getSuccess() {
return this.success;
}
public void setSuccess(String success) {
this.success = success;
}
public List<ErrorIp> getErrorIpList() {
return this.errorIpList;
}
public void setErrorIpList(List<ErrorIp> errorIpList) {
this.errorIpList = errorIpList;
}
public static class ErrorIp {
private String cause;
private String ip;
public String getCause() {
return this.cause;
}
public void setCause(String cause) {
this.cause = cause;
}
public String getIp() {
return this.ip;
}
public void setIp(String ip) {
this.ip = ip;
}
}
@Override
public UnAssociateIccidToIpResponse getInstance(UnmarshallerContext context) {
return UnAssociateIccidToIpResponseUnmarshaller.unmarshall(this, context);
}
@Override
public boolean checkShowJsonItemName() {
return false;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/transform/v20210721/AddCloudConnectorGatewayPrivilegeResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cciotgw.transform.v20210721;
import com.aliyuncs.cciotgw.model.v20210721.AddCloudConnectorGatewayPrivilegeResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class AddCloudConnectorGatewayPrivilegeResponseUnmarshaller {
public static AddCloudConnectorGatewayPrivilegeResponse unmarshall(AddCloudConnectorGatewayPrivilegeResponse addCloudConnectorGatewayPrivilegeResponse, UnmarshallerContext _ctx) {
addCloudConnectorGatewayPrivilegeResponse.setRequestId(_ctx.stringValue("AddCloudConnectorGatewayPrivilegeResponse.RequestId"));
addCloudConnectorGatewayPrivilegeResponse.setCode(_ctx.stringValue("AddCloudConnectorGatewayPrivilegeResponse.Code"));
addCloudConnectorGatewayPrivilegeResponse.setMessage(_ctx.stringValue("AddCloudConnectorGatewayPrivilegeResponse.Message"));
addCloudConnectorGatewayPrivilegeResponse.setSuccess(_ctx.stringValue("AddCloudConnectorGatewayPrivilegeResponse.Success"));
return addCloudConnectorGatewayPrivilegeResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/transform/v20210721/AddIpToConnectionPoolFromExcelResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cciotgw.transform.v20210721;
import com.aliyuncs.cciotgw.model.v20210721.AddIpToConnectionPoolFromExcelResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class AddIpToConnectionPoolFromExcelResponseUnmarshaller {
public static AddIpToConnectionPoolFromExcelResponse unmarshall(AddIpToConnectionPoolFromExcelResponse addIpToConnectionPoolFromExcelResponse, UnmarshallerContext _ctx) {
addIpToConnectionPoolFromExcelResponse.setRequestId(_ctx.stringValue("AddIpToConnectionPoolFromExcelResponse.RequestId"));
addIpToConnectionPoolFromExcelResponse.setCode(_ctx.stringValue("AddIpToConnectionPoolFromExcelResponse.Code"));
addIpToConnectionPoolFromExcelResponse.setMessage(_ctx.stringValue("AddIpToConnectionPoolFromExcelResponse.Message"));
addIpToConnectionPoolFromExcelResponse.setSuccess(_ctx.stringValue("AddIpToConnectionPoolFromExcelResponse.Success"));
addIpToConnectionPoolFromExcelResponse.setAsynToken(_ctx.stringValue("AddIpToConnectionPoolFromExcelResponse.AsynToken"));
return addIpToConnectionPoolFromExcelResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/transform/v20210721/AllocateIpsResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cciotgw.transform.v20210721;
import com.aliyuncs.cciotgw.model.v20210721.AllocateIpsResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class AllocateIpsResponseUnmarshaller {
public static AllocateIpsResponse unmarshall(AllocateIpsResponse allocateIpsResponse, UnmarshallerContext _ctx) {
allocateIpsResponse.setRequestId(_ctx.stringValue("AllocateIpsResponse.RequestId"));
allocateIpsResponse.setCode(_ctx.stringValue("AllocateIpsResponse.Code"));
allocateIpsResponse.setMessage(_ctx.stringValue("AllocateIpsResponse.Message"));
allocateIpsResponse.setSuccess(_ctx.stringValue("AllocateIpsResponse.Success"));
allocateIpsResponse.setAsynToken(_ctx.stringValue("AllocateIpsResponse.AsynToken"));
return allocateIpsResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/transform/v20210721/AssociateIccidToIpExcelResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cciotgw.transform.v20210721;
import com.aliyuncs.cciotgw.model.v20210721.AssociateIccidToIpExcelResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class AssociateIccidToIpExcelResponseUnmarshaller {
public static AssociateIccidToIpExcelResponse unmarshall(AssociateIccidToIpExcelResponse associateIccidToIpExcelResponse, UnmarshallerContext _ctx) {
associateIccidToIpExcelResponse.setRequestId(_ctx.stringValue("AssociateIccidToIpExcelResponse.RequestId"));
associateIccidToIpExcelResponse.setCode(_ctx.stringValue("AssociateIccidToIpExcelResponse.Code"));
associateIccidToIpExcelResponse.setMessage(_ctx.stringValue("AssociateIccidToIpExcelResponse.Message"));
associateIccidToIpExcelResponse.setSuccess(_ctx.stringValue("AssociateIccidToIpExcelResponse.Success"));
associateIccidToIpExcelResponse.setAsynToken(_ctx.stringValue("AssociateIccidToIpExcelResponse.AsynToken"));
return associateIccidToIpExcelResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/transform/v20210721/AssociateIccidToIpResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cciotgw.transform.v20210721;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.cciotgw.model.v20210721.AssociateIccidToIpResponse;
import com.aliyuncs.cciotgw.model.v20210721.AssociateIccidToIpResponse.ErrorIp;
import com.aliyuncs.transform.UnmarshallerContext;
public class AssociateIccidToIpResponseUnmarshaller {
public static AssociateIccidToIpResponse unmarshall(AssociateIccidToIpResponse associateIccidToIpResponse, UnmarshallerContext _ctx) {
associateIccidToIpResponse.setRequestId(_ctx.stringValue("AssociateIccidToIpResponse.RequestId"));
associateIccidToIpResponse.setCode(_ctx.stringValue("AssociateIccidToIpResponse.Code"));
associateIccidToIpResponse.setMessage(_ctx.stringValue("AssociateIccidToIpResponse.Message"));
associateIccidToIpResponse.setSuccess(_ctx.stringValue("AssociateIccidToIpResponse.Success"));
List<ErrorIp> errorIpList = new ArrayList<ErrorIp>();
for (int i = 0; i < _ctx.lengthValue("AssociateIccidToIpResponse.ErrorIpList.Length"); i++) {
ErrorIp errorIp = new ErrorIp();
errorIp.setCause(_ctx.stringValue("AssociateIccidToIpResponse.ErrorIpList["+ i +"].Cause"));
errorIp.setIp(_ctx.stringValue("AssociateIccidToIpResponse.ErrorIpList["+ i +"].Ip"));
errorIpList.add(errorIp);
}
associateIccidToIpResponse.setErrorIpList(errorIpList);
return associateIccidToIpResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/transform/v20210721/DeleteCloudConnectorGatewayPrivilegeResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cciotgw.transform.v20210721;
import com.aliyuncs.cciotgw.model.v20210721.DeleteCloudConnectorGatewayPrivilegeResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class DeleteCloudConnectorGatewayPrivilegeResponseUnmarshaller {
public static DeleteCloudConnectorGatewayPrivilegeResponse unmarshall(DeleteCloudConnectorGatewayPrivilegeResponse deleteCloudConnectorGatewayPrivilegeResponse, UnmarshallerContext _ctx) {
deleteCloudConnectorGatewayPrivilegeResponse.setRequestId(_ctx.stringValue("DeleteCloudConnectorGatewayPrivilegeResponse.RequestId"));
deleteCloudConnectorGatewayPrivilegeResponse.setCode(_ctx.stringValue("DeleteCloudConnectorGatewayPrivilegeResponse.Code"));
deleteCloudConnectorGatewayPrivilegeResponse.setMessage(_ctx.stringValue("DeleteCloudConnectorGatewayPrivilegeResponse.Message"));
deleteCloudConnectorGatewayPrivilegeResponse.setSuccess(_ctx.stringValue("DeleteCloudConnectorGatewayPrivilegeResponse.Success"));
return deleteCloudConnectorGatewayPrivilegeResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/transform/v20210721/GetFreeIpCountResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cciotgw.transform.v20210721;
import com.aliyuncs.cciotgw.model.v20210721.GetFreeIpCountResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetFreeIpCountResponseUnmarshaller {
public static GetFreeIpCountResponse unmarshall(GetFreeIpCountResponse getFreeIpCountResponse, UnmarshallerContext _ctx) {
getFreeIpCountResponse.setRequestId(_ctx.stringValue("GetFreeIpCountResponse.RequestId"));
getFreeIpCountResponse.setCode(_ctx.stringValue("GetFreeIpCountResponse.Code"));
getFreeIpCountResponse.setMessage(_ctx.stringValue("GetFreeIpCountResponse.Message"));
getFreeIpCountResponse.setSuccess(_ctx.stringValue("GetFreeIpCountResponse.Success"));
getFreeIpCountResponse.setCount(_ctx.integerValue("GetFreeIpCountResponse.Count"));
return getFreeIpCountResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/transform/v20210721/GetIccidAndIpResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cciotgw.transform.v20210721;
import com.aliyuncs.cciotgw.model.v20210721.GetIccidAndIpResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetIccidAndIpResponseUnmarshaller {
public static GetIccidAndIpResponse unmarshall(GetIccidAndIpResponse getIccidAndIpResponse, UnmarshallerContext _ctx) {
getIccidAndIpResponse.setRequestId(_ctx.stringValue("GetIccidAndIpResponse.RequestId"));
getIccidAndIpResponse.setCode(_ctx.stringValue("GetIccidAndIpResponse.Code"));
getIccidAndIpResponse.setMessage(_ctx.stringValue("GetIccidAndIpResponse.Message"));
getIccidAndIpResponse.setSuccess(_ctx.stringValue("GetIccidAndIpResponse.Success"));
getIccidAndIpResponse.setStatus(_ctx.stringValue("GetIccidAndIpResponse.Status"));
getIccidAndIpResponse.setIp(_ctx.stringValue("GetIccidAndIpResponse.Ip"));
getIccidAndIpResponse.setCciotId(_ctx.stringValue("GetIccidAndIpResponse.CciotId"));
getIccidAndIpResponse.setIccid(_ctx.stringValue("GetIccidAndIpResponse.Iccid"));
return getIccidAndIpResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/transform/v20210721/GetIoTCloudConnectorGatewayResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cciotgw.transform.v20210721;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.cciotgw.model.v20210721.GetIoTCloudConnectorGatewayResponse;
import java.util.Map;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetIoTCloudConnectorGatewayResponseUnmarshaller {
public static GetIoTCloudConnectorGatewayResponse unmarshall(GetIoTCloudConnectorGatewayResponse getIoTCloudConnectorGatewayResponse, UnmarshallerContext _ctx) {
getIoTCloudConnectorGatewayResponse.setRequestId(_ctx.stringValue("GetIoTCloudConnectorGatewayResponse.RequestId"));
getIoTCloudConnectorGatewayResponse.setSpec(_ctx.stringValue("GetIoTCloudConnectorGatewayResponse.Spec"));
getIoTCloudConnectorGatewayResponse.setResourceUid(_ctx.longValue("GetIoTCloudConnectorGatewayResponse.ResourceUid"));
getIoTCloudConnectorGatewayResponse.setDescription(_ctx.stringValue("GetIoTCloudConnectorGatewayResponse.Description"));
getIoTCloudConnectorGatewayResponse.setHaMode(_ctx.stringValue("GetIoTCloudConnectorGatewayResponse.HaMode"));
getIoTCloudConnectorGatewayResponse.setState(_ctx.stringValue("GetIoTCloudConnectorGatewayResponse.State"));
getIoTCloudConnectorGatewayResponse.setScheduleFactor(_ctx.mapValue("GetIoTCloudConnectorGatewayResponse.ScheduleFactor"));
getIoTCloudConnectorGatewayResponse.setApn(_ctx.stringValue("GetIoTCloudConnectorGatewayResponse.Apn"));
getIoTCloudConnectorGatewayResponse.setForwardingUnitCount(_ctx.integerValue("GetIoTCloudConnectorGatewayResponse.ForwardingUnitCount"));
getIoTCloudConnectorGatewayResponse.setName(_ctx.stringValue("GetIoTCloudConnectorGatewayResponse.Name"));
getIoTCloudConnectorGatewayResponse.setIsp(_ctx.stringValue("GetIoTCloudConnectorGatewayResponse.Isp"));
getIoTCloudConnectorGatewayResponse.setIoTCloudConnectorGatewayId(_ctx.stringValue("GetIoTCloudConnectorGatewayResponse.IoTCloudConnectorGatewayId"));
List<String> forwardingUnitIds = new ArrayList<String>();
for (int i = 0; i < _ctx.lengthValue("GetIoTCloudConnectorGatewayResponse.ForwardingUnitIds.Length"); i++) {
forwardingUnitIds.add(_ctx.stringValue("GetIoTCloudConnectorGatewayResponse.ForwardingUnitIds["+ i +"]"));
}
getIoTCloudConnectorGatewayResponse.setForwardingUnitIds(forwardingUnitIds);
List<String> featureList = new ArrayList<String>();
for (int i = 0; i < _ctx.lengthValue("GetIoTCloudConnectorGatewayResponse.FeatureList.Length"); i++) {
featureList.add(_ctx.stringValue("GetIoTCloudConnectorGatewayResponse.FeatureList["+ i +"]"));
}
getIoTCloudConnectorGatewayResponse.setFeatureList(featureList);
List<String> zoneList = new ArrayList<String>();
for (int i = 0; i < _ctx.lengthValue("GetIoTCloudConnectorGatewayResponse.ZoneList.Length"); i++) {
zoneList.add(_ctx.stringValue("GetIoTCloudConnectorGatewayResponse.ZoneList["+ i +"]"));
}
getIoTCloudConnectorGatewayResponse.setZoneList(zoneList);
return getIoTCloudConnectorGatewayResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/transform/v20210721/GetIpStatusResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cciotgw.transform.v20210721;
import com.aliyuncs.cciotgw.model.v20210721.GetIpStatusResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetIpStatusResponseUnmarshaller {
public static GetIpStatusResponse unmarshall(GetIpStatusResponse getIpStatusResponse, UnmarshallerContext _ctx) {
getIpStatusResponse.setRequestId(_ctx.stringValue("GetIpStatusResponse.RequestId"));
getIpStatusResponse.setCode(_ctx.stringValue("GetIpStatusResponse.Code"));
getIpStatusResponse.setMessage(_ctx.stringValue("GetIpStatusResponse.Message"));
getIpStatusResponse.setSuccess(_ctx.stringValue("GetIpStatusResponse.Success"));
getIpStatusResponse.setStatus(_ctx.stringValue("GetIpStatusResponse.Status"));
return getIpStatusResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/transform/v20210721/ListCloudConnectorGatewayPrivilegeResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cciotgw.transform.v20210721;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.cciotgw.model.v20210721.ListCloudConnectorGatewayPrivilegeResponse;
import com.aliyuncs.cciotgw.model.v20210721.ListCloudConnectorGatewayPrivilegeResponse.IoTCloudConnectorGatewayPrivilege;
import com.aliyuncs.transform.UnmarshallerContext;
public class ListCloudConnectorGatewayPrivilegeResponseUnmarshaller {
public static ListCloudConnectorGatewayPrivilegeResponse unmarshall(ListCloudConnectorGatewayPrivilegeResponse listCloudConnectorGatewayPrivilegeResponse, UnmarshallerContext _ctx) {
listCloudConnectorGatewayPrivilegeResponse.setRequestId(_ctx.stringValue("ListCloudConnectorGatewayPrivilegeResponse.RequestId"));
listCloudConnectorGatewayPrivilegeResponse.setCode(_ctx.stringValue("ListCloudConnectorGatewayPrivilegeResponse.Code"));
listCloudConnectorGatewayPrivilegeResponse.setMessage(_ctx.stringValue("ListCloudConnectorGatewayPrivilegeResponse.Message"));
listCloudConnectorGatewayPrivilegeResponse.setSuccess(_ctx.stringValue("ListCloudConnectorGatewayPrivilegeResponse.Success"));
listCloudConnectorGatewayPrivilegeResponse.setIoTCloudConnectorGatewayId(_ctx.stringValue("ListCloudConnectorGatewayPrivilegeResponse.IoTCloudConnectorGatewayId"));
List<IoTCloudConnectorGatewayPrivilege> ioTCloudConnectorGatewayPrivileges = new ArrayList<IoTCloudConnectorGatewayPrivilege>();
for (int i = 0; i < _ctx.lengthValue("ListCloudConnectorGatewayPrivilegeResponse.IoTCloudConnectorGatewayPrivileges.Length"); i++) {
IoTCloudConnectorGatewayPrivilege ioTCloudConnectorGatewayPrivilege = new IoTCloudConnectorGatewayPrivilege();
ioTCloudConnectorGatewayPrivilege.setType(_ctx.stringValue("ListCloudConnectorGatewayPrivilegeResponse.IoTCloudConnectorGatewayPrivileges["+ i +"].Type"));
ioTCloudConnectorGatewayPrivilege.setAliuid(_ctx.stringValue("ListCloudConnectorGatewayPrivilegeResponse.IoTCloudConnectorGatewayPrivileges["+ i +"].Aliuid"));
ioTCloudConnectorGatewayPrivileges.add(ioTCloudConnectorGatewayPrivilege);
}
listCloudConnectorGatewayPrivilegeResponse.setIoTCloudConnectorGatewayPrivileges(ioTCloudConnectorGatewayPrivileges);
return listCloudConnectorGatewayPrivilegeResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/transform/v20210721/ListConnectionPoolIpResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cciotgw.transform.v20210721;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.cciotgw.model.v20210721.ListConnectionPoolIpResponse;
import com.aliyuncs.cciotgw.model.v20210721.ListConnectionPoolIpResponse.IpInfo;
import com.aliyuncs.transform.UnmarshallerContext;
public class ListConnectionPoolIpResponseUnmarshaller {
public static ListConnectionPoolIpResponse unmarshall(ListConnectionPoolIpResponse listConnectionPoolIpResponse, UnmarshallerContext _ctx) {
listConnectionPoolIpResponse.setRequestId(_ctx.stringValue("ListConnectionPoolIpResponse.RequestId"));
listConnectionPoolIpResponse.setCode(_ctx.stringValue("ListConnectionPoolIpResponse.Code"));
listConnectionPoolIpResponse.setMessage(_ctx.stringValue("ListConnectionPoolIpResponse.Message"));
listConnectionPoolIpResponse.setSuccess(_ctx.stringValue("ListConnectionPoolIpResponse.Success"));
listConnectionPoolIpResponse.setCount(_ctx.longValue("ListConnectionPoolIpResponse.Count"));
listConnectionPoolIpResponse.setPageSize(_ctx.longValue("ListConnectionPoolIpResponse.PageSize"));
listConnectionPoolIpResponse.setPageId(_ctx.stringValue("ListConnectionPoolIpResponse.PageId"));
List<IpInfo> ipInfoList = new ArrayList<IpInfo>();
for (int i = 0; i < _ctx.lengthValue("ListConnectionPoolIpResponse.IpInfoList.Length"); i++) {
IpInfo ipInfo = new IpInfo();
ipInfo.setIp(_ctx.stringValue("ListConnectionPoolIpResponse.IpInfoList["+ i +"].Ip"));
ipInfo.setCciotId(_ctx.stringValue("ListConnectionPoolIpResponse.IpInfoList["+ i +"].CciotId"));
ipInfo.setConnectionPoolId(_ctx.stringValue("ListConnectionPoolIpResponse.IpInfoList["+ i +"].ConnectionPoolId"));
ipInfo.setStatus(_ctx.stringValue("ListConnectionPoolIpResponse.IpInfoList["+ i +"].Status"));
ipInfoList.add(ipInfo);
}
listConnectionPoolIpResponse.setIpInfoList(ipInfoList);
return listConnectionPoolIpResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/transform/v20210721/ListGreInterfacesResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cciotgw.transform.v20210721;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.cciotgw.model.v20210721.ListGreInterfacesResponse;
import com.aliyuncs.cciotgw.model.v20210721.ListGreInterfacesResponse.GreInterfaceItem;
import com.aliyuncs.transform.UnmarshallerContext;
public class ListGreInterfacesResponseUnmarshaller {
public static ListGreInterfacesResponse unmarshall(ListGreInterfacesResponse listGreInterfacesResponse, UnmarshallerContext _ctx) {
listGreInterfacesResponse.setRequestId(_ctx.stringValue("ListGreInterfacesResponse.RequestId"));
listGreInterfacesResponse.setIoTCloudConnectorGatewayId(_ctx.stringValue("ListGreInterfacesResponse.IoTCloudConnectorGatewayId"));
List<GreInterfaceItem> greInterface = new ArrayList<GreInterfaceItem>();
for (int i = 0; i < _ctx.lengthValue("ListGreInterfacesResponse.GreInterface.Length"); i++) {
GreInterfaceItem greInterfaceItem = new GreInterfaceItem();
greInterfaceItem.setCustomerIp(_ctx.stringValue("ListGreInterfacesResponse.GreInterface["+ i +"].CustomerIp"));
greInterfaceItem.setCustomerTunnelIp(_ctx.stringValue("ListGreInterfacesResponse.GreInterface["+ i +"].CustomerTunnelIp"));
greInterfaceItem.setLocalTunnelIp(_ctx.stringValue("ListGreInterfacesResponse.GreInterface["+ i +"].LocalTunnelIp"));
greInterfaceItem.setState(_ctx.stringValue("ListGreInterfacesResponse.GreInterface["+ i +"].State"));
greInterfaceItem.setEnableKeepalive(_ctx.booleanValue("ListGreInterfacesResponse.GreInterface["+ i +"].EnableKeepalive"));
greInterfaceItem.setGreGwId(_ctx.stringValue("ListGreInterfacesResponse.GreInterface["+ i +"].GreGwId"));
greInterfaceItem.setForwardingUnitId(_ctx.stringValue("ListGreInterfacesResponse.GreInterface["+ i +"].ForwardingUnitId"));
greInterfaceItem.setLocalIp(_ctx.stringValue("ListGreInterfacesResponse.GreInterface["+ i +"].LocalIp"));
greInterfaceItem.setGreInterfaceId(_ctx.stringValue("ListGreInterfacesResponse.GreInterface["+ i +"].GreInterfaceId"));
greInterfaceItem.setGreCidrs(_ctx.stringValue("ListGreInterfacesResponse.GreInterface["+ i +"].GreCidrs"));
greInterfaceItem.setIoTCloudConnectorGatewayId(_ctx.stringValue("ListGreInterfacesResponse.GreInterface["+ i +"].IoTCloudConnectorGatewayId"));
greInterface.add(greInterfaceItem);
}
listGreInterfacesResponse.setGreInterface(greInterface);
return listGreInterfacesResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/transform/v20210721/ListIoTCloudConnectorGatewaysResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cciotgw.transform.v20210721;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.cciotgw.model.v20210721.ListIoTCloudConnectorGatewaysResponse;
import com.aliyuncs.cciotgw.model.v20210721.ListIoTCloudConnectorGatewaysResponse.IoTCloudConnectorGateway;
import java.util.Map;
import com.aliyuncs.transform.UnmarshallerContext;
public class ListIoTCloudConnectorGatewaysResponseUnmarshaller {
public static ListIoTCloudConnectorGatewaysResponse unmarshall(ListIoTCloudConnectorGatewaysResponse listIoTCloudConnectorGatewaysResponse, UnmarshallerContext _ctx) {
listIoTCloudConnectorGatewaysResponse.setRequestId(_ctx.stringValue("ListIoTCloudConnectorGatewaysResponse.RequestId"));
listIoTCloudConnectorGatewaysResponse.setPageNumber(_ctx.integerValue("ListIoTCloudConnectorGatewaysResponse.PageNumber"));
listIoTCloudConnectorGatewaysResponse.setPageSize(_ctx.integerValue("ListIoTCloudConnectorGatewaysResponse.PageSize"));
listIoTCloudConnectorGatewaysResponse.setTotalCount(_ctx.integerValue("ListIoTCloudConnectorGatewaysResponse.TotalCount"));
List<IoTCloudConnectorGateway> ioTCloudConnectorGateways = new ArrayList<IoTCloudConnectorGateway>();
for (int i = 0; i < _ctx.lengthValue("ListIoTCloudConnectorGatewaysResponse.IoTCloudConnectorGateways.Length"); i++) {
IoTCloudConnectorGateway ioTCloudConnectorGateway = new IoTCloudConnectorGateway();
ioTCloudConnectorGateway.setSpec(_ctx.stringValue("ListIoTCloudConnectorGatewaysResponse.IoTCloudConnectorGateways["+ i +"].Spec"));
ioTCloudConnectorGateway.setResourceUid(_ctx.longValue("ListIoTCloudConnectorGatewaysResponse.IoTCloudConnectorGateways["+ i +"].ResourceUid"));
ioTCloudConnectorGateway.setDescription(_ctx.stringValue("ListIoTCloudConnectorGatewaysResponse.IoTCloudConnectorGateways["+ i +"].Description"));
ioTCloudConnectorGateway.setState(_ctx.stringValue("ListIoTCloudConnectorGatewaysResponse.IoTCloudConnectorGateways["+ i +"].State"));
ioTCloudConnectorGateway.setScheduleFactor(_ctx.mapValue("ListIoTCloudConnectorGatewaysResponse.IoTCloudConnectorGateways["+ i +"].ScheduleFactor"));
ioTCloudConnectorGateway.setApn(_ctx.stringValue("ListIoTCloudConnectorGatewaysResponse.IoTCloudConnectorGateways["+ i +"].Apn"));
ioTCloudConnectorGateway.setForwardingUnitCount(_ctx.integerValue("ListIoTCloudConnectorGatewaysResponse.IoTCloudConnectorGateways["+ i +"].ForwardingUnitCount"));
ioTCloudConnectorGateway.setName(_ctx.stringValue("ListIoTCloudConnectorGatewaysResponse.IoTCloudConnectorGateways["+ i +"].Name"));
ioTCloudConnectorGateway.setIsp(_ctx.stringValue("ListIoTCloudConnectorGatewaysResponse.IoTCloudConnectorGateways["+ i +"].Isp"));
ioTCloudConnectorGateway.setIoTCloudConnectorGatewayId(_ctx.stringValue("ListIoTCloudConnectorGatewaysResponse.IoTCloudConnectorGateways["+ i +"].IoTCloudConnectorGatewayId"));
List<String> forwardingUnitIds = new ArrayList<String>();
for (int j = 0; j < _ctx.lengthValue("ListIoTCloudConnectorGatewaysResponse.IoTCloudConnectorGateways["+ i +"].ForwardingUnitIds.Length"); j++) {
forwardingUnitIds.add(_ctx.stringValue("ListIoTCloudConnectorGatewaysResponse.IoTCloudConnectorGateways["+ i +"].ForwardingUnitIds["+ j +"]"));
}
ioTCloudConnectorGateway.setForwardingUnitIds(forwardingUnitIds);
List<String> featureList = new ArrayList<String>();
for (int j = 0; j < _ctx.lengthValue("ListIoTCloudConnectorGatewaysResponse.IoTCloudConnectorGateways["+ i +"].FeatureList.Length"); j++) {
featureList.add(_ctx.stringValue("ListIoTCloudConnectorGatewaysResponse.IoTCloudConnectorGateways["+ i +"].FeatureList["+ j +"]"));
}
ioTCloudConnectorGateway.setFeatureList(featureList);
List<String> zoneList = new ArrayList<String>();
for (int j = 0; j < _ctx.lengthValue("ListIoTCloudConnectorGatewaysResponse.IoTCloudConnectorGateways["+ i +"].ZoneList.Length"); j++) {
zoneList.add(_ctx.stringValue("ListIoTCloudConnectorGatewaysResponse.IoTCloudConnectorGateways["+ i +"].ZoneList["+ j +"]"));
}
ioTCloudConnectorGateway.setZoneList(zoneList);
ioTCloudConnectorGateways.add(ioTCloudConnectorGateway);
}
listIoTCloudConnectorGatewaysResponse.setIoTCloudConnectorGateways(ioTCloudConnectorGateways);
return listIoTCloudConnectorGatewaysResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/transform/v20210721/ListIpsStatusResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cciotgw.transform.v20210721;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.cciotgw.model.v20210721.ListIpsStatusResponse;
import com.aliyuncs.cciotgw.model.v20210721.ListIpsStatusResponse.IpAddress;
import com.aliyuncs.transform.UnmarshallerContext;
public class ListIpsStatusResponseUnmarshaller {
public static ListIpsStatusResponse unmarshall(ListIpsStatusResponse listIpsStatusResponse, UnmarshallerContext _ctx) {
listIpsStatusResponse.setRequestId(_ctx.stringValue("ListIpsStatusResponse.RequestId"));
listIpsStatusResponse.setCode(_ctx.stringValue("ListIpsStatusResponse.Code"));
listIpsStatusResponse.setMessage(_ctx.stringValue("ListIpsStatusResponse.Message"));
listIpsStatusResponse.setSuccess(_ctx.stringValue("ListIpsStatusResponse.Success"));
List<IpAddress> ips = new ArrayList<IpAddress>();
for (int i = 0; i < _ctx.lengthValue("ListIpsStatusResponse.Ips.Length"); i++) {
IpAddress ipAddress = new IpAddress();
ipAddress.setStatus(_ctx.stringValue("ListIpsStatusResponse.Ips["+ i +"].Status"));
ipAddress.setIp(_ctx.stringValue("ListIpsStatusResponse.Ips["+ i +"].Ip"));
ips.add(ipAddress);
}
listIpsStatusResponse.setIps(ips);
return listIpsStatusResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/transform/v20210721/ListResultTokenUrlResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cciotgw.transform.v20210721;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.cciotgw.model.v20210721.ListResultTokenUrlResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class ListResultTokenUrlResponseUnmarshaller {
public static ListResultTokenUrlResponse unmarshall(ListResultTokenUrlResponse listResultTokenUrlResponse, UnmarshallerContext _ctx) {
listResultTokenUrlResponse.setRequestId(_ctx.stringValue("ListResultTokenUrlResponse.RequestId"));
listResultTokenUrlResponse.setCode(_ctx.stringValue("ListResultTokenUrlResponse.Code"));
listResultTokenUrlResponse.setMessage(_ctx.stringValue("ListResultTokenUrlResponse.Message"));
listResultTokenUrlResponse.setSuccess(_ctx.stringValue("ListResultTokenUrlResponse.Success"));
List<String> ossUrls = new ArrayList<String>();
for (int i = 0; i < _ctx.lengthValue("ListResultTokenUrlResponse.OssUrls.Length"); i++) {
ossUrls.add(_ctx.stringValue("ListResultTokenUrlResponse.OssUrls["+ i +"]"));
}
listResultTokenUrlResponse.setOssUrls(ossUrls);
return listResultTokenUrlResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/transform/v20210721/ModifyIpStatusResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cciotgw.transform.v20210721;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.cciotgw.model.v20210721.ModifyIpStatusResponse;
import com.aliyuncs.cciotgw.model.v20210721.ModifyIpStatusResponse.ErrorIp;
import com.aliyuncs.transform.UnmarshallerContext;
public class ModifyIpStatusResponseUnmarshaller {
public static ModifyIpStatusResponse unmarshall(ModifyIpStatusResponse modifyIpStatusResponse, UnmarshallerContext _ctx) {
modifyIpStatusResponse.setRequestId(_ctx.stringValue("ModifyIpStatusResponse.RequestId"));
modifyIpStatusResponse.setCode(_ctx.stringValue("ModifyIpStatusResponse.Code"));
modifyIpStatusResponse.setMessage(_ctx.stringValue("ModifyIpStatusResponse.Message"));
modifyIpStatusResponse.setSuccess(_ctx.stringValue("ModifyIpStatusResponse.Success"));
List<ErrorIp> errorIpList = new ArrayList<ErrorIp>();
for (int i = 0; i < _ctx.lengthValue("ModifyIpStatusResponse.ErrorIpList.Length"); i++) {
ErrorIp errorIp = new ErrorIp();
errorIp.setCause(_ctx.stringValue("ModifyIpStatusResponse.ErrorIpList["+ i +"].Cause"));
errorIp.setIp(_ctx.stringValue("ModifyIpStatusResponse.ErrorIpList["+ i +"].Ip"));
errorIpList.add(errorIp);
}
modifyIpStatusResponse.setErrorIpList(errorIpList);
return modifyIpStatusResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/transform/v20210721/QueryAsynTokenResultResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cciotgw.transform.v20210721;
import com.aliyuncs.cciotgw.model.v20210721.QueryAsynTokenResultResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class QueryAsynTokenResultResponseUnmarshaller {
public static QueryAsynTokenResultResponse unmarshall(QueryAsynTokenResultResponse queryAsynTokenResultResponse, UnmarshallerContext _ctx) {
queryAsynTokenResultResponse.setRequestId(_ctx.stringValue("QueryAsynTokenResultResponse.RequestId"));
queryAsynTokenResultResponse.setCode(_ctx.stringValue("QueryAsynTokenResultResponse.Code"));
queryAsynTokenResultResponse.setMessage(_ctx.stringValue("QueryAsynTokenResultResponse.Message"));
queryAsynTokenResultResponse.setSuccess(_ctx.stringValue("QueryAsynTokenResultResponse.Success"));
queryAsynTokenResultResponse.setResult(_ctx.stringValue("QueryAsynTokenResultResponse.Result"));
queryAsynTokenResultResponse.setStatus(_ctx.stringValue("QueryAsynTokenResultResponse.Status"));
return queryAsynTokenResultResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/transform/v20210721/SwitchVpcRouteToBackUpZoneResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cciotgw.transform.v20210721;
import com.aliyuncs.cciotgw.model.v20210721.SwitchVpcRouteToBackUpZoneResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class SwitchVpcRouteToBackUpZoneResponseUnmarshaller {
public static SwitchVpcRouteToBackUpZoneResponse unmarshall(SwitchVpcRouteToBackUpZoneResponse switchVpcRouteToBackUpZoneResponse, UnmarshallerContext _ctx) {
switchVpcRouteToBackUpZoneResponse.setRequestId(_ctx.stringValue("SwitchVpcRouteToBackUpZoneResponse.RequestId"));
switchVpcRouteToBackUpZoneResponse.setCode(_ctx.stringValue("SwitchVpcRouteToBackUpZoneResponse.Code"));
switchVpcRouteToBackUpZoneResponse.setMessage(_ctx.stringValue("SwitchVpcRouteToBackUpZoneResponse.Message"));
switchVpcRouteToBackUpZoneResponse.setSuccess(_ctx.stringValue("SwitchVpcRouteToBackUpZoneResponse.Success"));
switchVpcRouteToBackUpZoneResponse.setAsynToken(_ctx.stringValue("SwitchVpcRouteToBackUpZoneResponse.AsynToken"));
return switchVpcRouteToBackUpZoneResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/transform
|
java-sources/com/aliyun/aliyun-java-sdk-cciotgw/1.1.5/com/aliyuncs/cciotgw/transform/v20210721/UnAssociateIccidToIpResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.cciotgw.transform.v20210721;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.cciotgw.model.v20210721.UnAssociateIccidToIpResponse;
import com.aliyuncs.cciotgw.model.v20210721.UnAssociateIccidToIpResponse.ErrorIp;
import com.aliyuncs.transform.UnmarshallerContext;
public class UnAssociateIccidToIpResponseUnmarshaller {
public static UnAssociateIccidToIpResponse unmarshall(UnAssociateIccidToIpResponse unAssociateIccidToIpResponse, UnmarshallerContext _ctx) {
unAssociateIccidToIpResponse.setRequestId(_ctx.stringValue("UnAssociateIccidToIpResponse.RequestId"));
unAssociateIccidToIpResponse.setCode(_ctx.stringValue("UnAssociateIccidToIpResponse.Code"));
unAssociateIccidToIpResponse.setMessage(_ctx.stringValue("UnAssociateIccidToIpResponse.Message"));
unAssociateIccidToIpResponse.setSuccess(_ctx.stringValue("UnAssociateIccidToIpResponse.Success"));
List<ErrorIp> errorIpList = new ArrayList<ErrorIp>();
for (int i = 0; i < _ctx.lengthValue("UnAssociateIccidToIpResponse.ErrorIpList.Length"); i++) {
ErrorIp errorIp = new ErrorIp();
errorIp.setCause(_ctx.stringValue("UnAssociateIccidToIpResponse.ErrorIpList["+ i +"].Cause"));
errorIp.setIp(_ctx.stringValue("UnAssociateIccidToIpResponse.ErrorIpList["+ i +"].Ip"));
errorIpList.add(errorIp);
}
unAssociateIccidToIpResponse.setErrorIpList(errorIpList);
return unAssociateIccidToIpResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-ccs/1.1.0/com/aliyuncs/ccs/model
|
java-sources/com/aliyun/aliyun-java-sdk-ccs/1.1.0/com/aliyuncs/ccs/model/v20171001/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.ccs.model.v20171001;
import com.aliyuncs.RpcAcsRequest;
import com.aliyuncs.http.MethodType;
/**
* @author auto create
* @version
*/
public class CreateTicketRequest extends RpcAcsRequest<CreateTicketResponse> {
public CreateTicketRequest() {
super("Ccs", "2017-10-01", "CreateTicket", "ccs");
setMethod(MethodType.POST);
}
private String creatorId;
private String description;
private String type;
private String ccsInstanceId;
private String customFields;
public String getCreatorId() {
return this.creatorId;
}
public void setCreatorId(String creatorId) {
this.creatorId = creatorId;
if(creatorId != null){
putQueryParameter("CreatorId", creatorId);
}
}
public String getDescription() {
return this.description;
}
public void setDescription(String description) {
this.description = description;
if(description != null){
putQueryParameter("Description", description);
}
}
public String getType() {
return this.type;
}
public void setType(String type) {
this.type = type;
if(type != null){
putQueryParameter("Type", type);
}
}
public String getCcsInstanceId() {
return this.ccsInstanceId;
}
public void setCcsInstanceId(String ccsInstanceId) {
this.ccsInstanceId = ccsInstanceId;
if(ccsInstanceId != null){
putQueryParameter("CcsInstanceId", ccsInstanceId);
}
}
public String getCustomFields() {
return this.customFields;
}
public void setCustomFields(String customFields) {
this.customFields = customFields;
if(customFields != null){
putQueryParameter("CustomFields", customFields);
}
}
@Override
public Class<CreateTicketResponse> getResponseClass() {
return CreateTicketResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-ccs/1.1.0/com/aliyuncs/ccs/model
|
java-sources/com/aliyun/aliyun-java-sdk-ccs/1.1.0/com/aliyuncs/ccs/model/v20171001/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.ccs.model.v20171001;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.ccs.transform.v20171001.CreateTicketResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class CreateTicketResponse extends AcsResponse {
private String requestId;
private String id;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getId() {
return this.id;
}
public void setId(String id) {
this.id = id;
}
@Override
public CreateTicketResponse getInstance(UnmarshallerContext context) {
return CreateTicketResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-ccs/1.1.0/com/aliyuncs/ccs/model
|
java-sources/com/aliyun/aliyun-java-sdk-ccs/1.1.0/com/aliyuncs/ccs/model/v20171001/GetHotlineRecordRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.ccs.model.v20171001;
import com.aliyuncs.RpcAcsRequest;
/**
* @author auto create
* @version
*/
public class GetHotlineRecordRequest extends RpcAcsRequest<GetHotlineRecordResponse> {
public GetHotlineRecordRequest() {
super("Ccs", "2017-10-01", "GetHotlineRecord", "ccs");
}
private String id;
private String ccsInstanceId;
public String getId() {
return this.id;
}
public void setId(String id) {
this.id = id;
if(id != null){
putQueryParameter("Id", id);
}
}
public String getCcsInstanceId() {
return this.ccsInstanceId;
}
public void setCcsInstanceId(String ccsInstanceId) {
this.ccsInstanceId = ccsInstanceId;
if(ccsInstanceId != null){
putQueryParameter("CcsInstanceId", ccsInstanceId);
}
}
@Override
public Class<GetHotlineRecordResponse> getResponseClass() {
return GetHotlineRecordResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-ccs/1.1.0/com/aliyuncs/ccs/model
|
java-sources/com/aliyun/aliyun-java-sdk-ccs/1.1.0/com/aliyuncs/ccs/model/v20171001/GetHotlineRecordResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.ccs.model.v20171001;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.ccs.transform.v20171001.GetHotlineRecordResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class GetHotlineRecordResponse extends AcsResponse {
private String requestId;
private String id;
private String callType;
private String visitorId;
private String visitorPhone;
private String visitorProvince;
private String sceneId;
private String agentId;
private String agentName;
private String createTime;
private String finishTime;
private String status;
private String memo;
private String hangupType;
private String satisfaction;
private String outboundTaskId;
private String categories;
private String ccsInstanceId;
private Long talkDuration;
private String groupId;
private String groupName;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public String getId() {
return this.id;
}
public void setId(String id) {
this.id = id;
}
public String getCallType() {
return this.callType;
}
public void setCallType(String callType) {
this.callType = callType;
}
public String getVisitorId() {
return this.visitorId;
}
public void setVisitorId(String visitorId) {
this.visitorId = visitorId;
}
public String getVisitorPhone() {
return this.visitorPhone;
}
public void setVisitorPhone(String visitorPhone) {
this.visitorPhone = visitorPhone;
}
public String getVisitorProvince() {
return this.visitorProvince;
}
public void setVisitorProvince(String visitorProvince) {
this.visitorProvince = visitorProvince;
}
public String getSceneId() {
return this.sceneId;
}
public void setSceneId(String sceneId) {
this.sceneId = sceneId;
}
public String getAgentId() {
return this.agentId;
}
public void setAgentId(String agentId) {
this.agentId = agentId;
}
public String getAgentName() {
return this.agentName;
}
public void setAgentName(String agentName) {
this.agentName = agentName;
}
public String getCreateTime() {
return this.createTime;
}
public void setCreateTime(String createTime) {
this.createTime = createTime;
}
public String getFinishTime() {
return this.finishTime;
}
public void setFinishTime(String finishTime) {
this.finishTime = finishTime;
}
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
}
public String getMemo() {
return this.memo;
}
public void setMemo(String memo) {
this.memo = memo;
}
public String getHangupType() {
return this.hangupType;
}
public void setHangupType(String hangupType) {
this.hangupType = hangupType;
}
public String getSatisfaction() {
return this.satisfaction;
}
public void setSatisfaction(String satisfaction) {
this.satisfaction = satisfaction;
}
public String getOutboundTaskId() {
return this.outboundTaskId;
}
public void setOutboundTaskId(String outboundTaskId) {
this.outboundTaskId = outboundTaskId;
}
public String getCategories() {
return this.categories;
}
public void setCategories(String categories) {
this.categories = categories;
}
public String getCcsInstanceId() {
return this.ccsInstanceId;
}
public void setCcsInstanceId(String ccsInstanceId) {
this.ccsInstanceId = ccsInstanceId;
}
public Long getTalkDuration() {
return this.talkDuration;
}
public void setTalkDuration(Long talkDuration) {
this.talkDuration = talkDuration;
}
public String getGroupId() {
return this.groupId;
}
public void setGroupId(String groupId) {
this.groupId = groupId;
}
public String getGroupName() {
return this.groupName;
}
public void setGroupName(String groupName) {
this.groupName = groupName;
}
@Override
public GetHotlineRecordResponse getInstance(UnmarshallerContext context) {
return GetHotlineRecordResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-ccs/1.1.0/com/aliyuncs/ccs/model
|
java-sources/com/aliyun/aliyun-java-sdk-ccs/1.1.0/com/aliyuncs/ccs/model/v20171001/ProceedTicketRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.ccs.model.v20171001;
import com.aliyuncs.RpcAcsRequest;
/**
* @author auto create
* @version
*/
public class ProceedTicketRequest extends RpcAcsRequest<ProceedTicketResponse> {
public ProceedTicketRequest() {
super("Ccs", "2017-10-01", "ProceedTicket", "ccs");
}
private String memo;
private String id;
private String ccsInstanceId;
private String operation;
private String operatorId;
public String getMemo() {
return this.memo;
}
public void setMemo(String memo) {
this.memo = memo;
if(memo != null){
putQueryParameter("Memo", memo);
}
}
public String getId() {
return this.id;
}
public void setId(String id) {
this.id = id;
if(id != null){
putQueryParameter("Id", id);
}
}
public String getCcsInstanceId() {
return this.ccsInstanceId;
}
public void setCcsInstanceId(String ccsInstanceId) {
this.ccsInstanceId = ccsInstanceId;
if(ccsInstanceId != null){
putQueryParameter("CcsInstanceId", ccsInstanceId);
}
}
public String getOperation() {
return this.operation;
}
public void setOperation(String operation) {
this.operation = operation;
if(operation != null){
putQueryParameter("Operation", operation);
}
}
public String getOperatorId() {
return this.operatorId;
}
public void setOperatorId(String operatorId) {
this.operatorId = operatorId;
if(operatorId != null){
putQueryParameter("OperatorId", operatorId);
}
}
@Override
public Class<ProceedTicketResponse> getResponseClass() {
return ProceedTicketResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-ccs/1.1.0/com/aliyuncs/ccs/model
|
java-sources/com/aliyun/aliyun-java-sdk-ccs/1.1.0/com/aliyuncs/ccs/model/v20171001/ProceedTicketResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.ccs.model.v20171001;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.ccs.transform.v20171001.ProceedTicketResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class ProceedTicketResponse extends AcsResponse {
private String requestId;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
@Override
public ProceedTicketResponse getInstance(UnmarshallerContext context) {
return ProceedTicketResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-ccs/1.1.0/com/aliyuncs/ccs/model
|
java-sources/com/aliyun/aliyun-java-sdk-ccs/1.1.0/com/aliyuncs/ccs/model/v20171001/QueryHotlineRecordRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.ccs.model.v20171001;
import com.aliyuncs.RpcAcsRequest;
/**
* @author auto create
* @version
*/
public class QueryHotlineRecordRequest extends RpcAcsRequest<QueryHotlineRecordResponse> {
public QueryHotlineRecordRequest() {
super("Ccs", "2017-10-01", "QueryHotlineRecord", "ccs");
}
private String agentId;
private Long maxTalkDuration;
private String groupId;
private String endTime;
private String startTime;
private Integer pageNum;
private String satisfaction;
private Long minTalkDuratoin;
private String categoryIds;
private String visitorProvince;
private Integer pageSize;
private String callType;
private String ccsInstanceId;
private String visitorPhone;
private String visitorId;
private String status;
public String getAgentId() {
return this.agentId;
}
public void setAgentId(String agentId) {
this.agentId = agentId;
if(agentId != null){
putQueryParameter("AgentId", agentId);
}
}
public Long getMaxTalkDuration() {
return this.maxTalkDuration;
}
public void setMaxTalkDuration(Long maxTalkDuration) {
this.maxTalkDuration = maxTalkDuration;
if(maxTalkDuration != null){
putQueryParameter("MaxTalkDuration", maxTalkDuration.toString());
}
}
public String getGroupId() {
return this.groupId;
}
public void setGroupId(String groupId) {
this.groupId = groupId;
if(groupId != null){
putQueryParameter("GroupId", groupId);
}
}
public String getEndTime() {
return this.endTime;
}
public void setEndTime(String endTime) {
this.endTime = endTime;
if(endTime != null){
putQueryParameter("EndTime", endTime);
}
}
public String getStartTime() {
return this.startTime;
}
public void setStartTime(String startTime) {
this.startTime = startTime;
if(startTime != null){
putQueryParameter("StartTime", startTime);
}
}
public Integer getPageNum() {
return this.pageNum;
}
public void setPageNum(Integer pageNum) {
this.pageNum = pageNum;
if(pageNum != null){
putQueryParameter("PageNum", pageNum.toString());
}
}
public String getSatisfaction() {
return this.satisfaction;
}
public void setSatisfaction(String satisfaction) {
this.satisfaction = satisfaction;
if(satisfaction != null){
putQueryParameter("Satisfaction", satisfaction);
}
}
public Long getMinTalkDuratoin() {
return this.minTalkDuratoin;
}
public void setMinTalkDuratoin(Long minTalkDuratoin) {
this.minTalkDuratoin = minTalkDuratoin;
if(minTalkDuratoin != null){
putQueryParameter("MinTalkDuratoin", minTalkDuratoin.toString());
}
}
public String getCategoryIds() {
return this.categoryIds;
}
public void setCategoryIds(String categoryIds) {
this.categoryIds = categoryIds;
if(categoryIds != null){
putQueryParameter("CategoryIds", categoryIds);
}
}
public String getVisitorProvince() {
return this.visitorProvince;
}
public void setVisitorProvince(String visitorProvince) {
this.visitorProvince = visitorProvince;
if(visitorProvince != null){
putQueryParameter("VisitorProvince", visitorProvince);
}
}
public Integer getPageSize() {
return this.pageSize;
}
public void setPageSize(Integer pageSize) {
this.pageSize = pageSize;
if(pageSize != null){
putQueryParameter("PageSize", pageSize.toString());
}
}
public String getCallType() {
return this.callType;
}
public void setCallType(String callType) {
this.callType = callType;
if(callType != null){
putQueryParameter("CallType", callType);
}
}
public String getCcsInstanceId() {
return this.ccsInstanceId;
}
public void setCcsInstanceId(String ccsInstanceId) {
this.ccsInstanceId = ccsInstanceId;
if(ccsInstanceId != null){
putQueryParameter("CcsInstanceId", ccsInstanceId);
}
}
public String getVisitorPhone() {
return this.visitorPhone;
}
public void setVisitorPhone(String visitorPhone) {
this.visitorPhone = visitorPhone;
if(visitorPhone != null){
putQueryParameter("VisitorPhone", visitorPhone);
}
}
public String getVisitorId() {
return this.visitorId;
}
public void setVisitorId(String visitorId) {
this.visitorId = visitorId;
if(visitorId != null){
putQueryParameter("VisitorId", visitorId);
}
}
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
if(status != null){
putQueryParameter("Status", status);
}
}
@Override
public Class<QueryHotlineRecordResponse> getResponseClass() {
return QueryHotlineRecordResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-ccs/1.1.0/com/aliyuncs/ccs/model
|
java-sources/com/aliyun/aliyun-java-sdk-ccs/1.1.0/com/aliyuncs/ccs/model/v20171001/QueryHotlineRecordResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.ccs.model.v20171001;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.ccs.transform.v20171001.QueryHotlineRecordResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class QueryHotlineRecordResponse extends AcsResponse {
private String requestId;
private Long totalCount;
private Integer pageNum;
private Integer pageSize;
private List<HotlineRecord> records;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Long getTotalCount() {
return this.totalCount;
}
public void setTotalCount(Long totalCount) {
this.totalCount = totalCount;
}
public Integer getPageNum() {
return this.pageNum;
}
public void setPageNum(Integer pageNum) {
this.pageNum = pageNum;
}
public Integer getPageSize() {
return this.pageSize;
}
public void setPageSize(Integer pageSize) {
this.pageSize = pageSize;
}
public List<HotlineRecord> getRecords() {
return this.records;
}
public void setRecords(List<HotlineRecord> records) {
this.records = records;
}
public static class HotlineRecord {
private String id;
private String visitorId;
private String visitorPhone;
private String visitorProvince;
private String callType;
private String agentId;
private String agentName;
private String groupId;
private String groupName;
private String createTime;
private String finishTime;
private String status;
private String memo;
private String hangupType;
private String satisfaction;
private String outboundTaskId;
private String categories;
private String ccsInstanceId;
private Long talkDuration;
public String getId() {
return this.id;
}
public void setId(String id) {
this.id = id;
}
public String getVisitorId() {
return this.visitorId;
}
public void setVisitorId(String visitorId) {
this.visitorId = visitorId;
}
public String getVisitorPhone() {
return this.visitorPhone;
}
public void setVisitorPhone(String visitorPhone) {
this.visitorPhone = visitorPhone;
}
public String getVisitorProvince() {
return this.visitorProvince;
}
public void setVisitorProvince(String visitorProvince) {
this.visitorProvince = visitorProvince;
}
public String getCallType() {
return this.callType;
}
public void setCallType(String callType) {
this.callType = callType;
}
public String getAgentId() {
return this.agentId;
}
public void setAgentId(String agentId) {
this.agentId = agentId;
}
public String getAgentName() {
return this.agentName;
}
public void setAgentName(String agentName) {
this.agentName = agentName;
}
public String getGroupId() {
return this.groupId;
}
public void setGroupId(String groupId) {
this.groupId = groupId;
}
public String getGroupName() {
return this.groupName;
}
public void setGroupName(String groupName) {
this.groupName = groupName;
}
public String getCreateTime() {
return this.createTime;
}
public void setCreateTime(String createTime) {
this.createTime = createTime;
}
public String getFinishTime() {
return this.finishTime;
}
public void setFinishTime(String finishTime) {
this.finishTime = finishTime;
}
public String getStatus() {
return this.status;
}
public void setStatus(String status) {
this.status = status;
}
public String getMemo() {
return this.memo;
}
public void setMemo(String memo) {
this.memo = memo;
}
public String getHangupType() {
return this.hangupType;
}
public void setHangupType(String hangupType) {
this.hangupType = hangupType;
}
public String getSatisfaction() {
return this.satisfaction;
}
public void setSatisfaction(String satisfaction) {
this.satisfaction = satisfaction;
}
public String getOutboundTaskId() {
return this.outboundTaskId;
}
public void setOutboundTaskId(String outboundTaskId) {
this.outboundTaskId = outboundTaskId;
}
public String getCategories() {
return this.categories;
}
public void setCategories(String categories) {
this.categories = categories;
}
public String getCcsInstanceId() {
return this.ccsInstanceId;
}
public void setCcsInstanceId(String ccsInstanceId) {
this.ccsInstanceId = ccsInstanceId;
}
public Long getTalkDuration() {
return this.talkDuration;
}
public void setTalkDuration(Long talkDuration) {
this.talkDuration = talkDuration;
}
}
@Override
public QueryHotlineRecordResponse getInstance(UnmarshallerContext context) {
return QueryHotlineRecordResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-ccs/1.1.0/com/aliyuncs/ccs/model
|
java-sources/com/aliyun/aliyun-java-sdk-ccs/1.1.0/com/aliyuncs/ccs/model/v20171001/QueryTicketRequest.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.ccs.model.v20171001;
import com.aliyuncs.RpcAcsRequest;
/**
* @author auto create
* @version
*/
public class QueryTicketRequest extends RpcAcsRequest<QueryTicketResponse> {
public QueryTicketRequest() {
super("Ccs", "2017-10-01", "QueryTicket", "ccs");
}
private String stage;
private Integer pageSize;
private String creatorId;
private String endTime;
private String startTime;
private Integer pageNum;
private String type;
private String ccsInstanceId;
public String getStage() {
return this.stage;
}
public void setStage(String stage) {
this.stage = stage;
if(stage != null){
putQueryParameter("Stage", stage);
}
}
public Integer getPageSize() {
return this.pageSize;
}
public void setPageSize(Integer pageSize) {
this.pageSize = pageSize;
if(pageSize != null){
putQueryParameter("PageSize", pageSize.toString());
}
}
public String getCreatorId() {
return this.creatorId;
}
public void setCreatorId(String creatorId) {
this.creatorId = creatorId;
if(creatorId != null){
putQueryParameter("CreatorId", creatorId);
}
}
public String getEndTime() {
return this.endTime;
}
public void setEndTime(String endTime) {
this.endTime = endTime;
if(endTime != null){
putQueryParameter("EndTime", endTime);
}
}
public String getStartTime() {
return this.startTime;
}
public void setStartTime(String startTime) {
this.startTime = startTime;
if(startTime != null){
putQueryParameter("StartTime", startTime);
}
}
public Integer getPageNum() {
return this.pageNum;
}
public void setPageNum(Integer pageNum) {
this.pageNum = pageNum;
if(pageNum != null){
putQueryParameter("PageNum", pageNum.toString());
}
}
public String getType() {
return this.type;
}
public void setType(String type) {
this.type = type;
if(type != null){
putQueryParameter("Type", type);
}
}
public String getCcsInstanceId() {
return this.ccsInstanceId;
}
public void setCcsInstanceId(String ccsInstanceId) {
this.ccsInstanceId = ccsInstanceId;
if(ccsInstanceId != null){
putQueryParameter("CcsInstanceId", ccsInstanceId);
}
}
@Override
public Class<QueryTicketResponse> getResponseClass() {
return QueryTicketResponse.class;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-ccs/1.1.0/com/aliyuncs/ccs/model
|
java-sources/com/aliyun/aliyun-java-sdk-ccs/1.1.0/com/aliyuncs/ccs/model/v20171001/QueryTicketResponse.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.ccs.model.v20171001;
import java.util.List;
import com.aliyuncs.AcsResponse;
import com.aliyuncs.ccs.transform.v20171001.QueryTicketResponseUnmarshaller;
import com.aliyuncs.transform.UnmarshallerContext;
/**
* @author auto create
* @version
*/
public class QueryTicketResponse extends AcsResponse {
private String requestId;
private Integer pageNum;
private Integer pageSize;
private Long totalCount;
private List<Ticket> tickets;
public String getRequestId() {
return this.requestId;
}
public void setRequestId(String requestId) {
this.requestId = requestId;
}
public Integer getPageNum() {
return this.pageNum;
}
public void setPageNum(Integer pageNum) {
this.pageNum = pageNum;
}
public Integer getPageSize() {
return this.pageSize;
}
public void setPageSize(Integer pageSize) {
this.pageSize = pageSize;
}
public Long getTotalCount() {
return this.totalCount;
}
public void setTotalCount(Long totalCount) {
this.totalCount = totalCount;
}
public List<Ticket> getTickets() {
return this.tickets;
}
public void setTickets(List<Ticket> tickets) {
this.tickets = tickets;
}
public static class Ticket {
private String id;
private String type;
private String stage;
private String description;
private String creatorId;
private String createTime;
private String customFields;
public String getId() {
return this.id;
}
public void setId(String id) {
this.id = id;
}
public String getType() {
return this.type;
}
public void setType(String type) {
this.type = type;
}
public String getStage() {
return this.stage;
}
public void setStage(String stage) {
this.stage = stage;
}
public String getDescription() {
return this.description;
}
public void setDescription(String description) {
this.description = description;
}
public String getCreatorId() {
return this.creatorId;
}
public void setCreatorId(String creatorId) {
this.creatorId = creatorId;
}
public String getCreateTime() {
return this.createTime;
}
public void setCreateTime(String createTime) {
this.createTime = createTime;
}
public String getCustomFields() {
return this.customFields;
}
public void setCustomFields(String customFields) {
this.customFields = customFields;
}
}
@Override
public QueryTicketResponse getInstance(UnmarshallerContext context) {
return QueryTicketResponseUnmarshaller.unmarshall(this, context);
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-ccs/1.1.0/com/aliyuncs/ccs/transform
|
java-sources/com/aliyun/aliyun-java-sdk-ccs/1.1.0/com/aliyuncs/ccs/transform/v20171001/CreateTicketResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.ccs.transform.v20171001;
import com.aliyuncs.ccs.model.v20171001.CreateTicketResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class CreateTicketResponseUnmarshaller {
public static CreateTicketResponse unmarshall(CreateTicketResponse createTicketResponse, UnmarshallerContext context) {
createTicketResponse.setRequestId(context.stringValue("CreateTicketResponse.RequestId"));
createTicketResponse.setId(context.stringValue("CreateTicketResponse.Id"));
return createTicketResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-ccs/1.1.0/com/aliyuncs/ccs/transform
|
java-sources/com/aliyun/aliyun-java-sdk-ccs/1.1.0/com/aliyuncs/ccs/transform/v20171001/GetHotlineRecordResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.ccs.transform.v20171001;
import com.aliyuncs.ccs.model.v20171001.GetHotlineRecordResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class GetHotlineRecordResponseUnmarshaller {
public static GetHotlineRecordResponse unmarshall(GetHotlineRecordResponse getHotlineRecordResponse, UnmarshallerContext context) {
getHotlineRecordResponse.setRequestId(context.stringValue("GetHotlineRecordResponse.RequestId"));
getHotlineRecordResponse.setId(context.stringValue("GetHotlineRecordResponse.Id"));
getHotlineRecordResponse.setCallType(context.stringValue("GetHotlineRecordResponse.CallType"));
getHotlineRecordResponse.setVisitorId(context.stringValue("GetHotlineRecordResponse.VisitorId"));
getHotlineRecordResponse.setVisitorPhone(context.stringValue("GetHotlineRecordResponse.VisitorPhone"));
getHotlineRecordResponse.setVisitorProvince(context.stringValue("GetHotlineRecordResponse.VisitorProvince"));
getHotlineRecordResponse.setSceneId(context.stringValue("GetHotlineRecordResponse.SceneId"));
getHotlineRecordResponse.setAgentId(context.stringValue("GetHotlineRecordResponse.AgentId"));
getHotlineRecordResponse.setAgentName(context.stringValue("GetHotlineRecordResponse.AgentName"));
getHotlineRecordResponse.setCreateTime(context.stringValue("GetHotlineRecordResponse.CreateTime"));
getHotlineRecordResponse.setFinishTime(context.stringValue("GetHotlineRecordResponse.FinishTime"));
getHotlineRecordResponse.setStatus(context.stringValue("GetHotlineRecordResponse.Status"));
getHotlineRecordResponse.setMemo(context.stringValue("GetHotlineRecordResponse.Memo"));
getHotlineRecordResponse.setHangupType(context.stringValue("GetHotlineRecordResponse.HangupType"));
getHotlineRecordResponse.setSatisfaction(context.stringValue("GetHotlineRecordResponse.Satisfaction"));
getHotlineRecordResponse.setOutboundTaskId(context.stringValue("GetHotlineRecordResponse.OutboundTaskId"));
getHotlineRecordResponse.setCategories(context.stringValue("GetHotlineRecordResponse.Categories"));
getHotlineRecordResponse.setCcsInstanceId(context.stringValue("GetHotlineRecordResponse.CcsInstanceId"));
getHotlineRecordResponse.setTalkDuration(context.longValue("GetHotlineRecordResponse.TalkDuration"));
getHotlineRecordResponse.setGroupId(context.stringValue("GetHotlineRecordResponse.GroupId"));
getHotlineRecordResponse.setGroupName(context.stringValue("GetHotlineRecordResponse.GroupName"));
return getHotlineRecordResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-ccs/1.1.0/com/aliyuncs/ccs/transform
|
java-sources/com/aliyun/aliyun-java-sdk-ccs/1.1.0/com/aliyuncs/ccs/transform/v20171001/ProceedTicketResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.ccs.transform.v20171001;
import com.aliyuncs.ccs.model.v20171001.ProceedTicketResponse;
import com.aliyuncs.transform.UnmarshallerContext;
public class ProceedTicketResponseUnmarshaller {
public static ProceedTicketResponse unmarshall(ProceedTicketResponse proceedTicketResponse, UnmarshallerContext context) {
proceedTicketResponse.setRequestId(context.stringValue("ProceedTicketResponse.RequestId"));
return proceedTicketResponse;
}
}
|
0
|
java-sources/com/aliyun/aliyun-java-sdk-ccs/1.1.0/com/aliyuncs/ccs/transform
|
java-sources/com/aliyun/aliyun-java-sdk-ccs/1.1.0/com/aliyuncs/ccs/transform/v20171001/QueryHotlineRecordResponseUnmarshaller.java
|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.aliyuncs.ccs.transform.v20171001;
import java.util.ArrayList;
import java.util.List;
import com.aliyuncs.ccs.model.v20171001.QueryHotlineRecordResponse;
import com.aliyuncs.ccs.model.v20171001.QueryHotlineRecordResponse.HotlineRecord;
import java.util.Map;
import com.aliyuncs.transform.UnmarshallerContext;
public class QueryHotlineRecordResponseUnmarshaller {
public static QueryHotlineRecordResponse unmarshall(QueryHotlineRecordResponse queryHotlineRecordResponse, UnmarshallerContext context) {
queryHotlineRecordResponse.setRequestId(context.stringValue("QueryHotlineRecordResponse.RequestId"));
queryHotlineRecordResponse.setTotalCount(context.longValue("QueryHotlineRecordResponse.TotalCount"));
queryHotlineRecordResponse.setPageNum(context.integerValue("QueryHotlineRecordResponse.PageNum"));
queryHotlineRecordResponse.setPageSize(context.integerValue("QueryHotlineRecordResponse.PageSize"));
List<HotlineRecord> records = new ArrayList<HotlineRecord>();
for (int i = 0; i < context.lengthValue("QueryHotlineRecordResponse.Records.Length"); i++) {
HotlineRecord hotlineRecord = new HotlineRecord();
hotlineRecord.setId(context.stringValue("QueryHotlineRecordResponse.Records["+ i +"].Id"));
hotlineRecord.setVisitorId(context.stringValue("QueryHotlineRecordResponse.Records["+ i +"].VisitorId"));
hotlineRecord.setVisitorPhone(context.stringValue("QueryHotlineRecordResponse.Records["+ i +"].VisitorPhone"));
hotlineRecord.setVisitorProvince(context.stringValue("QueryHotlineRecordResponse.Records["+ i +"].VisitorProvince"));
hotlineRecord.setCallType(context.stringValue("QueryHotlineRecordResponse.Records["+ i +"].CallType"));
hotlineRecord.setAgentId(context.stringValue("QueryHotlineRecordResponse.Records["+ i +"].AgentId"));
hotlineRecord.setAgentName(context.stringValue("QueryHotlineRecordResponse.Records["+ i +"].AgentName"));
hotlineRecord.setGroupId(context.stringValue("QueryHotlineRecordResponse.Records["+ i +"].GroupId"));
hotlineRecord.setGroupName(context.stringValue("QueryHotlineRecordResponse.Records["+ i +"].GroupName"));
hotlineRecord.setCreateTime(context.stringValue("QueryHotlineRecordResponse.Records["+ i +"].CreateTime"));
hotlineRecord.setFinishTime(context.stringValue("QueryHotlineRecordResponse.Records["+ i +"].FinishTime"));
hotlineRecord.setStatus(context.stringValue("QueryHotlineRecordResponse.Records["+ i +"].Status"));
hotlineRecord.setMemo(context.stringValue("QueryHotlineRecordResponse.Records["+ i +"].Memo"));
hotlineRecord.setHangupType(context.stringValue("QueryHotlineRecordResponse.Records["+ i +"].HangupType"));
hotlineRecord.setSatisfaction(context.stringValue("QueryHotlineRecordResponse.Records["+ i +"].Satisfaction"));
hotlineRecord.setOutboundTaskId(context.stringValue("QueryHotlineRecordResponse.Records["+ i +"].OutboundTaskId"));
hotlineRecord.setCategories(context.stringValue("QueryHotlineRecordResponse.Records["+ i +"].Categories"));
hotlineRecord.setCcsInstanceId(context.stringValue("QueryHotlineRecordResponse.Records["+ i +"].CcsInstanceId"));
hotlineRecord.setTalkDuration(context.longValue("QueryHotlineRecordResponse.Records["+ i +"].TalkDuration"));
records.add(hotlineRecord);
}
queryHotlineRecordResponse.setRecords(records);
return queryHotlineRecordResponse;
}
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.