index
int64
repo_id
string
file_path
string
content
string
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model/v20190123/ListUserProduceOperateLogsResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.model.v20190123; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.copyright.transform.v20190123.ListUserProduceOperateLogsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListUserProduceOperateLogsResponse extends AcsResponse { private Integer pageNum; private String requestId; private Boolean success; private Integer totalItemNum; private Integer pageSize; private Integer totalPageNum; private List<OpateLogs> data; public Integer getPageNum() { return this.pageNum; } public void setPageNum(Integer pageNum) { this.pageNum = pageNum; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public Integer getTotalItemNum() { return this.totalItemNum; } public void setTotalItemNum(Integer totalItemNum) { this.totalItemNum = totalItemNum; } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; } public Integer getTotalPageNum() { return this.totalPageNum; } public void setTotalPageNum(Integer totalPageNum) { this.totalPageNum = totalPageNum; } public List<OpateLogs> getData() { return this.data; } public void setData(List<OpateLogs> data) { this.data = data; } public static class OpateLogs { private Long operateTime; private String operateUserType; private String bizId; private String note; private String operateName; private Integer bizStatus; private Integer toBizStatus; private String bizType; public Long getOperateTime() { return this.operateTime; } public void setOperateTime(Long operateTime) { this.operateTime = operateTime; } public String getOperateUserType() { return this.operateUserType; } public void setOperateUserType(String operateUserType) { this.operateUserType = operateUserType; } public String getBizId() { return this.bizId; } public void setBizId(String bizId) { this.bizId = bizId; } public String getNote() { return this.note; } public void setNote(String note) { this.note = note; } public String getOperateName() { return this.operateName; } public void setOperateName(String operateName) { this.operateName = operateName; } public Integer getBizStatus() { return this.bizStatus; } public void setBizStatus(Integer bizStatus) { this.bizStatus = bizStatus; } public Integer getToBizStatus() { return this.toBizStatus; } public void setToBizStatus(Integer toBizStatus) { this.toBizStatus = toBizStatus; } public String getBizType() { return this.bizType; } public void setBizType(String bizType) { this.bizType = bizType; } } @Override public ListUserProduceOperateLogsResponse getInstance(UnmarshallerContext context) { return ListUserProduceOperateLogsResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model/v20190123/ListUserProducesRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.model.v20190123; import com.aliyuncs.RpcAcsRequest; import java.util.List; import com.google.gson.Gson; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class ListUserProducesRequest extends RpcAcsRequest<ListUserProducesResponse> { private String intentionBizId; private Integer pageNum; private Integer pageSize; private String sortParam; private String extCondition; private String orderId; private List<Object> existStatus; private String bizType; private String bizId; private String solutionBizId; private Integer status; public ListUserProducesRequest() { super("Copyright", "2019-01-23", "ListUserProduces", "swcopyright"); setMethod(MethodType.POST); } public String getIntentionBizId() { return this.intentionBizId; } public void setIntentionBizId(String intentionBizId) { this.intentionBizId = intentionBizId; if(intentionBizId != null){ putQueryParameter("IntentionBizId", intentionBizId); } } public Integer getPageNum() { return this.pageNum; } public void setPageNum(Integer pageNum) { this.pageNum = pageNum; if(pageNum != null){ putQueryParameter("PageNum", pageNum.toString()); } } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("PageSize", pageSize.toString()); } } public String getSortParam() { return this.sortParam; } public void setSortParam(String sortParam) { this.sortParam = sortParam; if(sortParam != null){ putQueryParameter("SortParam", sortParam); } } public String getExtCondition() { return this.extCondition; } public void setExtCondition(String extCondition) { this.extCondition = extCondition; if(extCondition != null){ putQueryParameter("ExtCondition", extCondition); } } public String getOrderId() { return this.orderId; } public void setOrderId(String orderId) { this.orderId = orderId; if(orderId != null){ putQueryParameter("OrderId", orderId); } } public List<Object> getExistStatus() { return this.existStatus; } public void setExistStatus(List<Object> existStatus) { this.existStatus = existStatus; if(existStatus != null){ putQueryParameter("ExistStatus", new Gson().toJson(existStatus)); } } public String getBizType() { return this.bizType; } public void setBizType(String bizType) { this.bizType = bizType; if(bizType != null){ putQueryParameter("BizType", bizType); } } public String getBizId() { return this.bizId; } public void setBizId(String bizId) { this.bizId = bizId; if(bizId != null){ putQueryParameter("BizId", bizId); } } public String getSolutionBizId() { return this.solutionBizId; } public void setSolutionBizId(String solutionBizId) { this.solutionBizId = solutionBizId; if(solutionBizId != null){ putQueryParameter("SolutionBizId", solutionBizId); } } public Integer getStatus() { return this.status; } public void setStatus(Integer status) { this.status = status; if(status != null){ putQueryParameter("Status", status.toString()); } } @Override public Class<ListUserProducesResponse> getResponseClass() { return ListUserProducesResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model/v20190123/ListUserProducesResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.model.v20190123; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.copyright.transform.v20190123.ListUserProducesResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListUserProducesResponse extends AcsResponse { private Integer pageNum; private String requestId; private Boolean success; private Integer totalItemNum; private Integer pageSize; private Integer totalPageNum; private List<Produces> data; public Integer getPageNum() { return this.pageNum; } public void setPageNum(Integer pageNum) { this.pageNum = pageNum; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public Integer getTotalItemNum() { return this.totalItemNum; } public void setTotalItemNum(Integer totalItemNum) { this.totalItemNum = totalItemNum; } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; } public Integer getTotalPageNum() { return this.totalPageNum; } public void setTotalPageNum(Integer totalPageNum) { this.totalPageNum = totalPageNum; } public List<Produces> getData() { return this.data; } public void setData(List<Produces> data) { this.data = data; } public static class Produces { private Integer status; private String orderPrice; private String solutionBizId; private String userId; private String bizId; private String orderTime; private String partnerCode; private String extInfo; private String bizType; private String intentionBizId; private String endTime; private String startTime; private String orderId; private String modifyTime; private String orderInstanceId; public Integer getStatus() { return this.status; } public void setStatus(Integer status) { this.status = status; } public String getOrderPrice() { return this.orderPrice; } public void setOrderPrice(String orderPrice) { this.orderPrice = orderPrice; } public String getSolutionBizId() { return this.solutionBizId; } public void setSolutionBizId(String solutionBizId) { this.solutionBizId = solutionBizId; } public String getUserId() { return this.userId; } public void setUserId(String userId) { this.userId = userId; } public String getBizId() { return this.bizId; } public void setBizId(String bizId) { this.bizId = bizId; } public String getOrderTime() { return this.orderTime; } public void setOrderTime(String orderTime) { this.orderTime = orderTime; } public String getPartnerCode() { return this.partnerCode; } public void setPartnerCode(String partnerCode) { this.partnerCode = partnerCode; } public String getExtInfo() { return this.extInfo; } public void setExtInfo(String extInfo) { this.extInfo = extInfo; } public String getBizType() { return this.bizType; } public void setBizType(String bizType) { this.bizType = bizType; } public String getIntentionBizId() { return this.intentionBizId; } public void setIntentionBizId(String intentionBizId) { this.intentionBizId = intentionBizId; } public String getEndTime() { return this.endTime; } public void setEndTime(String endTime) { this.endTime = endTime; } public String getStartTime() { return this.startTime; } public void setStartTime(String startTime) { this.startTime = startTime; } public String getOrderId() { return this.orderId; } public void setOrderId(String orderId) { this.orderId = orderId; } public String getModifyTime() { return this.modifyTime; } public void setModifyTime(String modifyTime) { this.modifyTime = modifyTime; } public String getOrderInstanceId() { return this.orderInstanceId; } public void setOrderInstanceId(String orderInstanceId) { this.orderInstanceId = orderInstanceId; } } @Override public ListUserProducesResponse getInstance(UnmarshallerContext context) { return ListUserProducesResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model/v20190123/OpenPatentStatisticsRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.model.v20190123; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class OpenPatentStatisticsRequest extends RpcAcsRequest<OpenPatentStatisticsResponse> { public OpenPatentStatisticsRequest() { super("Copyright", "2019-01-23", "OpenPatentStatistics", "swcopyright"); setMethod(MethodType.POST); } @Override public Class<OpenPatentStatisticsResponse> getResponseClass() { return OpenPatentStatisticsResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model/v20190123/OpenPatentStatisticsResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.model.v20190123; import com.aliyuncs.AcsResponse; import com.aliyuncs.copyright.transform.v20190123.OpenPatentStatisticsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class OpenPatentStatisticsResponse extends AcsResponse { private Boolean success; private String requestId; public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public OpenPatentStatisticsResponse getInstance(UnmarshallerContext context) { return OpenPatentStatisticsResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model/v20190123/OperateFeeOrderRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.model.v20190123; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class OperateFeeOrderRequest extends RpcAcsRequest<OperateFeeOrderResponse> { private String id; private String status; public OperateFeeOrderRequest() { super("Copyright", "2019-01-23", "OperateFeeOrder", "swcopyright"); setMethod(MethodType.POST); } public String getId() { return this.id; } public void setId(String id) { this.id = id; if(id != null){ putBodyParameter("Id", id); } } public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; if(status != null){ putBodyParameter("Status", status); } } @Override public Class<OperateFeeOrderResponse> getResponseClass() { return OperateFeeOrderResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model/v20190123/OperateFeeOrderResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.model.v20190123; import com.aliyuncs.AcsResponse; import com.aliyuncs.copyright.transform.v20190123.OperateFeeOrderResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class OperateFeeOrderResponse extends AcsResponse { private Boolean success; private String requestId; public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public OperateFeeOrderResponse getInstance(UnmarshallerContext context) { return OperateFeeOrderResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model/v20190123/OperateProduceForPartnerRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.model.v20190123; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class OperateProduceForPartnerRequest extends RpcAcsRequest<OperateProduceForPartnerResponse> { private String extInfo; private String note; private String bizType; private String bizId; private String operateType; public OperateProduceForPartnerRequest() { super("Copyright", "2019-01-23", "OperateProduceForPartner", "swcopyright"); setMethod(MethodType.POST); } public String getExtInfo() { return this.extInfo; } public void setExtInfo(String extInfo) { this.extInfo = extInfo; if(extInfo != null){ putQueryParameter("ExtInfo", extInfo); } } public String getNote() { return this.note; } public void setNote(String note) { this.note = note; if(note != null){ putQueryParameter("Note", note); } } public String getBizType() { return this.bizType; } public void setBizType(String bizType) { this.bizType = bizType; if(bizType != null){ putQueryParameter("BizType", bizType); } } public String getBizId() { return this.bizId; } public void setBizId(String bizId) { this.bizId = bizId; if(bizId != null){ putQueryParameter("BizId", bizId); } } public String getOperateType() { return this.operateType; } public void setOperateType(String operateType) { this.operateType = operateType; if(operateType != null){ putQueryParameter("OperateType", operateType); } } @Override public Class<OperateProduceForPartnerResponse> getResponseClass() { return OperateProduceForPartnerResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model/v20190123/OperateProduceForPartnerResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.model.v20190123; import com.aliyuncs.AcsResponse; import com.aliyuncs.copyright.transform.v20190123.OperateProduceForPartnerResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class OperateProduceForPartnerResponse extends AcsResponse { private String errorMsg; private String requestId; private Boolean success; private String errorCode; public String getErrorMsg() { return this.errorMsg; } public void setErrorMsg(String errorMsg) { this.errorMsg = errorMsg; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getErrorCode() { return this.errorCode; } public void setErrorCode(String errorCode) { this.errorCode = errorCode; } @Override public OperateProduceForPartnerResponse getInstance(UnmarshallerContext context) { return OperateProduceForPartnerResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model/v20190123/OperateProduceForUserRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.model.v20190123; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class OperateProduceForUserRequest extends RpcAcsRequest<OperateProduceForUserResponse> { private String extInfo; private String bizType; private String bizId; private String operateType; public OperateProduceForUserRequest() { super("Copyright", "2019-01-23", "OperateProduceForUser", "swcopyright"); setMethod(MethodType.POST); } public String getExtInfo() { return this.extInfo; } public void setExtInfo(String extInfo) { this.extInfo = extInfo; if(extInfo != null){ putQueryParameter("ExtInfo", extInfo); } } public String getBizType() { return this.bizType; } public void setBizType(String bizType) { this.bizType = bizType; if(bizType != null){ putQueryParameter("BizType", bizType); } } public String getBizId() { return this.bizId; } public void setBizId(String bizId) { this.bizId = bizId; if(bizId != null){ putQueryParameter("BizId", bizId); } } public String getOperateType() { return this.operateType; } public void setOperateType(String operateType) { this.operateType = operateType; if(operateType != null){ putQueryParameter("OperateType", operateType); } } @Override public Class<OperateProduceForUserResponse> getResponseClass() { return OperateProduceForUserResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model/v20190123/OperateProduceForUserResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.model.v20190123; import com.aliyuncs.AcsResponse; import com.aliyuncs.copyright.transform.v20190123.OperateProduceForUserResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class OperateProduceForUserResponse extends AcsResponse { private String errorMsg; private String requestId; private Boolean success; private String errorCode; public String getErrorMsg() { return this.errorMsg; } public void setErrorMsg(String errorMsg) { this.errorMsg = errorMsg; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getErrorCode() { return this.errorCode; } public void setErrorCode(String errorCode) { this.errorCode = errorCode; } @Override public OperateProduceForUserResponse getInstance(UnmarshallerContext context) { return OperateProduceForUserResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model/v20190123/PatentInfoCallBackRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.model.v20190123; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class PatentInfoCallBackRequest extends RpcAcsRequest<PatentInfoCallBackResponse> { private String data; public PatentInfoCallBackRequest() { super("Copyright", "2019-01-23", "PatentInfoCallBack", "swcopyright"); setMethod(MethodType.POST); } public String getData() { return this.data; } public void setData(String data) { this.data = data; if(data != null){ putQueryParameter("Data", data); } } @Override public Class<PatentInfoCallBackResponse> getResponseClass() { return PatentInfoCallBackResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model/v20190123/PatentInfoCallBackResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.model.v20190123; import com.aliyuncs.AcsResponse; import com.aliyuncs.copyright.transform.v20190123.PatentInfoCallBackResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class PatentInfoCallBackResponse extends AcsResponse { private String requestId; private Boolean success; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } @Override public PatentInfoCallBackResponse getInstance(UnmarshallerContext context) { return PatentInfoCallBackResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model/v20190123/QueryDataFromTairRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.model.v20190123; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class QueryDataFromTairRequest extends RpcAcsRequest<QueryDataFromTairResponse> { private String token; public QueryDataFromTairRequest() { super("Copyright", "2019-01-23", "QueryDataFromTair", "swcopyright"); setMethod(MethodType.POST); } public String getToken() { return this.token; } public void setToken(String token) { this.token = token; if(token != null){ putQueryParameter("Token", token); } } @Override public Class<QueryDataFromTairResponse> getResponseClass() { return QueryDataFromTairResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model/v20190123/QueryDataFromTairResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.model.v20190123; import com.aliyuncs.AcsResponse; import com.aliyuncs.copyright.transform.v20190123.QueryDataFromTairResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class QueryDataFromTairResponse extends AcsResponse { private String requestId; private Boolean success; private String message; private String module; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getModule() { return this.module; } public void setModule(String module) { this.module = module; } @Override public QueryDataFromTairResponse getInstance(UnmarshallerContext context) { return QueryDataFromTairResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model/v20190123/QueryPatentAppearanceCacheRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.model.v20190123; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class QueryPatentAppearanceCacheRequest extends RpcAcsRequest<QueryPatentAppearanceCacheResponse> { private String data; private String token; private String bizType; public QueryPatentAppearanceCacheRequest() { super("Copyright", "2019-01-23", "QueryPatentAppearanceCache", "swcopyright"); setMethod(MethodType.POST); } public String getData() { return this.data; } public void setData(String data) { this.data = data; if(data != null){ putQueryParameter("Data", data); } } public String getToken() { return this.token; } public void setToken(String token) { this.token = token; if(token != null){ putQueryParameter("Token", token); } } public String getBizType() { return this.bizType; } public void setBizType(String bizType) { this.bizType = bizType; if(bizType != null){ putQueryParameter("BizType", bizType); } } @Override public Class<QueryPatentAppearanceCacheResponse> getResponseClass() { return QueryPatentAppearanceCacheResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model/v20190123/QueryPatentAppearanceCacheResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.model.v20190123; import com.aliyuncs.AcsResponse; import com.aliyuncs.copyright.transform.v20190123.QueryPatentAppearanceCacheResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class QueryPatentAppearanceCacheResponse extends AcsResponse { private String requestId; private Boolean success; private String message; private String bizType; private String data; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getBizType() { return this.bizType; } public void setBizType(String bizType) { this.bizType = bizType; } public String getData() { return this.data; } public void setData(String data) { this.data = data; } @Override public QueryPatentAppearanceCacheResponse getInstance(UnmarshallerContext context) { return QueryPatentAppearanceCacheResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model/v20190123/QueryPatentServiceStatusRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.model.v20190123; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class QueryPatentServiceStatusRequest extends RpcAcsRequest<QueryPatentServiceStatusResponse> { private String applyNumber; public QueryPatentServiceStatusRequest() { super("Copyright", "2019-01-23", "QueryPatentServiceStatus", "swcopyright"); setMethod(MethodType.GET); } public String getApplyNumber() { return this.applyNumber; } public void setApplyNumber(String applyNumber) { this.applyNumber = applyNumber; if(applyNumber != null){ putQueryParameter("ApplyNumber", applyNumber); } } @Override public Class<QueryPatentServiceStatusResponse> getResponseClass() { return QueryPatentServiceStatusResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model/v20190123/QueryPatentServiceStatusResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.model.v20190123; import com.aliyuncs.AcsResponse; import com.aliyuncs.copyright.transform.v20190123.QueryPatentServiceStatusResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class QueryPatentServiceStatusResponse extends AcsResponse { private Boolean success; private String requestId; private String status; private String message; public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } @Override public QueryPatentServiceStatusResponse getInstance(UnmarshallerContext context) { return QueryPatentServiceStatusResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model/v20190123/QuerySupplementInfoListRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.model.v20190123; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class QuerySupplementInfoListRequest extends RpcAcsRequest<QuerySupplementInfoListResponse> { private String bizId; public QuerySupplementInfoListRequest() { super("Copyright", "2019-01-23", "QuerySupplementInfoList", "swcopyright"); setMethod(MethodType.POST); } public String getBizId() { return this.bizId; } public void setBizId(String bizId) { this.bizId = bizId; if(bizId != null){ putQueryParameter("BizId", bizId); } } @Override public Class<QuerySupplementInfoListResponse> getResponseClass() { return QuerySupplementInfoListResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model/v20190123/QuerySupplementInfoListResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.model.v20190123; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.copyright.transform.v20190123.QuerySupplementInfoListResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class QuerySupplementInfoListResponse extends AcsResponse { private String requestId; private Boolean success; private String message; private List<DataItem> data; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public List<DataItem> getData() { return this.data; } public void setData(List<DataItem> data) { this.data = data; } public static class DataItem { private String bizId; private String supplementId; private String supplementReason; private Long receiveTimestamp; private String supplementFields; private String supplementType; private String supplementFileUrl; private String additionalReason; public String getBizId() { return this.bizId; } public void setBizId(String bizId) { this.bizId = bizId; } public String getSupplementId() { return this.supplementId; } public void setSupplementId(String supplementId) { this.supplementId = supplementId; } public String getSupplementReason() { return this.supplementReason; } public void setSupplementReason(String supplementReason) { this.supplementReason = supplementReason; } public Long getReceiveTimestamp() { return this.receiveTimestamp; } public void setReceiveTimestamp(Long receiveTimestamp) { this.receiveTimestamp = receiveTimestamp; } public String getSupplementFields() { return this.supplementFields; } public void setSupplementFields(String supplementFields) { this.supplementFields = supplementFields; } public String getSupplementType() { return this.supplementType; } public void setSupplementType(String supplementType) { this.supplementType = supplementType; } public String getSupplementFileUrl() { return this.supplementFileUrl; } public void setSupplementFileUrl(String supplementFileUrl) { this.supplementFileUrl = supplementFileUrl; } public String getAdditionalReason() { return this.additionalReason; } public void setAdditionalReason(String additionalReason) { this.additionalReason = additionalReason; } } @Override public QuerySupplementInfoListResponse getInstance(UnmarshallerContext context) { return QuerySupplementInfoListResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model/v20190123/RecognizeGeneralTextRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.model.v20190123; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class RecognizeGeneralTextRequest extends RpcAcsRequest<RecognizeGeneralTextResponse> { private String data; private String bizCode; private String fileInfo; private String label; private String text; private String fileProcessType; private String type; public RecognizeGeneralTextRequest() { super("Copyright", "2019-01-23", "RecognizeGeneralText", "swcopyright"); setMethod(MethodType.POST); } public String getData() { return this.data; } public void setData(String data) { this.data = data; if(data != null){ putBodyParameter("Data", data); } } public String getBizCode() { return this.bizCode; } public void setBizCode(String bizCode) { this.bizCode = bizCode; if(bizCode != null){ putQueryParameter("BizCode", bizCode); } } public String getFileInfo() { return this.fileInfo; } public void setFileInfo(String fileInfo) { this.fileInfo = fileInfo; if(fileInfo != null){ putQueryParameter("FileInfo", fileInfo); } } public String getLabel() { return this.label; } public void setLabel(String label) { this.label = label; if(label != null){ putBodyParameter("Label", label); } } public String getText() { return this.text; } public void setText(String text) { this.text = text; if(text != null){ putQueryParameter("Text", text); } } public String getFileProcessType() { return this.fileProcessType; } public void setFileProcessType(String fileProcessType) { this.fileProcessType = fileProcessType; if(fileProcessType != null){ putQueryParameter("FileProcessType", fileProcessType); } } public String getType() { return this.type; } public void setType(String type) { this.type = type; if(type != null){ putQueryParameter("Type", type); } } @Override public Class<RecognizeGeneralTextResponse> getResponseClass() { return RecognizeGeneralTextResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model/v20190123/RecognizeGeneralTextResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.model.v20190123; import com.aliyuncs.AcsResponse; import com.aliyuncs.copyright.transform.v20190123.RecognizeGeneralTextResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class RecognizeGeneralTextResponse extends AcsResponse { private Boolean success; private String data; private String requestId; public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getData() { return this.data; } public void setData(String data) { this.data = data; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public RecognizeGeneralTextResponse getInstance(UnmarshallerContext context) { return RecognizeGeneralTextResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model/v20190123/RegisterNumberCheckRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.model.v20190123; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class RegisterNumberCheckRequest extends RpcAcsRequest<RegisterNumberCheckResponse> { private String registerNumber; public RegisterNumberCheckRequest() { super("Copyright", "2019-01-23", "RegisterNumberCheck", "swcopyright"); setMethod(MethodType.POST); } public String getRegisterNumber() { return this.registerNumber; } public void setRegisterNumber(String registerNumber) { this.registerNumber = registerNumber; if(registerNumber != null){ putQueryParameter("RegisterNumber", registerNumber); } } @Override public Class<RegisterNumberCheckResponse> getResponseClass() { return RegisterNumberCheckResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model/v20190123/RegisterNumberCheckResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.model.v20190123; import com.aliyuncs.AcsResponse; import com.aliyuncs.copyright.transform.v20190123.RegisterNumberCheckResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class RegisterNumberCheckResponse extends AcsResponse { private String requestId; private Boolean success; private String message; private Boolean r11Registered; private String r41RegisterNumber; private Long completeDate; private Long firstAppearDate; private String publishStatus; private String softwareFullName; private String softwareShortName; private String version; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public Boolean getR11Registered() { return this.r11Registered; } public void setR11Registered(Boolean r11Registered) { this.r11Registered = r11Registered; } public String getR41RegisterNumber() { return this.r41RegisterNumber; } public void setR41RegisterNumber(String r41RegisterNumber) { this.r41RegisterNumber = r41RegisterNumber; } public Long getCompleteDate() { return this.completeDate; } public void setCompleteDate(Long completeDate) { this.completeDate = completeDate; } public Long getFirstAppearDate() { return this.firstAppearDate; } public void setFirstAppearDate(Long firstAppearDate) { this.firstAppearDate = firstAppearDate; } public String getPublishStatus() { return this.publishStatus; } public void setPublishStatus(String publishStatus) { this.publishStatus = publishStatus; } public String getSoftwareFullName() { return this.softwareFullName; } public void setSoftwareFullName(String softwareFullName) { this.softwareFullName = softwareFullName; } public String getSoftwareShortName() { return this.softwareShortName; } public void setSoftwareShortName(String softwareShortName) { this.softwareShortName = softwareShortName; } public String getVersion() { return this.version; } public void setVersion(String version) { this.version = version; } @Override public RegisterNumberCheckResponse getInstance(UnmarshallerContext context) { return RegisterNumberCheckResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model/v20190123/SaveCopyrightPersonRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.model.v20190123; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class SaveCopyrightPersonRequest extends RpcAcsRequest<SaveCopyrightPersonResponse> { private String contactPerson; private String city; private String idBackImage; private String idFrontImage; private String county; private String enterpriseTime; private Long expiredDate; private String province; private Integer roleType; private Long personId; private String cardType; private String legalPersonType; private String email; private String idHandedImage; private String address; private String enterprisePark; private String cardNum; private String enterpriseLicensePath; private String phone; private Integer ownerType; private String name; private String enterpriseType; private Integer useType; public SaveCopyrightPersonRequest() { super("Copyright", "2019-01-23", "SaveCopyrightPerson", "swcopyright"); setMethod(MethodType.POST); } public String getContactPerson() { return this.contactPerson; } public void setContactPerson(String contactPerson) { this.contactPerson = contactPerson; if(contactPerson != null){ putQueryParameter("ContactPerson", contactPerson); } } public String getCity() { return this.city; } public void setCity(String city) { this.city = city; if(city != null){ putQueryParameter("City", city); } } public String getIdBackImage() { return this.idBackImage; } public void setIdBackImage(String idBackImage) { this.idBackImage = idBackImage; if(idBackImage != null){ putQueryParameter("IdBackImage", idBackImage); } } public String getIdFrontImage() { return this.idFrontImage; } public void setIdFrontImage(String idFrontImage) { this.idFrontImage = idFrontImage; if(idFrontImage != null){ putQueryParameter("IdFrontImage", idFrontImage); } } public String getCounty() { return this.county; } public void setCounty(String county) { this.county = county; if(county != null){ putQueryParameter("County", county); } } public String getEnterpriseTime() { return this.enterpriseTime; } public void setEnterpriseTime(String enterpriseTime) { this.enterpriseTime = enterpriseTime; if(enterpriseTime != null){ putQueryParameter("EnterpriseTime", enterpriseTime); } } public Long getExpiredDate() { return this.expiredDate; } public void setExpiredDate(Long expiredDate) { this.expiredDate = expiredDate; if(expiredDate != null){ putQueryParameter("ExpiredDate", expiredDate.toString()); } } public String getProvince() { return this.province; } public void setProvince(String province) { this.province = province; if(province != null){ putQueryParameter("Province", province); } } public Integer getRoleType() { return this.roleType; } public void setRoleType(Integer roleType) { this.roleType = roleType; if(roleType != null){ putQueryParameter("RoleType", roleType.toString()); } } public Long getPersonId() { return this.personId; } public void setPersonId(Long personId) { this.personId = personId; if(personId != null){ putQueryParameter("PersonId", personId.toString()); } } public String getCardType() { return this.cardType; } public void setCardType(String cardType) { this.cardType = cardType; if(cardType != null){ putQueryParameter("CardType", cardType); } } public String getLegalPersonType() { return this.legalPersonType; } public void setLegalPersonType(String legalPersonType) { this.legalPersonType = legalPersonType; if(legalPersonType != null){ putQueryParameter("LegalPersonType", legalPersonType); } } public String getEmail() { return this.email; } public void setEmail(String email) { this.email = email; if(email != null){ putQueryParameter("Email", email); } } public String getIdHandedImage() { return this.idHandedImage; } public void setIdHandedImage(String idHandedImage) { this.idHandedImage = idHandedImage; if(idHandedImage != null){ putQueryParameter("IdHandedImage", idHandedImage); } } public String getAddress() { return this.address; } public void setAddress(String address) { this.address = address; if(address != null){ putQueryParameter("Address", address); } } public String getEnterprisePark() { return this.enterprisePark; } public void setEnterprisePark(String enterprisePark) { this.enterprisePark = enterprisePark; if(enterprisePark != null){ putQueryParameter("EnterprisePark", enterprisePark); } } public String getCardNum() { return this.cardNum; } public void setCardNum(String cardNum) { this.cardNum = cardNum; if(cardNum != null){ putQueryParameter("CardNum", cardNum); } } public String getEnterpriseLicensePath() { return this.enterpriseLicensePath; } public void setEnterpriseLicensePath(String enterpriseLicensePath) { this.enterpriseLicensePath = enterpriseLicensePath; if(enterpriseLicensePath != null){ putQueryParameter("EnterpriseLicensePath", enterpriseLicensePath); } } public String getPhone() { return this.phone; } public void setPhone(String phone) { this.phone = phone; if(phone != null){ putQueryParameter("Phone", phone); } } public Integer getOwnerType() { return this.ownerType; } public void setOwnerType(Integer ownerType) { this.ownerType = ownerType; if(ownerType != null){ putQueryParameter("OwnerType", ownerType.toString()); } } public String getName() { return this.name; } public void setName(String name) { this.name = name; if(name != null){ putQueryParameter("Name", name); } } public String getEnterpriseType() { return this.enterpriseType; } public void setEnterpriseType(String enterpriseType) { this.enterpriseType = enterpriseType; if(enterpriseType != null){ putQueryParameter("EnterpriseType", enterpriseType); } } public Integer getUseType() { return this.useType; } public void setUseType(Integer useType) { this.useType = useType; if(useType != null){ putQueryParameter("UseType", useType.toString()); } } @Override public Class<SaveCopyrightPersonResponse> getResponseClass() { return SaveCopyrightPersonResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model/v20190123/SaveCopyrightPersonResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.model.v20190123; import com.aliyuncs.AcsResponse; import com.aliyuncs.copyright.transform.v20190123.SaveCopyrightPersonResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class SaveCopyrightPersonResponse extends AcsResponse { private String requestId; private Long personId; private Boolean success; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Long getPersonId() { return this.personId; } public void setPersonId(Long personId) { this.personId = personId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } @Override public SaveCopyrightPersonResponse getInstance(UnmarshallerContext context) { return SaveCopyrightPersonResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model/v20190123/SaveOrUpdatePatentAppearanceCacheRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.model.v20190123; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class SaveOrUpdatePatentAppearanceCacheRequest extends RpcAcsRequest<SaveOrUpdatePatentAppearanceCacheResponse> { private String data; private String token; private String bizType; public SaveOrUpdatePatentAppearanceCacheRequest() { super("Copyright", "2019-01-23", "SaveOrUpdatePatentAppearanceCache", "swcopyright"); setMethod(MethodType.POST); } public String getData() { return this.data; } public void setData(String data) { this.data = data; if(data != null){ putQueryParameter("Data", data); } } public String getToken() { return this.token; } public void setToken(String token) { this.token = token; if(token != null){ putQueryParameter("Token", token); } } public String getBizType() { return this.bizType; } public void setBizType(String bizType) { this.bizType = bizType; if(bizType != null){ putQueryParameter("BizType", bizType); } } @Override public Class<SaveOrUpdatePatentAppearanceCacheResponse> getResponseClass() { return SaveOrUpdatePatentAppearanceCacheResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model/v20190123/SaveOrUpdatePatentAppearanceCacheResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.model.v20190123; import com.aliyuncs.AcsResponse; import com.aliyuncs.copyright.transform.v20190123.SaveOrUpdatePatentAppearanceCacheResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class SaveOrUpdatePatentAppearanceCacheResponse extends AcsResponse { private String requestId; private Boolean success; private String message; private String bizType; private String data; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getBizType() { return this.bizType; } public void setBizType(String bizType) { this.bizType = bizType; } public String getData() { return this.data; } public void setData(String data) { this.data = data; } @Override public SaveOrUpdatePatentAppearanceCacheResponse getInstance(UnmarshallerContext context) { return SaveOrUpdatePatentAppearanceCacheResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model/v20190123/SaveOrUpdatePatentPlanRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.model.v20190123; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class SaveOrUpdatePatentPlanRequest extends RpcAcsRequest<SaveOrUpdatePatentPlanResponse> { private String owner; private Integer warnDays; private String applyNumbers; private String contact; private String name; private Long planId; public SaveOrUpdatePatentPlanRequest() { super("Copyright", "2019-01-23", "SaveOrUpdatePatentPlan", "swcopyright"); setMethod(MethodType.POST); } public String getOwner() { return this.owner; } public void setOwner(String owner) { this.owner = owner; if(owner != null){ putQueryParameter("Owner", owner); } } public Integer getWarnDays() { return this.warnDays; } public void setWarnDays(Integer warnDays) { this.warnDays = warnDays; if(warnDays != null){ putQueryParameter("WarnDays", warnDays.toString()); } } public String getApplyNumbers() { return this.applyNumbers; } public void setApplyNumbers(String applyNumbers) { this.applyNumbers = applyNumbers; if(applyNumbers != null){ putQueryParameter("ApplyNumbers", applyNumbers); } } public String getContact() { return this.contact; } public void setContact(String contact) { this.contact = contact; if(contact != null){ putQueryParameter("Contact", contact); } } public String getName() { return this.name; } public void setName(String name) { this.name = name; if(name != null){ putQueryParameter("Name", name); } } public Long getPlanId() { return this.planId; } public void setPlanId(Long planId) { this.planId = planId; if(planId != null){ putQueryParameter("PlanId", planId.toString()); } } @Override public Class<SaveOrUpdatePatentPlanResponse> getResponseClass() { return SaveOrUpdatePatentPlanResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model/v20190123/SaveOrUpdatePatentPlanResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.model.v20190123; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.copyright.transform.v20190123.SaveOrUpdatePatentPlanResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class SaveOrUpdatePatentPlanResponse extends AcsResponse { private String requestId; private List<String> id; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public List<String> getId() { return this.id; } public void setId(List<String> id) { this.id = id; } @Override public SaveOrUpdatePatentPlanResponse getInstance(UnmarshallerContext context) { return SaveOrUpdatePatentPlanResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model/v20190123/SaveOrUpdateUserSearchCompanyRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.model.v20190123; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class SaveOrUpdateUserSearchCompanyRequest extends RpcAcsRequest<SaveOrUpdateUserSearchCompanyResponse> { private String enterpriseName; private Integer type; public SaveOrUpdateUserSearchCompanyRequest() { super("Copyright", "2019-01-23", "SaveOrUpdateUserSearchCompany", "swcopyright"); setMethod(MethodType.POST); } public String getEnterpriseName() { return this.enterpriseName; } public void setEnterpriseName(String enterpriseName) { this.enterpriseName = enterpriseName; if(enterpriseName != null){ putQueryParameter("EnterpriseName", enterpriseName); } } public Integer getType() { return this.type; } public void setType(Integer type) { this.type = type; if(type != null){ putQueryParameter("Type", type.toString()); } } @Override public Class<SaveOrUpdateUserSearchCompanyResponse> getResponseClass() { return SaveOrUpdateUserSearchCompanyResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model/v20190123/SaveOrUpdateUserSearchCompanyResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.model.v20190123; import com.aliyuncs.AcsResponse; import com.aliyuncs.copyright.transform.v20190123.SaveOrUpdateUserSearchCompanyResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class SaveOrUpdateUserSearchCompanyResponse extends AcsResponse { private Long id; private String requestId; public Long getId() { return this.id; } public void setId(Long id) { this.id = id; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } @Override public SaveOrUpdateUserSearchCompanyResponse getInstance(UnmarshallerContext context) { return SaveOrUpdateUserSearchCompanyResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model/v20190123/SavePatentContactRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.model.v20190123; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class SavePatentContactRequest extends RpcAcsRequest<SavePatentContactResponse> { private String mobile; private String name; private Long id; private String email; public SavePatentContactRequest() { super("Copyright", "2019-01-23", "SavePatentContact", "swcopyright"); setMethod(MethodType.POST); } public String getMobile() { return this.mobile; } public void setMobile(String mobile) { this.mobile = mobile; if(mobile != null){ putQueryParameter("Mobile", mobile); } } public String getName() { return this.name; } public void setName(String name) { this.name = name; if(name != null){ putQueryParameter("Name", name); } } public Long getId() { return this.id; } public void setId(Long id) { this.id = id; if(id != null){ putQueryParameter("Id", id.toString()); } } public String getEmail() { return this.email; } public void setEmail(String email) { this.email = email; if(email != null){ putQueryParameter("Email", email); } } @Override public Class<SavePatentContactResponse> getResponseClass() { return SavePatentContactResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model/v20190123/SavePatentContactResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.model.v20190123; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.copyright.transform.v20190123.SavePatentContactResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class SavePatentContactResponse extends AcsResponse { private Integer pageNum; private String requestId; private Boolean success; private Integer totalItemNum; private Integer pageSize; private Integer totalPageNum; private List<Produces> data; public Integer getPageNum() { return this.pageNum; } public void setPageNum(Integer pageNum) { this.pageNum = pageNum; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public Integer getTotalItemNum() { return this.totalItemNum; } public void setTotalItemNum(Integer totalItemNum) { this.totalItemNum = totalItemNum; } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; } public Integer getTotalPageNum() { return this.totalPageNum; } public void setTotalPageNum(Integer totalPageNum) { this.totalPageNum = totalPageNum; } public List<Produces> getData() { return this.data; } public void setData(List<Produces> data) { this.data = data; } public static class Produces { private String email; private String name; private String mobile; private Long id; public String getEmail() { return this.email; } public void setEmail(String email) { this.email = email; } public String getName() { return this.name; } public void setName(String name) { this.name = name; } public String getMobile() { return this.mobile; } public void setMobile(String mobile) { this.mobile = mobile; } public Long getId() { return this.id; } public void setId(Long id) { this.id = id; } } @Override public SavePatentContactResponse getInstance(UnmarshallerContext context) { return SavePatentContactResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model/v20190123/SavePatentMonitorTaskRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.model.v20190123; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class SavePatentMonitorTaskRequest extends RpcAcsRequest<SavePatentMonitorTaskResponse> { private String contactId; private String taskSource; private String taskName; private String applyNumber; private String beforeDay; private Long id; private String notifyType; public SavePatentMonitorTaskRequest() { super("Copyright", "2019-01-23", "SavePatentMonitorTask", "swcopyright"); setMethod(MethodType.POST); } public String getContactId() { return this.contactId; } public void setContactId(String contactId) { this.contactId = contactId; if(contactId != null){ putBodyParameter("ContactId", contactId); } } public String getTaskSource() { return this.taskSource; } public void setTaskSource(String taskSource) { this.taskSource = taskSource; if(taskSource != null){ putBodyParameter("TaskSource", taskSource); } } public String getTaskName() { return this.taskName; } public void setTaskName(String taskName) { this.taskName = taskName; if(taskName != null){ putBodyParameter("TaskName", taskName); } } public String getApplyNumber() { return this.applyNumber; } public void setApplyNumber(String applyNumber) { this.applyNumber = applyNumber; if(applyNumber != null){ putBodyParameter("ApplyNumber", applyNumber); } } public String getBeforeDay() { return this.beforeDay; } public void setBeforeDay(String beforeDay) { this.beforeDay = beforeDay; if(beforeDay != null){ putBodyParameter("BeforeDay", beforeDay); } } public Long getId() { return this.id; } public void setId(Long id) { this.id = id; if(id != null){ putBodyParameter("Id", id.toString()); } } public String getNotifyType() { return this.notifyType; } public void setNotifyType(String notifyType) { this.notifyType = notifyType; if(notifyType != null){ putBodyParameter("NotifyType", notifyType); } } @Override public Class<SavePatentMonitorTaskResponse> getResponseClass() { return SavePatentMonitorTaskResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model/v20190123/SavePatentMonitorTaskResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.model.v20190123; import com.aliyuncs.AcsResponse; import com.aliyuncs.copyright.transform.v20190123.SavePatentMonitorTaskResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class SavePatentMonitorTaskResponse extends AcsResponse { private Boolean errorMsg; private String requestId; private String message; private String taskId; private String errorCode; public Boolean getErrorMsg() { return this.errorMsg; } public void setErrorMsg(Boolean errorMsg) { this.errorMsg = errorMsg; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public String getTaskId() { return this.taskId; } public void setTaskId(String taskId) { this.taskId = taskId; } public String getErrorCode() { return this.errorCode; } public void setErrorCode(String errorCode) { this.errorCode = errorCode; } @Override public SavePatentMonitorTaskResponse getInstance(UnmarshallerContext context) { return SavePatentMonitorTaskResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model/v20190123/SavePatentRecycleRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.model.v20190123; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class SavePatentRecycleRequest extends RpcAcsRequest<SavePatentRecycleResponse> { private Integer label; private String applyNumbers; public SavePatentRecycleRequest() { super("Copyright", "2019-01-23", "SavePatentRecycle", "swcopyright"); setMethod(MethodType.POST); } public Integer getLabel() { return this.label; } public void setLabel(Integer label) { this.label = label; if(label != null){ putQueryParameter("Label", label.toString()); } } public String getApplyNumbers() { return this.applyNumbers; } public void setApplyNumbers(String applyNumbers) { this.applyNumbers = applyNumbers; if(applyNumbers != null){ putQueryParameter("ApplyNumbers", applyNumbers); } } @Override public Class<SavePatentRecycleResponse> getResponseClass() { return SavePatentRecycleResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model/v20190123/SavePatentRecycleResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.model.v20190123; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.copyright.transform.v20190123.SavePatentRecycleResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class SavePatentRecycleResponse extends AcsResponse { private String requestId; private List<String> id; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public List<String> getId() { return this.id; } public void setId(List<String> id) { this.id = id; } @Override public SavePatentRecycleResponse getInstance(UnmarshallerContext context) { return SavePatentRecycleResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model/v20190123/SaveTransferItemRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.model.v20190123; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.ProtocolType; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class SaveTransferItemRequest extends RpcAcsRequest<SaveTransferItemResponse> { private Integer itemId; private String targetMobile; public SaveTransferItemRequest() { super("Copyright", "2019-01-23", "SaveTransferItem", "swcopyright"); setProtocol(ProtocolType.HTTPS); setMethod(MethodType.POST); } public Integer getItemId() { return this.itemId; } public void setItemId(Integer itemId) { this.itemId = itemId; if(itemId != null){ putBodyParameter("ItemId", itemId.toString()); } } public String getTargetMobile() { return this.targetMobile; } public void setTargetMobile(String targetMobile) { this.targetMobile = targetMobile; if(targetMobile != null){ putBodyParameter("TargetMobile", targetMobile); } } @Override public Class<SaveTransferItemResponse> getResponseClass() { return SaveTransferItemResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model/v20190123/SaveTransferItemResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.model.v20190123; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.copyright.transform.v20190123.SaveTransferItemResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class SaveTransferItemResponse extends AcsResponse { private String requestId; private Integer httpStatusCode; private String dynamicCode; private String dynamicMessage; private String errorMsg; private String errorCode; private Boolean success; private Boolean allowRetry; private String appName; private List<String> errorArgs; private Module module; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Integer getHttpStatusCode() { return this.httpStatusCode; } public void setHttpStatusCode(Integer httpStatusCode) { this.httpStatusCode = httpStatusCode; } public String getDynamicCode() { return this.dynamicCode; } public void setDynamicCode(String dynamicCode) { this.dynamicCode = dynamicCode; } public String getDynamicMessage() { return this.dynamicMessage; } public void setDynamicMessage(String dynamicMessage) { this.dynamicMessage = dynamicMessage; } public String getErrorMsg() { return this.errorMsg; } public void setErrorMsg(String errorMsg) { this.errorMsg = errorMsg; } public String getErrorCode() { return this.errorCode; } public void setErrorCode(String errorCode) { this.errorCode = errorCode; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public Boolean getAllowRetry() { return this.allowRetry; } public void setAllowRetry(Boolean allowRetry) { this.allowRetry = allowRetry; } public String getAppName() { return this.appName; } public void setAppName(String appName) { this.appName = appName; } public List<String> getErrorArgs() { return this.errorArgs; } public void setErrorArgs(List<String> errorArgs) { this.errorArgs = errorArgs; } public Module getModule() { return this.module; } public void setModule(Module module) { this.module = module; } public static class Module { private Integer stockId; private String transactionId; private String tranHash; private Integer itemId; private Integer userId; private String no; private String address; private Long shardId; private String shardKey; public Integer getStockId() { return this.stockId; } public void setStockId(Integer stockId) { this.stockId = stockId; } public String getTransactionId() { return this.transactionId; } public void setTransactionId(String transactionId) { this.transactionId = transactionId; } public String getTranHash() { return this.tranHash; } public void setTranHash(String tranHash) { this.tranHash = tranHash; } public Integer getItemId() { return this.itemId; } public void setItemId(Integer itemId) { this.itemId = itemId; } public Integer getUserId() { return this.userId; } public void setUserId(Integer userId) { this.userId = userId; } public String getNo() { return this.no; } public void setNo(String no) { this.no = no; } public String getAddress() { return this.address; } public void setAddress(String address) { this.address = address; } public Long getShardId() { return this.shardId; } public void setShardId(Long shardId) { this.shardId = shardId; } public String getShardKey() { return this.shardKey; } public void setShardKey(String shardKey) { this.shardKey = shardKey; } } @Override public SaveTransferItemResponse getInstance(UnmarshallerContext context) { return SaveTransferItemResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model/v20190123/UpdateSupplementFileRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.model.v20190123; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class UpdateSupplementFileRequest extends RpcAcsRequest<UpdateSupplementFileResponse> { private String supplementId; public UpdateSupplementFileRequest() { super("Copyright", "2019-01-23", "UpdateSupplementFile", "swcopyright"); setMethod(MethodType.POST); } public String getSupplementId() { return this.supplementId; } public void setSupplementId(String supplementId) { this.supplementId = supplementId; if(supplementId != null){ putQueryParameter("SupplementId", supplementId); } } @Override public Class<UpdateSupplementFileResponse> getResponseClass() { return UpdateSupplementFileResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model/v20190123/UpdateSupplementFileResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.model.v20190123; import com.aliyuncs.AcsResponse; import com.aliyuncs.copyright.transform.v20190123.UpdateSupplementFileResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class UpdateSupplementFileResponse extends AcsResponse { private String requestId; private Boolean success; private String message; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } @Override public UpdateSupplementFileResponse getInstance(UnmarshallerContext context) { return UpdateSupplementFileResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model/v20190123/UserBindRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.model.v20190123; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class UserBindRequest extends RpcAcsRequest<UserBindResponse> { private String userId; public UserBindRequest() { super("Copyright", "2019-01-23", "UserBind", "swcopyright"); setMethod(MethodType.POST); } public String getUserId() { return this.userId; } public void setUserId(String userId) { this.userId = userId; if(userId != null){ putBodyParameter("UserId", userId); } } @Override public Class<UserBindResponse> getResponseClass() { return UserBindResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model/v20190123/UserBindResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.model.v20190123; import java.util.List; import com.aliyuncs.AcsResponse; import com.aliyuncs.copyright.transform.v20190123.UserBindResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class UserBindResponse extends AcsResponse { private String requestId; private Integer httpStatusCode; private String dynamicCode; private String dynamicMessage; private String errorMsg; private String errorCode; private Boolean success; private Boolean allowRetry; private String appName; private List<String> errorArgs; private Module module; public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Integer getHttpStatusCode() { return this.httpStatusCode; } public void setHttpStatusCode(Integer httpStatusCode) { this.httpStatusCode = httpStatusCode; } public String getDynamicCode() { return this.dynamicCode; } public void setDynamicCode(String dynamicCode) { this.dynamicCode = dynamicCode; } public String getDynamicMessage() { return this.dynamicMessage; } public void setDynamicMessage(String dynamicMessage) { this.dynamicMessage = dynamicMessage; } public String getErrorMsg() { return this.errorMsg; } public void setErrorMsg(String errorMsg) { this.errorMsg = errorMsg; } public String getErrorCode() { return this.errorCode; } public void setErrorCode(String errorCode) { this.errorCode = errorCode; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public Boolean getAllowRetry() { return this.allowRetry; } public void setAllowRetry(Boolean allowRetry) { this.allowRetry = allowRetry; } public String getAppName() { return this.appName; } public void setAppName(String appName) { this.appName = appName; } public List<String> getErrorArgs() { return this.errorArgs; } public void setErrorArgs(List<String> errorArgs) { this.errorArgs = errorArgs; } public Module getModule() { return this.module; } public void setModule(Module module) { this.module = module; } public static class Module { private String chainUserId; public String getChainUserId() { return this.chainUserId; } public void setChainUserId(String chainUserId) { this.chainUserId = chainUserId; } } @Override public UserBindResponse getInstance(UnmarshallerContext context) { return UserBindResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model/v20190123/VerifyOwnerInfoRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.model.v20190123; import com.aliyuncs.RpcAcsRequest; import com.aliyuncs.http.MethodType; /** * @author auto create * @version */ public class VerifyOwnerInfoRequest extends RpcAcsRequest<VerifyOwnerInfoResponse> { private String city; private String cardNum; private String province; private String ownerType; private String name; private String cardType; public VerifyOwnerInfoRequest() { super("Copyright", "2019-01-23", "VerifyOwnerInfo", "swcopyright"); setMethod(MethodType.POST); } public String getCity() { return this.city; } public void setCity(String city) { this.city = city; if(city != null){ putQueryParameter("City", city); } } public String getCardNum() { return this.cardNum; } public void setCardNum(String cardNum) { this.cardNum = cardNum; if(cardNum != null){ putQueryParameter("CardNum", cardNum); } } public String getProvince() { return this.province; } public void setProvince(String province) { this.province = province; if(province != null){ putQueryParameter("Province", province); } } public String getOwnerType() { return this.ownerType; } public void setOwnerType(String ownerType) { this.ownerType = ownerType; if(ownerType != null){ putQueryParameter("OwnerType", ownerType); } } public String getName() { return this.name; } public void setName(String name) { this.name = name; if(name != null){ putQueryParameter("Name", name); } } public String getCardType() { return this.cardType; } public void setCardType(String cardType) { this.cardType = cardType; if(cardType != null){ putQueryParameter("CardType", cardType); } } @Override public Class<VerifyOwnerInfoResponse> getResponseClass() { return VerifyOwnerInfoResponse.class; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/model/v20190123/VerifyOwnerInfoResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.model.v20190123; import com.aliyuncs.AcsResponse; import com.aliyuncs.copyright.transform.v20190123.VerifyOwnerInfoResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class VerifyOwnerInfoResponse extends AcsResponse { private String birthDate; private String requestId; private Boolean success; private String message; private Boolean verifyResult; private String phone; public String getBirthDate() { return this.birthDate; } public void setBirthDate(String birthDate) { this.birthDate = birthDate; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getMessage() { return this.message; } public void setMessage(String message) { this.message = message; } public Boolean getVerifyResult() { return this.verifyResult; } public void setVerifyResult(Boolean verifyResult) { this.verifyResult = verifyResult; } public String getPhone() { return this.phone; } public void setPhone(String phone) { this.phone = phone; } @Override public VerifyOwnerInfoResponse getInstance(UnmarshallerContext context) { return VerifyOwnerInfoResponseUnmarshaller.unmarshall(this, context); } @Override public boolean checkShowJsonItemName() { return false; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform/v20190123/AddCopyrightFilesResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.transform.v20190123; import com.aliyuncs.copyright.model.v20190123.AddCopyrightFilesResponse; import com.aliyuncs.transform.UnmarshallerContext; public class AddCopyrightFilesResponseUnmarshaller { public static AddCopyrightFilesResponse unmarshall(AddCopyrightFilesResponse addCopyrightFilesResponse, UnmarshallerContext _ctx) { addCopyrightFilesResponse.setRequestId(_ctx.stringValue("AddCopyrightFilesResponse.RequestId")); addCopyrightFilesResponse.setToken(_ctx.stringValue("AddCopyrightFilesResponse.Token")); addCopyrightFilesResponse.setSuccess(_ctx.booleanValue("AddCopyrightFilesResponse.Success")); return addCopyrightFilesResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform/v20190123/BatchAsynchronousAddResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.transform.v20190123; import java.util.ArrayList; import java.util.List; import com.aliyuncs.copyright.model.v20190123.BatchAsynchronousAddResponse; import com.aliyuncs.transform.UnmarshallerContext; public class BatchAsynchronousAddResponseUnmarshaller { public static BatchAsynchronousAddResponse unmarshall(BatchAsynchronousAddResponse batchAsynchronousAddResponse, UnmarshallerContext _ctx) { batchAsynchronousAddResponse.setRequestId(_ctx.stringValue("BatchAsynchronousAddResponse.RequestId")); List<String> id = new ArrayList<String>(); for (int i = 0; i < _ctx.lengthValue("BatchAsynchronousAddResponse.Id.Length"); i++) { id.add(_ctx.stringValue("BatchAsynchronousAddResponse.Id["+ i +"]")); } batchAsynchronousAddResponse.setId(id); return batchAsynchronousAddResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform/v20190123/BatchCheckPatentAddResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.transform.v20190123; import java.util.ArrayList; import java.util.List; import com.aliyuncs.copyright.model.v20190123.BatchCheckPatentAddResponse; import com.aliyuncs.copyright.model.v20190123.BatchCheckPatentAddResponse.ErrorDetailItem; import com.aliyuncs.copyright.model.v20190123.BatchCheckPatentAddResponse.TradeListItem; import com.aliyuncs.transform.UnmarshallerContext; public class BatchCheckPatentAddResponseUnmarshaller { public static BatchCheckPatentAddResponse unmarshall(BatchCheckPatentAddResponse batchCheckPatentAddResponse, UnmarshallerContext _ctx) { batchCheckPatentAddResponse.setRequestId(_ctx.stringValue("BatchCheckPatentAddResponse.RequestId")); batchCheckPatentAddResponse.setCacheKey(_ctx.stringValue("BatchCheckPatentAddResponse.CacheKey")); batchCheckPatentAddResponse.setCanAddCount(_ctx.integerValue("BatchCheckPatentAddResponse.CanAddCount")); batchCheckPatentAddResponse.setSuccess(_ctx.booleanValue("BatchCheckPatentAddResponse.Success")); batchCheckPatentAddResponse.setTotalCount(_ctx.integerValue("BatchCheckPatentAddResponse.TotalCount")); batchCheckPatentAddResponse.setExistCount(_ctx.integerValue("BatchCheckPatentAddResponse.ExistCount")); List<ErrorDetailItem> errorDetail = new ArrayList<ErrorDetailItem>(); for (int i = 0; i < _ctx.lengthValue("BatchCheckPatentAddResponse.ErrorDetail.Length"); i++) { ErrorDetailItem errorDetailItem = new ErrorDetailItem(); errorDetailItem.setMessage(_ctx.stringValue("BatchCheckPatentAddResponse.ErrorDetail["+ i +"].Message")); errorDetailItem.setSuccess(_ctx.booleanValue("BatchCheckPatentAddResponse.ErrorDetail["+ i +"].Success")); errorDetailItem.setApplyNumber(_ctx.stringValue("BatchCheckPatentAddResponse.ErrorDetail["+ i +"].ApplyNumber")); errorDetail.add(errorDetailItem); } batchCheckPatentAddResponse.setErrorDetail(errorDetail); List<TradeListItem> tradeList = new ArrayList<TradeListItem>(); for (int i = 0; i < _ctx.lengthValue("BatchCheckPatentAddResponse.TradeList.Length"); i++) { TradeListItem tradeListItem = new TradeListItem(); tradeListItem.setType(_ctx.stringValue("BatchCheckPatentAddResponse.TradeList["+ i +"].Type")); tradeListItem.setNeedFee(_ctx.floatValue("BatchCheckPatentAddResponse.TradeList["+ i +"].NeedFee")); tradeListItem.setDiscount(_ctx.stringValue("BatchCheckPatentAddResponse.TradeList["+ i +"].Discount")); tradeListItem.setOverduePenalty(_ctx.stringValue("BatchCheckPatentAddResponse.TradeList["+ i +"].OverduePenalty")); tradeListItem.setNeedCount(_ctx.integerValue("BatchCheckPatentAddResponse.TradeList["+ i +"].NeedCount")); tradeListItem.setTotalCount(_ctx.longValue("BatchCheckPatentAddResponse.TradeList["+ i +"].TotalCount")); tradeListItem.setAge(_ctx.stringValue("BatchCheckPatentAddResponse.TradeList["+ i +"].Age")); tradeListItem.setExistCount(_ctx.longValue("BatchCheckPatentAddResponse.TradeList["+ i +"].ExistCount")); tradeList.add(tradeListItem); } batchCheckPatentAddResponse.setTradeList(tradeList); return batchCheckPatentAddResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform/v20190123/BatchPatentAddResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.transform.v20190123; import java.util.ArrayList; import java.util.List; import com.aliyuncs.copyright.model.v20190123.BatchPatentAddResponse; import com.aliyuncs.copyright.model.v20190123.BatchPatentAddResponse.DataItem; import com.aliyuncs.transform.UnmarshallerContext; public class BatchPatentAddResponseUnmarshaller { public static BatchPatentAddResponse unmarshall(BatchPatentAddResponse batchPatentAddResponse, UnmarshallerContext _ctx) { batchPatentAddResponse.setRequestId(_ctx.stringValue("BatchPatentAddResponse.RequestId")); batchPatentAddResponse.setSuccess(_ctx.booleanValue("BatchPatentAddResponse.Success")); List<DataItem> data = new ArrayList<DataItem>(); for (int i = 0; i < _ctx.lengthValue("BatchPatentAddResponse.Data.Length"); i++) { DataItem dataItem = new DataItem(); dataItem.setMessage(_ctx.stringValue("BatchPatentAddResponse.Data["+ i +"].Message")); dataItem.setSuccess(_ctx.booleanValue("BatchPatentAddResponse.Data["+ i +"].Success")); dataItem.setApplyNumber(_ctx.stringValue("BatchPatentAddResponse.Data["+ i +"].ApplyNumber")); data.add(dataItem); } batchPatentAddResponse.setData(data); return batchPatentAddResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform/v20190123/CheckCopyrightCenterCodeResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.transform.v20190123; import com.aliyuncs.copyright.model.v20190123.CheckCopyrightCenterCodeResponse; import com.aliyuncs.transform.UnmarshallerContext; public class CheckCopyrightCenterCodeResponseUnmarshaller { public static CheckCopyrightCenterCodeResponse unmarshall(CheckCopyrightCenterCodeResponse checkCopyrightCenterCodeResponse, UnmarshallerContext _ctx) { checkCopyrightCenterCodeResponse.setRequestId(_ctx.stringValue("CheckCopyrightCenterCodeResponse.RequestId")); checkCopyrightCenterCodeResponse.setCheckPass(_ctx.booleanValue("CheckCopyrightCenterCodeResponse.CheckPass")); checkCopyrightCenterCodeResponse.setSuccess(_ctx.booleanValue("CheckCopyrightCenterCodeResponse.Success")); checkCopyrightCenterCodeResponse.setMessage(_ctx.stringValue("CheckCopyrightCenterCodeResponse.Message")); return checkCopyrightCenterCodeResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform/v20190123/CheckPatentSellStatusResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.transform.v20190123; import java.util.ArrayList; import java.util.List; import com.aliyuncs.copyright.model.v20190123.CheckPatentSellStatusResponse; import com.aliyuncs.copyright.model.v20190123.CheckPatentSellStatusResponse.DataItem; import com.aliyuncs.transform.UnmarshallerContext; public class CheckPatentSellStatusResponseUnmarshaller { public static CheckPatentSellStatusResponse unmarshall(CheckPatentSellStatusResponse checkPatentSellStatusResponse, UnmarshallerContext _ctx) { checkPatentSellStatusResponse.setRequestId(_ctx.stringValue("CheckPatentSellStatusResponse.RequestId")); checkPatentSellStatusResponse.setSuccess(_ctx.booleanValue("CheckPatentSellStatusResponse.Success")); List<DataItem> data = new ArrayList<DataItem>(); for (int i = 0; i < _ctx.lengthValue("CheckPatentSellStatusResponse.Data.Length"); i++) { DataItem dataItem = new DataItem(); dataItem.setType(_ctx.stringValue("CheckPatentSellStatusResponse.Data["+ i +"].Type")); dataItem.setEndDate(_ctx.stringValue("CheckPatentSellStatusResponse.Data["+ i +"].EndDate")); dataItem.setErrorMessage(_ctx.stringValue("CheckPatentSellStatusResponse.Data["+ i +"].ErrorMessage")); dataItem.setApplyNumber(_ctx.stringValue("CheckPatentSellStatusResponse.Data["+ i +"].ApplyNumber")); dataItem.setDiscount(_ctx.stringValue("CheckPatentSellStatusResponse.Data["+ i +"].Discount")); dataItem.setAge(_ctx.stringValue("CheckPatentSellStatusResponse.Data["+ i +"].Age")); dataItem.setFee(_ctx.floatValue("CheckPatentSellStatusResponse.Data["+ i +"].Fee")); data.add(dataItem); } checkPatentSellStatusResponse.setData(data); return checkPatentSellStatusResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform/v20190123/CheckProcessResultResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.transform.v20190123; import com.aliyuncs.copyright.model.v20190123.CheckProcessResultResponse; import com.aliyuncs.transform.UnmarshallerContext; public class CheckProcessResultResponseUnmarshaller { public static CheckProcessResultResponse unmarshall(CheckProcessResultResponse checkProcessResultResponse, UnmarshallerContext _ctx) { checkProcessResultResponse.setRequestId(_ctx.stringValue("CheckProcessResultResponse.RequestId")); checkProcessResultResponse.setToken(_ctx.stringValue("CheckProcessResultResponse.Token")); checkProcessResultResponse.setStatus(_ctx.stringValue("CheckProcessResultResponse.Status")); checkProcessResultResponse.setMessage(_ctx.stringValue("CheckProcessResultResponse.Message")); checkProcessResultResponse.setSuccess(_ctx.booleanValue("CheckProcessResultResponse.Success")); return checkProcessResultResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform/v20190123/CreateCommodityOrderResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.transform.v20190123; import java.util.ArrayList; import java.util.List; import com.aliyuncs.copyright.model.v20190123.CreateCommodityOrderResponse; import com.aliyuncs.transform.UnmarshallerContext; public class CreateCommodityOrderResponseUnmarshaller { public static CreateCommodityOrderResponse unmarshall(CreateCommodityOrderResponse createCommodityOrderResponse, UnmarshallerContext _ctx) { createCommodityOrderResponse.setRequestId(_ctx.stringValue("CreateCommodityOrderResponse.RequestId")); List<String> data = new ArrayList<String>(); for (int i = 0; i < _ctx.lengthValue("CreateCommodityOrderResponse.Data.Length"); i++) { data.add(_ctx.stringValue("CreateCommodityOrderResponse.Data["+ i +"]")); } createCommodityOrderResponse.setData(data); return createCommodityOrderResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform/v20190123/CreateDownloadTaskResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.transform.v20190123; import com.aliyuncs.copyright.model.v20190123.CreateDownloadTaskResponse; import com.aliyuncs.transform.UnmarshallerContext; public class CreateDownloadTaskResponseUnmarshaller { public static CreateDownloadTaskResponse unmarshall(CreateDownloadTaskResponse createDownloadTaskResponse, UnmarshallerContext _ctx) { createDownloadTaskResponse.setRequestId(_ctx.stringValue("CreateDownloadTaskResponse.RequestId")); createDownloadTaskResponse.setSuccess(_ctx.booleanValue("CreateDownloadTaskResponse.Success")); return createDownloadTaskResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform/v20190123/CreateDownloadTicketsResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.transform.v20190123; import com.aliyuncs.copyright.model.v20190123.CreateDownloadTicketsResponse; import com.aliyuncs.transform.UnmarshallerContext; public class CreateDownloadTicketsResponseUnmarshaller { public static CreateDownloadTicketsResponse unmarshall(CreateDownloadTicketsResponse createDownloadTicketsResponse, UnmarshallerContext _ctx) { createDownloadTicketsResponse.setRequestId(_ctx.stringValue("CreateDownloadTicketsResponse.RequestId")); createDownloadTicketsResponse.setSuccess(_ctx.booleanValue("CreateDownloadTicketsResponse.Success")); return createDownloadTicketsResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform/v20190123/CreatePatentOrderResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.transform.v20190123; import com.aliyuncs.copyright.model.v20190123.CreatePatentOrderResponse; import com.aliyuncs.transform.UnmarshallerContext; public class CreatePatentOrderResponseUnmarshaller { public static CreatePatentOrderResponse unmarshall(CreatePatentOrderResponse createPatentOrderResponse, UnmarshallerContext _ctx) { createPatentOrderResponse.setRequestId(_ctx.stringValue("CreatePatentOrderResponse.RequestId")); createPatentOrderResponse.setSuccess(_ctx.booleanValue("CreatePatentOrderResponse.Success")); createPatentOrderResponse.setApplyNumber(_ctx.stringValue("CreatePatentOrderResponse.ApplyNumber")); createPatentOrderResponse.setMessage(_ctx.stringValue("CreatePatentOrderResponse.Message")); return createPatentOrderResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform/v20190123/DeleteCopyrightPersonResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.transform.v20190123; import com.aliyuncs.copyright.model.v20190123.DeleteCopyrightPersonResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DeleteCopyrightPersonResponseUnmarshaller { public static DeleteCopyrightPersonResponse unmarshall(DeleteCopyrightPersonResponse deleteCopyrightPersonResponse, UnmarshallerContext _ctx) { deleteCopyrightPersonResponse.setRequestId(_ctx.stringValue("DeleteCopyrightPersonResponse.RequestId")); deleteCopyrightPersonResponse.setSuccess(_ctx.booleanValue("DeleteCopyrightPersonResponse.Success")); return deleteCopyrightPersonResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform/v20190123/DeleteDownloadTicketsResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.transform.v20190123; import com.aliyuncs.copyright.model.v20190123.DeleteDownloadTicketsResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DeleteDownloadTicketsResponseUnmarshaller { public static DeleteDownloadTicketsResponse unmarshall(DeleteDownloadTicketsResponse deleteDownloadTicketsResponse, UnmarshallerContext _ctx) { deleteDownloadTicketsResponse.setRequestId(_ctx.stringValue("DeleteDownloadTicketsResponse.RequestId")); deleteDownloadTicketsResponse.setSuccess(_ctx.booleanValue("DeleteDownloadTicketsResponse.Success")); return deleteDownloadTicketsResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform/v20190123/DeletePatentAppearanceCacheResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.transform.v20190123; import com.aliyuncs.copyright.model.v20190123.DeletePatentAppearanceCacheResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DeletePatentAppearanceCacheResponseUnmarshaller { public static DeletePatentAppearanceCacheResponse unmarshall(DeletePatentAppearanceCacheResponse deletePatentAppearanceCacheResponse, UnmarshallerContext _ctx) { deletePatentAppearanceCacheResponse.setRequestId(_ctx.stringValue("DeletePatentAppearanceCacheResponse.RequestId")); deletePatentAppearanceCacheResponse.setSuccess(_ctx.booleanValue("DeletePatentAppearanceCacheResponse.Success")); deletePatentAppearanceCacheResponse.setMessage(_ctx.stringValue("DeletePatentAppearanceCacheResponse.Message")); return deletePatentAppearanceCacheResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform/v20190123/DeletePatentContactResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.transform.v20190123; import com.aliyuncs.copyright.model.v20190123.DeletePatentContactResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DeletePatentContactResponseUnmarshaller { public static DeletePatentContactResponse unmarshall(DeletePatentContactResponse deletePatentContactResponse, UnmarshallerContext _ctx) { deletePatentContactResponse.setRequestId(_ctx.stringValue("DeletePatentContactResponse.RequestId")); deletePatentContactResponse.setSuccess(_ctx.booleanValue("DeletePatentContactResponse.Success")); return deletePatentContactResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform/v20190123/DeletePatentPlanDetailResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.transform.v20190123; import com.aliyuncs.copyright.model.v20190123.DeletePatentPlanDetailResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DeletePatentPlanDetailResponseUnmarshaller { public static DeletePatentPlanDetailResponse unmarshall(DeletePatentPlanDetailResponse deletePatentPlanDetailResponse, UnmarshallerContext _ctx) { deletePatentPlanDetailResponse.setRequestId(_ctx.stringValue("DeletePatentPlanDetailResponse.RequestId")); deletePatentPlanDetailResponse.setSuccess(_ctx.booleanValue("DeletePatentPlanDetailResponse.Success")); return deletePatentPlanDetailResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform/v20190123/DeletePatentPlanResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.transform.v20190123; import com.aliyuncs.copyright.model.v20190123.DeletePatentPlanResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DeletePatentPlanResponseUnmarshaller { public static DeletePatentPlanResponse unmarshall(DeletePatentPlanResponse deletePatentPlanResponse, UnmarshallerContext _ctx) { deletePatentPlanResponse.setRequestId(_ctx.stringValue("DeletePatentPlanResponse.RequestId")); deletePatentPlanResponse.setSuccess(_ctx.booleanValue("DeletePatentPlanResponse.Success")); return deletePatentPlanResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform/v20190123/DeletePatentRecycleResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.transform.v20190123; import com.aliyuncs.copyright.model.v20190123.DeletePatentRecycleResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DeletePatentRecycleResponseUnmarshaller { public static DeletePatentRecycleResponse unmarshall(DeletePatentRecycleResponse deletePatentRecycleResponse, UnmarshallerContext _ctx) { deletePatentRecycleResponse.setRequestId(_ctx.stringValue("DeletePatentRecycleResponse.RequestId")); deletePatentRecycleResponse.setSuccess(_ctx.booleanValue("DeletePatentRecycleResponse.Success")); return deletePatentRecycleResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform/v20190123/DeleteUserSearchCompanyResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.transform.v20190123; import com.aliyuncs.copyright.model.v20190123.DeleteUserSearchCompanyResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DeleteUserSearchCompanyResponseUnmarshaller { public static DeleteUserSearchCompanyResponse unmarshall(DeleteUserSearchCompanyResponse deleteUserSearchCompanyResponse, UnmarshallerContext _ctx) { deleteUserSearchCompanyResponse.setRequestId(_ctx.stringValue("DeleteUserSearchCompanyResponse.RequestId")); deleteUserSearchCompanyResponse.setSuccess(_ctx.booleanValue("DeleteUserSearchCompanyResponse.Success")); return deleteUserSearchCompanyResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform/v20190123/DescribePolicyResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.transform.v20190123; import com.aliyuncs.copyright.model.v20190123.DescribePolicyResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DescribePolicyResponseUnmarshaller { public static DescribePolicyResponse unmarshall(DescribePolicyResponse describePolicyResponse, UnmarshallerContext _ctx) { describePolicyResponse.setRequestId(_ctx.stringValue("DescribePolicyResponse.RequestId")); describePolicyResponse.setSignature(_ctx.stringValue("DescribePolicyResponse.Signature")); describePolicyResponse.setHost(_ctx.stringValue("DescribePolicyResponse.Host")); describePolicyResponse.setExpireTime(_ctx.longValue("DescribePolicyResponse.ExpireTime")); describePolicyResponse.setEncodedPolicy(_ctx.stringValue("DescribePolicyResponse.EncodedPolicy")); describePolicyResponse.setFileDir(_ctx.stringValue("DescribePolicyResponse.FileDir")); describePolicyResponse.setAccessId(_ctx.stringValue("DescribePolicyResponse.AccessId")); return describePolicyResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform/v20190123/DescribeUserProduceResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.transform.v20190123; import com.aliyuncs.copyright.model.v20190123.DescribeUserProduceResponse; import com.aliyuncs.transform.UnmarshallerContext; public class DescribeUserProduceResponseUnmarshaller { public static DescribeUserProduceResponse unmarshall(DescribeUserProduceResponse describeUserProduceResponse, UnmarshallerContext _ctx) { describeUserProduceResponse.setRequestId(_ctx.stringValue("DescribeUserProduceResponse.RequestId")); describeUserProduceResponse.setStatus(_ctx.integerValue("DescribeUserProduceResponse.Status")); describeUserProduceResponse.setOrderPrice(_ctx.stringValue("DescribeUserProduceResponse.OrderPrice")); describeUserProduceResponse.setSolutionBizId(_ctx.stringValue("DescribeUserProduceResponse.SolutionBizId")); describeUserProduceResponse.setSuccess(_ctx.booleanValue("DescribeUserProduceResponse.Success")); describeUserProduceResponse.setUserId(_ctx.stringValue("DescribeUserProduceResponse.UserId")); describeUserProduceResponse.setBizId(_ctx.stringValue("DescribeUserProduceResponse.BizId")); describeUserProduceResponse.setPartnerCode(_ctx.stringValue("DescribeUserProduceResponse.PartnerCode")); describeUserProduceResponse.setExtInfo(_ctx.stringValue("DescribeUserProduceResponse.ExtInfo")); describeUserProduceResponse.setBizType(_ctx.stringValue("DescribeUserProduceResponse.BizType")); describeUserProduceResponse.setIntentionBizId(_ctx.stringValue("DescribeUserProduceResponse.IntentionBizId")); describeUserProduceResponse.setEndTime(_ctx.stringValue("DescribeUserProduceResponse.EndTime")); describeUserProduceResponse.setStartTime(_ctx.stringValue("DescribeUserProduceResponse.StartTime")); describeUserProduceResponse.setErrorCode(_ctx.stringValue("DescribeUserProduceResponse.ErrorCode")); describeUserProduceResponse.setErrorMsg(_ctx.stringValue("DescribeUserProduceResponse.ErrorMsg")); describeUserProduceResponse.setOrderId(_ctx.stringValue("DescribeUserProduceResponse.OrderId")); describeUserProduceResponse.setOrderInstanceId(_ctx.stringValue("DescribeUserProduceResponse.OrderInstanceId")); return describeUserProduceResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform/v20190123/ExportPatentPlanDetailResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.transform.v20190123; import com.aliyuncs.copyright.model.v20190123.ExportPatentPlanDetailResponse; import com.aliyuncs.transform.UnmarshallerContext; public class ExportPatentPlanDetailResponseUnmarshaller { public static ExportPatentPlanDetailResponse unmarshall(ExportPatentPlanDetailResponse exportPatentPlanDetailResponse, UnmarshallerContext _ctx) { exportPatentPlanDetailResponse.setRequestId(_ctx.stringValue("ExportPatentPlanDetailResponse.RequestId")); exportPatentPlanDetailResponse.setData(_ctx.stringValue("ExportPatentPlanDetailResponse.Data")); exportPatentPlanDetailResponse.setSuccess(_ctx.booleanValue("ExportPatentPlanDetailResponse.Success")); return exportPatentPlanDetailResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform/v20190123/GetAlipayUrlResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.transform.v20190123; import com.aliyuncs.copyright.model.v20190123.GetAlipayUrlResponse; import com.aliyuncs.transform.UnmarshallerContext; public class GetAlipayUrlResponseUnmarshaller { public static GetAlipayUrlResponse unmarshall(GetAlipayUrlResponse getAlipayUrlResponse, UnmarshallerContext _ctx) { getAlipayUrlResponse.setRequestId(_ctx.stringValue("GetAlipayUrlResponse.RequestId")); getAlipayUrlResponse.setData(_ctx.stringValue("GetAlipayUrlResponse.Data")); return getAlipayUrlResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform/v20190123/GetAllPatentApplyNumberListResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.transform.v20190123; import com.aliyuncs.copyright.model.v20190123.GetAllPatentApplyNumberListResponse; import com.aliyuncs.transform.UnmarshallerContext; public class GetAllPatentApplyNumberListResponseUnmarshaller { public static GetAllPatentApplyNumberListResponse unmarshall(GetAllPatentApplyNumberListResponse getAllPatentApplyNumberListResponse, UnmarshallerContext _ctx) { getAllPatentApplyNumberListResponse.setRequestId(_ctx.stringValue("GetAllPatentApplyNumberListResponse.RequestId")); getAllPatentApplyNumberListResponse.setData(_ctx.stringValue("GetAllPatentApplyNumberListResponse.Data")); getAllPatentApplyNumberListResponse.setSuccess(_ctx.booleanValue("GetAllPatentApplyNumberListResponse.Success")); return getAllPatentApplyNumberListResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform/v20190123/GetAllPatentListResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.transform.v20190123; import java.util.ArrayList; import java.util.List; import com.aliyuncs.copyright.model.v20190123.GetAllPatentListResponse; import com.aliyuncs.copyright.model.v20190123.GetAllPatentListResponse.DataItem; import com.aliyuncs.transform.UnmarshallerContext; public class GetAllPatentListResponseUnmarshaller { public static GetAllPatentListResponse unmarshall(GetAllPatentListResponse getAllPatentListResponse, UnmarshallerContext _ctx) { getAllPatentListResponse.setRequestId(_ctx.stringValue("GetAllPatentListResponse.RequestId")); getAllPatentListResponse.setPageNum(_ctx.integerValue("GetAllPatentListResponse.PageNum")); getAllPatentListResponse.setSuccess(_ctx.booleanValue("GetAllPatentListResponse.Success")); getAllPatentListResponse.setTotalItemNum(_ctx.integerValue("GetAllPatentListResponse.TotalItemNum")); getAllPatentListResponse.setPageSize(_ctx.integerValue("GetAllPatentListResponse.PageSize")); getAllPatentListResponse.setTotalPageNum(_ctx.integerValue("GetAllPatentListResponse.TotalPageNum")); List<DataItem> data = new ArrayList<DataItem>(); for (int i = 0; i < _ctx.lengthValue("GetAllPatentListResponse.Data.Length"); i++) { DataItem dataItem = new DataItem(); dataItem.setType(_ctx.stringValue("GetAllPatentListResponse.Data["+ i +"].Type")); dataItem.setOwner(_ctx.stringValue("GetAllPatentListResponse.Data["+ i +"].Owner")); dataItem.setDiscountPrice(_ctx.floatValue("GetAllPatentListResponse.Data["+ i +"].DiscountPrice")); dataItem.setApplyNumber(_ctx.stringValue("GetAllPatentListResponse.Data["+ i +"].ApplyNumber")); dataItem.setSoldStatus(_ctx.integerValue("GetAllPatentListResponse.Data["+ i +"].SoldStatus")); dataItem.setBizId(_ctx.stringValue("GetAllPatentListResponse.Data["+ i +"].BizId")); dataItem.setPayEndDate(_ctx.stringValue("GetAllPatentListResponse.Data["+ i +"].PayEndDate")); dataItem.setYear(_ctx.integerValue("GetAllPatentListResponse.Data["+ i +"].Year")); dataItem.setPayStatus(_ctx.integerValue("GetAllPatentListResponse.Data["+ i +"].PayStatus")); dataItem.setPatentStatus(_ctx.stringValue("GetAllPatentListResponse.Data["+ i +"].PatentStatus")); dataItem.setAgency(_ctx.stringValue("GetAllPatentListResponse.Data["+ i +"].Agency")); dataItem.setName(_ctx.stringValue("GetAllPatentListResponse.Data["+ i +"].Name")); dataItem.setPatentDiscard(_ctx.booleanValue("GetAllPatentListResponse.Data["+ i +"].PatentDiscard")); data.add(dataItem); } getAllPatentListResponse.setData(data); return getAllPatentListResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform/v20190123/GetApplicationFileUrlResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.transform.v20190123; import com.aliyuncs.copyright.model.v20190123.GetApplicationFileUrlResponse; import com.aliyuncs.transform.UnmarshallerContext; public class GetApplicationFileUrlResponseUnmarshaller { public static GetApplicationFileUrlResponse unmarshall(GetApplicationFileUrlResponse getApplicationFileUrlResponse, UnmarshallerContext _ctx) { getApplicationFileUrlResponse.setRequestId(_ctx.stringValue("GetApplicationFileUrlResponse.RequestId")); getApplicationFileUrlResponse.setUrl(_ctx.stringValue("GetApplicationFileUrlResponse.Url")); getApplicationFileUrlResponse.setSuccess(_ctx.booleanValue("GetApplicationFileUrlResponse.Success")); return getApplicationFileUrlResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform/v20190123/GetAttorneyTemplateResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.transform.v20190123; import com.aliyuncs.copyright.model.v20190123.GetAttorneyTemplateResponse; import com.aliyuncs.transform.UnmarshallerContext; public class GetAttorneyTemplateResponseUnmarshaller { public static GetAttorneyTemplateResponse unmarshall(GetAttorneyTemplateResponse getAttorneyTemplateResponse, UnmarshallerContext _ctx) { getAttorneyTemplateResponse.setRequestId(_ctx.stringValue("GetAttorneyTemplateResponse.RequestId")); getAttorneyTemplateResponse.setSuccess(_ctx.booleanValue("GetAttorneyTemplateResponse.Success")); getAttorneyTemplateResponse.setMessage(_ctx.stringValue("GetAttorneyTemplateResponse.Message")); getAttorneyTemplateResponse.setUrl(_ctx.stringValue("GetAttorneyTemplateResponse.Url")); return getAttorneyTemplateResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform/v20190123/GetCacheCheckAddParamResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.transform.v20190123; import com.aliyuncs.copyright.model.v20190123.GetCacheCheckAddParamResponse; import com.aliyuncs.transform.UnmarshallerContext; public class GetCacheCheckAddParamResponseUnmarshaller { public static GetCacheCheckAddParamResponse unmarshall(GetCacheCheckAddParamResponse getCacheCheckAddParamResponse, UnmarshallerContext _ctx) { getCacheCheckAddParamResponse.setRequestId(_ctx.stringValue("GetCacheCheckAddParamResponse.RequestId")); getCacheCheckAddParamResponse.setSuccess(_ctx.booleanValue("GetCacheCheckAddParamResponse.Success")); getCacheCheckAddParamResponse.setApplyNumber(_ctx.stringValue("GetCacheCheckAddParamResponse.ApplyNumber")); return getCacheCheckAddParamResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform/v20190123/GetCopyrightHistoryListResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.transform.v20190123; import java.util.ArrayList; import java.util.List; import com.aliyuncs.copyright.model.v20190123.GetCopyrightHistoryListResponse; import com.aliyuncs.copyright.model.v20190123.GetCopyrightHistoryListResponse.DataItem; import com.aliyuncs.transform.UnmarshallerContext; public class GetCopyrightHistoryListResponseUnmarshaller { public static GetCopyrightHistoryListResponse unmarshall(GetCopyrightHistoryListResponse getCopyrightHistoryListResponse, UnmarshallerContext _ctx) { getCopyrightHistoryListResponse.setRequestId(_ctx.stringValue("GetCopyrightHistoryListResponse.RequestId")); getCopyrightHistoryListResponse.setSuccess(_ctx.booleanValue("GetCopyrightHistoryListResponse.Success")); List<DataItem> data = new ArrayList<DataItem>(); for (int i = 0; i < _ctx.lengthValue("GetCopyrightHistoryListResponse.Data.Length"); i++) { DataItem dataItem = new DataItem(); dataItem.setUserStatus(_ctx.stringValue("GetCopyrightHistoryListResponse.Data["+ i +"].UserStatus")); dataItem.setCreateTime(_ctx.stringValue("GetCopyrightHistoryListResponse.Data["+ i +"].CreateTime")); dataItem.setFileId(_ctx.stringValue("GetCopyrightHistoryListResponse.Data["+ i +"].FileId")); data.add(dataItem); } getCopyrightHistoryListResponse.setData(data); return getCopyrightHistoryListResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform/v20190123/GetCopyrightNoticeResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.transform.v20190123; import com.aliyuncs.copyright.model.v20190123.GetCopyrightNoticeResponse; import com.aliyuncs.transform.UnmarshallerContext; public class GetCopyrightNoticeResponseUnmarshaller { public static GetCopyrightNoticeResponse unmarshall(GetCopyrightNoticeResponse getCopyrightNoticeResponse, UnmarshallerContext _ctx) { getCopyrightNoticeResponse.setRequestId(_ctx.stringValue("GetCopyrightNoticeResponse.RequestId")); getCopyrightNoticeResponse.setOwner(_ctx.stringValue("GetCopyrightNoticeResponse.Owner")); getCopyrightNoticeResponse.setModifyInfo(_ctx.stringValue("GetCopyrightNoticeResponse.ModifyInfo")); getCopyrightNoticeResponse.setFlowNumber(_ctx.stringValue("GetCopyrightNoticeResponse.FlowNumber")); getCopyrightNoticeResponse.setSuccess(_ctx.booleanValue("GetCopyrightNoticeResponse.Success")); getCopyrightNoticeResponse.setFileList(_ctx.stringValue("GetCopyrightNoticeResponse.FileList")); getCopyrightNoticeResponse.setAgentPeople(_ctx.stringValue("GetCopyrightNoticeResponse.AgentPeople")); getCopyrightNoticeResponse.setName(_ctx.stringValue("GetCopyrightNoticeResponse.Name")); getCopyrightNoticeResponse.setCreateDate(_ctx.stringValue("GetCopyrightNoticeResponse.CreateDate")); getCopyrightNoticeResponse.setApplyPeople(_ctx.stringValue("GetCopyrightNoticeResponse.ApplyPeople")); getCopyrightNoticeResponse.setAdmissibleNumber(_ctx.stringValue("GetCopyrightNoticeResponse.AdmissibleNumber")); return getCopyrightNoticeResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform/v20190123/GetCopyrightPersonDetailResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.transform.v20190123; import com.aliyuncs.copyright.model.v20190123.GetCopyrightPersonDetailResponse; import com.aliyuncs.copyright.model.v20190123.GetCopyrightPersonDetailResponse.Data; import com.aliyuncs.transform.UnmarshallerContext; public class GetCopyrightPersonDetailResponseUnmarshaller { public static GetCopyrightPersonDetailResponse unmarshall(GetCopyrightPersonDetailResponse getCopyrightPersonDetailResponse, UnmarshallerContext _ctx) { getCopyrightPersonDetailResponse.setRequestId(_ctx.stringValue("GetCopyrightPersonDetailResponse.RequestId")); getCopyrightPersonDetailResponse.setSuccess(_ctx.booleanValue("GetCopyrightPersonDetailResponse.Success")); Data data = new Data(); data.setLegalPersonType(_ctx.stringValue("GetCopyrightPersonDetailResponse.Data.LegalPersonType")); data.setCity(_ctx.stringValue("GetCopyrightPersonDetailResponse.Data.City")); data.setCounty(_ctx.stringValue("GetCopyrightPersonDetailResponse.Data.County")); data.setEnterpriseTime(_ctx.stringValue("GetCopyrightPersonDetailResponse.Data.EnterpriseTime")); data.setCardNum(_ctx.stringValue("GetCopyrightPersonDetailResponse.Data.CardNum")); data.setExpiredDate(_ctx.stringValue("GetCopyrightPersonDetailResponse.Data.ExpiredDate")); data.setAddress(_ctx.stringValue("GetCopyrightPersonDetailResponse.Data.Address")); data.setIdFrontImage(_ctx.stringValue("GetCopyrightPersonDetailResponse.Data.IdFrontImage")); data.setName(_ctx.stringValue("GetCopyrightPersonDetailResponse.Data.Name")); data.setAuditStatus(_ctx.integerValue("GetCopyrightPersonDetailResponse.Data.AuditStatus")); data.setEnterpriseType(_ctx.stringValue("GetCopyrightPersonDetailResponse.Data.EnterpriseType")); data.setIdHandedImage(_ctx.stringValue("GetCopyrightPersonDetailResponse.Data.IdHandedImage")); data.setRoleType(_ctx.integerValue("GetCopyrightPersonDetailResponse.Data.RoleType")); data.setEnterpriseLicensePath(_ctx.stringValue("GetCopyrightPersonDetailResponse.Data.EnterpriseLicensePath")); data.setUseType(_ctx.integerValue("GetCopyrightPersonDetailResponse.Data.UseType")); data.setIdBackImage(_ctx.stringValue("GetCopyrightPersonDetailResponse.Data.IdBackImage")); data.setPhone(_ctx.stringValue("GetCopyrightPersonDetailResponse.Data.Phone")); data.setCardType(_ctx.stringValue("GetCopyrightPersonDetailResponse.Data.CardType")); data.setUserPk(_ctx.stringValue("GetCopyrightPersonDetailResponse.Data.UserPk")); data.setEmail(_ctx.stringValue("GetCopyrightPersonDetailResponse.Data.Email")); data.setEnterprisePark(_ctx.stringValue("GetCopyrightPersonDetailResponse.Data.EnterprisePark")); data.setOwnerType(_ctx.integerValue("GetCopyrightPersonDetailResponse.Data.OwnerType")); data.setPersonId(_ctx.stringValue("GetCopyrightPersonDetailResponse.Data.PersonId")); data.setProvince(_ctx.stringValue("GetCopyrightPersonDetailResponse.Data.Province")); data.setContactPerson(_ctx.stringValue("GetCopyrightPersonDetailResponse.Data.ContactPerson")); getCopyrightPersonDetailResponse.setData(data); return getCopyrightPersonDetailResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform/v20190123/GetCopyrightPersonListResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.transform.v20190123; import java.util.ArrayList; import java.util.List; import com.aliyuncs.copyright.model.v20190123.GetCopyrightPersonListResponse; import com.aliyuncs.copyright.model.v20190123.GetCopyrightPersonListResponse.DataItem; import com.aliyuncs.transform.UnmarshallerContext; public class GetCopyrightPersonListResponseUnmarshaller { public static GetCopyrightPersonListResponse unmarshall(GetCopyrightPersonListResponse getCopyrightPersonListResponse, UnmarshallerContext _ctx) { getCopyrightPersonListResponse.setRequestId(_ctx.stringValue("GetCopyrightPersonListResponse.RequestId")); getCopyrightPersonListResponse.setPageNum(_ctx.integerValue("GetCopyrightPersonListResponse.PageNum")); getCopyrightPersonListResponse.setPageSize(_ctx.integerValue("GetCopyrightPersonListResponse.PageSize")); getCopyrightPersonListResponse.setSuccess(_ctx.booleanValue("GetCopyrightPersonListResponse.Success")); getCopyrightPersonListResponse.setTotalItemNum(_ctx.integerValue("GetCopyrightPersonListResponse.TotalItemNum")); List<DataItem> data = new ArrayList<DataItem>(); for (int i = 0; i < _ctx.lengthValue("GetCopyrightPersonListResponse.Data.Length"); i++) { DataItem dataItem = new DataItem(); dataItem.setLegalPersonType(_ctx.stringValue("GetCopyrightPersonListResponse.Data["+ i +"].LegalPersonType")); dataItem.setRoleType(_ctx.integerValue("GetCopyrightPersonListResponse.Data["+ i +"].RoleType")); dataItem.setCity(_ctx.stringValue("GetCopyrightPersonListResponse.Data["+ i +"].City")); dataItem.setUseType(_ctx.integerValue("GetCopyrightPersonListResponse.Data["+ i +"].UseType")); dataItem.setPhone(_ctx.stringValue("GetCopyrightPersonListResponse.Data["+ i +"].Phone")); dataItem.setCounty(_ctx.stringValue("GetCopyrightPersonListResponse.Data["+ i +"].County")); dataItem.setUserPk(_ctx.stringValue("GetCopyrightPersonListResponse.Data["+ i +"].UserPk")); dataItem.setCardType(_ctx.stringValue("GetCopyrightPersonListResponse.Data["+ i +"].CardType")); dataItem.setEmail(_ctx.stringValue("GetCopyrightPersonListResponse.Data["+ i +"].Email")); dataItem.setExpiredDate(_ctx.stringValue("GetCopyrightPersonListResponse.Data["+ i +"].ExpiredDate")); dataItem.setCardNum(_ctx.stringValue("GetCopyrightPersonListResponse.Data["+ i +"].CardNum")); dataItem.setAddress(_ctx.stringValue("GetCopyrightPersonListResponse.Data["+ i +"].Address")); dataItem.setOwnerType(_ctx.integerValue("GetCopyrightPersonListResponse.Data["+ i +"].OwnerType")); dataItem.setName(_ctx.stringValue("GetCopyrightPersonListResponse.Data["+ i +"].Name")); dataItem.setPersonId(_ctx.stringValue("GetCopyrightPersonListResponse.Data["+ i +"].PersonId")); dataItem.setAuditStatus(_ctx.integerValue("GetCopyrightPersonListResponse.Data["+ i +"].AuditStatus")); dataItem.setProvince(_ctx.stringValue("GetCopyrightPersonListResponse.Data["+ i +"].Province")); data.add(dataItem); } getCopyrightPersonListResponse.setData(data); return getCopyrightPersonListResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform/v20190123/GetCopyrightPredictionDateResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.transform.v20190123; import com.aliyuncs.copyright.model.v20190123.GetCopyrightPredictionDateResponse; import com.aliyuncs.transform.UnmarshallerContext; public class GetCopyrightPredictionDateResponseUnmarshaller { public static GetCopyrightPredictionDateResponse unmarshall(GetCopyrightPredictionDateResponse getCopyrightPredictionDateResponse, UnmarshallerContext _ctx) { getCopyrightPredictionDateResponse.setRequestId(_ctx.stringValue("GetCopyrightPredictionDateResponse.RequestId")); getCopyrightPredictionDateResponse.setDate(_ctx.stringValue("GetCopyrightPredictionDateResponse.Date")); getCopyrightPredictionDateResponse.setSuccess(_ctx.booleanValue("GetCopyrightPredictionDateResponse.Success")); return getCopyrightPredictionDateResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform/v20190123/GetDownloadTicketsListResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.transform.v20190123; import java.util.ArrayList; import java.util.List; import com.aliyuncs.copyright.model.v20190123.GetDownloadTicketsListResponse; import com.aliyuncs.copyright.model.v20190123.GetDownloadTicketsListResponse.DataItem; import com.aliyuncs.transform.UnmarshallerContext; public class GetDownloadTicketsListResponseUnmarshaller { public static GetDownloadTicketsListResponse unmarshall(GetDownloadTicketsListResponse getDownloadTicketsListResponse, UnmarshallerContext _ctx) { getDownloadTicketsListResponse.setRequestId(_ctx.stringValue("GetDownloadTicketsListResponse.RequestId")); getDownloadTicketsListResponse.setPageNum(_ctx.integerValue("GetDownloadTicketsListResponse.PageNum")); getDownloadTicketsListResponse.setSuccess(_ctx.booleanValue("GetDownloadTicketsListResponse.Success")); getDownloadTicketsListResponse.setTotalItemNum(_ctx.integerValue("GetDownloadTicketsListResponse.TotalItemNum")); getDownloadTicketsListResponse.setPageSize(_ctx.integerValue("GetDownloadTicketsListResponse.PageSize")); getDownloadTicketsListResponse.setTotalPageNum(_ctx.integerValue("GetDownloadTicketsListResponse.TotalPageNum")); List<DataItem> data = new ArrayList<DataItem>(); for (int i = 0; i < _ctx.lengthValue("GetDownloadTicketsListResponse.Data.Length"); i++) { DataItem dataItem = new DataItem(); dataItem.setStatus(_ctx.stringValue("GetDownloadTicketsListResponse.Data["+ i +"].Status")); dataItem.setDate(_ctx.longValue("GetDownloadTicketsListResponse.Data["+ i +"].Date")); dataItem.setDownloadId(_ctx.longValue("GetDownloadTicketsListResponse.Data["+ i +"].DownloadId")); dataItem.setUrl(_ctx.stringValue("GetDownloadTicketsListResponse.Data["+ i +"].Url")); dataItem.setName(_ctx.stringValue("GetDownloadTicketsListResponse.Data["+ i +"].Name")); data.add(dataItem); } getDownloadTicketsListResponse.setData(data); return getDownloadTicketsListResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform/v20190123/GetEnterpriseApplyNumberListResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.transform.v20190123; import com.aliyuncs.copyright.model.v20190123.GetEnterpriseApplyNumberListResponse; import com.aliyuncs.transform.UnmarshallerContext; public class GetEnterpriseApplyNumberListResponseUnmarshaller { public static GetEnterpriseApplyNumberListResponse unmarshall(GetEnterpriseApplyNumberListResponse getEnterpriseApplyNumberListResponse, UnmarshallerContext _ctx) { getEnterpriseApplyNumberListResponse.setRequestId(_ctx.stringValue("GetEnterpriseApplyNumberListResponse.RequestId")); getEnterpriseApplyNumberListResponse.setData(_ctx.stringValue("GetEnterpriseApplyNumberListResponse.Data")); getEnterpriseApplyNumberListResponse.setSuccess(_ctx.booleanValue("GetEnterpriseApplyNumberListResponse.Success")); return getEnterpriseApplyNumberListResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform/v20190123/GetEnterpriseInfoResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.transform.v20190123; import com.aliyuncs.copyright.model.v20190123.GetEnterpriseInfoResponse; import com.aliyuncs.transform.UnmarshallerContext; public class GetEnterpriseInfoResponseUnmarshaller { public static GetEnterpriseInfoResponse unmarshall(GetEnterpriseInfoResponse getEnterpriseInfoResponse, UnmarshallerContext _ctx) { getEnterpriseInfoResponse.setRequestId(_ctx.stringValue("GetEnterpriseInfoResponse.RequestId")); getEnterpriseInfoResponse.setNumber(_ctx.stringValue("GetEnterpriseInfoResponse.Number")); getEnterpriseInfoResponse.setProvince(_ctx.stringValue("GetEnterpriseInfoResponse.Province")); getEnterpriseInfoResponse.setName(_ctx.stringValue("GetEnterpriseInfoResponse.Name")); getEnterpriseInfoResponse.setCity(_ctx.stringValue("GetEnterpriseInfoResponse.City")); getEnterpriseInfoResponse.setDistrict(_ctx.stringValue("GetEnterpriseInfoResponse.District")); getEnterpriseInfoResponse.setSuccess(_ctx.booleanValue("GetEnterpriseInfoResponse.Success")); return getEnterpriseInfoResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform/v20190123/GetEnterpriseStatisticsInfoResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.transform.v20190123; import com.aliyuncs.copyright.model.v20190123.GetEnterpriseStatisticsInfoResponse; import com.aliyuncs.transform.UnmarshallerContext; public class GetEnterpriseStatisticsInfoResponseUnmarshaller { public static GetEnterpriseStatisticsInfoResponse unmarshall(GetEnterpriseStatisticsInfoResponse getEnterpriseStatisticsInfoResponse, UnmarshallerContext _ctx) { getEnterpriseStatisticsInfoResponse.setRequestId(_ctx.stringValue("GetEnterpriseStatisticsInfoResponse.RequestId")); getEnterpriseStatisticsInfoResponse.setSuccess(_ctx.booleanValue("GetEnterpriseStatisticsInfoResponse.Success")); getEnterpriseStatisticsInfoResponse.setTotal(_ctx.integerValue("GetEnterpriseStatisticsInfoResponse.Total")); getEnterpriseStatisticsInfoResponse.setMonthCount(_ctx.integerValue("GetEnterpriseStatisticsInfoResponse.MonthCount")); getEnterpriseStatisticsInfoResponse.setHalfMonthCount(_ctx.integerValue("GetEnterpriseStatisticsInfoResponse.HalfMonthCount")); getEnterpriseStatisticsInfoResponse.setTwoMonthCount(_ctx.integerValue("GetEnterpriseStatisticsInfoResponse.TwoMonthCount")); getEnterpriseStatisticsInfoResponse.setThreeMonthCount(_ctx.integerValue("GetEnterpriseStatisticsInfoResponse.ThreeMonthCount")); getEnterpriseStatisticsInfoResponse.setExpiredCount(_ctx.integerValue("GetEnterpriseStatisticsInfoResponse.ExpiredCount")); return getEnterpriseStatisticsInfoResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform/v20190123/GetItemDetailResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.transform.v20190123; import java.util.ArrayList; import java.util.List; import com.aliyuncs.copyright.model.v20190123.GetItemDetailResponse; import com.aliyuncs.copyright.model.v20190123.GetItemDetailResponse.Module; import com.aliyuncs.copyright.model.v20190123.GetItemDetailResponse.Module.Item; import com.aliyuncs.transform.UnmarshallerContext; public class GetItemDetailResponseUnmarshaller { public static GetItemDetailResponse unmarshall(GetItemDetailResponse getItemDetailResponse, UnmarshallerContext _ctx) { getItemDetailResponse.setRequestId(_ctx.stringValue("GetItemDetailResponse.RequestId")); getItemDetailResponse.setHttpStatusCode(_ctx.integerValue("GetItemDetailResponse.HttpStatusCode")); getItemDetailResponse.setDynamicCode(_ctx.stringValue("GetItemDetailResponse.DynamicCode")); getItemDetailResponse.setDynamicMessage(_ctx.stringValue("GetItemDetailResponse.DynamicMessage")); getItemDetailResponse.setErrorMsg(_ctx.stringValue("GetItemDetailResponse.ErrorMsg")); getItemDetailResponse.setErrorCode(_ctx.stringValue("GetItemDetailResponse.ErrorCode")); getItemDetailResponse.setSuccess(_ctx.booleanValue("GetItemDetailResponse.Success")); getItemDetailResponse.setAllowRetry(_ctx.booleanValue("GetItemDetailResponse.AllowRetry")); getItemDetailResponse.setAppName(_ctx.stringValue("GetItemDetailResponse.AppName")); List<String> errorArgs = new ArrayList<String>(); for (int i = 0; i < _ctx.lengthValue("GetItemDetailResponse.ErrorArgs.Length"); i++) { errorArgs.add(_ctx.stringValue("GetItemDetailResponse.ErrorArgs["+ i +"]")); } getItemDetailResponse.setErrorArgs(errorArgs); Module module = new Module(); Item item = new Item(); item.setItemId(_ctx.integerValue("GetItemDetailResponse.Module.Item.ItemId")); item.setTitle(_ctx.stringValue("GetItemDetailResponse.Module.Item.Title")); item.setPicUrl(_ctx.stringValue("GetItemDetailResponse.Module.Item.PicUrl")); item.setDescription(_ctx.stringValue("GetItemDetailResponse.Module.Item.Description")); item.setLeftNum(_ctx.integerValue("GetItemDetailResponse.Module.Item.LeftNum")); item.setTotalNum(_ctx.integerValue("GetItemDetailResponse.Module.Item.TotalNum")); module.setItem(item); getItemDetailResponse.setModule(module); return getItemDetailResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform/v20190123/GetLicenseInfoResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.transform.v20190123; import com.aliyuncs.copyright.model.v20190123.GetLicenseInfoResponse; import com.aliyuncs.copyright.model.v20190123.GetLicenseInfoResponse.Data; import com.aliyuncs.transform.UnmarshallerContext; public class GetLicenseInfoResponseUnmarshaller { public static GetLicenseInfoResponse unmarshall(GetLicenseInfoResponse getLicenseInfoResponse, UnmarshallerContext _ctx) { getLicenseInfoResponse.setRequestId(_ctx.stringValue("GetLicenseInfoResponse.RequestId")); getLicenseInfoResponse.setSuccess(_ctx.booleanValue("GetLicenseInfoResponse.Success")); Data data = new Data(); data.setEnterpriseTime(_ctx.stringValue("GetLicenseInfoResponse.Data.EnterpriseTime")); data.setEffectivePeriod(_ctx.stringValue("GetLicenseInfoResponse.Data.EffectivePeriod")); data.setCardNum(_ctx.stringValue("GetLicenseInfoResponse.Data.CardNum")); data.setAddress(_ctx.stringValue("GetLicenseInfoResponse.Data.Address")); data.setCity(_ctx.stringValue("GetLicenseInfoResponse.Data.City")); data.setName(_ctx.stringValue("GetLicenseInfoResponse.Data.Name")); data.setProvince(_ctx.stringValue("GetLicenseInfoResponse.Data.Province")); data.setCompanyName(_ctx.stringValue("GetLicenseInfoResponse.Data.CompanyName")); getLicenseInfoResponse.setData(data); return getLicenseInfoResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform/v20190123/GetPatentFeeStatisticsInfoResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.transform.v20190123; import java.util.ArrayList; import java.util.List; import com.aliyuncs.copyright.model.v20190123.GetPatentFeeStatisticsInfoResponse; import com.aliyuncs.copyright.model.v20190123.GetPatentFeeStatisticsInfoResponse.Data; import com.aliyuncs.copyright.model.v20190123.GetPatentFeeStatisticsInfoResponse.Data.AgeInfoItem; import com.aliyuncs.transform.UnmarshallerContext; public class GetPatentFeeStatisticsInfoResponseUnmarshaller { public static GetPatentFeeStatisticsInfoResponse unmarshall(GetPatentFeeStatisticsInfoResponse getPatentFeeStatisticsInfoResponse, UnmarshallerContext _ctx) { getPatentFeeStatisticsInfoResponse.setRequestId(_ctx.stringValue("GetPatentFeeStatisticsInfoResponse.RequestId")); getPatentFeeStatisticsInfoResponse.setSuccess(_ctx.booleanValue("GetPatentFeeStatisticsInfoResponse.Success")); Data data = new Data(); data.setUserType(_ctx.stringValue("GetPatentFeeStatisticsInfoResponse.Data.UserType")); data.setDiscountPrice(_ctx.floatValue("GetPatentFeeStatisticsInfoResponse.Data.DiscountPrice")); data.setUsedCount(_ctx.integerValue("GetPatentFeeStatisticsInfoResponse.Data.UsedCount")); data.setShiyongCount(_ctx.integerValue("GetPatentFeeStatisticsInfoResponse.Data.ShiyongCount")); data.setWaiguanCount(_ctx.integerValue("GetPatentFeeStatisticsInfoResponse.Data.WaiguanCount")); data.setTotalPrice(_ctx.floatValue("GetPatentFeeStatisticsInfoResponse.Data.TotalPrice")); data.setTotal(_ctx.integerValue("GetPatentFeeStatisticsInfoResponse.Data.Total")); data.setFreeCount(_ctx.integerValue("GetPatentFeeStatisticsInfoResponse.Data.FreeCount")); data.setFamingCount(_ctx.integerValue("GetPatentFeeStatisticsInfoResponse.Data.FamingCount")); List<AgeInfoItem> ageInfo = new ArrayList<AgeInfoItem>(); for (int i = 0; i < _ctx.lengthValue("GetPatentFeeStatisticsInfoResponse.Data.AgeInfo.Length"); i++) { AgeInfoItem ageInfoItem = new AgeInfoItem(); ageInfoItem.setType(_ctx.stringValue("GetPatentFeeStatisticsInfoResponse.Data.AgeInfo["+ i +"].Type")); ageInfoItem.setDiscountPrice(_ctx.floatValue("GetPatentFeeStatisticsInfoResponse.Data.AgeInfo["+ i +"].DiscountPrice")); ageInfoItem.setSalePrice(_ctx.floatValue("GetPatentFeeStatisticsInfoResponse.Data.AgeInfo["+ i +"].SalePrice")); ageInfoItem.setAge(_ctx.stringValue("GetPatentFeeStatisticsInfoResponse.Data.AgeInfo["+ i +"].Age")); ageInfoItem.setCount(_ctx.integerValue("GetPatentFeeStatisticsInfoResponse.Data.AgeInfo["+ i +"].Count")); ageInfo.add(ageInfoItem); } data.setAgeInfo(ageInfo); getPatentFeeStatisticsInfoResponse.setData(data); return getPatentFeeStatisticsInfoResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform/v20190123/GetPatentOverviewInfoResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.transform.v20190123; import java.util.ArrayList; import java.util.List; import com.aliyuncs.copyright.model.v20190123.GetPatentOverviewInfoResponse; import com.aliyuncs.copyright.model.v20190123.GetPatentOverviewInfoResponse.DataItem; import com.aliyuncs.transform.UnmarshallerContext; public class GetPatentOverviewInfoResponseUnmarshaller { public static GetPatentOverviewInfoResponse unmarshall(GetPatentOverviewInfoResponse getPatentOverviewInfoResponse, UnmarshallerContext _ctx) { getPatentOverviewInfoResponse.setRequestId(_ctx.stringValue("GetPatentOverviewInfoResponse.RequestId")); getPatentOverviewInfoResponse.setSuccess(_ctx.booleanValue("GetPatentOverviewInfoResponse.Success")); List<DataItem> data = new ArrayList<DataItem>(); for (int i = 0; i < _ctx.lengthValue("GetPatentOverviewInfoResponse.Data.Length"); i++) { DataItem dataItem = new DataItem(); dataItem.setUserType(_ctx.stringValue("GetPatentOverviewInfoResponse.Data["+ i +"].UserType")); dataItem.setWaiguanCount(_ctx.integerValue("GetPatentOverviewInfoResponse.Data["+ i +"].WaiguanCount")); dataItem.setTotal(_ctx.integerValue("GetPatentOverviewInfoResponse.Data["+ i +"].Total")); dataItem.setShiyongCount(_ctx.integerValue("GetPatentOverviewInfoResponse.Data["+ i +"].ShiyongCount")); dataItem.setFamingCount(_ctx.integerValue("GetPatentOverviewInfoResponse.Data["+ i +"].FamingCount")); data.add(dataItem); } getPatentOverviewInfoResponse.setData(data); return getPatentOverviewInfoResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform/v20190123/GetPatentPlanDetailListResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.transform.v20190123; import java.util.ArrayList; import java.util.List; import com.aliyuncs.copyright.model.v20190123.GetPatentPlanDetailListResponse; import com.aliyuncs.copyright.model.v20190123.GetPatentPlanDetailListResponse.DataItem; import com.aliyuncs.transform.UnmarshallerContext; public class GetPatentPlanDetailListResponseUnmarshaller { public static GetPatentPlanDetailListResponse unmarshall(GetPatentPlanDetailListResponse getPatentPlanDetailListResponse, UnmarshallerContext _ctx) { getPatentPlanDetailListResponse.setRequestId(_ctx.stringValue("GetPatentPlanDetailListResponse.RequestId")); getPatentPlanDetailListResponse.setPageNum(_ctx.integerValue("GetPatentPlanDetailListResponse.PageNum")); getPatentPlanDetailListResponse.setSuccess(_ctx.booleanValue("GetPatentPlanDetailListResponse.Success")); getPatentPlanDetailListResponse.setTotalItemNum(_ctx.integerValue("GetPatentPlanDetailListResponse.TotalItemNum")); getPatentPlanDetailListResponse.setPageSize(_ctx.integerValue("GetPatentPlanDetailListResponse.PageSize")); getPatentPlanDetailListResponse.setTotalPageNum(_ctx.integerValue("GetPatentPlanDetailListResponse.TotalPageNum")); List<DataItem> data = new ArrayList<DataItem>(); for (int i = 0; i < _ctx.lengthValue("GetPatentPlanDetailListResponse.Data.Length"); i++) { DataItem dataItem = new DataItem(); dataItem.setType(_ctx.integerValue("GetPatentPlanDetailListResponse.Data["+ i +"].Type")); dataItem.setOwner(_ctx.stringValue("GetPatentPlanDetailListResponse.Data["+ i +"].Owner")); dataItem.setPaidDate(_ctx.stringValue("GetPatentPlanDetailListResponse.Data["+ i +"].PaidDate")); dataItem.setEndPayDate(_ctx.stringValue("GetPatentPlanDetailListResponse.Data["+ i +"].EndPayDate")); dataItem.setPlanPayDate(_ctx.stringValue("GetPatentPlanDetailListResponse.Data["+ i +"].PlanPayDate")); dataItem.setSoldStatus(_ctx.integerValue("GetPatentPlanDetailListResponse.Data["+ i +"].SoldStatus")); dataItem.setApplyNumber(_ctx.stringValue("GetPatentPlanDetailListResponse.Data["+ i +"].ApplyNumber")); dataItem.setGmtExpireDate(_ctx.stringValue("GetPatentPlanDetailListResponse.Data["+ i +"].GmtExpireDate")); dataItem.setBizId(_ctx.stringValue("GetPatentPlanDetailListResponse.Data["+ i +"].BizId")); dataItem.setLabel(_ctx.integerValue("GetPatentPlanDetailListResponse.Data["+ i +"].Label")); dataItem.setPlanId(_ctx.longValue("GetPatentPlanDetailListResponse.Data["+ i +"].PlanId")); dataItem.setYear(_ctx.integerValue("GetPatentPlanDetailListResponse.Data["+ i +"].Year")); dataItem.setPlanDetailId(_ctx.longValue("GetPatentPlanDetailListResponse.Data["+ i +"].PlanDetailId")); dataItem.setPayStatus(_ctx.integerValue("GetPatentPlanDetailListResponse.Data["+ i +"].PayStatus")); dataItem.setPatentStatus(_ctx.stringValue("GetPatentPlanDetailListResponse.Data["+ i +"].PatentStatus")); dataItem.setAgency(_ctx.stringValue("GetPatentPlanDetailListResponse.Data["+ i +"].Agency")); dataItem.setDiscount(_ctx.integerValue("GetPatentPlanDetailListResponse.Data["+ i +"].Discount")); dataItem.setUidAgreement(_ctx.booleanValue("GetPatentPlanDetailListResponse.Data["+ i +"].UidAgreement")); dataItem.setPatentDiscard(_ctx.booleanValue("GetPatentPlanDetailListResponse.Data["+ i +"].PatentDiscard")); dataItem.setName(_ctx.stringValue("GetPatentPlanDetailListResponse.Data["+ i +"].Name")); dataItem.setUpdateTime(_ctx.longValue("GetPatentPlanDetailListResponse.Data["+ i +"].UpdateTime")); dataItem.setPlanFee(_ctx.integerValue("GetPatentPlanDetailListResponse.Data["+ i +"].PlanFee")); data.add(dataItem); } getPatentPlanDetailListResponse.setData(data); return getPatentPlanDetailListResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform/v20190123/GetPatentPlanInfoListResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.transform.v20190123; import java.util.ArrayList; import java.util.List; import com.aliyuncs.copyright.model.v20190123.GetPatentPlanInfoListResponse; import com.aliyuncs.copyright.model.v20190123.GetPatentPlanInfoListResponse.Produces; import com.aliyuncs.transform.UnmarshallerContext; public class GetPatentPlanInfoListResponseUnmarshaller { public static GetPatentPlanInfoListResponse unmarshall(GetPatentPlanInfoListResponse getPatentPlanInfoListResponse, UnmarshallerContext _ctx) { getPatentPlanInfoListResponse.setRequestId(_ctx.stringValue("GetPatentPlanInfoListResponse.RequestId")); getPatentPlanInfoListResponse.setPageNum(_ctx.integerValue("GetPatentPlanInfoListResponse.PageNum")); getPatentPlanInfoListResponse.setSuccess(_ctx.booleanValue("GetPatentPlanInfoListResponse.Success")); getPatentPlanInfoListResponse.setTotalItemNum(_ctx.integerValue("GetPatentPlanInfoListResponse.TotalItemNum")); getPatentPlanInfoListResponse.setPageSize(_ctx.integerValue("GetPatentPlanInfoListResponse.PageSize")); getPatentPlanInfoListResponse.setTotalPageNum(_ctx.integerValue("GetPatentPlanInfoListResponse.TotalPageNum")); List<Produces> data = new ArrayList<Produces>(); for (int i = 0; i < _ctx.lengthValue("GetPatentPlanInfoListResponse.Data.Length"); i++) { Produces produces = new Produces(); produces.setOwner(_ctx.stringValue("GetPatentPlanInfoListResponse.Data["+ i +"].Owner")); produces.setPlanId(_ctx.longValue("GetPatentPlanInfoListResponse.Data["+ i +"].PlanId")); produces.setName(_ctx.stringValue("GetPatentPlanInfoListResponse.Data["+ i +"].Name")); produces.setContact(_ctx.stringValue("GetPatentPlanInfoListResponse.Data["+ i +"].Contact")); produces.setWarnDays(_ctx.integerValue("GetPatentPlanInfoListResponse.Data["+ i +"].WarnDays")); data.add(produces); } getPatentPlanInfoListResponse.setData(data); return getPatentPlanInfoListResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform/v20190123/GetPatentPlanInfoResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.transform.v20190123; import java.util.ArrayList; import java.util.List; import com.aliyuncs.copyright.model.v20190123.GetPatentPlanInfoResponse; import com.aliyuncs.copyright.model.v20190123.GetPatentPlanInfoResponse.DataItem; import com.aliyuncs.transform.UnmarshallerContext; public class GetPatentPlanInfoResponseUnmarshaller { public static GetPatentPlanInfoResponse unmarshall(GetPatentPlanInfoResponse getPatentPlanInfoResponse, UnmarshallerContext _ctx) { getPatentPlanInfoResponse.setRequestId(_ctx.stringValue("GetPatentPlanInfoResponse.RequestId")); getPatentPlanInfoResponse.setSuccess(_ctx.booleanValue("GetPatentPlanInfoResponse.Success")); List<DataItem> data = new ArrayList<DataItem>(); for (int i = 0; i < _ctx.lengthValue("GetPatentPlanInfoResponse.Data.Length"); i++) { DataItem dataItem = new DataItem(); dataItem.setOwner(_ctx.stringValue("GetPatentPlanInfoResponse.Data["+ i +"].Owner")); dataItem.setPlanId(_ctx.integerValue("GetPatentPlanInfoResponse.Data["+ i +"].PlanId")); dataItem.setName(_ctx.stringValue("GetPatentPlanInfoResponse.Data["+ i +"].Name")); dataItem.setContact(_ctx.stringValue("GetPatentPlanInfoResponse.Data["+ i +"].Contact")); dataItem.setWarnDays(_ctx.integerValue("GetPatentPlanInfoResponse.Data["+ i +"].WarnDays")); data.add(dataItem); } getPatentPlanInfoResponse.setData(data); return getPatentPlanInfoResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform/v20190123/GetPatentPlanListResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.transform.v20190123; import java.util.ArrayList; import java.util.List; import com.aliyuncs.copyright.model.v20190123.GetPatentPlanListResponse; import com.aliyuncs.copyright.model.v20190123.GetPatentPlanListResponse.Produces; import com.aliyuncs.transform.UnmarshallerContext; public class GetPatentPlanListResponseUnmarshaller { public static GetPatentPlanListResponse unmarshall(GetPatentPlanListResponse getPatentPlanListResponse, UnmarshallerContext _ctx) { getPatentPlanListResponse.setRequestId(_ctx.stringValue("GetPatentPlanListResponse.RequestId")); getPatentPlanListResponse.setPageNum(_ctx.integerValue("GetPatentPlanListResponse.PageNum")); getPatentPlanListResponse.setSuccess(_ctx.booleanValue("GetPatentPlanListResponse.Success")); getPatentPlanListResponse.setTotalItemNum(_ctx.integerValue("GetPatentPlanListResponse.TotalItemNum")); getPatentPlanListResponse.setPageSize(_ctx.integerValue("GetPatentPlanListResponse.PageSize")); getPatentPlanListResponse.setTotalPageNum(_ctx.integerValue("GetPatentPlanListResponse.TotalPageNum")); List<Produces> data = new ArrayList<Produces>(); for (int i = 0; i < _ctx.lengthValue("GetPatentPlanListResponse.Data.Length"); i++) { Produces produces = new Produces(); produces.setOwner(_ctx.stringValue("GetPatentPlanListResponse.Data["+ i +"].Owner")); produces.setContact(_ctx.stringValue("GetPatentPlanListResponse.Data["+ i +"].Contact")); produces.setSoldCount(_ctx.integerValue("GetPatentPlanListResponse.Data["+ i +"].SoldCount")); produces.setUnSoldCount(_ctx.stringValue("GetPatentPlanListResponse.Data["+ i +"].UnSoldCount")); produces.setName(_ctx.stringValue("GetPatentPlanListResponse.Data["+ i +"].Name")); produces.setPlanId(_ctx.longValue("GetPatentPlanListResponse.Data["+ i +"].PlanId")); produces.setTotalCount(_ctx.integerValue("GetPatentPlanListResponse.Data["+ i +"].TotalCount")); data.add(produces); } getPatentPlanListResponse.setData(data); return getPatentPlanListResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform/v20190123/GetPatentStatisticsDetailListResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.transform.v20190123; import java.util.ArrayList; import java.util.List; import com.aliyuncs.copyright.model.v20190123.GetPatentStatisticsDetailListResponse; import com.aliyuncs.copyright.model.v20190123.GetPatentStatisticsDetailListResponse.DataItem; import com.aliyuncs.transform.UnmarshallerContext; public class GetPatentStatisticsDetailListResponseUnmarshaller { public static GetPatentStatisticsDetailListResponse unmarshall(GetPatentStatisticsDetailListResponse getPatentStatisticsDetailListResponse, UnmarshallerContext _ctx) { getPatentStatisticsDetailListResponse.setRequestId(_ctx.stringValue("GetPatentStatisticsDetailListResponse.RequestId")); getPatentStatisticsDetailListResponse.setPageNum(_ctx.integerValue("GetPatentStatisticsDetailListResponse.PageNum")); getPatentStatisticsDetailListResponse.setSuccess(_ctx.booleanValue("GetPatentStatisticsDetailListResponse.Success")); getPatentStatisticsDetailListResponse.setTotalItemNum(_ctx.integerValue("GetPatentStatisticsDetailListResponse.TotalItemNum")); getPatentStatisticsDetailListResponse.setPageSize(_ctx.integerValue("GetPatentStatisticsDetailListResponse.PageSize")); getPatentStatisticsDetailListResponse.setTotalPageNum(_ctx.integerValue("GetPatentStatisticsDetailListResponse.TotalPageNum")); List<DataItem> data = new ArrayList<DataItem>(); for (int i = 0; i < _ctx.lengthValue("GetPatentStatisticsDetailListResponse.Data.Length"); i++) { DataItem dataItem = new DataItem(); dataItem.setType(_ctx.stringValue("GetPatentStatisticsDetailListResponse.Data["+ i +"].Type")); dataItem.setStatus(_ctx.stringValue("GetPatentStatisticsDetailListResponse.Data["+ i +"].Status")); dataItem.setOwner(_ctx.stringValue("GetPatentStatisticsDetailListResponse.Data["+ i +"].Owner")); dataItem.setDiscountPrice(_ctx.floatValue("GetPatentStatisticsDetailListResponse.Data["+ i +"].DiscountPrice")); dataItem.setApplyNumber(_ctx.stringValue("GetPatentStatisticsDetailListResponse.Data["+ i +"].ApplyNumber")); dataItem.setAge(_ctx.stringValue("GetPatentStatisticsDetailListResponse.Data["+ i +"].Age")); dataItem.setSalePrice(_ctx.floatValue("GetPatentStatisticsDetailListResponse.Data["+ i +"].SalePrice")); dataItem.setPayEndDate(_ctx.stringValue("GetPatentStatisticsDetailListResponse.Data["+ i +"].PayEndDate")); dataItem.setYear(_ctx.integerValue("GetPatentStatisticsDetailListResponse.Data["+ i +"].Year")); dataItem.setAgency(_ctx.stringValue("GetPatentStatisticsDetailListResponse.Data["+ i +"].Agency")); dataItem.setDiscount(_ctx.stringValue("GetPatentStatisticsDetailListResponse.Data["+ i +"].Discount")); dataItem.setName(_ctx.stringValue("GetPatentStatisticsDetailListResponse.Data["+ i +"].Name")); data.add(dataItem); } getPatentStatisticsDetailListResponse.setData(data); return getPatentStatisticsDetailListResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform/v20190123/GetPatentTicketsInfoResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.transform.v20190123; import java.util.ArrayList; import java.util.List; import com.aliyuncs.copyright.model.v20190123.GetPatentTicketsInfoResponse; import com.aliyuncs.copyright.model.v20190123.GetPatentTicketsInfoResponse.DataItem; import com.aliyuncs.transform.UnmarshallerContext; public class GetPatentTicketsInfoResponseUnmarshaller { public static GetPatentTicketsInfoResponse unmarshall(GetPatentTicketsInfoResponse getPatentTicketsInfoResponse, UnmarshallerContext _ctx) { getPatentTicketsInfoResponse.setRequestId(_ctx.stringValue("GetPatentTicketsInfoResponse.RequestId")); getPatentTicketsInfoResponse.setSuccess(_ctx.booleanValue("GetPatentTicketsInfoResponse.Success")); List<DataItem> data = new ArrayList<DataItem>(); for (int i = 0; i < _ctx.lengthValue("GetPatentTicketsInfoResponse.Data.Length"); i++) { DataItem dataItem = new DataItem(); dataItem.setInvoiceUrl(_ctx.stringValue("GetPatentTicketsInfoResponse.Data["+ i +"].InvoiceUrl")); dataItem.setPatentNo(_ctx.stringValue("GetPatentTicketsInfoResponse.Data["+ i +"].PatentNo")); dataItem.setFee(_ctx.stringValue("GetPatentTicketsInfoResponse.Data["+ i +"].Fee")); dataItem.setRemark(_ctx.stringValue("GetPatentTicketsInfoResponse.Data["+ i +"].Remark")); data.add(dataItem); } getPatentTicketsInfoResponse.setData(data); return getPatentTicketsInfoResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform/v20190123/GetPatentTimeStatisticsInfoResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.transform.v20190123; import java.util.ArrayList; import java.util.List; import com.aliyuncs.copyright.model.v20190123.GetPatentTimeStatisticsInfoResponse; import com.aliyuncs.copyright.model.v20190123.GetPatentTimeStatisticsInfoResponse.DataItem; import com.aliyuncs.transform.UnmarshallerContext; public class GetPatentTimeStatisticsInfoResponseUnmarshaller { public static GetPatentTimeStatisticsInfoResponse unmarshall(GetPatentTimeStatisticsInfoResponse getPatentTimeStatisticsInfoResponse, UnmarshallerContext _ctx) { getPatentTimeStatisticsInfoResponse.setRequestId(_ctx.stringValue("GetPatentTimeStatisticsInfoResponse.RequestId")); getPatentTimeStatisticsInfoResponse.setPageNum(_ctx.integerValue("GetPatentTimeStatisticsInfoResponse.PageNum")); getPatentTimeStatisticsInfoResponse.setSuccess(_ctx.booleanValue("GetPatentTimeStatisticsInfoResponse.Success")); getPatentTimeStatisticsInfoResponse.setTotalItemNum(_ctx.integerValue("GetPatentTimeStatisticsInfoResponse.TotalItemNum")); getPatentTimeStatisticsInfoResponse.setPageSize(_ctx.integerValue("GetPatentTimeStatisticsInfoResponse.PageSize")); getPatentTimeStatisticsInfoResponse.setTotalPageNum(_ctx.integerValue("GetPatentTimeStatisticsInfoResponse.TotalPageNum")); List<DataItem> data = new ArrayList<DataItem>(); for (int i = 0; i < _ctx.lengthValue("GetPatentTimeStatisticsInfoResponse.Data.Length"); i++) { DataItem dataItem = new DataItem(); dataItem.setType(_ctx.stringValue("GetPatentTimeStatisticsInfoResponse.Data["+ i +"].Type")); dataItem.setHalfMonthCount(_ctx.longValue("GetPatentTimeStatisticsInfoResponse.Data["+ i +"].HalfMonthCount")); dataItem.setMonthCount(_ctx.longValue("GetPatentTimeStatisticsInfoResponse.Data["+ i +"].MonthCount")); dataItem.setTwoMonthCount(_ctx.longValue("GetPatentTimeStatisticsInfoResponse.Data["+ i +"].TwoMonthCount")); dataItem.setThreeMonthCount(_ctx.longValue("GetPatentTimeStatisticsInfoResponse.Data["+ i +"].ThreeMonthCount")); dataItem.setExpiredCount(_ctx.longValue("GetPatentTimeStatisticsInfoResponse.Data["+ i +"].ExpiredCount")); data.add(dataItem); } getPatentTimeStatisticsInfoResponse.setData(data); return getPatentTimeStatisticsInfoResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform/v20190123/GetProduceTempTokenResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.transform.v20190123; import com.aliyuncs.copyright.model.v20190123.GetProduceTempTokenResponse; import com.aliyuncs.transform.UnmarshallerContext; public class GetProduceTempTokenResponseUnmarshaller { public static GetProduceTempTokenResponse unmarshall(GetProduceTempTokenResponse getProduceTempTokenResponse, UnmarshallerContext _ctx) { getProduceTempTokenResponse.setRequestId(_ctx.stringValue("GetProduceTempTokenResponse.RequestId")); getProduceTempTokenResponse.setSuccess(_ctx.booleanValue("GetProduceTempTokenResponse.Success")); getProduceTempTokenResponse.setToken(_ctx.stringValue("GetProduceTempTokenResponse.Token")); return getProduceTempTokenResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform/v20190123/GetSerialNumberImageResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.transform.v20190123; import com.aliyuncs.copyright.model.v20190123.GetSerialNumberImageResponse; import com.aliyuncs.transform.UnmarshallerContext; public class GetSerialNumberImageResponseUnmarshaller { public static GetSerialNumberImageResponse unmarshall(GetSerialNumberImageResponse getSerialNumberImageResponse, UnmarshallerContext _ctx) { getSerialNumberImageResponse.setRequestId(_ctx.stringValue("GetSerialNumberImageResponse.RequestId")); getSerialNumberImageResponse.setSuccess(_ctx.booleanValue("GetSerialNumberImageResponse.Success")); getSerialNumberImageResponse.setBaseString(_ctx.stringValue("GetSerialNumberImageResponse.BaseString")); return getSerialNumberImageResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform/v20190123/GetSoftFileResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.transform.v20190123; import com.aliyuncs.copyright.model.v20190123.GetSoftFileResponse; import com.aliyuncs.transform.UnmarshallerContext; public class GetSoftFileResponseUnmarshaller { public static GetSoftFileResponse unmarshall(GetSoftFileResponse getSoftFileResponse, UnmarshallerContext _ctx) { getSoftFileResponse.setRequestId(_ctx.stringValue("GetSoftFileResponse.RequestId")); getSoftFileResponse.setSuccess(_ctx.booleanValue("GetSoftFileResponse.Success")); getSoftFileResponse.setUrl(_ctx.stringValue("GetSoftFileResponse.Url")); return getSoftFileResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform/v20190123/GetStampFileUrlResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.transform.v20190123; import com.aliyuncs.copyright.model.v20190123.GetStampFileUrlResponse; import com.aliyuncs.transform.UnmarshallerContext; public class GetStampFileUrlResponseUnmarshaller { public static GetStampFileUrlResponse unmarshall(GetStampFileUrlResponse getStampFileUrlResponse, UnmarshallerContext _ctx) { getStampFileUrlResponse.setRequestId(_ctx.stringValue("GetStampFileUrlResponse.RequestId")); getStampFileUrlResponse.setUrl(_ctx.stringValue("GetStampFileUrlResponse.Url")); getStampFileUrlResponse.setSuccess(_ctx.booleanValue("GetStampFileUrlResponse.Success")); return getStampFileUrlResponse; } }
0
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform
java-sources/com/aliyun/aliyun-java-sdk-copyright/1.0.13/com/aliyuncs/copyright/transform/v20190123/GetStockDetailResponseUnmarshaller.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package com.aliyuncs.copyright.transform.v20190123; import java.util.ArrayList; import java.util.List; import com.aliyuncs.copyright.model.v20190123.GetStockDetailResponse; import com.aliyuncs.copyright.model.v20190123.GetStockDetailResponse.Module; import java.util.Map; import com.aliyuncs.transform.UnmarshallerContext; public class GetStockDetailResponseUnmarshaller { public static GetStockDetailResponse unmarshall(GetStockDetailResponse getStockDetailResponse, UnmarshallerContext _ctx) { getStockDetailResponse.setRequestId(_ctx.stringValue("GetStockDetailResponse.RequestId")); getStockDetailResponse.setHttpStatusCode(_ctx.integerValue("GetStockDetailResponse.HttpStatusCode")); getStockDetailResponse.setDynamicCode(_ctx.stringValue("GetStockDetailResponse.DynamicCode")); getStockDetailResponse.setDynamicMessage(_ctx.stringValue("GetStockDetailResponse.DynamicMessage")); getStockDetailResponse.setErrorMsg(_ctx.stringValue("GetStockDetailResponse.ErrorMsg")); getStockDetailResponse.setErrorCode(_ctx.stringValue("GetStockDetailResponse.ErrorCode")); getStockDetailResponse.setSuccess(_ctx.booleanValue("GetStockDetailResponse.Success")); getStockDetailResponse.setAllowRetry(_ctx.booleanValue("GetStockDetailResponse.AllowRetry")); getStockDetailResponse.setAppName(_ctx.stringValue("GetStockDetailResponse.AppName")); List<String> errorArgs = new ArrayList<String>(); for (int i = 0; i < _ctx.lengthValue("GetStockDetailResponse.ErrorArgs.Length"); i++) { errorArgs.add(_ctx.stringValue("GetStockDetailResponse.ErrorArgs["+ i +"]")); } getStockDetailResponse.setErrorArgs(errorArgs); Module module = new Module(); module.setStockId(_ctx.integerValue("GetStockDetailResponse.Module.StockId")); module.setTransactionId(_ctx.stringValue("GetStockDetailResponse.Module.TransactionId")); module.setTranHash(_ctx.stringValue("GetStockDetailResponse.Module.TranHash")); module.setItemId(_ctx.integerValue("GetStockDetailResponse.Module.ItemId")); module.setUserId(_ctx.integerValue("GetStockDetailResponse.Module.UserId")); module.setNo(_ctx.stringValue("GetStockDetailResponse.Module.No")); module.setAddress(_ctx.stringValue("GetStockDetailResponse.Module.Address")); module.setShardId(_ctx.longValue("GetStockDetailResponse.Module.ShardId")); module.setShardKey(_ctx.stringValue("GetStockDetailResponse.Module.ShardKey")); module.setDetail(_ctx.mapValue("GetStockDetailResponse.Module.Detail")); getStockDetailResponse.setModule(module); return getStockDetailResponse; } }