Skip to content

Commit

Permalink
QuotaApplication Add QuotaCategory.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdk-team committed Aug 30, 2024
1 parent 28b86ec commit 3a536de
Show file tree
Hide file tree
Showing 6 changed files with 227 additions and 202 deletions.
3 changes: 3 additions & 0 deletions aliyun-java-sdk-quotas/ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2024-08-30 Version: 1.0.4
- QuotaApplication Add QuotaCategory.

2024-06-30 Version: 1.0.3
- Add UsageMetric.

Expand Down
2 changes: 1 addition & 1 deletion aliyun-java-sdk-quotas/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-quotas</artifactId>
<packaging>jar</packaging>
<version>1.0.3</version>
<version>1.0.4</version>
<name>aliyun-java-sdk-quotas</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 @@ -47,102 +47,112 @@ public void setQuotaApplication(QuotaApplication quotaApplication) {

public static class QuotaApplication {

private String status;
private String applicationId;

private Integer desireValue;
private String applyTime;

private String quotaActionCode;
private Float approveValue;

private String quotaName;
private String auditReason;

private String applicationId;
private Integer desireValue;

private String reason;
private Map<Object,Object> dimension;

private String auditReason;
private String effectiveTime;

private String quotaDescription;
private String expireTime;

private Long noticeType;

private String productCode;

private String quotaActionCode;

private String quotaArn;

private String applyTime;
private String quotaCategory;

private Float approveValue;
private String quotaDescription;

private Map<Object,Object> dimension;
private String quotaName;

private Long noticeType;
private String quotaUnit;

private String effectiveTime;
private String reason;

private String expireTime;
private String status;

private String quotaUnit;
public String getApplicationId() {
return this.applicationId;
}

public String getStatus() {
return this.status;
public void setApplicationId(String applicationId) {
this.applicationId = applicationId;
}

public void setStatus(String status) {
this.status = status;
public String getApplyTime() {
return this.applyTime;
}

public Integer getDesireValue() {
return this.desireValue;
public void setApplyTime(String applyTime) {
this.applyTime = applyTime;
}

public void setDesireValue(Integer desireValue) {
this.desireValue = desireValue;
public Float getApproveValue() {
return this.approveValue;
}

public String getQuotaActionCode() {
return this.quotaActionCode;
public void setApproveValue(Float approveValue) {
this.approveValue = approveValue;
}

public void setQuotaActionCode(String quotaActionCode) {
this.quotaActionCode = quotaActionCode;
public String getAuditReason() {
return this.auditReason;
}

public String getQuotaName() {
return this.quotaName;
public void setAuditReason(String auditReason) {
this.auditReason = auditReason;
}

public void setQuotaName(String quotaName) {
this.quotaName = quotaName;
public Integer getDesireValue() {
return this.desireValue;
}

public String getApplicationId() {
return this.applicationId;
public void setDesireValue(Integer desireValue) {
this.desireValue = desireValue;
}

public void setApplicationId(String applicationId) {
this.applicationId = applicationId;
public Map<Object,Object> getDimension() {
return this.dimension;
}

public String getReason() {
return this.reason;
public void setDimension(Map<Object,Object> dimension) {
this.dimension = dimension;
}

public void setReason(String reason) {
this.reason = reason;
public String getEffectiveTime() {
return this.effectiveTime;
}

public String getAuditReason() {
return this.auditReason;
public void setEffectiveTime(String effectiveTime) {
this.effectiveTime = effectiveTime;
}

public void setAuditReason(String auditReason) {
this.auditReason = auditReason;
public String getExpireTime() {
return this.expireTime;
}

public String getQuotaDescription() {
return this.quotaDescription;
public void setExpireTime(String expireTime) {
this.expireTime = expireTime;
}

public void setQuotaDescription(String quotaDescription) {
this.quotaDescription = quotaDescription;
public Long getNoticeType() {
return this.noticeType;
}

public void setNoticeType(Long noticeType) {
this.noticeType = noticeType;
}

public String getProductCode() {
Expand All @@ -153,68 +163,68 @@ public void setProductCode(String productCode) {
this.productCode = productCode;
}

public String getQuotaArn() {
return this.quotaArn;
public String getQuotaActionCode() {
return this.quotaActionCode;
}

public void setQuotaArn(String quotaArn) {
this.quotaArn = quotaArn;
public void setQuotaActionCode(String quotaActionCode) {
this.quotaActionCode = quotaActionCode;
}

public String getApplyTime() {
return this.applyTime;
public String getQuotaArn() {
return this.quotaArn;
}

public void setApplyTime(String applyTime) {
this.applyTime = applyTime;
public void setQuotaArn(String quotaArn) {
this.quotaArn = quotaArn;
}

public Float getApproveValue() {
return this.approveValue;
public String getQuotaCategory() {
return this.quotaCategory;
}

public void setApproveValue(Float approveValue) {
this.approveValue = approveValue;
public void setQuotaCategory(String quotaCategory) {
this.quotaCategory = quotaCategory;
}

public Map<Object,Object> getDimension() {
return this.dimension;
public String getQuotaDescription() {
return this.quotaDescription;
}

public void setDimension(Map<Object,Object> dimension) {
this.dimension = dimension;
public void setQuotaDescription(String quotaDescription) {
this.quotaDescription = quotaDescription;
}

public Long getNoticeType() {
return this.noticeType;
public String getQuotaName() {
return this.quotaName;
}

public void setNoticeType(Long noticeType) {
this.noticeType = noticeType;
public void setQuotaName(String quotaName) {
this.quotaName = quotaName;
}

public String getEffectiveTime() {
return this.effectiveTime;
public String getQuotaUnit() {
return this.quotaUnit;
}

public void setEffectiveTime(String effectiveTime) {
this.effectiveTime = effectiveTime;
public void setQuotaUnit(String quotaUnit) {
this.quotaUnit = quotaUnit;
}

public String getExpireTime() {
return this.expireTime;
public String getReason() {
return this.reason;
}

public void setExpireTime(String expireTime) {
this.expireTime = expireTime;
public void setReason(String reason) {
this.reason = reason;
}

public String getQuotaUnit() {
return this.quotaUnit;
public String getStatus() {
return this.status;
}

public void setQuotaUnit(String quotaUnit) {
this.quotaUnit = quotaUnit;
public void setStatus(String status) {
this.status = status;
}
}

Expand Down
Loading

0 comments on commit 3a536de

Please sign in to comment.