Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1ded660

Browse files
committed
CMS SDK Auto Released By kun.dang,Version:7.0.4
发布日志: 1, The list of site monitoring probes adds ISP and city fields in English. 2, Fixed the capitalization problem of Describe MetricData and Describe Site Monitor Statistics API metricName.
1 parent 27f0297 commit 1ded660

File tree

311 files changed

+9437
-8665
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

311 files changed

+9437
-8665
lines changed

aliyun-java-sdk-cms/ChangeLog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2019-05-24 Version: 7.0.4
2+
1, The list of site monitoring probes adds ISP and city fields in English.
3+
2, Fixed the capitalization problem of Describe MetricData and Describe Site Monitor Statistics API metricName.
4+
15
2019-04-25 Version: 7.0.3
26
1, The alarm contact interface increases paging parameters
37

aliyun-java-sdk-cms/pom.xml

Lines changed: 124 additions & 124 deletions
Original file line numberDiff line numberDiff line change
@@ -1,124 +1,124 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2-
<modelVersion>4.0.0</modelVersion>
3-
<groupId>com.aliyun</groupId>
4-
<artifactId>aliyun-java-sdk-cms</artifactId>
5-
<packaging>jar</packaging>
6-
<version>7.0.3</version>
7-
<name>aliyun-java-sdk-cms</name>
8-
<url>http://www.aliyun.com</url>
9-
<description>Aliyun Open API SDK for Java
10-
11-
Copyright (C) Alibaba Cloud Computing
12-
All rights reserved.
13-
14-
版权所有 (C)阿里云计算有限公司
15-
16-
http://www.aliyun.com</description>
17-
18-
<distributionManagement>
19-
<snapshotRepository>
20-
<id>sonatype-nexus-snapshots</id>
21-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
22-
</snapshotRepository>
23-
<repository>
24-
<id>sonatype-nexus-staging</id>
25-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
26-
</repository>
27-
</distributionManagement>
28-
29-
<dependencies>
30-
<dependency>
31-
<groupId>com.aliyun</groupId>
32-
<artifactId>aliyun-java-sdk-core</artifactId>
33-
<optional>true</optional>
34-
<version>[4.3.2,5.0.0)</version>
35-
</dependency>
36-
<dependency>
37-
<groupId>com.google.code.gson</groupId>
38-
<artifactId>gson</artifactId>
39-
<version>2.8.5</version>
40-
</dependency>
41-
</dependencies>
42-
<licenses>
43-
<license>
44-
<name></name>
45-
<url></url>
46-
<distribution></distribution>
47-
</license>
48-
</licenses>
49-
<scm>
50-
<connection>scm:git:git://github.com/aliyun/aliyun-openapi-java-sdk.git</connection>
51-
<developerConnection>scm:git:[email protected]:aliyun/aliyun-openapi-java-sdk.git</developerConnection>
52-
<url>https://github.com/aliyun/aliyun-openapi-java-sdk</url>
53-
</scm>
54-
<developers>
55-
<developer>
56-
<id>aliyunproducts</id>
57-
<name>Aliyun SDK</name>
58-
<email>[email protected]</email>
59-
</developer>
60-
</developers>
61-
<build>
62-
<plugins>
63-
<plugin>
64-
<artifactId>maven-compiler-plugin</artifactId>
65-
<version>2.3.2</version>
66-
<configuration>
67-
<source>1.6</source>
68-
<target>1.6</target>
69-
<encoding>UTF-8</encoding>
70-
</configuration>
71-
</plugin>
72-
<plugin>
73-
<groupId>org.apache.maven.plugins</groupId>
74-
<artifactId>maven-jar-plugin</artifactId>
75-
<version>2.3.2</version>
76-
<configuration>
77-
<excludes>
78-
</excludes>
79-
</configuration>
80-
</plugin>
81-
<plugin>
82-
<groupId>org.apache.maven.plugins</groupId>
83-
<artifactId>maven-surefire-plugin</artifactId>
84-
<version>2.10</version>
85-
<configuration>
86-
<argLine>-Dfile.encoding=UTF-8</argLine>
87-
</configuration>
88-
</plugin>
89-
<plugin>
90-
<groupId>org.apache.maven.plugins</groupId>
91-
<artifactId>maven-javadoc-plugin</artifactId>
92-
<version>2.8</version>
93-
<configuration>
94-
<encoding>UTF-8</encoding>
95-
</configuration>
96-
</plugin>
97-
<plugin>
98-
<groupId>org.apache.maven.plugins</groupId>
99-
<artifactId>maven-gpg-plugin</artifactId>
100-
<version>1.5</version>
101-
<executions>
102-
<execution>
103-
<id>sign-artifacts</id>
104-
<phase>verify</phase>
105-
<goals>
106-
<goal>sign</goal>
107-
</goals>
108-
</execution>
109-
</executions>
110-
</plugin>
111-
<plugin>
112-
<groupId>org.sonatype.plugins</groupId>
113-
<artifactId>nexus-staging-maven-plugin</artifactId>
114-
<version>1.6.3</version>
115-
<extensions>true</extensions>
116-
<configuration>
117-
<serverId>sonatype-nexus-staging</serverId>
118-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
119-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
120-
</configuration>
121-
</plugin>
122-
</plugins>
123-
</build>
124-
</project>
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<modelVersion>4.0.0</modelVersion>
3+
<groupId>com.aliyun</groupId>
4+
<artifactId>aliyun-java-sdk-cms</artifactId>
5+
<packaging>jar</packaging>
6+
<version>7.0.4</version>
7+
<name>aliyun-java-sdk-cms</name>
8+
<url>http://www.aliyun.com</url>
9+
<description>Aliyun Open API SDK for Java
10+
11+
Copyright (C) Alibaba Cloud Computing
12+
All rights reserved.
13+
14+
版权所有 (C)阿里云计算有限公司
15+
16+
http://www.aliyun.com</description>
17+
18+
<distributionManagement>
19+
<snapshotRepository>
20+
<id>sonatype-nexus-snapshots</id>
21+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
22+
</snapshotRepository>
23+
<repository>
24+
<id>sonatype-nexus-staging</id>
25+
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
26+
</repository>
27+
</distributionManagement>
28+
29+
<dependencies>
30+
<dependency>
31+
<groupId>com.aliyun</groupId>
32+
<artifactId>aliyun-java-sdk-core</artifactId>
33+
<optional>true</optional>
34+
<version>[4.3.2,5.0.0)</version>
35+
</dependency>
36+
<dependency>
37+
<groupId>com.google.code.gson</groupId>
38+
<artifactId>gson</artifactId>
39+
<version>2.8.5</version>
40+
</dependency>
41+
</dependencies>
42+
<licenses>
43+
<license>
44+
<name></name>
45+
<url></url>
46+
<distribution></distribution>
47+
</license>
48+
</licenses>
49+
<scm>
50+
<connection>scm:git:git://github.com/aliyun/aliyun-openapi-java-sdk.git</connection>
51+
<developerConnection>scm:git:[email protected]:aliyun/aliyun-openapi-java-sdk.git</developerConnection>
52+
<url>https://github.com/aliyun/aliyun-openapi-java-sdk</url>
53+
</scm>
54+
<developers>
55+
<developer>
56+
<id>aliyunproducts</id>
57+
<name>Aliyun SDK</name>
58+
<email>[email protected]</email>
59+
</developer>
60+
</developers>
61+
<build>
62+
<plugins>
63+
<plugin>
64+
<artifactId>maven-compiler-plugin</artifactId>
65+
<version>2.3.2</version>
66+
<configuration>
67+
<source>1.6</source>
68+
<target>1.6</target>
69+
<encoding>UTF-8</encoding>
70+
</configuration>
71+
</plugin>
72+
<plugin>
73+
<groupId>org.apache.maven.plugins</groupId>
74+
<artifactId>maven-jar-plugin</artifactId>
75+
<version>2.3.2</version>
76+
<configuration>
77+
<excludes>
78+
</excludes>
79+
</configuration>
80+
</plugin>
81+
<plugin>
82+
<groupId>org.apache.maven.plugins</groupId>
83+
<artifactId>maven-surefire-plugin</artifactId>
84+
<version>2.10</version>
85+
<configuration>
86+
<argLine>-Dfile.encoding=UTF-8</argLine>
87+
</configuration>
88+
</plugin>
89+
<plugin>
90+
<groupId>org.apache.maven.plugins</groupId>
91+
<artifactId>maven-javadoc-plugin</artifactId>
92+
<version>2.8</version>
93+
<configuration>
94+
<encoding>UTF-8</encoding>
95+
</configuration>
96+
</plugin>
97+
<plugin>
98+
<groupId>org.apache.maven.plugins</groupId>
99+
<artifactId>maven-gpg-plugin</artifactId>
100+
<version>1.5</version>
101+
<executions>
102+
<execution>
103+
<id>sign-artifacts</id>
104+
<phase>verify</phase>
105+
<goals>
106+
<goal>sign</goal>
107+
</goals>
108+
</execution>
109+
</executions>
110+
</plugin>
111+
<plugin>
112+
<groupId>org.sonatype.plugins</groupId>
113+
<artifactId>nexus-staging-maven-plugin</artifactId>
114+
<version>1.6.3</version>
115+
<extensions>true</extensions>
116+
<configuration>
117+
<serverId>sonatype-nexus-staging</serverId>
118+
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
119+
<autoReleaseAfterClose>true</autoReleaseAfterClose>
120+
</configuration>
121+
</plugin>
122+
</plugins>
123+
</build>
124+
</project>

aliyun-java-sdk-cms/src/main/java/com/aliyuncs/cms/model/v20190101/ApplyMetricRuleTemplateRequest.java

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
1-
/*
2-
* Licensed under the Apache License, Version 2.0 (the "License");
3-
* you may not use this file except in compliance with the License.
4-
* You may obtain a copy of the License at
5-
*
6-
* http://www.apache.org/licenses/LICENSE-2.0
7-
*
8-
* Unless required by applicable law or agreed to in writing, software
9-
* distributed under the License is distributed on an "AS IS" BASIS,
10-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11-
* See the License for the specific language governing permissions and
12-
* limitations under the License.
13-
*/
14-
15-
package com.aliyuncs.cms.model.v20190101;
16-
17-
import com.aliyuncs.RpcAcsRequest;
18-
19-
/**
20-
* @author auto create
21-
* @version
22-
*/
23-
public class ApplyMetricRuleTemplateRequest extends RpcAcsRequest<ApplyMetricRuleTemplateResponse> {
24-
25-
public ApplyMetricRuleTemplateRequest() {
26-
super("Cms", "2019-01-01", "ApplyMetricRuleTemplate", "cms");
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License");
3+
* you may not use this file except in compliance with the License.
4+
* You may obtain a copy of the License at
5+
*
6+
* http://www.apache.org/licenses/LICENSE-2.0
7+
*
8+
* Unless required by applicable law or agreed to in writing, software
9+
* distributed under the License is distributed on an "AS IS" BASIS,
10+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11+
* See the License for the specific language governing permissions and
12+
* limitations under the License.
13+
*/
14+
15+
package com.aliyuncs.cms.model.v20190101;
16+
17+
import com.aliyuncs.RpcAcsRequest;
18+
19+
/**
20+
* @author auto create
21+
* @version
22+
*/
23+
public class ApplyMetricRuleTemplateRequest extends RpcAcsRequest<ApplyMetricRuleTemplateResponse> {
24+
25+
public ApplyMetricRuleTemplateRequest() {
26+
super("Cms", "2019-01-01", "ApplyMetricRuleTemplate", "cms");
2727
}
2828

2929
private Long enableStartTime;
@@ -128,11 +128,11 @@ public void setSilenceTime(Long silenceTime) {
128128
if(silenceTime != null){
129129
putQueryParameter("SilenceTime", silenceTime.toString());
130130
}
131-
}
132-
133-
@Override
134-
public Class<ApplyMetricRuleTemplateResponse> getResponseClass() {
135-
return ApplyMetricRuleTemplateResponse.class;
136-
}
137-
138-
}
131+
}
132+
133+
@Override
134+
public Class<ApplyMetricRuleTemplateResponse> getResponseClass() {
135+
return ApplyMetricRuleTemplateResponse.class;
136+
}
137+
138+
}

aliyun-java-sdk-cms/src/main/java/com/aliyuncs/cms/model/v20190101/ApplyMetricRuleTemplateResponse.java

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
/*
2-
* Licensed under the Apache License, Version 2.0 (the "License");
3-
* you may not use this file except in compliance with the License.
4-
* You may obtain a copy of the License at
5-
*
6-
* http://www.apache.org/licenses/LICENSE-2.0
7-
*
8-
* Unless required by applicable law or agreed to in writing, software
9-
* distributed under the License is distributed on an "AS IS" BASIS,
10-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11-
* See the License for the specific language governing permissions and
12-
* limitations under the License.
13-
*/
14-
15-
package com.aliyuncs.cms.model.v20190101;
16-
17-
import java.util.List;
18-
import com.aliyuncs.AcsResponse;
19-
import com.aliyuncs.cms.transform.v20190101.ApplyMetricRuleTemplateResponseUnmarshaller;
20-
import com.aliyuncs.transform.UnmarshallerContext;
21-
22-
/**
23-
* @author auto create
24-
* @version
25-
*/
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License");
3+
* you may not use this file except in compliance with the License.
4+
* You may obtain a copy of the License at
5+
*
6+
* http://www.apache.org/licenses/LICENSE-2.0
7+
*
8+
* Unless required by applicable law or agreed to in writing, software
9+
* distributed under the License is distributed on an "AS IS" BASIS,
10+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11+
* See the License for the specific language governing permissions and
12+
* limitations under the License.
13+
*/
14+
15+
package com.aliyuncs.cms.model.v20190101;
16+
17+
import java.util.List;
18+
import com.aliyuncs.AcsResponse;
19+
import com.aliyuncs.cms.transform.v20190101.ApplyMetricRuleTemplateResponseUnmarshaller;
20+
import com.aliyuncs.transform.UnmarshallerContext;
21+
22+
/**
23+
* @author auto create
24+
* @version
25+
*/
2626
public class ApplyMetricRuleTemplateResponse extends AcsResponse {
2727

2828
private String requestId;
@@ -170,4 +170,4 @@ public ApplyMetricRuleTemplateResponse getInstance(UnmarshallerContext context)
170170
public boolean checkShowJsonItemName() {
171171
return false;
172172
}
173-
}
173+
}

0 commit comments

Comments
 (0)