Skip to content

Commit

Permalink
Generated 2018-08-28 for Tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdk-team committed Sep 30, 2024
1 parent 52581b4 commit 88782f6
Show file tree
Hide file tree
Showing 25 changed files with 301 additions and 211 deletions.
3 changes: 3 additions & 0 deletions aliyun-java-sdk-tag/ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2024-09-30 Version: 1.0.5
- Generated 2018-08-28 for `Tag`.

2023-06-14 Version: 1.0.4
- Add EnablePolicy APIs.

Expand Down
2 changes: 1 addition & 1 deletion aliyun-java-sdk-tag/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.aliyun</groupId>
<artifactId>aliyun-java-sdk-tag</artifactId>
<packaging>jar</packaging>
<version>1.0.4</version>
<version>1.0.5</version>
<name>aliyun-java-sdk-tag</name>
<url>http://www.aliyun.com</url>
<description>Aliyun Open API SDK for Java
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,9 @@
*/
public class CheckCreatedByEnabledResponse extends AcsResponse {

private String requestId;

private Boolean openStatus;

public String getRequestId() {
return this.requestId;
}

public void setRequestId(String requestId) {
this.requestId = requestId;
}
private String requestId;

public Boolean getOpenStatus() {
return this.openStatus;
Expand All @@ -44,6 +36,14 @@ public void setOpenStatus(Boolean openStatus) {
this.openStatus = openStatus;
}

public String getRequestId() {
return this.requestId;
}

public void setRequestId(String requestId) {
this.requestId = requestId;
}

@Override
public CheckCreatedByEnabledResponse getInstance(UnmarshallerContext context) {
return CheckCreatedByEnabledResponseUnmarshaller.unmarshall(this, context);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ public class CreatePolicyResponse extends AcsResponse {

private String policyId;

private String policyName;

public String getRequestId() {
return this.requestId;
}
Expand All @@ -44,6 +46,14 @@ public void setPolicyId(String policyId) {
this.policyId = policyId;
}

public String getPolicyName() {
return this.policyName;
}

public void setPolicyName(String policyName) {
this.policyName = policyName;
}

@Override
public CreatePolicyResponse getInstance(UnmarshallerContext context) {
return CreatePolicyResponseUnmarshaller.unmarshall(this, context);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ public class DisablePolicyTypeRequest extends RpcAcsRequest<DisablePolicyTypeRes

private String userType;

private Long ownerId;
private Long ownerId;

private String openType;
public DisablePolicyTypeRequest() {
super("Tag", "2018-08-28", "DisablePolicyType", "tag");
setMethod(MethodType.POST);
Expand Down Expand Up @@ -96,6 +98,17 @@ public void setOwnerId(Long ownerId) {
if(ownerId != null){
putQueryParameter("OwnerId", ownerId.toString());
}
}

public String getOpenType() {
return this.openType;
}

public void setOpenType(String openType) {
this.openType = openType;
if(openType != null){
putQueryParameter("OpenType", openType);
}
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ public class EnablePolicyTypeRequest extends RpcAcsRequest<EnablePolicyTypeRespo

private String userType;

private Long ownerId;
private Long ownerId;

private String openType;
public EnablePolicyTypeRequest() {
super("Tag", "2018-08-28", "EnablePolicyType", "tag");
setMethod(MethodType.POST);
Expand Down Expand Up @@ -96,6 +98,17 @@ public void setOwnerId(Long ownerId) {
if(ownerId != null){
putQueryParameter("OwnerId", ownerId.toString());
}
}

public String getOpenType() {
return this.openType;
}

public void setOpenType(String openType) {
this.openType = openType;
if(openType != null){
putQueryParameter("OpenType", openType);
}
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,9 @@
*/
public class GenerateConfigRuleReportResponse extends AcsResponse {

private String requestId;

private String reportId;

public String getRequestId() {
return this.requestId;
}

public void setRequestId(String requestId) {
this.requestId = requestId;
}
private String requestId;

public String getReportId() {
return this.reportId;
Expand All @@ -44,6 +36,14 @@ public void setReportId(String reportId) {
this.reportId = reportId;
}

public String getRequestId() {
return this.requestId;
}

public void setRequestId(String requestId) {
this.requestId = requestId;
}

@Override
public GenerateConfigRuleReportResponse getInstance(UnmarshallerContext context) {
return GenerateConfigRuleReportResponseUnmarshaller.unmarshall(this, context);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,22 @@
*/
public class GetConfigRuleReportResponse extends AcsResponse {

private Integer httpStatusCode;

private String requestId;

private Boolean success;

private Integer httpStatusCode;

private Data data;

public Integer getHttpStatusCode() {
return this.httpStatusCode;
}

public void setHttpStatusCode(Integer httpStatusCode) {
this.httpStatusCode = httpStatusCode;
}

public String getRequestId() {
return this.requestId;
}
Expand All @@ -48,14 +56,6 @@ public void setSuccess(Boolean success) {
this.success = success;
}

public Integer getHttpStatusCode() {
return this.httpStatusCode;
}

public void setHttpStatusCode(Integer httpStatusCode) {
this.httpStatusCode = httpStatusCode;
}

public Data getData() {
return this.data;
}
Expand All @@ -66,22 +66,14 @@ public void setData(Data data) {

public static class Data {

private String reportId;

private Long createdTime;

private String reportId;

private String targetId;

private String targetType;

public String getReportId() {
return this.reportId;
}

public void setReportId(String reportId) {
this.reportId = reportId;
}

public Long getCreatedTime() {
return this.createdTime;
}
Expand All @@ -90,6 +82,14 @@ public void setCreatedTime(Long createdTime) {
this.createdTime = createdTime;
}

public String getReportId() {
return this.reportId;
}

public void setReportId(String reportId) {
this.reportId = reportId;
}

public String getTargetId() {
return this.targetId;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ public class GetPolicyEnableStatusRequest extends RpcAcsRequest<GetPolicyEnableS

private String userType;

private Long ownerId;
private Long ownerId;

private String openType;
public GetPolicyEnableStatusRequest() {
super("Tag", "2018-08-28", "GetPolicyEnableStatus", "tag");
setMethod(MethodType.POST);
Expand Down Expand Up @@ -96,6 +98,17 @@ public void setOwnerId(Long ownerId) {
if(ownerId != null){
putQueryParameter("OwnerId", ownerId.toString());
}
}

public String getOpenType() {
return this.openType;
}

public void setOpenType(String openType) {
this.openType = openType;
if(openType != null){
putQueryParameter("OpenType", openType);
}
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,9 @@ public void setStatusModels(List<StatusModelsItem> statusModels) {

public static class StatusModelsItem {

private String userType;

private String status;

public String getUserType() {
return this.userType;
}

public void setUserType(String userType) {
this.userType = userType;
}
private String userType;

public String getStatus() {
return this.status;
Expand All @@ -66,6 +58,14 @@ public String getStatus() {
public void setStatus(String status) {
this.status = status;
}

public String getUserType() {
return this.userType;
}

public void setUserType(String userType) {
this.userType = userType;
}
}

@Override
Expand Down
Loading

0 comments on commit 88782f6

Please sign in to comment.