Skip to content

Commit 6cccdec

Browse files
committed
CDN SDK Auto Released By wb-czb515173,Version:3.0.8
发布日志: 1, Support ' fc ' Source DomainName
1 parent 3a73b1b commit 6cccdec

15 files changed

Lines changed: 638 additions & 283 deletions

aliyun-java-sdk-cdn/ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2019-03-19 Version: 3.0.8
2+
1, Support ' fc ' Source DomainName
3+
14
2019-02-27 Version: 3.0.7
25
1, Update Config API.
36

aliyun-java-sdk-cdn/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>com.aliyun</groupId>
44
<artifactId>aliyun-java-sdk-cdn</artifactId>
55
<packaging>jar</packaging>
6-
<version>3.0.7</version>
6+
<version>3.0.8</version>
77
<name>aliyun-java-sdk-cdn</name>
88
<url>http://www.aliyun.com</url>
99
<description>Aliyun Open API SDK for Java

aliyun-java-sdk-cdn/src/main/java/com/aliyuncs/cdn/model/v20141111/DescribeDomainBpsDataRequest.java

Lines changed: 42 additions & 87 deletions
Original file line numberDiff line numberDiff line change
@@ -26,77 +26,65 @@ public DescribeDomainBpsDataRequest() {
2626
super("Cdn", "2014-11-11", "DescribeDomainBpsData");
2727
}
2828

29-
private String domainType;
29+
private String locationNameEn;
3030

31-
private String fixTimeGap;
31+
private String startTime;
3232

33-
private String securityToken;
33+
private String ispNameEn;
34+
35+
private String domainType;
3436

3537
private String timeMerge;
3638

3739
private String domainName;
3840

3941
private String endTime;
4042

41-
private String interval;
42-
43-
private String locationNameEn;
44-
45-
private String startTime;
46-
47-
private String ispNameEn;
48-
4943
private Long ownerId;
5044

51-
public String getDomainType() {
52-
return this.domainType;
45+
private String interval;
46+
47+
public String getLocationNameEn() {
48+
return this.locationNameEn;
5349
}
5450

55-
public void setDomainType(String domainType) {
56-
this.domainType = domainType;
57-
if(domainType != null){
58-
putQueryParameter("DomainType", domainType);
51+
public void setLocationNameEn(String locationNameEn) {
52+
this.locationNameEn = locationNameEn;
53+
if(locationNameEn != null){
54+
putQueryParameter("LocationNameEn", locationNameEn);
5955
}
6056
}
6157

62-
public String getFixTimeGap() {
63-
return this.fixTimeGap;
58+
public String getStartTime() {
59+
return this.startTime;
6460
}
6561

66-
public void setFixTimeGap(String fixTimeGap) {
67-
this.fixTimeGap = fixTimeGap;
68-
if(fixTimeGap != null){
69-
putQueryParameter("FixTimeGap", fixTimeGap);
62+
public void setStartTime(String startTime) {
63+
this.startTime = startTime;
64+
if(startTime != null){
65+
putQueryParameter("StartTime", startTime);
7066
}
7167
}
7268

73-
public String getBizSecurityToken() {
74-
return this.securityToken;
69+
public String getIspNameEn() {
70+
return this.ispNameEn;
7571
}
7672

77-
public void setBizSecurityToken(String securityToken) {
78-
this.securityToken = securityToken;
79-
if(securityToken != null){
80-
putQueryParameter("SecurityToken", securityToken);
73+
public void setIspNameEn(String ispNameEn) {
74+
this.ispNameEn = ispNameEn;
75+
if(ispNameEn != null){
76+
putQueryParameter("IspNameEn", ispNameEn);
8177
}
8278
}
8379

84-
/**
85-
* @deprecated use getBizSecurityToken instead of this.
86-
*/
87-
@Deprecated
88-
public String getSecurityToken() {
89-
return this.securityToken;
80+
public String getDomainType() {
81+
return this.domainType;
9082
}
9183

92-
/**
93-
* @deprecated use setBizSecurityToken instead of this.
94-
*/
95-
@Deprecated
96-
public void setSecurityToken(String securityToken) {
97-
this.securityToken = securityToken;
98-
if(securityToken != null){
99-
putQueryParameter("SecurityToken", securityToken);
84+
public void setDomainType(String domainType) {
85+
this.domainType = domainType;
86+
if(domainType != null){
87+
putQueryParameter("DomainType", domainType);
10088
}
10189
}
10290

@@ -133,50 +121,6 @@ public void setEndTime(String endTime) {
133121
}
134122
}
135123

136-
public String getInterval() {
137-
return this.interval;
138-
}
139-
140-
public void setInterval(String interval) {
141-
this.interval = interval;
142-
if(interval != null){
143-
putQueryParameter("Interval", interval);
144-
}
145-
}
146-
147-
public String getLocationNameEn() {
148-
return this.locationNameEn;
149-
}
150-
151-
public void setLocationNameEn(String locationNameEn) {
152-
this.locationNameEn = locationNameEn;
153-
if(locationNameEn != null){
154-
putQueryParameter("LocationNameEn", locationNameEn);
155-
}
156-
}
157-
158-
public String getStartTime() {
159-
return this.startTime;
160-
}
161-
162-
public void setStartTime(String startTime) {
163-
this.startTime = startTime;
164-
if(startTime != null){
165-
putQueryParameter("StartTime", startTime);
166-
}
167-
}
168-
169-
public String getIspNameEn() {
170-
return this.ispNameEn;
171-
}
172-
173-
public void setIspNameEn(String ispNameEn) {
174-
this.ispNameEn = ispNameEn;
175-
if(ispNameEn != null){
176-
putQueryParameter("IspNameEn", ispNameEn);
177-
}
178-
}
179-
180124
public Long getOwnerId() {
181125
return this.ownerId;
182126
}
@@ -186,6 +130,17 @@ public void setOwnerId(Long ownerId) {
186130
if(ownerId != null){
187131
putQueryParameter("OwnerId", ownerId.toString());
188132
}
133+
}
134+
135+
public String getInterval() {
136+
return this.interval;
137+
}
138+
139+
public void setInterval(String interval) {
140+
this.interval = interval;
141+
if(interval != null){
142+
putQueryParameter("Interval", interval);
143+
}
189144
}
190145

191146
@Override

aliyun-java-sdk-cdn/src/main/java/com/aliyuncs/cdn/model/v20141111/DescribeDomainBpsDataResponse.java

Lines changed: 40 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ public class DescribeDomainBpsDataResponse extends AcsResponse {
2929

3030
private String domainName;
3131

32-
private String dataInterval;
33-
3432
private String startTime;
3533

3634
private String endTime;
@@ -43,9 +41,9 @@ public class DescribeDomainBpsDataResponse extends AcsResponse {
4341

4442
private String ispName;
4543

46-
private List<DataModule> bpsDataPerInterval;
44+
private String dataInterval;
4745

48-
private List<DataModule1> supplyBpsDatas;
46+
private List<DataModule> bpsDataPerInterval;
4947

5048
public String getRequestId() {
5149
return this.requestId;
@@ -63,14 +61,6 @@ public void setDomainName(String domainName) {
6361
this.domainName = domainName;
6462
}
6563

66-
public String getDataInterval() {
67-
return this.dataInterval;
68-
}
69-
70-
public void setDataInterval(String dataInterval) {
71-
this.dataInterval = dataInterval;
72-
}
73-
7464
public String getStartTime() {
7565
return this.startTime;
7666
}
@@ -119,20 +109,20 @@ public void setIspName(String ispName) {
119109
this.ispName = ispName;
120110
}
121111

122-
public List<DataModule> getBpsDataPerInterval() {
123-
return this.bpsDataPerInterval;
112+
public String getDataInterval() {
113+
return this.dataInterval;
124114
}
125115

126-
public void setBpsDataPerInterval(List<DataModule> bpsDataPerInterval) {
127-
this.bpsDataPerInterval = bpsDataPerInterval;
116+
public void setDataInterval(String dataInterval) {
117+
this.dataInterval = dataInterval;
128118
}
129119

130-
public List<DataModule1> getSupplyBpsDatas() {
131-
return this.supplyBpsDatas;
120+
public List<DataModule> getBpsDataPerInterval() {
121+
return this.bpsDataPerInterval;
132122
}
133123

134-
public void setSupplyBpsDatas(List<DataModule1> supplyBpsDatas) {
135-
this.supplyBpsDatas = supplyBpsDatas;
124+
public void setBpsDataPerInterval(List<DataModule> bpsDataPerInterval) {
125+
this.bpsDataPerInterval = bpsDataPerInterval;
136126
}
137127

138128
public static class DataModule {
@@ -145,6 +135,12 @@ public static class DataModule {
145135

146136
private String overseasValue;
147137

138+
private String l2Value;
139+
140+
private String domesticL2Value;
141+
142+
private String overseasL2Value;
143+
148144
private String dynamicValue;
149145

150146
private String dynamicDomesticValue;
@@ -157,12 +153,6 @@ public static class DataModule {
157153

158154
private String staticOverseasValue;
159155

160-
private String l2Value;
161-
162-
private String domesticL2Value;
163-
164-
private String overseasL2Value;
165-
166156
public String getTimeStamp() {
167157
return this.timeStamp;
168158
}
@@ -195,6 +185,30 @@ public void setOverseasValue(String overseasValue) {
195185
this.overseasValue = overseasValue;
196186
}
197187

188+
public String getL2Value() {
189+
return this.l2Value;
190+
}
191+
192+
public void setL2Value(String l2Value) {
193+
this.l2Value = l2Value;
194+
}
195+
196+
public String getDomesticL2Value() {
197+
return this.domesticL2Value;
198+
}
199+
200+
public void setDomesticL2Value(String domesticL2Value) {
201+
this.domesticL2Value = domesticL2Value;
202+
}
203+
204+
public String getOverseasL2Value() {
205+
return this.overseasL2Value;
206+
}
207+
208+
public void setOverseasL2Value(String overseasL2Value) {
209+
this.overseasL2Value = overseasL2Value;
210+
}
211+
198212
public String getDynamicValue() {
199213
return this.dynamicValue;
200214
}
@@ -242,53 +256,6 @@ public String getStaticOverseasValue() {
242256
public void setStaticOverseasValue(String staticOverseasValue) {
243257
this.staticOverseasValue = staticOverseasValue;
244258
}
245-
246-
public String getL2Value() {
247-
return this.l2Value;
248-
}
249-
250-
public void setL2Value(String l2Value) {
251-
this.l2Value = l2Value;
252-
}
253-
254-
public String getDomesticL2Value() {
255-
return this.domesticL2Value;
256-
}
257-
258-
public void setDomesticL2Value(String domesticL2Value) {
259-
this.domesticL2Value = domesticL2Value;
260-
}
261-
262-
public String getOverseasL2Value() {
263-
return this.overseasL2Value;
264-
}
265-
266-
public void setOverseasL2Value(String overseasL2Value) {
267-
this.overseasL2Value = overseasL2Value;
268-
}
269-
}
270-
271-
public static class DataModule1 {
272-
273-
private String timeStamp;
274-
275-
private String value;
276-
277-
public String getTimeStamp() {
278-
return this.timeStamp;
279-
}
280-
281-
public void setTimeStamp(String timeStamp) {
282-
this.timeStamp = timeStamp;
283-
}
284-
285-
public String getValue() {
286-
return this.value;
287-
}
288-
289-
public void setValue(String value) {
290-
this.value = value;
291-
}
292259
}
293260

294261
@Override

0 commit comments

Comments
 (0)