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

Skip to content

Commit 611b4f8

Browse files
committed
SNSUAPI SDK Auto Released By shenshi,Version:1.7.1
发布日志: 1, Update Dependency
1 parent 6691471 commit 611b4f8

20 files changed

+666
-16
lines changed

aliyun-java-sdk-snsuapi/ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2019-03-15 Version: 1.7.1
2+
1, Update Dependency
3+
14
2018-08-23 Version: 1.7.0
25
1, This is an example of release-log.
36
2, Please strictly follow this format to edit in English.

aliyun-java-sdk-snsuapi/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>com.aliyun</groupId>
44
<artifactId>aliyun-java-sdk-snsuapi</artifactId>
55
<packaging>jar</packaging>
6-
<version>1.7.0</version>
6+
<version>1.7.1</version>
77
<name>aliyun-java-sdk-snsuapi</name>
88
<url>http://www.aliyun.com</url>
99
<description>Aliyun Open API SDK for Java
@@ -31,7 +31,7 @@ http://www.aliyun.com</description>
3131
<groupId>com.aliyun</groupId>
3232
<artifactId>aliyun-java-sdk-core</artifactId>
3333
<optional>true</optional>
34-
<version>3.7.1</version>
34+
<version>[4.3.2,5.0.0)</version>
3535
</dependency>
3636
</dependencies>
3737
<licenses>

aliyun-java-sdk-snsuapi/src/main/java/com/aliyuncs/snsuapi/model/v20180709/BandOfferOrderRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
public class BandOfferOrderRequest extends RpcAcsRequest<BandOfferOrderResponse> {
2424

2525
public BandOfferOrderRequest() {
26-
super("Snsuapi", "2018-07-09", "BandOfferOrder");
26+
super("Snsuapi", "2018-07-09", "BandOfferOrder", "snsuapi");
2727
}
2828

2929
private Long resourceOwnerId;

aliyun-java-sdk-snsuapi/src/main/java/com/aliyuncs/snsuapi/model/v20180709/BandOfferOrderResponse.java

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public class BandOfferOrderResponse extends AcsResponse {
3030

3131
private String resultMessage;
3232

33-
private String resultModule;
33+
private ResultModule resultModule;
3434

3535
public String getRequestId() {
3636
return this.requestId;
@@ -56,14 +56,27 @@ public void setResultMessage(String resultMessage) {
5656
this.resultMessage = resultMessage;
5757
}
5858

59-
public String getResultModule() {
59+
public ResultModule getResultModule() {
6060
return this.resultModule;
6161
}
6262

63-
public void setResultModule(String resultModule) {
63+
public void setResultModule(ResultModule resultModule) {
6464
this.resultModule = resultModule;
6565
}
6666

67+
public static class ResultModule {
68+
69+
private Long lxOrderId;
70+
71+
public Long getLxOrderId() {
72+
return this.lxOrderId;
73+
}
74+
75+
public void setLxOrderId(Long lxOrderId) {
76+
this.lxOrderId = lxOrderId;
77+
}
78+
}
79+
6780
@Override
6881
public BandOfferOrderResponse getInstance(UnmarshallerContext context) {
6982
return BandOfferOrderResponseUnmarshaller.unmarshall(this, context);

aliyun-java-sdk-snsuapi/src/main/java/com/aliyuncs/snsuapi/model/v20180709/BandPrecheckRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
public class BandPrecheckRequest extends RpcAcsRequest<BandPrecheckResponse> {
2424

2525
public BandPrecheckRequest() {
26-
super("Snsuapi", "2018-07-09", "BandPrecheck");
26+
super("Snsuapi", "2018-07-09", "BandPrecheck", "snsuapi");
2727
}
2828

2929
private String ipAddress;

aliyun-java-sdk-snsuapi/src/main/java/com/aliyuncs/snsuapi/model/v20180709/BandPrecheckResponse.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414

1515
package com.aliyuncs.snsuapi.model.v20180709;
1616

17-
import java.util.List;
18-
import java.util.Map;
17+
import java.util.List;
1918
import com.aliyuncs.AcsResponse;
2019
import com.aliyuncs.snsuapi.transform.v20180709.BandPrecheckResponseUnmarshaller;
2120
import com.aliyuncs.transform.UnmarshallerContext;

aliyun-java-sdk-snsuapi/src/main/java/com/aliyuncs/snsuapi/model/v20180709/BandStartSpeedUpRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
public class BandStartSpeedUpRequest extends RpcAcsRequest<BandStartSpeedUpResponse> {
2424

2525
public BandStartSpeedUpRequest() {
26-
super("Snsuapi", "2018-07-09", "BandStartSpeedUp");
26+
super("Snsuapi", "2018-07-09", "BandStartSpeedUp", "snsuapi");
2727
}
2828

2929
private String ipAddress;

aliyun-java-sdk-snsuapi/src/main/java/com/aliyuncs/snsuapi/model/v20180709/BandStatusQueryRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
public class BandStatusQueryRequest extends RpcAcsRequest<BandStatusQueryResponse> {
2424

2525
public BandStatusQueryRequest() {
26-
super("Snsuapi", "2018-07-09", "BandStatusQuery");
26+
super("Snsuapi", "2018-07-09", "BandStatusQuery", "snsuapi");
2727
}
2828

2929
private Long resourceOwnerId;

aliyun-java-sdk-snsuapi/src/main/java/com/aliyuncs/snsuapi/model/v20180709/BandStopSpeedUpRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
public class BandStopSpeedUpRequest extends RpcAcsRequest<BandStopSpeedUpResponse> {
2424

2525
public BandStopSpeedUpRequest() {
26-
super("Snsuapi", "2018-07-09", "BandStopSpeedUp");
26+
super("Snsuapi", "2018-07-09", "BandStopSpeedUp", "snsuapi");
2727
}
2828

2929
private String ipAddress;
Lines changed: 151 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,151 @@
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.snsuapi.model.v20180709;
16+
17+
import com.aliyuncs.RpcAcsRequest;
18+
19+
/**
20+
* @author auto create
21+
* @version
22+
*/
23+
public class MobileStartSpeedUpRequest extends RpcAcsRequest<MobileStartSpeedUpResponse> {
24+
25+
public MobileStartSpeedUpRequest() {
26+
super("Snsuapi", "2018-07-09", "MobileStartSpeedUp", "snsuapi");
27+
}
28+
29+
private String duration;
30+
31+
private Long resourceOwnerId;
32+
33+
private String resourceOwnerAccount;
34+
35+
private String ip;
36+
37+
private String destinationIpAddress;
38+
39+
private String publicIp;
40+
41+
private String publicPort;
42+
43+
private Long ownerId;
44+
45+
private String token;
46+
47+
public String getDuration() {
48+
return this.duration;
49+
}
50+
51+
public void setDuration(String duration) {
52+
this.duration = duration;
53+
if(duration != null){
54+
putQueryParameter("Duration", duration);
55+
}
56+
}
57+
58+
public Long getResourceOwnerId() {
59+
return this.resourceOwnerId;
60+
}
61+
62+
public void setResourceOwnerId(Long resourceOwnerId) {
63+
this.resourceOwnerId = resourceOwnerId;
64+
if(resourceOwnerId != null){
65+
putQueryParameter("ResourceOwnerId", resourceOwnerId.toString());
66+
}
67+
}
68+
69+
public String getResourceOwnerAccount() {
70+
return this.resourceOwnerAccount;
71+
}
72+
73+
public void setResourceOwnerAccount(String resourceOwnerAccount) {
74+
this.resourceOwnerAccount = resourceOwnerAccount;
75+
if(resourceOwnerAccount != null){
76+
putQueryParameter("ResourceOwnerAccount", resourceOwnerAccount);
77+
}
78+
}
79+
80+
public String getIp() {
81+
return this.ip;
82+
}
83+
84+
public void setIp(String ip) {
85+
this.ip = ip;
86+
if(ip != null){
87+
putQueryParameter("Ip", ip);
88+
}
89+
}
90+
91+
public String getDestinationIpAddress() {
92+
return this.destinationIpAddress;
93+
}
94+
95+
public void setDestinationIpAddress(String destinationIpAddress) {
96+
this.destinationIpAddress = destinationIpAddress;
97+
if(destinationIpAddress != null){
98+
putQueryParameter("DestinationIpAddress", destinationIpAddress);
99+
}
100+
}
101+
102+
public String getPublicIp() {
103+
return this.publicIp;
104+
}
105+
106+
public void setPublicIp(String publicIp) {
107+
this.publicIp = publicIp;
108+
if(publicIp != null){
109+
putQueryParameter("PublicIp", publicIp);
110+
}
111+
}
112+
113+
public String getPublicPort() {
114+
return this.publicPort;
115+
}
116+
117+
public void setPublicPort(String publicPort) {
118+
this.publicPort = publicPort;
119+
if(publicPort != null){
120+
putQueryParameter("PublicPort", publicPort);
121+
}
122+
}
123+
124+
public Long getOwnerId() {
125+
return this.ownerId;
126+
}
127+
128+
public void setOwnerId(Long ownerId) {
129+
this.ownerId = ownerId;
130+
if(ownerId != null){
131+
putQueryParameter("OwnerId", ownerId.toString());
132+
}
133+
}
134+
135+
public String getToken() {
136+
return this.token;
137+
}
138+
139+
public void setToken(String token) {
140+
this.token = token;
141+
if(token != null){
142+
putQueryParameter("Token", token);
143+
}
144+
}
145+
146+
@Override
147+
public Class<MobileStartSpeedUpResponse> getResponseClass() {
148+
return MobileStartSpeedUpResponse.class;
149+
}
150+
151+
}

0 commit comments

Comments
 (0)