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/DeletePatentAppearanceCacheResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.DeletePatentAppearanceCacheResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeletePatentAppearanceCacheResponse 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 DeletePatentAppearanceCacheResponse getInstance(UnmarshallerContext context) { return DeletePatentAppearanceCacheResponseUnmarshaller.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/DeletePatentContactRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 DeletePatentContactRequest extends RpcAcsRequest<DeletePatentContactResponse> { private Long id; public DeletePatentContactRequest() { super("Copyright", "2019-01-23", "DeletePatentContact", "swcopyright"); setMethod(MethodType.POST); } public Long getId() { return this.id; } public void setId(Long id) { this.id = id; if(id != null){ putQueryParameter("Id", id.toString()); } } @Override public Class<DeletePatentContactResponse> getResponseClass() { return DeletePatentContactResponse.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/DeletePatentContactResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.DeletePatentContactResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeletePatentContactResponse 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 DeletePatentContactResponse getInstance(UnmarshallerContext context) { return DeletePatentContactResponseUnmarshaller.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/DeletePatentPlanDetailRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 DeletePatentPlanDetailRequest extends RpcAcsRequest<DeletePatentPlanDetailResponse> { private String applyNumbers; private String planId; public DeletePatentPlanDetailRequest() { super("Copyright", "2019-01-23", "DeletePatentPlanDetail", "swcopyright"); setMethod(MethodType.POST); } public String getApplyNumbers() { return this.applyNumbers; } public void setApplyNumbers(String applyNumbers) { this.applyNumbers = applyNumbers; if(applyNumbers != null){ putQueryParameter("ApplyNumbers", applyNumbers); } } public String getPlanId() { return this.planId; } public void setPlanId(String planId) { this.planId = planId; if(planId != null){ putQueryParameter("PlanId", planId); } } @Override public Class<DeletePatentPlanDetailResponse> getResponseClass() { return DeletePatentPlanDetailResponse.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/DeletePatentPlanDetailResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.DeletePatentPlanDetailResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeletePatentPlanDetailResponse 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 DeletePatentPlanDetailResponse getInstance(UnmarshallerContext context) { return DeletePatentPlanDetailResponseUnmarshaller.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/DeletePatentPlanRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 DeletePatentPlanRequest extends RpcAcsRequest<DeletePatentPlanResponse> { private Boolean deletePlanDetail; private Long planId; public DeletePatentPlanRequest() { super("Copyright", "2019-01-23", "DeletePatentPlan", "swcopyright"); setMethod(MethodType.POST); } public Boolean getDeletePlanDetail() { return this.deletePlanDetail; } public void setDeletePlanDetail(Boolean deletePlanDetail) { this.deletePlanDetail = deletePlanDetail; if(deletePlanDetail != null){ putQueryParameter("DeletePlanDetail", deletePlanDetail.toString()); } } public Long getPlanId() { return this.planId; } public void setPlanId(Long planId) { this.planId = planId; if(planId != null){ putQueryParameter("PlanId", planId.toString()); } } @Override public Class<DeletePatentPlanResponse> getResponseClass() { return DeletePatentPlanResponse.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/DeletePatentPlanResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.DeletePatentPlanResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeletePatentPlanResponse 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 DeletePatentPlanResponse getInstance(UnmarshallerContext context) { return DeletePatentPlanResponseUnmarshaller.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/DeletePatentRecycleRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 DeletePatentRecycleRequest extends RpcAcsRequest<DeletePatentRecycleResponse> { private String applyNumbers; private Long recycleId; public DeletePatentRecycleRequest() { super("Copyright", "2019-01-23", "DeletePatentRecycle", "swcopyright"); setMethod(MethodType.POST); } public String getApplyNumbers() { return this.applyNumbers; } public void setApplyNumbers(String applyNumbers) { this.applyNumbers = applyNumbers; if(applyNumbers != null){ putQueryParameter("ApplyNumbers", applyNumbers); } } public Long getRecycleId() { return this.recycleId; } public void setRecycleId(Long recycleId) { this.recycleId = recycleId; if(recycleId != null){ putQueryParameter("RecycleId", recycleId.toString()); } } @Override public Class<DeletePatentRecycleResponse> getResponseClass() { return DeletePatentRecycleResponse.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/DeletePatentRecycleResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.DeletePatentRecycleResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeletePatentRecycleResponse 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 DeletePatentRecycleResponse getInstance(UnmarshallerContext context) { return DeletePatentRecycleResponseUnmarshaller.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/DeleteUserSearchCompanyRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 DeleteUserSearchCompanyRequest extends RpcAcsRequest<DeleteUserSearchCompanyResponse> { private Long id; public DeleteUserSearchCompanyRequest() { super("Copyright", "2019-01-23", "DeleteUserSearchCompany", "swcopyright"); setMethod(MethodType.POST); } public Long getId() { return this.id; } public void setId(Long id) { this.id = id; if(id != null){ putQueryParameter("Id", id.toString()); } } @Override public Class<DeleteUserSearchCompanyResponse> getResponseClass() { return DeleteUserSearchCompanyResponse.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/DeleteUserSearchCompanyResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.DeleteUserSearchCompanyResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DeleteUserSearchCompanyResponse 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 DeleteUserSearchCompanyResponse getInstance(UnmarshallerContext context) { return DeleteUserSearchCompanyResponseUnmarshaller.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/DescribePolicyRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 DescribePolicyRequest extends RpcAcsRequest<DescribePolicyResponse> { private String fileType; private String bizType; public DescribePolicyRequest() { super("Copyright", "2019-01-23", "DescribePolicy", "swcopyright"); setMethod(MethodType.POST); } public String getFileType() { return this.fileType; } public void setFileType(String fileType) { this.fileType = fileType; if(fileType != null){ putQueryParameter("FileType", fileType); } } public String getBizType() { return this.bizType; } public void setBizType(String bizType) { this.bizType = bizType; if(bizType != null){ putQueryParameter("BizType", bizType); } } @Override public Class<DescribePolicyResponse> getResponseClass() { return DescribePolicyResponse.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/DescribePolicyResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.DescribePolicyResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribePolicyResponse extends AcsResponse { private String signature; private String host; private String requestId; private Long expireTime; private String encodedPolicy; private String fileDir; private String accessId; public String getSignature() { return this.signature; } public void setSignature(String signature) { this.signature = signature; } public String getHost() { return this.host; } public void setHost(String host) { this.host = host; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public Long getExpireTime() { return this.expireTime; } public void setExpireTime(Long expireTime) { this.expireTime = expireTime; } public String getEncodedPolicy() { return this.encodedPolicy; } public void setEncodedPolicy(String encodedPolicy) { this.encodedPolicy = encodedPolicy; } public String getFileDir() { return this.fileDir; } public void setFileDir(String fileDir) { this.fileDir = fileDir; } public String getAccessId() { return this.accessId; } public void setAccessId(String accessId) { this.accessId = accessId; } @Override public DescribePolicyResponse getInstance(UnmarshallerContext context) { return DescribePolicyResponseUnmarshaller.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/DescribeUserProduceRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 DescribeUserProduceRequest extends RpcAcsRequest<DescribeUserProduceResponse> { private String extInfo; private String bizType; private String bizId; public DescribeUserProduceRequest() { super("Copyright", "2019-01-23", "DescribeUserProduce", "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); } } @Override public Class<DescribeUserProduceResponse> getResponseClass() { return DescribeUserProduceResponse.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/DescribeUserProduceResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.DescribeUserProduceResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class DescribeUserProduceResponse extends AcsResponse { private Integer status; private String orderPrice; private String solutionBizId; private Boolean success; private String userId; private String bizId; private String partnerCode; private String extInfo; private String bizType; private String intentionBizId; private String endTime; private String startTime; private String requestId; private String errorCode; private String errorMsg; private String orderId; 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 Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } 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 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 getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getErrorCode() { return this.errorCode; } public void setErrorCode(String errorCode) { this.errorCode = errorCode; } public String getErrorMsg() { return this.errorMsg; } public void setErrorMsg(String errorMsg) { this.errorMsg = errorMsg; } public String getOrderId() { return this.orderId; } public void setOrderId(String orderId) { this.orderId = orderId; } public String getOrderInstanceId() { return this.orderInstanceId; } public void setOrderInstanceId(String orderInstanceId) { this.orderInstanceId = orderInstanceId; } @Override public DescribeUserProduceResponse getInstance(UnmarshallerContext context) { return DescribeUserProduceResponseUnmarshaller.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/ExportPatentPlanDetailRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 ExportPatentPlanDetailRequest extends RpcAcsRequest<ExportPatentPlanDetailResponse> { private Long planId; public ExportPatentPlanDetailRequest() { super("Copyright", "2019-01-23", "ExportPatentPlanDetail", "swcopyright"); setMethod(MethodType.GET); } public Long getPlanId() { return this.planId; } public void setPlanId(Long planId) { this.planId = planId; if(planId != null){ putQueryParameter("PlanId", planId.toString()); } } @Override public Class<ExportPatentPlanDetailResponse> getResponseClass() { return ExportPatentPlanDetailResponse.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/ExportPatentPlanDetailResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.ExportPatentPlanDetailResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ExportPatentPlanDetailResponse extends AcsResponse { private String data; private String requestId; private Boolean 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; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } @Override public ExportPatentPlanDetailResponse getInstance(UnmarshallerContext context) { return ExportPatentPlanDetailResponseUnmarshaller.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/GetAlipayUrlRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 GetAlipayUrlRequest extends RpcAcsRequest<GetAlipayUrlResponse> { private Long orderId; private String type; private String bizType; private String returnUrl; public GetAlipayUrlRequest() { super("Copyright", "2019-01-23", "GetAlipayUrl", "swcopyright"); setMethod(MethodType.GET); } public Long getOrderId() { return this.orderId; } public void setOrderId(Long orderId) { this.orderId = orderId; if(orderId != null){ putQueryParameter("OrderId", orderId.toString()); } } public String getType() { return this.type; } public void setType(String type) { this.type = type; if(type != null){ putQueryParameter("Type", type); } } public String getBizType() { return this.bizType; } public void setBizType(String bizType) { this.bizType = bizType; if(bizType != null){ putQueryParameter("BizType", bizType); } } public String getReturnUrl() { return this.returnUrl; } public void setReturnUrl(String returnUrl) { this.returnUrl = returnUrl; if(returnUrl != null){ putQueryParameter("ReturnUrl", returnUrl); } } @Override public Class<GetAlipayUrlResponse> getResponseClass() { return GetAlipayUrlResponse.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/GetAlipayUrlResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.GetAlipayUrlResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetAlipayUrlResponse extends AcsResponse { private String data; private String requestId; 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 GetAlipayUrlResponse getInstance(UnmarshallerContext context) { return GetAlipayUrlResponseUnmarshaller.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/GetAllPatentApplyNumberListRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 GetAllPatentApplyNumberListRequest extends RpcAcsRequest<GetAllPatentApplyNumberListResponse> { private Long startPayDate; private String patentStatus; private Integer soldType; private Long endPayDate; private String keyword; public GetAllPatentApplyNumberListRequest() { super("Copyright", "2019-01-23", "GetAllPatentApplyNumberList", "swcopyright"); setMethod(MethodType.POST); } public Long getStartPayDate() { return this.startPayDate; } public void setStartPayDate(Long startPayDate) { this.startPayDate = startPayDate; if(startPayDate != null){ putQueryParameter("StartPayDate", startPayDate.toString()); } } public String getPatentStatus() { return this.patentStatus; } public void setPatentStatus(String patentStatus) { this.patentStatus = patentStatus; if(patentStatus != null){ putQueryParameter("PatentStatus", patentStatus); } } public Integer getSoldType() { return this.soldType; } public void setSoldType(Integer soldType) { this.soldType = soldType; if(soldType != null){ putQueryParameter("SoldType", soldType.toString()); } } public Long getEndPayDate() { return this.endPayDate; } public void setEndPayDate(Long endPayDate) { this.endPayDate = endPayDate; if(endPayDate != null){ putQueryParameter("EndPayDate", endPayDate.toString()); } } public String getKeyword() { return this.keyword; } public void setKeyword(String keyword) { this.keyword = keyword; if(keyword != null){ putQueryParameter("Keyword", keyword); } } @Override public Class<GetAllPatentApplyNumberListResponse> getResponseClass() { return GetAllPatentApplyNumberListResponse.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/GetAllPatentApplyNumberListResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.GetAllPatentApplyNumberListResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetAllPatentApplyNumberListResponse extends AcsResponse { private String data; private String requestId; private Boolean 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; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } @Override public GetAllPatentApplyNumberListResponse getInstance(UnmarshallerContext context) { return GetAllPatentApplyNumberListResponseUnmarshaller.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/GetAllPatentListRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 GetAllPatentListRequest extends RpcAcsRequest<GetAllPatentListResponse> { private Integer pageNum; private Long startPayDate; private String patentStatus; private Integer soldType; private Long endPayDate; private String pageSize; private String keyword; public GetAllPatentListRequest() { super("Copyright", "2019-01-23", "GetAllPatentList", "swcopyright"); setMethod(MethodType.POST); } public Integer getPageNum() { return this.pageNum; } public void setPageNum(Integer pageNum) { this.pageNum = pageNum; if(pageNum != null){ putQueryParameter("PageNum", pageNum.toString()); } } public Long getStartPayDate() { return this.startPayDate; } public void setStartPayDate(Long startPayDate) { this.startPayDate = startPayDate; if(startPayDate != null){ putQueryParameter("StartPayDate", startPayDate.toString()); } } public String getPatentStatus() { return this.patentStatus; } public void setPatentStatus(String patentStatus) { this.patentStatus = patentStatus; if(patentStatus != null){ putQueryParameter("PatentStatus", patentStatus); } } public Integer getSoldType() { return this.soldType; } public void setSoldType(Integer soldType) { this.soldType = soldType; if(soldType != null){ putQueryParameter("SoldType", soldType.toString()); } } public Long getEndPayDate() { return this.endPayDate; } public void setEndPayDate(Long endPayDate) { this.endPayDate = endPayDate; if(endPayDate != null){ putQueryParameter("EndPayDate", endPayDate.toString()); } } public String getPageSize() { return this.pageSize; } public void setPageSize(String pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("PageSize", pageSize); } } public String getKeyword() { return this.keyword; } public void setKeyword(String keyword) { this.keyword = keyword; if(keyword != null){ putQueryParameter("Keyword", keyword); } } @Override public Class<GetAllPatentListResponse> getResponseClass() { return GetAllPatentListResponse.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/GetAllPatentListResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.GetAllPatentListResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetAllPatentListResponse extends AcsResponse { private Integer pageNum; private String requestId; private Boolean success; private Integer totalItemNum; private Integer pageSize; private Integer totalPageNum; private List<DataItem> 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<DataItem> getData() { return this.data; } public void setData(List<DataItem> data) { this.data = data; } public static class DataItem { private String type; private String owner; private Float discountPrice; private String applyNumber; private Integer soldStatus; private String bizId; private String payEndDate; private Integer year; private Integer payStatus; private String patentStatus; private String agency; private String name; private Boolean patentDiscard; public String getType() { return this.type; } public void setType(String type) { this.type = type; } public String getOwner() { return this.owner; } public void setOwner(String owner) { this.owner = owner; } public Float getDiscountPrice() { return this.discountPrice; } public void setDiscountPrice(Float discountPrice) { this.discountPrice = discountPrice; } public String getApplyNumber() { return this.applyNumber; } public void setApplyNumber(String applyNumber) { this.applyNumber = applyNumber; } public Integer getSoldStatus() { return this.soldStatus; } public void setSoldStatus(Integer soldStatus) { this.soldStatus = soldStatus; } public String getBizId() { return this.bizId; } public void setBizId(String bizId) { this.bizId = bizId; } public String getPayEndDate() { return this.payEndDate; } public void setPayEndDate(String payEndDate) { this.payEndDate = payEndDate; } public Integer getYear() { return this.year; } public void setYear(Integer year) { this.year = year; } public Integer getPayStatus() { return this.payStatus; } public void setPayStatus(Integer payStatus) { this.payStatus = payStatus; } public String getPatentStatus() { return this.patentStatus; } public void setPatentStatus(String patentStatus) { this.patentStatus = patentStatus; } public String getAgency() { return this.agency; } public void setAgency(String agency) { this.agency = agency; } public String getName() { return this.name; } public void setName(String name) { this.name = name; } public Boolean getPatentDiscard() { return this.patentDiscard; } public void setPatentDiscard(Boolean patentDiscard) { this.patentDiscard = patentDiscard; } } @Override public GetAllPatentListResponse getInstance(UnmarshallerContext context) { return GetAllPatentListResponseUnmarshaller.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/GetApplicationFileUrlRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 GetApplicationFileUrlRequest extends RpcAcsRequest<GetApplicationFileUrlResponse> { private String bizType; private String bizId; public GetApplicationFileUrlRequest() { super("Copyright", "2019-01-23", "GetApplicationFileUrl", "swcopyright"); setMethod(MethodType.POST); } 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); } } @Override public Class<GetApplicationFileUrlResponse> getResponseClass() { return GetApplicationFileUrlResponse.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/GetApplicationFileUrlResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.GetApplicationFileUrlResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetApplicationFileUrlResponse extends AcsResponse { private String url; private String requestId; private Boolean success; public String getUrl() { return this.url; } public void setUrl(String url) { this.url = url; } 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 GetApplicationFileUrlResponse getInstance(UnmarshallerContext context) { return GetApplicationFileUrlResponseUnmarshaller.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/GetAttorneyTemplateRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 GetAttorneyTemplateRequest extends RpcAcsRequest<GetAttorneyTemplateResponse> { private String patentName; private String bizId; private String representative; public GetAttorneyTemplateRequest() { super("Copyright", "2019-01-23", "GetAttorneyTemplate", "swcopyright"); setMethod(MethodType.POST); } public String getPatentName() { return this.patentName; } public void setPatentName(String patentName) { this.patentName = patentName; if(patentName != null){ putQueryParameter("PatentName", patentName); } } public String getBizId() { return this.bizId; } public void setBizId(String bizId) { this.bizId = bizId; if(bizId != null){ putQueryParameter("BizId", bizId); } } public String getRepresentative() { return this.representative; } public void setRepresentative(String representative) { this.representative = representative; if(representative != null){ putQueryParameter("Representative", representative); } } @Override public Class<GetAttorneyTemplateResponse> getResponseClass() { return GetAttorneyTemplateResponse.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/GetAttorneyTemplateResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.GetAttorneyTemplateResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetAttorneyTemplateResponse extends AcsResponse { private String requestId; private Boolean success; private String message; private String url; 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 getUrl() { return this.url; } public void setUrl(String url) { this.url = url; } @Override public GetAttorneyTemplateResponse getInstance(UnmarshallerContext context) { return GetAttorneyTemplateResponseUnmarshaller.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/GetCacheCheckAddParamRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 GetCacheCheckAddParamRequest extends RpcAcsRequest<GetCacheCheckAddParamResponse> { private String cacheKey; public GetCacheCheckAddParamRequest() { super("Copyright", "2019-01-23", "GetCacheCheckAddParam", "swcopyright"); setMethod(MethodType.POST); } public String getCacheKey() { return this.cacheKey; } public void setCacheKey(String cacheKey) { this.cacheKey = cacheKey; if(cacheKey != null){ putQueryParameter("CacheKey", cacheKey); } } @Override public Class<GetCacheCheckAddParamResponse> getResponseClass() { return GetCacheCheckAddParamResponse.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/GetCacheCheckAddParamResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.GetCacheCheckAddParamResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetCacheCheckAddParamResponse extends AcsResponse { private String requestId; private Boolean success; private String applyNumber; 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 getApplyNumber() { return this.applyNumber; } public void setApplyNumber(String applyNumber) { this.applyNumber = applyNumber; } @Override public GetCacheCheckAddParamResponse getInstance(UnmarshallerContext context) { return GetCacheCheckAddParamResponseUnmarshaller.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/GetCopyrightHistoryListRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 GetCopyrightHistoryListRequest extends RpcAcsRequest<GetCopyrightHistoryListResponse> { private String bizId; public GetCopyrightHistoryListRequest() { super("Copyright", "2019-01-23", "GetCopyrightHistoryList", "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<GetCopyrightHistoryListResponse> getResponseClass() { return GetCopyrightHistoryListResponse.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/GetCopyrightHistoryListResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.GetCopyrightHistoryListResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetCopyrightHistoryListResponse extends AcsResponse { private Boolean success; private String requestId; private List<DataItem> data; 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 List<DataItem> getData() { return this.data; } public void setData(List<DataItem> data) { this.data = data; } public static class DataItem { private String userStatus; private String createTime; private String fileId; public String getUserStatus() { return this.userStatus; } public void setUserStatus(String userStatus) { this.userStatus = userStatus; } public String getCreateTime() { return this.createTime; } public void setCreateTime(String createTime) { this.createTime = createTime; } public String getFileId() { return this.fileId; } public void setFileId(String fileId) { this.fileId = fileId; } } @Override public GetCopyrightHistoryListResponse getInstance(UnmarshallerContext context) { return GetCopyrightHistoryListResponseUnmarshaller.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/GetCopyrightNoticeRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 GetCopyrightNoticeRequest extends RpcAcsRequest<GetCopyrightNoticeResponse> { private String bizId; private String fileId; public GetCopyrightNoticeRequest() { super("Copyright", "2019-01-23", "GetCopyrightNotice", "swcopyright"); setMethod(MethodType.POST); } public String getBizId() { return this.bizId; } public void setBizId(String bizId) { this.bizId = bizId; if(bizId != null){ putQueryParameter("BizId", bizId); } } public String getFileId() { return this.fileId; } public void setFileId(String fileId) { this.fileId = fileId; if(fileId != null){ putQueryParameter("FileId", fileId); } } @Override public Class<GetCopyrightNoticeResponse> getResponseClass() { return GetCopyrightNoticeResponse.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/GetCopyrightNoticeResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.GetCopyrightNoticeResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetCopyrightNoticeResponse extends AcsResponse { private String owner; private String modifyInfo; private String requestId; private String flowNumber; private Boolean success; private String fileList; private String agentPeople; private String name; private String createDate; private String applyPeople; private String admissibleNumber; public String getOwner() { return this.owner; } public void setOwner(String owner) { this.owner = owner; } public String getModifyInfo() { return this.modifyInfo; } public void setModifyInfo(String modifyInfo) { this.modifyInfo = modifyInfo; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getFlowNumber() { return this.flowNumber; } public void setFlowNumber(String flowNumber) { this.flowNumber = flowNumber; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public String getFileList() { return this.fileList; } public void setFileList(String fileList) { this.fileList = fileList; } public String getAgentPeople() { return this.agentPeople; } public void setAgentPeople(String agentPeople) { this.agentPeople = agentPeople; } public String getName() { return this.name; } public void setName(String name) { this.name = name; } public String getCreateDate() { return this.createDate; } public void setCreateDate(String createDate) { this.createDate = createDate; } public String getApplyPeople() { return this.applyPeople; } public void setApplyPeople(String applyPeople) { this.applyPeople = applyPeople; } public String getAdmissibleNumber() { return this.admissibleNumber; } public void setAdmissibleNumber(String admissibleNumber) { this.admissibleNumber = admissibleNumber; } @Override public GetCopyrightNoticeResponse getInstance(UnmarshallerContext context) { return GetCopyrightNoticeResponseUnmarshaller.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/GetCopyrightPersonDetailRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 GetCopyrightPersonDetailRequest extends RpcAcsRequest<GetCopyrightPersonDetailResponse> { private String useSource; private Integer personId; public GetCopyrightPersonDetailRequest() { super("Copyright", "2019-01-23", "GetCopyrightPersonDetail", "swcopyright"); setMethod(MethodType.POST); } public String getUseSource() { return this.useSource; } public void setUseSource(String useSource) { this.useSource = useSource; if(useSource != null){ putQueryParameter("UseSource", useSource); } } public Integer getPersonId() { return this.personId; } public void setPersonId(Integer personId) { this.personId = personId; if(personId != null){ putQueryParameter("PersonId", personId.toString()); } } @Override public Class<GetCopyrightPersonDetailResponse> getResponseClass() { return GetCopyrightPersonDetailResponse.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/GetCopyrightPersonDetailResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.GetCopyrightPersonDetailResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetCopyrightPersonDetailResponse extends AcsResponse { private Boolean success; private String requestId; private Data data; 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 Data getData() { return this.data; } public void setData(Data data) { this.data = data; } public static class Data { private String legalPersonType; private String city; private String county; private String enterpriseTime; private String cardNum; private String expiredDate; private String address; private String idFrontImage; private String name; private Integer auditStatus; private String enterpriseType; private String idHandedImage; private Integer roleType; private String enterpriseLicensePath; private Integer useType; private String idBackImage; private String phone; private String cardType; private String userPk; private String email; private String enterprisePark; private Integer ownerType; private String personId; private String province; private String contactPerson; public String getLegalPersonType() { return this.legalPersonType; } public void setLegalPersonType(String legalPersonType) { this.legalPersonType = legalPersonType; } public String getCity() { return this.city; } public void setCity(String city) { this.city = city; } public String getCounty() { return this.county; } public void setCounty(String county) { this.county = county; } public String getEnterpriseTime() { return this.enterpriseTime; } public void setEnterpriseTime(String enterpriseTime) { this.enterpriseTime = enterpriseTime; } public String getCardNum() { return this.cardNum; } public void setCardNum(String cardNum) { this.cardNum = cardNum; } public String getExpiredDate() { return this.expiredDate; } public void setExpiredDate(String expiredDate) { this.expiredDate = expiredDate; } public String getAddress() { return this.address; } public void setAddress(String address) { this.address = address; } public String getIdFrontImage() { return this.idFrontImage; } public void setIdFrontImage(String idFrontImage) { this.idFrontImage = idFrontImage; } public String getName() { return this.name; } public void setName(String name) { this.name = name; } public Integer getAuditStatus() { return this.auditStatus; } public void setAuditStatus(Integer auditStatus) { this.auditStatus = auditStatus; } public String getEnterpriseType() { return this.enterpriseType; } public void setEnterpriseType(String enterpriseType) { this.enterpriseType = enterpriseType; } public String getIdHandedImage() { return this.idHandedImage; } public void setIdHandedImage(String idHandedImage) { this.idHandedImage = idHandedImage; } public Integer getRoleType() { return this.roleType; } public void setRoleType(Integer roleType) { this.roleType = roleType; } public String getEnterpriseLicensePath() { return this.enterpriseLicensePath; } public void setEnterpriseLicensePath(String enterpriseLicensePath) { this.enterpriseLicensePath = enterpriseLicensePath; } public Integer getUseType() { return this.useType; } public void setUseType(Integer useType) { this.useType = useType; } public String getIdBackImage() { return this.idBackImage; } public void setIdBackImage(String idBackImage) { this.idBackImage = idBackImage; } public String getPhone() { return this.phone; } public void setPhone(String phone) { this.phone = phone; } public String getCardType() { return this.cardType; } public void setCardType(String cardType) { this.cardType = cardType; } public String getUserPk() { return this.userPk; } public void setUserPk(String userPk) { this.userPk = userPk; } public String getEmail() { return this.email; } public void setEmail(String email) { this.email = email; } public String getEnterprisePark() { return this.enterprisePark; } public void setEnterprisePark(String enterprisePark) { this.enterprisePark = enterprisePark; } public Integer getOwnerType() { return this.ownerType; } public void setOwnerType(Integer ownerType) { this.ownerType = ownerType; } public String getPersonId() { return this.personId; } public void setPersonId(String personId) { this.personId = personId; } public String getProvince() { return this.province; } public void setProvince(String province) { this.province = province; } public String getContactPerson() { return this.contactPerson; } public void setContactPerson(String contactPerson) { this.contactPerson = contactPerson; } } @Override public GetCopyrightPersonDetailResponse getInstance(UnmarshallerContext context) { return GetCopyrightPersonDetailResponseUnmarshaller.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/GetCopyrightPersonListRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 GetCopyrightPersonListRequest extends RpcAcsRequest<GetCopyrightPersonListResponse> { private Integer pageNum; private Integer ownerType; private Integer pageSize; private String name; private Integer roleType; private String keyword; private String useType; public GetCopyrightPersonListRequest() { super("Copyright", "2019-01-23", "GetCopyrightPersonList", "swcopyright"); setMethod(MethodType.POST); } public Integer getPageNum() { return this.pageNum; } public void setPageNum(Integer pageNum) { this.pageNum = pageNum; if(pageNum != null){ putQueryParameter("PageNum", pageNum.toString()); } } public Integer getOwnerType() { return this.ownerType; } public void setOwnerType(Integer ownerType) { this.ownerType = ownerType; if(ownerType != null){ putQueryParameter("OwnerType", ownerType.toString()); } } public Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("PageSize", pageSize.toString()); } } public String getName() { return this.name; } public void setName(String name) { this.name = name; if(name != null){ putQueryParameter("Name", name); } } public Integer getRoleType() { return this.roleType; } public void setRoleType(Integer roleType) { this.roleType = roleType; if(roleType != null){ putQueryParameter("RoleType", roleType.toString()); } } public String getKeyword() { return this.keyword; } public void setKeyword(String keyword) { this.keyword = keyword; if(keyword != null){ putQueryParameter("Keyword", keyword); } } public String getUseType() { return this.useType; } public void setUseType(String useType) { this.useType = useType; if(useType != null){ putQueryParameter("UseType", useType); } } @Override public Class<GetCopyrightPersonListResponse> getResponseClass() { return GetCopyrightPersonListResponse.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/GetCopyrightPersonListResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.GetCopyrightPersonListResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetCopyrightPersonListResponse extends AcsResponse { private Integer pageNum; private String requestId; private Integer pageSize; private Boolean success; private Integer totalItemNum; private List<DataItem> 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 Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; } 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 List<DataItem> getData() { return this.data; } public void setData(List<DataItem> data) { this.data = data; } public static class DataItem { private String legalPersonType; private Integer roleType; private String city; private Integer useType; private String phone; private String county; private String userPk; private String cardType; private String email; private String expiredDate; private String cardNum; private String address; private Integer ownerType; private String name; private String personId; private Integer auditStatus; private String province; public String getLegalPersonType() { return this.legalPersonType; } public void setLegalPersonType(String legalPersonType) { this.legalPersonType = legalPersonType; } public Integer getRoleType() { return this.roleType; } public void setRoleType(Integer roleType) { this.roleType = roleType; } public String getCity() { return this.city; } public void setCity(String city) { this.city = city; } public Integer getUseType() { return this.useType; } public void setUseType(Integer useType) { this.useType = useType; } public String getPhone() { return this.phone; } public void setPhone(String phone) { this.phone = phone; } public String getCounty() { return this.county; } public void setCounty(String county) { this.county = county; } public String getUserPk() { return this.userPk; } public void setUserPk(String userPk) { this.userPk = userPk; } public String getCardType() { return this.cardType; } public void setCardType(String cardType) { this.cardType = cardType; } public String getEmail() { return this.email; } public void setEmail(String email) { this.email = email; } public String getExpiredDate() { return this.expiredDate; } public void setExpiredDate(String expiredDate) { this.expiredDate = expiredDate; } public String getCardNum() { return this.cardNum; } public void setCardNum(String cardNum) { this.cardNum = cardNum; } public String getAddress() { return this.address; } public void setAddress(String address) { this.address = address; } public Integer getOwnerType() { return this.ownerType; } public void setOwnerType(Integer ownerType) { this.ownerType = ownerType; } public String getName() { return this.name; } public void setName(String name) { this.name = name; } public String getPersonId() { return this.personId; } public void setPersonId(String personId) { this.personId = personId; } public Integer getAuditStatus() { return this.auditStatus; } public void setAuditStatus(Integer auditStatus) { this.auditStatus = auditStatus; } public String getProvince() { return this.province; } public void setProvince(String province) { this.province = province; } } @Override public GetCopyrightPersonListResponse getInstance(UnmarshallerContext context) { return GetCopyrightPersonListResponseUnmarshaller.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/GetCopyrightPredictionDateRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 GetCopyrightPredictionDateRequest extends RpcAcsRequest<GetCopyrightPredictionDateResponse> { private String bizId; public GetCopyrightPredictionDateRequest() { super("Copyright", "2019-01-23", "GetCopyrightPredictionDate", "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<GetCopyrightPredictionDateResponse> getResponseClass() { return GetCopyrightPredictionDateResponse.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/GetCopyrightPredictionDateResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.GetCopyrightPredictionDateResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetCopyrightPredictionDateResponse extends AcsResponse { private String date; private String requestId; private Boolean success; public String getDate() { return this.date; } public void setDate(String date) { this.date = date; } 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 GetCopyrightPredictionDateResponse getInstance(UnmarshallerContext context) { return GetCopyrightPredictionDateResponseUnmarshaller.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/GetDownloadTicketsListRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 GetDownloadTicketsListRequest extends RpcAcsRequest<GetDownloadTicketsListResponse> { private String type; public GetDownloadTicketsListRequest() { super("Copyright", "2019-01-23", "GetDownloadTicketsList", "swcopyright"); setMethod(MethodType.POST); } public String getType() { return this.type; } public void setType(String type) { this.type = type; if(type != null){ putQueryParameter("Type", type); } } @Override public Class<GetDownloadTicketsListResponse> getResponseClass() { return GetDownloadTicketsListResponse.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/GetDownloadTicketsListResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.GetDownloadTicketsListResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetDownloadTicketsListResponse extends AcsResponse { private Integer pageNum; private String requestId; private Boolean success; private Integer totalItemNum; private Integer pageSize; private Integer totalPageNum; private List<DataItem> 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<DataItem> getData() { return this.data; } public void setData(List<DataItem> data) { this.data = data; } public static class DataItem { private String status; private Long date; private Long downloadId; private String url; private String name; public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } public Long getDate() { return this.date; } public void setDate(Long date) { this.date = date; } public Long getDownloadId() { return this.downloadId; } public void setDownloadId(Long downloadId) { this.downloadId = downloadId; } public String getUrl() { return this.url; } public void setUrl(String url) { this.url = url; } public String getName() { return this.name; } public void setName(String name) { this.name = name; } } @Override public GetDownloadTicketsListResponse getInstance(UnmarshallerContext context) { return GetDownloadTicketsListResponseUnmarshaller.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/GetEnterpriseApplyNumberListRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 GetEnterpriseApplyNumberListRequest extends RpcAcsRequest<GetEnterpriseApplyNumberListResponse> { private String enterprise; public GetEnterpriseApplyNumberListRequest() { super("Copyright", "2019-01-23", "GetEnterpriseApplyNumberList", "swcopyright"); setMethod(MethodType.POST); } public String getEnterprise() { return this.enterprise; } public void setEnterprise(String enterprise) { this.enterprise = enterprise; if(enterprise != null){ putQueryParameter("Enterprise", enterprise); } } @Override public Class<GetEnterpriseApplyNumberListResponse> getResponseClass() { return GetEnterpriseApplyNumberListResponse.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/GetEnterpriseApplyNumberListResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.GetEnterpriseApplyNumberListResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetEnterpriseApplyNumberListResponse extends AcsResponse { private String data; private String requestId; private Boolean 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; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } @Override public GetEnterpriseApplyNumberListResponse getInstance(UnmarshallerContext context) { return GetEnterpriseApplyNumberListResponseUnmarshaller.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/GetEnterpriseInfoRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 GetEnterpriseInfoRequest extends RpcAcsRequest<GetEnterpriseInfoResponse> { private String name; public GetEnterpriseInfoRequest() { super("Copyright", "2019-01-23", "GetEnterpriseInfo", "swcopyright"); setMethod(MethodType.POST); } public String getName() { return this.name; } public void setName(String name) { this.name = name; if(name != null){ putQueryParameter("Name", name); } } @Override public Class<GetEnterpriseInfoResponse> getResponseClass() { return GetEnterpriseInfoResponse.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/GetEnterpriseInfoResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.GetEnterpriseInfoResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetEnterpriseInfoResponse extends AcsResponse { private String number; private String province; private String name; private String city; private String district; private String requestId; private Boolean success; public String getNumber() { return this.number; } public void setNumber(String number) { this.number = number; } public String getProvince() { return this.province; } public void setProvince(String province) { this.province = province; } public String getName() { return this.name; } public void setName(String name) { this.name = name; } public String getCity() { return this.city; } public void setCity(String city) { this.city = city; } public String getDistrict() { return this.district; } public void setDistrict(String district) { this.district = district; } 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 GetEnterpriseInfoResponse getInstance(UnmarshallerContext context) { return GetEnterpriseInfoResponseUnmarshaller.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/GetEnterpriseStatisticsInfoRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 GetEnterpriseStatisticsInfoRequest extends RpcAcsRequest<GetEnterpriseStatisticsInfoResponse> { private String enterprise; public GetEnterpriseStatisticsInfoRequest() { super("Copyright", "2019-01-23", "GetEnterpriseStatisticsInfo", "swcopyright"); setMethod(MethodType.POST); } public String getEnterprise() { return this.enterprise; } public void setEnterprise(String enterprise) { this.enterprise = enterprise; if(enterprise != null){ putQueryParameter("Enterprise", enterprise); } } @Override public Class<GetEnterpriseStatisticsInfoResponse> getResponseClass() { return GetEnterpriseStatisticsInfoResponse.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/GetEnterpriseStatisticsInfoResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.GetEnterpriseStatisticsInfoResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetEnterpriseStatisticsInfoResponse extends AcsResponse { private String requestId; private Boolean success; private Integer total; private Integer monthCount; private Integer halfMonthCount; private Integer twoMonthCount; private Integer threeMonthCount; private Integer expiredCount; 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 getTotal() { return this.total; } public void setTotal(Integer total) { this.total = total; } public Integer getMonthCount() { return this.monthCount; } public void setMonthCount(Integer monthCount) { this.monthCount = monthCount; } public Integer getHalfMonthCount() { return this.halfMonthCount; } public void setHalfMonthCount(Integer halfMonthCount) { this.halfMonthCount = halfMonthCount; } public Integer getTwoMonthCount() { return this.twoMonthCount; } public void setTwoMonthCount(Integer twoMonthCount) { this.twoMonthCount = twoMonthCount; } public Integer getThreeMonthCount() { return this.threeMonthCount; } public void setThreeMonthCount(Integer threeMonthCount) { this.threeMonthCount = threeMonthCount; } public Integer getExpiredCount() { return this.expiredCount; } public void setExpiredCount(Integer expiredCount) { this.expiredCount = expiredCount; } @Override public GetEnterpriseStatisticsInfoResponse getInstance(UnmarshallerContext context) { return GetEnterpriseStatisticsInfoResponseUnmarshaller.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/GetItemDetailRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 GetItemDetailRequest extends RpcAcsRequest<GetItemDetailResponse> { private Integer itemId; public GetItemDetailRequest() { super("Copyright", "2019-01-23", "GetItemDetail", "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()); } } @Override public Class<GetItemDetailResponse> getResponseClass() { return GetItemDetailResponse.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/GetItemDetailResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.GetItemDetailResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetItemDetailResponse 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 Item item; public Item getItem() { return this.item; } public void setItem(Item item) { this.item = item; } public static class Item { private Integer itemId; private String title; private String picUrl; private String description; private Integer leftNum; private Integer totalNum; public Integer getItemId() { return this.itemId; } public void setItemId(Integer itemId) { this.itemId = itemId; } public String getTitle() { return this.title; } public void setTitle(String title) { this.title = title; } public String getPicUrl() { return this.picUrl; } public void setPicUrl(String picUrl) { this.picUrl = picUrl; } public String getDescription() { return this.description; } public void setDescription(String description) { this.description = description; } public Integer getLeftNum() { return this.leftNum; } public void setLeftNum(Integer leftNum) { this.leftNum = leftNum; } public Integer getTotalNum() { return this.totalNum; } public void setTotalNum(Integer totalNum) { this.totalNum = totalNum; } } } @Override public GetItemDetailResponse getInstance(UnmarshallerContext context) { return GetItemDetailResponseUnmarshaller.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/GetLicenseInfoRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 GetLicenseInfoRequest extends RpcAcsRequest<GetLicenseInfoResponse> { private Integer type; private String url; public GetLicenseInfoRequest() { super("Copyright", "2019-01-23", "GetLicenseInfo", "swcopyright"); setMethod(MethodType.POST); } public Integer getType() { return this.type; } public void setType(Integer type) { this.type = type; if(type != null){ putQueryParameter("Type", type.toString()); } } public String getUrl() { return this.url; } public void setUrl(String url) { this.url = url; if(url != null){ putQueryParameter("Url", url); } } @Override public Class<GetLicenseInfoResponse> getResponseClass() { return GetLicenseInfoResponse.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/GetLicenseInfoResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.GetLicenseInfoResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetLicenseInfoResponse extends AcsResponse { private Boolean success; private String requestId; private Data data; 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 Data getData() { return this.data; } public void setData(Data data) { this.data = data; } public static class Data { private String enterpriseTime; private String effectivePeriod; private String cardNum; private String address; private String city; private String name; private String province; private String companyName; public String getEnterpriseTime() { return this.enterpriseTime; } public void setEnterpriseTime(String enterpriseTime) { this.enterpriseTime = enterpriseTime; } public String getEffectivePeriod() { return this.effectivePeriod; } public void setEffectivePeriod(String effectivePeriod) { this.effectivePeriod = effectivePeriod; } public String getCardNum() { return this.cardNum; } public void setCardNum(String cardNum) { this.cardNum = cardNum; } public String getAddress() { return this.address; } public void setAddress(String address) { this.address = address; } public String getCity() { return this.city; } public void setCity(String city) { this.city = city; } public String getName() { return this.name; } public void setName(String name) { this.name = name; } public String getProvince() { return this.province; } public void setProvince(String province) { this.province = province; } public String getCompanyName() { return this.companyName; } public void setCompanyName(String companyName) { this.companyName = companyName; } } @Override public GetLicenseInfoResponse getInstance(UnmarshallerContext context) { return GetLicenseInfoResponseUnmarshaller.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/GetPatentFeeStatisticsInfoRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 GetPatentFeeStatisticsInfoRequest extends RpcAcsRequest<GetPatentFeeStatisticsInfoResponse> { private String userType; private Long startDate; private Long endDate; public GetPatentFeeStatisticsInfoRequest() { super("Copyright", "2019-01-23", "GetPatentFeeStatisticsInfo", "swcopyright"); setMethod(MethodType.GET); } public String getUserType() { return this.userType; } public void setUserType(String userType) { this.userType = userType; if(userType != null){ putQueryParameter("UserType", userType); } } public Long getStartDate() { return this.startDate; } public void setStartDate(Long startDate) { this.startDate = startDate; if(startDate != null){ putQueryParameter("StartDate", startDate.toString()); } } public Long getEndDate() { return this.endDate; } public void setEndDate(Long endDate) { this.endDate = endDate; if(endDate != null){ putQueryParameter("EndDate", endDate.toString()); } } @Override public Class<GetPatentFeeStatisticsInfoResponse> getResponseClass() { return GetPatentFeeStatisticsInfoResponse.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/GetPatentFeeStatisticsInfoResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.GetPatentFeeStatisticsInfoResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetPatentFeeStatisticsInfoResponse extends AcsResponse { private Boolean success; private String requestId; private Data data; 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 Data getData() { return this.data; } public void setData(Data data) { this.data = data; } public static class Data { private String userType; private Float discountPrice; private Integer usedCount; private Integer shiyongCount; private Integer waiguanCount; private Float totalPrice; private Integer total; private Integer freeCount; private Integer famingCount; private List<AgeInfoItem> ageInfo; public String getUserType() { return this.userType; } public void setUserType(String userType) { this.userType = userType; } public Float getDiscountPrice() { return this.discountPrice; } public void setDiscountPrice(Float discountPrice) { this.discountPrice = discountPrice; } public Integer getUsedCount() { return this.usedCount; } public void setUsedCount(Integer usedCount) { this.usedCount = usedCount; } public Integer getShiyongCount() { return this.shiyongCount; } public void setShiyongCount(Integer shiyongCount) { this.shiyongCount = shiyongCount; } public Integer getWaiguanCount() { return this.waiguanCount; } public void setWaiguanCount(Integer waiguanCount) { this.waiguanCount = waiguanCount; } public Float getTotalPrice() { return this.totalPrice; } public void setTotalPrice(Float totalPrice) { this.totalPrice = totalPrice; } public Integer getTotal() { return this.total; } public void setTotal(Integer total) { this.total = total; } public Integer getFreeCount() { return this.freeCount; } public void setFreeCount(Integer freeCount) { this.freeCount = freeCount; } public Integer getFamingCount() { return this.famingCount; } public void setFamingCount(Integer famingCount) { this.famingCount = famingCount; } public List<AgeInfoItem> getAgeInfo() { return this.ageInfo; } public void setAgeInfo(List<AgeInfoItem> ageInfo) { this.ageInfo = ageInfo; } public static class AgeInfoItem { private String type; private Float discountPrice; private Float salePrice; private String age; private Integer count; public String getType() { return this.type; } public void setType(String type) { this.type = type; } public Float getDiscountPrice() { return this.discountPrice; } public void setDiscountPrice(Float discountPrice) { this.discountPrice = discountPrice; } public Float getSalePrice() { return this.salePrice; } public void setSalePrice(Float salePrice) { this.salePrice = salePrice; } public String getAge() { return this.age; } public void setAge(String age) { this.age = age; } public Integer getCount() { return this.count; } public void setCount(Integer count) { this.count = count; } } } @Override public GetPatentFeeStatisticsInfoResponse getInstance(UnmarshallerContext context) { return GetPatentFeeStatisticsInfoResponseUnmarshaller.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/GetPatentOverviewInfoRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 GetPatentOverviewInfoRequest extends RpcAcsRequest<GetPatentOverviewInfoResponse> { private String userType; public GetPatentOverviewInfoRequest() { super("Copyright", "2019-01-23", "GetPatentOverviewInfo", "swcopyright"); setMethod(MethodType.GET); } public String getUserType() { return this.userType; } public void setUserType(String userType) { this.userType = userType; if(userType != null){ putQueryParameter("UserType", userType); } } @Override public Class<GetPatentOverviewInfoResponse> getResponseClass() { return GetPatentOverviewInfoResponse.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/GetPatentOverviewInfoResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.GetPatentOverviewInfoResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetPatentOverviewInfoResponse extends AcsResponse { private Boolean success; private String requestId; private List<DataItem> data; 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 List<DataItem> getData() { return this.data; } public void setData(List<DataItem> data) { this.data = data; } public static class DataItem { private String userType; private Integer waiguanCount; private Integer total; private Integer shiyongCount; private Integer famingCount; public String getUserType() { return this.userType; } public void setUserType(String userType) { this.userType = userType; } public Integer getWaiguanCount() { return this.waiguanCount; } public void setWaiguanCount(Integer waiguanCount) { this.waiguanCount = waiguanCount; } public Integer getTotal() { return this.total; } public void setTotal(Integer total) { this.total = total; } public Integer getShiyongCount() { return this.shiyongCount; } public void setShiyongCount(Integer shiyongCount) { this.shiyongCount = shiyongCount; } public Integer getFamingCount() { return this.famingCount; } public void setFamingCount(Integer famingCount) { this.famingCount = famingCount; } } @Override public GetPatentOverviewInfoResponse getInstance(UnmarshallerContext context) { return GetPatentOverviewInfoResponseUnmarshaller.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/GetPatentPlanDetailListRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 GetPatentPlanDetailListRequest extends RpcAcsRequest<GetPatentPlanDetailListResponse> { private String discount; private String type; private Integer pageNum; private String patentStatus; private String pageSize; private String keyword; private Integer endYear; private Integer soldStatus; private Integer label; private Long startPayDate; private Long endPayDate; private Integer payStatus; private Integer startYear; private Long planId; private Boolean patentDiscard; public GetPatentPlanDetailListRequest() { super("Copyright", "2019-01-23", "GetPatentPlanDetailList", "swcopyright"); setMethod(MethodType.POST); } public String getDiscount() { return this.discount; } public void setDiscount(String discount) { this.discount = discount; if(discount != null){ putQueryParameter("Discount", discount); } } public String getType() { return this.type; } public void setType(String type) { this.type = type; if(type != null){ putQueryParameter("Type", type); } } public Integer getPageNum() { return this.pageNum; } public void setPageNum(Integer pageNum) { this.pageNum = pageNum; if(pageNum != null){ putQueryParameter("PageNum", pageNum.toString()); } } public String getPatentStatus() { return this.patentStatus; } public void setPatentStatus(String patentStatus) { this.patentStatus = patentStatus; if(patentStatus != null){ putQueryParameter("PatentStatus", patentStatus); } } public String getPageSize() { return this.pageSize; } public void setPageSize(String pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("PageSize", pageSize); } } public String getKeyword() { return this.keyword; } public void setKeyword(String keyword) { this.keyword = keyword; if(keyword != null){ putQueryParameter("Keyword", keyword); } } public Integer getEndYear() { return this.endYear; } public void setEndYear(Integer endYear) { this.endYear = endYear; if(endYear != null){ putQueryParameter("EndYear", endYear.toString()); } } public Integer getSoldStatus() { return this.soldStatus; } public void setSoldStatus(Integer soldStatus) { this.soldStatus = soldStatus; if(soldStatus != null){ putQueryParameter("SoldStatus", soldStatus.toString()); } } public Integer getLabel() { return this.label; } public void setLabel(Integer label) { this.label = label; if(label != null){ putQueryParameter("Label", label.toString()); } } public Long getStartPayDate() { return this.startPayDate; } public void setStartPayDate(Long startPayDate) { this.startPayDate = startPayDate; if(startPayDate != null){ putQueryParameter("StartPayDate", startPayDate.toString()); } } public Long getEndPayDate() { return this.endPayDate; } public void setEndPayDate(Long endPayDate) { this.endPayDate = endPayDate; if(endPayDate != null){ putQueryParameter("EndPayDate", endPayDate.toString()); } } public Integer getPayStatus() { return this.payStatus; } public void setPayStatus(Integer payStatus) { this.payStatus = payStatus; if(payStatus != null){ putQueryParameter("PayStatus", payStatus.toString()); } } public Integer getStartYear() { return this.startYear; } public void setStartYear(Integer startYear) { this.startYear = startYear; if(startYear != null){ putQueryParameter("StartYear", startYear.toString()); } } public Long getPlanId() { return this.planId; } public void setPlanId(Long planId) { this.planId = planId; if(planId != null){ putQueryParameter("PlanId", planId.toString()); } } public Boolean getPatentDiscard() { return this.patentDiscard; } public void setPatentDiscard(Boolean patentDiscard) { this.patentDiscard = patentDiscard; if(patentDiscard != null){ putQueryParameter("PatentDiscard", patentDiscard.toString()); } } @Override public Class<GetPatentPlanDetailListResponse> getResponseClass() { return GetPatentPlanDetailListResponse.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/GetPatentPlanDetailListResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.GetPatentPlanDetailListResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetPatentPlanDetailListResponse extends AcsResponse { private Integer pageNum; private String requestId; private Boolean success; private Integer totalItemNum; private Integer pageSize; private Integer totalPageNum; private List<DataItem> 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<DataItem> getData() { return this.data; } public void setData(List<DataItem> data) { this.data = data; } public static class DataItem { private Integer type; private String owner; private String paidDate; private String endPayDate; private String planPayDate; private Integer soldStatus; private String applyNumber; private String gmtExpireDate; private String bizId; private Integer label; private Long planId; private Integer year; private Long planDetailId; private Integer payStatus; private String patentStatus; private String agency; private Integer discount; private Boolean uidAgreement; private Boolean patentDiscard; private String name; private Long updateTime; private Integer planFee; public Integer getType() { return this.type; } public void setType(Integer type) { this.type = type; } public String getOwner() { return this.owner; } public void setOwner(String owner) { this.owner = owner; } public String getPaidDate() { return this.paidDate; } public void setPaidDate(String paidDate) { this.paidDate = paidDate; } public String getEndPayDate() { return this.endPayDate; } public void setEndPayDate(String endPayDate) { this.endPayDate = endPayDate; } public String getPlanPayDate() { return this.planPayDate; } public void setPlanPayDate(String planPayDate) { this.planPayDate = planPayDate; } public Integer getSoldStatus() { return this.soldStatus; } public void setSoldStatus(Integer soldStatus) { this.soldStatus = soldStatus; } public String getApplyNumber() { return this.applyNumber; } public void setApplyNumber(String applyNumber) { this.applyNumber = applyNumber; } public String getGmtExpireDate() { return this.gmtExpireDate; } public void setGmtExpireDate(String gmtExpireDate) { this.gmtExpireDate = gmtExpireDate; } public String getBizId() { return this.bizId; } public void setBizId(String bizId) { this.bizId = bizId; } public Integer getLabel() { return this.label; } public void setLabel(Integer label) { this.label = label; } public Long getPlanId() { return this.planId; } public void setPlanId(Long planId) { this.planId = planId; } public Integer getYear() { return this.year; } public void setYear(Integer year) { this.year = year; } public Long getPlanDetailId() { return this.planDetailId; } public void setPlanDetailId(Long planDetailId) { this.planDetailId = planDetailId; } public Integer getPayStatus() { return this.payStatus; } public void setPayStatus(Integer payStatus) { this.payStatus = payStatus; } public String getPatentStatus() { return this.patentStatus; } public void setPatentStatus(String patentStatus) { this.patentStatus = patentStatus; } public String getAgency() { return this.agency; } public void setAgency(String agency) { this.agency = agency; } public Integer getDiscount() { return this.discount; } public void setDiscount(Integer discount) { this.discount = discount; } public Boolean getUidAgreement() { return this.uidAgreement; } public void setUidAgreement(Boolean uidAgreement) { this.uidAgreement = uidAgreement; } public Boolean getPatentDiscard() { return this.patentDiscard; } public void setPatentDiscard(Boolean patentDiscard) { this.patentDiscard = patentDiscard; } public String getName() { return this.name; } public void setName(String name) { this.name = name; } public Long getUpdateTime() { return this.updateTime; } public void setUpdateTime(Long updateTime) { this.updateTime = updateTime; } public Integer getPlanFee() { return this.planFee; } public void setPlanFee(Integer planFee) { this.planFee = planFee; } } @Override public GetPatentPlanDetailListResponse getInstance(UnmarshallerContext context) { return GetPatentPlanDetailListResponseUnmarshaller.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/GetPatentPlanInfoListRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 GetPatentPlanInfoListRequest extends RpcAcsRequest<GetPatentPlanInfoListResponse> { private Integer pageNum; private Integer pageSize; private String planName; private String keyword; public GetPatentPlanInfoListRequest() { super("Copyright", "2019-01-23", "GetPatentPlanInfoList", "swcopyright"); setMethod(MethodType.POST); } 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 getPlanName() { return this.planName; } public void setPlanName(String planName) { this.planName = planName; if(planName != null){ putQueryParameter("PlanName", planName); } } public String getKeyword() { return this.keyword; } public void setKeyword(String keyword) { this.keyword = keyword; if(keyword != null){ putQueryParameter("Keyword", keyword); } } @Override public Class<GetPatentPlanInfoListResponse> getResponseClass() { return GetPatentPlanInfoListResponse.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/GetPatentPlanInfoListResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.GetPatentPlanInfoListResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetPatentPlanInfoListResponse 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 owner; private Long planId; private String name; private String contact; private Integer warnDays; public String getOwner() { return this.owner; } public void setOwner(String owner) { this.owner = owner; } public Long getPlanId() { return this.planId; } public void setPlanId(Long planId) { this.planId = planId; } public String getName() { return this.name; } public void setName(String name) { this.name = name; } public String getContact() { return this.contact; } public void setContact(String contact) { this.contact = contact; } public Integer getWarnDays() { return this.warnDays; } public void setWarnDays(Integer warnDays) { this.warnDays = warnDays; } } @Override public GetPatentPlanInfoListResponse getInstance(UnmarshallerContext context) { return GetPatentPlanInfoListResponseUnmarshaller.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/GetPatentPlanInfoRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 GetPatentPlanInfoRequest extends RpcAcsRequest<GetPatentPlanInfoResponse> { private Long planId; public GetPatentPlanInfoRequest() { super("Copyright", "2019-01-23", "GetPatentPlanInfo", "swcopyright"); setMethod(MethodType.POST); } public Long getPlanId() { return this.planId; } public void setPlanId(Long planId) { this.planId = planId; if(planId != null){ putQueryParameter("PlanId", planId.toString()); } } @Override public Class<GetPatentPlanInfoResponse> getResponseClass() { return GetPatentPlanInfoResponse.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/GetPatentPlanInfoResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.GetPatentPlanInfoResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetPatentPlanInfoResponse extends AcsResponse { private Boolean success; private String requestId; private List<DataItem> data; 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 List<DataItem> getData() { return this.data; } public void setData(List<DataItem> data) { this.data = data; } public static class DataItem { private String owner; private Integer planId; private String name; private String contact; private Integer warnDays; public String getOwner() { return this.owner; } public void setOwner(String owner) { this.owner = owner; } public Integer getPlanId() { return this.planId; } public void setPlanId(Integer planId) { this.planId = planId; } public String getName() { return this.name; } public void setName(String name) { this.name = name; } public String getContact() { return this.contact; } public void setContact(String contact) { this.contact = contact; } public Integer getWarnDays() { return this.warnDays; } public void setWarnDays(Integer warnDays) { this.warnDays = warnDays; } } @Override public GetPatentPlanInfoResponse getInstance(UnmarshallerContext context) { return GetPatentPlanInfoResponseUnmarshaller.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/GetPatentPlanListRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 GetPatentPlanListRequest extends RpcAcsRequest<GetPatentPlanListResponse> { private Integer pageNum; private Integer pageSize; private String keyword; public GetPatentPlanListRequest() { super("Copyright", "2019-01-23", "GetPatentPlanList", "swcopyright"); setMethod(MethodType.POST); } 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 getKeyword() { return this.keyword; } public void setKeyword(String keyword) { this.keyword = keyword; if(keyword != null){ putQueryParameter("Keyword", keyword); } } @Override public Class<GetPatentPlanListResponse> getResponseClass() { return GetPatentPlanListResponse.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/GetPatentPlanListResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.GetPatentPlanListResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetPatentPlanListResponse 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 owner; private String contact; private Integer soldCount; private String unSoldCount; private String name; private Long planId; private Integer totalCount; public String getOwner() { return this.owner; } public void setOwner(String owner) { this.owner = owner; } public String getContact() { return this.contact; } public void setContact(String contact) { this.contact = contact; } public Integer getSoldCount() { return this.soldCount; } public void setSoldCount(Integer soldCount) { this.soldCount = soldCount; } public String getUnSoldCount() { return this.unSoldCount; } public void setUnSoldCount(String unSoldCount) { this.unSoldCount = unSoldCount; } public String getName() { return this.name; } public void setName(String name) { this.name = name; } public Long getPlanId() { return this.planId; } public void setPlanId(Long planId) { this.planId = planId; } public Integer getTotalCount() { return this.totalCount; } public void setTotalCount(Integer totalCount) { this.totalCount = totalCount; } } @Override public GetPatentPlanListResponse getInstance(UnmarshallerContext context) { return GetPatentPlanListResponseUnmarshaller.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/GetPatentStatisticsDetailListRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 GetPatentStatisticsDetailListRequest extends RpcAcsRequest<GetPatentStatisticsDetailListResponse> { private String userType; private String discount; private Long startDate; private String type; private Long endDate; private Integer startYear; private String keyword; private Integer endYear; public GetPatentStatisticsDetailListRequest() { super("Copyright", "2019-01-23", "GetPatentStatisticsDetailList", "swcopyright"); setMethod(MethodType.GET); } public String getUserType() { return this.userType; } public void setUserType(String userType) { this.userType = userType; if(userType != null){ putQueryParameter("UserType", userType); } } public String getDiscount() { return this.discount; } public void setDiscount(String discount) { this.discount = discount; if(discount != null){ putQueryParameter("Discount", discount); } } public Long getStartDate() { return this.startDate; } public void setStartDate(Long startDate) { this.startDate = startDate; if(startDate != null){ putQueryParameter("StartDate", startDate.toString()); } } public String getType() { return this.type; } public void setType(String type) { this.type = type; if(type != null){ putQueryParameter("Type", type); } } public Long getEndDate() { return this.endDate; } public void setEndDate(Long endDate) { this.endDate = endDate; if(endDate != null){ putQueryParameter("EndDate", endDate.toString()); } } public Integer getStartYear() { return this.startYear; } public void setStartYear(Integer startYear) { this.startYear = startYear; if(startYear != null){ putQueryParameter("StartYear", startYear.toString()); } } public String getKeyword() { return this.keyword; } public void setKeyword(String keyword) { this.keyword = keyword; if(keyword != null){ putQueryParameter("Keyword", keyword); } } public Integer getEndYear() { return this.endYear; } public void setEndYear(Integer endYear) { this.endYear = endYear; if(endYear != null){ putQueryParameter("EndYear", endYear.toString()); } } @Override public Class<GetPatentStatisticsDetailListResponse> getResponseClass() { return GetPatentStatisticsDetailListResponse.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/GetPatentStatisticsDetailListResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.GetPatentStatisticsDetailListResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetPatentStatisticsDetailListResponse extends AcsResponse { private Integer pageNum; private String requestId; private Boolean success; private Integer totalItemNum; private Integer pageSize; private Integer totalPageNum; private List<DataItem> 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<DataItem> getData() { return this.data; } public void setData(List<DataItem> data) { this.data = data; } public static class DataItem { private String type; private String status; private String owner; private Float discountPrice; private String applyNumber; private String age; private Float salePrice; private String payEndDate; private Integer year; private String agency; private String discount; private String name; public String getType() { return this.type; } public void setType(String type) { this.type = type; } public String getStatus() { return this.status; } public void setStatus(String status) { this.status = status; } public String getOwner() { return this.owner; } public void setOwner(String owner) { this.owner = owner; } public Float getDiscountPrice() { return this.discountPrice; } public void setDiscountPrice(Float discountPrice) { this.discountPrice = discountPrice; } public String getApplyNumber() { return this.applyNumber; } public void setApplyNumber(String applyNumber) { this.applyNumber = applyNumber; } public String getAge() { return this.age; } public void setAge(String age) { this.age = age; } public Float getSalePrice() { return this.salePrice; } public void setSalePrice(Float salePrice) { this.salePrice = salePrice; } public String getPayEndDate() { return this.payEndDate; } public void setPayEndDate(String payEndDate) { this.payEndDate = payEndDate; } public Integer getYear() { return this.year; } public void setYear(Integer year) { this.year = year; } public String getAgency() { return this.agency; } public void setAgency(String agency) { this.agency = agency; } public String getDiscount() { return this.discount; } public void setDiscount(String discount) { this.discount = discount; } public String getName() { return this.name; } public void setName(String name) { this.name = name; } } @Override public GetPatentStatisticsDetailListResponse getInstance(UnmarshallerContext context) { return GetPatentStatisticsDetailListResponseUnmarshaller.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/GetPatentTicketsInfoRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 GetPatentTicketsInfoRequest extends RpcAcsRequest<GetPatentTicketsInfoResponse> { private String applyNumber; public GetPatentTicketsInfoRequest() { super("Copyright", "2019-01-23", "GetPatentTicketsInfo", "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<GetPatentTicketsInfoResponse> getResponseClass() { return GetPatentTicketsInfoResponse.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/GetPatentTicketsInfoResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.GetPatentTicketsInfoResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetPatentTicketsInfoResponse extends AcsResponse { private Boolean success; private String requestId; private List<DataItem> data; 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 List<DataItem> getData() { return this.data; } public void setData(List<DataItem> data) { this.data = data; } public static class DataItem { private String invoiceUrl; private String patentNo; private String fee; private String remark; public String getInvoiceUrl() { return this.invoiceUrl; } public void setInvoiceUrl(String invoiceUrl) { this.invoiceUrl = invoiceUrl; } public String getPatentNo() { return this.patentNo; } public void setPatentNo(String patentNo) { this.patentNo = patentNo; } public String getFee() { return this.fee; } public void setFee(String fee) { this.fee = fee; } public String getRemark() { return this.remark; } public void setRemark(String remark) { this.remark = remark; } } @Override public GetPatentTicketsInfoResponse getInstance(UnmarshallerContext context) { return GetPatentTicketsInfoResponseUnmarshaller.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/GetPatentTimeStatisticsInfoRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 GetPatentTimeStatisticsInfoRequest extends RpcAcsRequest<GetPatentTimeStatisticsInfoResponse> { private String userType; private Long startDate; private String type; private Long endDate; public GetPatentTimeStatisticsInfoRequest() { super("Copyright", "2019-01-23", "GetPatentTimeStatisticsInfo", "swcopyright"); setMethod(MethodType.GET); } public String getUserType() { return this.userType; } public void setUserType(String userType) { this.userType = userType; if(userType != null){ putQueryParameter("UserType", userType); } } public Long getStartDate() { return this.startDate; } public void setStartDate(Long startDate) { this.startDate = startDate; if(startDate != null){ putQueryParameter("StartDate", startDate.toString()); } } public String getType() { return this.type; } public void setType(String type) { this.type = type; if(type != null){ putQueryParameter("Type", type); } } public Long getEndDate() { return this.endDate; } public void setEndDate(Long endDate) { this.endDate = endDate; if(endDate != null){ putQueryParameter("EndDate", endDate.toString()); } } @Override public Class<GetPatentTimeStatisticsInfoResponse> getResponseClass() { return GetPatentTimeStatisticsInfoResponse.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/GetPatentTimeStatisticsInfoResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.GetPatentTimeStatisticsInfoResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetPatentTimeStatisticsInfoResponse extends AcsResponse { private Integer pageNum; private String requestId; private Boolean success; private Integer totalItemNum; private Integer pageSize; private Integer totalPageNum; private List<DataItem> 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<DataItem> getData() { return this.data; } public void setData(List<DataItem> data) { this.data = data; } public static class DataItem { private String type; private Long halfMonthCount; private Long monthCount; private Long twoMonthCount; private Long threeMonthCount; private Long expiredCount; public String getType() { return this.type; } public void setType(String type) { this.type = type; } public Long getHalfMonthCount() { return this.halfMonthCount; } public void setHalfMonthCount(Long halfMonthCount) { this.halfMonthCount = halfMonthCount; } public Long getMonthCount() { return this.monthCount; } public void setMonthCount(Long monthCount) { this.monthCount = monthCount; } public Long getTwoMonthCount() { return this.twoMonthCount; } public void setTwoMonthCount(Long twoMonthCount) { this.twoMonthCount = twoMonthCount; } public Long getThreeMonthCount() { return this.threeMonthCount; } public void setThreeMonthCount(Long threeMonthCount) { this.threeMonthCount = threeMonthCount; } public Long getExpiredCount() { return this.expiredCount; } public void setExpiredCount(Long expiredCount) { this.expiredCount = expiredCount; } } @Override public GetPatentTimeStatisticsInfoResponse getInstance(UnmarshallerContext context) { return GetPatentTimeStatisticsInfoResponseUnmarshaller.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/GetProduceTempTokenRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 GetProduceTempTokenRequest extends RpcAcsRequest<GetProduceTempTokenResponse> { private String bizId; public GetProduceTempTokenRequest() { super("Copyright", "2019-01-23", "GetProduceTempToken", "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<GetProduceTempTokenResponse> getResponseClass() { return GetProduceTempTokenResponse.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/GetProduceTempTokenResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.GetProduceTempTokenResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetProduceTempTokenResponse extends AcsResponse { private String requestId; private Boolean success; private String token; 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 getToken() { return this.token; } public void setToken(String token) { this.token = token; } @Override public GetProduceTempTokenResponse getInstance(UnmarshallerContext context) { return GetProduceTempTokenResponseUnmarshaller.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/GetSerialNumberImageRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 GetSerialNumberImageRequest extends RpcAcsRequest<GetSerialNumberImageResponse> { private String serialNumber; public GetSerialNumberImageRequest() { super("Copyright", "2019-01-23", "GetSerialNumberImage", "swcopyright"); setMethod(MethodType.POST); } public String getSerialNumber() { return this.serialNumber; } public void setSerialNumber(String serialNumber) { this.serialNumber = serialNumber; if(serialNumber != null){ putQueryParameter("SerialNumber", serialNumber); } } @Override public Class<GetSerialNumberImageResponse> getResponseClass() { return GetSerialNumberImageResponse.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/GetSerialNumberImageResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.GetSerialNumberImageResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetSerialNumberImageResponse extends AcsResponse { private String requestId; private Boolean success; private String baseString; 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 getBaseString() { return this.baseString; } public void setBaseString(String baseString) { this.baseString = baseString; } @Override public GetSerialNumberImageResponse getInstance(UnmarshallerContext context) { return GetSerialNumberImageResponseUnmarshaller.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/GetSoftFileRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 GetSoftFileRequest extends RpcAcsRequest<GetSoftFileResponse> { private String code; private String softwareVersion; private String type; private String softwareName; public GetSoftFileRequest() { super("Copyright", "2019-01-23", "GetSoftFile", "swcopyright"); setMethod(MethodType.POST); } public String getCode() { return this.code; } public void setCode(String code) { this.code = code; if(code != null){ putQueryParameter("Code", code); } } public String getSoftwareVersion() { return this.softwareVersion; } public void setSoftwareVersion(String softwareVersion) { this.softwareVersion = softwareVersion; if(softwareVersion != null){ putQueryParameter("SoftwareVersion", softwareVersion); } } public String getType() { return this.type; } public void setType(String type) { this.type = type; if(type != null){ putQueryParameter("Type", type); } } public String getSoftwareName() { return this.softwareName; } public void setSoftwareName(String softwareName) { this.softwareName = softwareName; if(softwareName != null){ putQueryParameter("SoftwareName", softwareName); } } @Override public Class<GetSoftFileResponse> getResponseClass() { return GetSoftFileResponse.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/GetSoftFileResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.GetSoftFileResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetSoftFileResponse extends AcsResponse { private String requestId; private Boolean success; private String url; 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 getUrl() { return this.url; } public void setUrl(String url) { this.url = url; } @Override public GetSoftFileResponse getInstance(UnmarshallerContext context) { return GetSoftFileResponseUnmarshaller.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/GetStampFileUrlRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 GetStampFileUrlRequest extends RpcAcsRequest<GetStampFileUrlResponse> { private String bizType; private String bizId; public GetStampFileUrlRequest() { super("Copyright", "2019-01-23", "GetStampFileUrl", "swcopyright"); setMethod(MethodType.POST); } 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); } } @Override public Class<GetStampFileUrlResponse> getResponseClass() { return GetStampFileUrlResponse.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/GetStampFileUrlResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.GetStampFileUrlResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetStampFileUrlResponse extends AcsResponse { private String url; private String requestId; private Boolean success; public String getUrl() { return this.url; } public void setUrl(String url) { this.url = url; } 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 GetStampFileUrlResponse getInstance(UnmarshallerContext context) { return GetStampFileUrlResponseUnmarshaller.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/GetStockDetailRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 GetStockDetailRequest extends RpcAcsRequest<GetStockDetailResponse> { private Integer stockId; private String targetMobile; public GetStockDetailRequest() { super("Copyright", "2019-01-23", "GetStockDetail", "swcopyright"); setProtocol(ProtocolType.HTTPS); setMethod(MethodType.POST); } public Integer getStockId() { return this.stockId; } public void setStockId(Integer stockId) { this.stockId = stockId; if(stockId != null){ putBodyParameter("StockId", stockId.toString()); } } public String getTargetMobile() { return this.targetMobile; } public void setTargetMobile(String targetMobile) { this.targetMobile = targetMobile; if(targetMobile != null){ putBodyParameter("TargetMobile", targetMobile); } } @Override public Class<GetStockDetailResponse> getResponseClass() { return GetStockDetailResponse.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/GetStockDetailResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 java.util.Map; import com.aliyuncs.AcsResponse; import com.aliyuncs.copyright.transform.v20190123.GetStockDetailResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetStockDetailResponse 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; private Map<Object,Object> detail; 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; } public Map<Object,Object> getDetail() { return this.detail; } public void setDetail(Map<Object,Object> detail) { this.detail = detail; } } @Override public GetStockDetailResponse getInstance(UnmarshallerContext context) { return GetStockDetailResponseUnmarshaller.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/GetSupplementInfoRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 GetSupplementInfoRequest extends RpcAcsRequest<GetSupplementInfoResponse> { private String supplementId; public GetSupplementInfoRequest() { super("Copyright", "2019-01-23", "GetSupplementInfo", "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<GetSupplementInfoResponse> getResponseClass() { return GetSupplementInfoResponse.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/GetSupplementInfoResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.GetSupplementInfoResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetSupplementInfoResponse extends AcsResponse { private String requestId; private Boolean success; private String message; private String bizId; private String supplementId; private String supplementType; private String supplementReason; private String receiveTimestamp; private String additionalReason; private String supplementFields; 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 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 getSupplementType() { return this.supplementType; } public void setSupplementType(String supplementType) { this.supplementType = supplementType; } public String getSupplementReason() { return this.supplementReason; } public void setSupplementReason(String supplementReason) { this.supplementReason = supplementReason; } public String getReceiveTimestamp() { return this.receiveTimestamp; } public void setReceiveTimestamp(String receiveTimestamp) { this.receiveTimestamp = receiveTimestamp; } public String getAdditionalReason() { return this.additionalReason; } public void setAdditionalReason(String additionalReason) { this.additionalReason = additionalReason; } public String getSupplementFields() { return this.supplementFields; } public void setSupplementFields(String supplementFields) { this.supplementFields = supplementFields; } @Override public GetSupplementInfoResponse getInstance(UnmarshallerContext context) { return GetSupplementInfoResponseUnmarshaller.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/GetTicketsInfoRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 GetTicketsInfoRequest extends RpcAcsRequest<GetTicketsInfoResponse> { private String bizId; public GetTicketsInfoRequest() { super("Copyright", "2019-01-23", "GetTicketsInfo", "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<GetTicketsInfoResponse> getResponseClass() { return GetTicketsInfoResponse.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/GetTicketsInfoResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.GetTicketsInfoResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetTicketsInfoResponse extends AcsResponse { private Boolean success; private String requestId; private List<Tickets> data; 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 List<Tickets> getData() { return this.data; } public void setData(List<Tickets> data) { this.data = data; } public static class Tickets { private String invoiceUrl; private String remark; private Long patentNo; private Integer invoiceYear; private String fee; public String getInvoiceUrl() { return this.invoiceUrl; } public void setInvoiceUrl(String invoiceUrl) { this.invoiceUrl = invoiceUrl; } public String getRemark() { return this.remark; } public void setRemark(String remark) { this.remark = remark; } public Long getPatentNo() { return this.patentNo; } public void setPatentNo(Long patentNo) { this.patentNo = patentNo; } public Integer getInvoiceYear() { return this.invoiceYear; } public void setInvoiceYear(Integer invoiceYear) { this.invoiceYear = invoiceYear; } public String getFee() { return this.fee; } public void setFee(String fee) { this.fee = fee; } } @Override public GetTicketsInfoResponse getInstance(UnmarshallerContext context) { return GetTicketsInfoResponseUnmarshaller.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/GetUpdateSaleInfoRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 GetUpdateSaleInfoRequest extends RpcAcsRequest<GetUpdateSaleInfoResponse> { private String bizType; private String bizId; public GetUpdateSaleInfoRequest() { super("Copyright", "2019-01-23", "GetUpdateSaleInfo", "swcopyright"); setMethod(MethodType.POST); } 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); } } @Override public Class<GetUpdateSaleInfoResponse> getResponseClass() { return GetUpdateSaleInfoResponse.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/GetUpdateSaleInfoResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.GetUpdateSaleInfoResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetUpdateSaleInfoResponse extends AcsResponse { private String instanceId; private String requestId; private String commodityCode; private Boolean success; private List<String> skuList; public String getInstanceId() { return this.instanceId; } public void setInstanceId(String instanceId) { this.instanceId = instanceId; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getCommodityCode() { return this.commodityCode; } public void setCommodityCode(String commodityCode) { this.commodityCode = commodityCode; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public List<String> getSkuList() { return this.skuList; } public void setSkuList(List<String> skuList) { this.skuList = skuList; } @Override public GetUpdateSaleInfoResponse getInstance(UnmarshallerContext context) { return GetUpdateSaleInfoResponseUnmarshaller.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/GetUpgradeWorkRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 GetUpgradeWorkRequest extends RpcAcsRequest<GetUpgradeWorkResponse> { private Long workId; public GetUpgradeWorkRequest() { super("Copyright", "2019-01-23", "GetUpgradeWork", "swcopyright"); setMethod(MethodType.POST); } public Long getWorkId() { return this.workId; } public void setWorkId(Long workId) { this.workId = workId; if(workId != null){ putQueryParameter("WorkId", workId.toString()); } } @Override public Class<GetUpgradeWorkResponse> getResponseClass() { return GetUpgradeWorkResponse.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/GetUpgradeWorkResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.GetUpgradeWorkResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetUpgradeWorkResponse extends AcsResponse { private Long modifiedTime; private String requestId; private String newSku; private Boolean success; private Long createTime; private Long workId; private String oldSku; private Integer workStatus; private String reason; public Long getModifiedTime() { return this.modifiedTime; } public void setModifiedTime(Long modifiedTime) { this.modifiedTime = modifiedTime; } public String getRequestId() { return this.requestId; } public void setRequestId(String requestId) { this.requestId = requestId; } public String getNewSku() { return this.newSku; } public void setNewSku(String newSku) { this.newSku = newSku; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } public Long getCreateTime() { return this.createTime; } public void setCreateTime(Long createTime) { this.createTime = createTime; } public Long getWorkId() { return this.workId; } public void setWorkId(Long workId) { this.workId = workId; } public String getOldSku() { return this.oldSku; } public void setOldSku(String oldSku) { this.oldSku = oldSku; } public Integer getWorkStatus() { return this.workStatus; } public void setWorkStatus(Integer workStatus) { this.workStatus = workStatus; } public String getReason() { return this.reason; } public void setReason(String reason) { this.reason = reason; } @Override public GetUpgradeWorkResponse getInstance(UnmarshallerContext context) { return GetUpgradeWorkResponseUnmarshaller.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/GetUserPatentStatisticsStatusRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 GetUserPatentStatisticsStatusRequest extends RpcAcsRequest<GetUserPatentStatisticsStatusResponse> { public GetUserPatentStatisticsStatusRequest() { super("Copyright", "2019-01-23", "GetUserPatentStatisticsStatus", "swcopyright"); setMethod(MethodType.GET); } @Override public Class<GetUserPatentStatisticsStatusResponse> getResponseClass() { return GetUserPatentStatisticsStatusResponse.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/GetUserPatentStatisticsStatusResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.GetUserPatentStatisticsStatusResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class GetUserPatentStatisticsStatusResponse extends AcsResponse { private Boolean success; private String requestId; private List<DataItem> data; 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 List<DataItem> getData() { return this.data; } public void setData(List<DataItem> data) { this.data = data; } public static class DataItem { private Integer status; public Integer getStatus() { return this.status; } public void setStatus(Integer status) { this.status = status; } } @Override public GetUserPatentStatisticsStatusResponse getInstance(UnmarshallerContext context) { return GetUserPatentStatisticsStatusResponseUnmarshaller.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/IdentifyDocInfoRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 IdentifyDocInfoRequest extends RpcAcsRequest<IdentifyDocInfoResponse> { private String bizType; private String file; public IdentifyDocInfoRequest() { super("Copyright", "2019-01-23", "IdentifyDocInfo", "swcopyright"); setMethod(MethodType.POST); } public String getBizType() { return this.bizType; } public void setBizType(String bizType) { this.bizType = bizType; if(bizType != null){ putBodyParameter("BizType", bizType); } } public String getFile() { return this.file; } public void setFile(String file) { this.file = file; if(file != null){ putBodyParameter("File", file); } } @Override public Class<IdentifyDocInfoResponse> getResponseClass() { return IdentifyDocInfoResponse.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/IdentifyDocInfoResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.IdentifyDocInfoResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class IdentifyDocInfoResponse extends AcsResponse { private String data; private String requestId; private Boolean 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; } public Boolean getSuccess() { return this.success; } public void setSuccess(Boolean success) { this.success = success; } @Override public IdentifyDocInfoResponse getInstance(UnmarshallerContext context) { return IdentifyDocInfoResponseUnmarshaller.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/ListItemsRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 ListItemsRequest extends RpcAcsRequest<ListItemsResponse> { private String title; public ListItemsRequest() { super("Copyright", "2019-01-23", "ListItems", "swcopyright"); setProtocol(ProtocolType.HTTPS); setMethod(MethodType.POST); } public String getTitle() { return this.title; } public void setTitle(String title) { this.title = title; if(title != null){ putBodyParameter("Title", title); } } @Override public Class<ListItemsResponse> getResponseClass() { return ListItemsResponse.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/ListItemsResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.ListItemsResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListItemsResponse 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 totalNum; private List<Item> items; public Integer getTotalNum() { return this.totalNum; } public void setTotalNum(Integer totalNum) { this.totalNum = totalNum; } public List<Item> getItems() { return this.items; } public void setItems(List<Item> items) { this.items = items; } public static class Item { private Integer itemId; private String title; private String picUrl; private String description; private Integer leftNum; private Integer totalNum; public Integer getItemId() { return this.itemId; } public void setItemId(Integer itemId) { this.itemId = itemId; } public String getTitle() { return this.title; } public void setTitle(String title) { this.title = title; } public String getPicUrl() { return this.picUrl; } public void setPicUrl(String picUrl) { this.picUrl = picUrl; } public String getDescription() { return this.description; } public void setDescription(String description) { this.description = description; } public Integer getLeftNum() { return this.leftNum; } public void setLeftNum(Integer leftNum) { this.leftNum = leftNum; } public Integer getTotalNum() { return this.totalNum; } public void setTotalNum(Integer totalNum) { this.totalNum = totalNum; } } } @Override public ListItemsResponse getInstance(UnmarshallerContext context) { return ListItemsResponseUnmarshaller.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/ListPatentContactRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 ListPatentContactRequest extends RpcAcsRequest<ListPatentContactResponse> { public ListPatentContactRequest() { super("Copyright", "2019-01-23", "ListPatentContact", "swcopyright"); setMethod(MethodType.POST); } @Override public Class<ListPatentContactResponse> getResponseClass() { return ListPatentContactResponse.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/ListPatentContactResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.ListPatentContactResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListPatentContactResponse 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 ListPatentContactResponse getInstance(UnmarshallerContext context) { return ListPatentContactResponseUnmarshaller.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/ListPatentUserSearchCompanyRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 ListPatentUserSearchCompanyRequest extends RpcAcsRequest<ListPatentUserSearchCompanyResponse> { private Integer type; private Integer limit; public ListPatentUserSearchCompanyRequest() { super("Copyright", "2019-01-23", "ListPatentUserSearchCompany", "swcopyright"); setMethod(MethodType.POST); } public Integer getType() { return this.type; } public void setType(Integer type) { this.type = type; if(type != null){ putQueryParameter("Type", type.toString()); } } public Integer getLimit() { return this.limit; } public void setLimit(Integer limit) { this.limit = limit; if(limit != null){ putQueryParameter("Limit", limit.toString()); } } @Override public Class<ListPatentUserSearchCompanyResponse> getResponseClass() { return ListPatentUserSearchCompanyResponse.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/ListPatentUserSearchCompanyResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.ListPatentUserSearchCompanyResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListPatentUserSearchCompanyResponse extends AcsResponse { private Boolean success; private String requestId; private List<Produces> data; 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 List<Produces> getData() { return this.data; } public void setData(List<Produces> data) { this.data = data; } public static class Produces { private Integer type; private String enterpriseName; private Long id; public Integer getType() { return this.type; } public void setType(Integer type) { this.type = type; } public String getEnterpriseName() { return this.enterpriseName; } public void setEnterpriseName(String enterpriseName) { this.enterpriseName = enterpriseName; } public Long getId() { return this.id; } public void setId(Long id) { this.id = id; } } @Override public ListPatentUserSearchCompanyResponse getInstance(UnmarshallerContext context) { return ListPatentUserSearchCompanyResponseUnmarshaller.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/ListUserHistoryProducesRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 ListUserHistoryProducesRequest extends RpcAcsRequest<ListUserHistoryProducesResponse> { private String intentionBizId; private Integer pageNum; private Integer pageSize; private String sortParam; private String extCondition; private String orderId; private String bizType; private String bizId; private String solutionBizId; private Integer status; public ListUserHistoryProducesRequest() { super("Copyright", "2019-01-23", "ListUserHistoryProduces", "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 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<ListUserHistoryProducesResponse> getResponseClass() { return ListUserHistoryProducesResponse.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/ListUserHistoryProducesResponse.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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.ListUserHistoryProducesResponseUnmarshaller; import com.aliyuncs.transform.UnmarshallerContext; /** * @author auto create * @version */ public class ListUserHistoryProducesResponse 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 serialNumber; 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 Boolean oldOrder; private String orderId; private String modifyTime; public String getSerialNumber() { return this.serialNumber; } public void setSerialNumber(String serialNumber) { this.serialNumber = serialNumber; } 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 Boolean getOldOrder() { return this.oldOrder; } public void setOldOrder(Boolean oldOrder) { this.oldOrder = oldOrder; } 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; } } @Override public ListUserHistoryProducesResponse getInstance(UnmarshallerContext context) { return ListUserHistoryProducesResponseUnmarshaller.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/ListUserProduceOperateLogsRequest.java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS 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 ListUserProduceOperateLogsRequest extends RpcAcsRequest<ListUserProduceOperateLogsResponse> { private Integer pageNum; private String bizType; private String bizId; private Integer pageSize; public ListUserProduceOperateLogsRequest() { super("Copyright", "2019-01-23", "ListUserProduceOperateLogs", "swcopyright"); setMethod(MethodType.GET); } public Integer getPageNum() { return this.pageNum; } public void setPageNum(Integer pageNum) { this.pageNum = pageNum; if(pageNum != null){ putQueryParameter("PageNum", pageNum.toString()); } } 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 Integer getPageSize() { return this.pageSize; } public void setPageSize(Integer pageSize) { this.pageSize = pageSize; if(pageSize != null){ putQueryParameter("PageSize", pageSize.toString()); } } @Override public Class<ListUserProduceOperateLogsResponse> getResponseClass() { return ListUserProduceOperateLogsResponse.class; } }