index
int64 | repo_id
string | file_path
string | content
string |
|---|---|---|---|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/UpdateRecursionRecordWeightResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class UpdateRecursionRecordWeightResponseBody extends TeaModel {
/**
* <strong>example:</strong>
* <p>6856BCF6-11D6-4D7E-AC53-FD579933522B</p>
*/
@NameInMap("RequestId")
public String requestId;
public static UpdateRecursionRecordWeightResponseBody build(java.util.Map<String, ?> map) throws Exception {
UpdateRecursionRecordWeightResponseBody self = new UpdateRecursionRecordWeightResponseBody();
return TeaModel.build(map, self);
}
public UpdateRecursionRecordWeightResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/UpdateRecursionZoneEffectiveScopeRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class UpdateRecursionZoneEffectiveScopeRequest extends TeaModel {
/**
* <strong>example:</strong>
* <p>21079fa016944979537637959d09bc</p>
*/
@NameInMap("ClientToken")
public String clientToken;
@NameInMap("EffectiveScopes")
public java.util.List<UpdateRecursionZoneEffectiveScopeRequestEffectiveScopes> effectiveScopes;
/**
* <strong>example:</strong>
* <p>173671468000011</p>
*/
@NameInMap("ZoneId")
public String zoneId;
public static UpdateRecursionZoneEffectiveScopeRequest build(java.util.Map<String, ?> map) throws Exception {
UpdateRecursionZoneEffectiveScopeRequest self = new UpdateRecursionZoneEffectiveScopeRequest();
return TeaModel.build(map, self);
}
public UpdateRecursionZoneEffectiveScopeRequest setClientToken(String clientToken) {
this.clientToken = clientToken;
return this;
}
public String getClientToken() {
return this.clientToken;
}
public UpdateRecursionZoneEffectiveScopeRequest setEffectiveScopes(java.util.List<UpdateRecursionZoneEffectiveScopeRequestEffectiveScopes> effectiveScopes) {
this.effectiveScopes = effectiveScopes;
return this;
}
public java.util.List<UpdateRecursionZoneEffectiveScopeRequestEffectiveScopes> getEffectiveScopes() {
return this.effectiveScopes;
}
public UpdateRecursionZoneEffectiveScopeRequest setZoneId(String zoneId) {
this.zoneId = zoneId;
return this;
}
public String getZoneId() {
return this.zoneId;
}
public static class UpdateRecursionZoneEffectiveScopeRequestEffectiveScopes extends TeaModel {
/**
* <strong>example:</strong>
* <p>account</p>
*/
@NameInMap("EffectiveType")
public String effectiveType;
@NameInMap("Scope")
public java.util.List<String> scope;
public static UpdateRecursionZoneEffectiveScopeRequestEffectiveScopes build(java.util.Map<String, ?> map) throws Exception {
UpdateRecursionZoneEffectiveScopeRequestEffectiveScopes self = new UpdateRecursionZoneEffectiveScopeRequestEffectiveScopes();
return TeaModel.build(map, self);
}
public UpdateRecursionZoneEffectiveScopeRequestEffectiveScopes setEffectiveType(String effectiveType) {
this.effectiveType = effectiveType;
return this;
}
public String getEffectiveType() {
return this.effectiveType;
}
public UpdateRecursionZoneEffectiveScopeRequestEffectiveScopes setScope(java.util.List<String> scope) {
this.scope = scope;
return this;
}
public java.util.List<String> getScope() {
return this.scope;
}
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/UpdateRecursionZoneEffectiveScopeResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class UpdateRecursionZoneEffectiveScopeResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public UpdateRecursionZoneEffectiveScopeResponseBody body;
public static UpdateRecursionZoneEffectiveScopeResponse build(java.util.Map<String, ?> map) throws Exception {
UpdateRecursionZoneEffectiveScopeResponse self = new UpdateRecursionZoneEffectiveScopeResponse();
return TeaModel.build(map, self);
}
public UpdateRecursionZoneEffectiveScopeResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public UpdateRecursionZoneEffectiveScopeResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public UpdateRecursionZoneEffectiveScopeResponse setBody(UpdateRecursionZoneEffectiveScopeResponseBody body) {
this.body = body;
return this;
}
public UpdateRecursionZoneEffectiveScopeResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/UpdateRecursionZoneEffectiveScopeResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class UpdateRecursionZoneEffectiveScopeResponseBody extends TeaModel {
/**
* <strong>example:</strong>
* <p>536E9CAD-DB30-4647-AC87-AA5CC38C5382</p>
*/
@NameInMap("RequestId")
public String requestId;
public static UpdateRecursionZoneEffectiveScopeResponseBody build(java.util.Map<String, ?> map) throws Exception {
UpdateRecursionZoneEffectiveScopeResponseBody self = new UpdateRecursionZoneEffectiveScopeResponseBody();
return TeaModel.build(map, self);
}
public UpdateRecursionZoneEffectiveScopeResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/UpdateRecursionZoneEffectiveScopeShrinkRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class UpdateRecursionZoneEffectiveScopeShrinkRequest extends TeaModel {
/**
* <strong>example:</strong>
* <p>21079fa016944979537637959d09bc</p>
*/
@NameInMap("ClientToken")
public String clientToken;
@NameInMap("EffectiveScopes")
public String effectiveScopesShrink;
/**
* <strong>example:</strong>
* <p>173671468000011</p>
*/
@NameInMap("ZoneId")
public String zoneId;
public static UpdateRecursionZoneEffectiveScopeShrinkRequest build(java.util.Map<String, ?> map) throws Exception {
UpdateRecursionZoneEffectiveScopeShrinkRequest self = new UpdateRecursionZoneEffectiveScopeShrinkRequest();
return TeaModel.build(map, self);
}
public UpdateRecursionZoneEffectiveScopeShrinkRequest setClientToken(String clientToken) {
this.clientToken = clientToken;
return this;
}
public String getClientToken() {
return this.clientToken;
}
public UpdateRecursionZoneEffectiveScopeShrinkRequest setEffectiveScopesShrink(String effectiveScopesShrink) {
this.effectiveScopesShrink = effectiveScopesShrink;
return this;
}
public String getEffectiveScopesShrink() {
return this.effectiveScopesShrink;
}
public UpdateRecursionZoneEffectiveScopeShrinkRequest setZoneId(String zoneId) {
this.zoneId = zoneId;
return this;
}
public String getZoneId() {
return this.zoneId;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/UpdateRecursionZoneProxyPatternRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class UpdateRecursionZoneProxyPatternRequest extends TeaModel {
/**
* <strong>example:</strong>
* <p>21079fa016944979537637959d09bc</p>
*/
@NameInMap("ClientToken")
public String clientToken;
/**
* <strong>example:</strong>
* <p>record</p>
*/
@NameInMap("ProxyPattern")
public String proxyPattern;
/**
* <strong>example:</strong>
* <p>173671468000011</p>
*/
@NameInMap("ZoneId")
public String zoneId;
public static UpdateRecursionZoneProxyPatternRequest build(java.util.Map<String, ?> map) throws Exception {
UpdateRecursionZoneProxyPatternRequest self = new UpdateRecursionZoneProxyPatternRequest();
return TeaModel.build(map, self);
}
public UpdateRecursionZoneProxyPatternRequest setClientToken(String clientToken) {
this.clientToken = clientToken;
return this;
}
public String getClientToken() {
return this.clientToken;
}
public UpdateRecursionZoneProxyPatternRequest setProxyPattern(String proxyPattern) {
this.proxyPattern = proxyPattern;
return this;
}
public String getProxyPattern() {
return this.proxyPattern;
}
public UpdateRecursionZoneProxyPatternRequest setZoneId(String zoneId) {
this.zoneId = zoneId;
return this;
}
public String getZoneId() {
return this.zoneId;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/UpdateRecursionZoneProxyPatternResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class UpdateRecursionZoneProxyPatternResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public UpdateRecursionZoneProxyPatternResponseBody body;
public static UpdateRecursionZoneProxyPatternResponse build(java.util.Map<String, ?> map) throws Exception {
UpdateRecursionZoneProxyPatternResponse self = new UpdateRecursionZoneProxyPatternResponse();
return TeaModel.build(map, self);
}
public UpdateRecursionZoneProxyPatternResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public UpdateRecursionZoneProxyPatternResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public UpdateRecursionZoneProxyPatternResponse setBody(UpdateRecursionZoneProxyPatternResponseBody body) {
this.body = body;
return this;
}
public UpdateRecursionZoneProxyPatternResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/UpdateRecursionZoneProxyPatternResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class UpdateRecursionZoneProxyPatternResponseBody extends TeaModel {
/**
* <strong>example:</strong>
* <p>536E9CAD-DB30-4647-AC87-AA5CC38C5382</p>
*/
@NameInMap("RequestId")
public String requestId;
public static UpdateRecursionZoneProxyPatternResponseBody build(java.util.Map<String, ?> map) throws Exception {
UpdateRecursionZoneProxyPatternResponseBody self = new UpdateRecursionZoneProxyPatternResponseBody();
return TeaModel.build(map, self);
}
public UpdateRecursionZoneProxyPatternResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/UpdateRecursionZoneRemarkRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class UpdateRecursionZoneRemarkRequest extends TeaModel {
/**
* <strong>example:</strong>
* <p>21079fa016944979537637959d09bc</p>
*/
@NameInMap("ClientToken")
public String clientToken;
@NameInMap("Remark")
public String remark;
/**
* <strong>example:</strong>
* <p>173671468000011</p>
*/
@NameInMap("ZoneId")
public String zoneId;
public static UpdateRecursionZoneRemarkRequest build(java.util.Map<String, ?> map) throws Exception {
UpdateRecursionZoneRemarkRequest self = new UpdateRecursionZoneRemarkRequest();
return TeaModel.build(map, self);
}
public UpdateRecursionZoneRemarkRequest setClientToken(String clientToken) {
this.clientToken = clientToken;
return this;
}
public String getClientToken() {
return this.clientToken;
}
public UpdateRecursionZoneRemarkRequest setRemark(String remark) {
this.remark = remark;
return this;
}
public String getRemark() {
return this.remark;
}
public UpdateRecursionZoneRemarkRequest setZoneId(String zoneId) {
this.zoneId = zoneId;
return this;
}
public String getZoneId() {
return this.zoneId;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/UpdateRecursionZoneRemarkResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class UpdateRecursionZoneRemarkResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public UpdateRecursionZoneRemarkResponseBody body;
public static UpdateRecursionZoneRemarkResponse build(java.util.Map<String, ?> map) throws Exception {
UpdateRecursionZoneRemarkResponse self = new UpdateRecursionZoneRemarkResponse();
return TeaModel.build(map, self);
}
public UpdateRecursionZoneRemarkResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public UpdateRecursionZoneRemarkResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public UpdateRecursionZoneRemarkResponse setBody(UpdateRecursionZoneRemarkResponseBody body) {
this.body = body;
return this;
}
public UpdateRecursionZoneRemarkResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/UpdateRecursionZoneRemarkResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class UpdateRecursionZoneRemarkResponseBody extends TeaModel {
/**
* <strong>example:</strong>
* <p>29D0F8F8-5499-4F6C-9FDC-1EE13BF55925</p>
*/
@NameInMap("RequestId")
public String requestId;
public static UpdateRecursionZoneRemarkResponseBody build(java.util.Map<String, ?> map) throws Exception {
UpdateRecursionZoneRemarkResponseBody self = new UpdateRecursionZoneRemarkResponseBody();
return TeaModel.build(map, self);
}
public UpdateRecursionZoneRemarkResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/ValidateDnsGtmCnameRrCanUseRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class ValidateDnsGtmCnameRrCanUseRequest extends TeaModel {
/**
* <p>This parameter is required.</p>
*/
@NameInMap("CnameMode")
public String cnameMode;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("CnameRr")
public String cnameRr;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("CnameType")
public String cnameType;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("CnameZone")
public String cnameZone;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("InstanceId")
public String instanceId;
@NameInMap("Lang")
public String lang;
public static ValidateDnsGtmCnameRrCanUseRequest build(java.util.Map<String, ?> map) throws Exception {
ValidateDnsGtmCnameRrCanUseRequest self = new ValidateDnsGtmCnameRrCanUseRequest();
return TeaModel.build(map, self);
}
public ValidateDnsGtmCnameRrCanUseRequest setCnameMode(String cnameMode) {
this.cnameMode = cnameMode;
return this;
}
public String getCnameMode() {
return this.cnameMode;
}
public ValidateDnsGtmCnameRrCanUseRequest setCnameRr(String cnameRr) {
this.cnameRr = cnameRr;
return this;
}
public String getCnameRr() {
return this.cnameRr;
}
public ValidateDnsGtmCnameRrCanUseRequest setCnameType(String cnameType) {
this.cnameType = cnameType;
return this;
}
public String getCnameType() {
return this.cnameType;
}
public ValidateDnsGtmCnameRrCanUseRequest setCnameZone(String cnameZone) {
this.cnameZone = cnameZone;
return this;
}
public String getCnameZone() {
return this.cnameZone;
}
public ValidateDnsGtmCnameRrCanUseRequest setInstanceId(String instanceId) {
this.instanceId = instanceId;
return this;
}
public String getInstanceId() {
return this.instanceId;
}
public ValidateDnsGtmCnameRrCanUseRequest setLang(String lang) {
this.lang = lang;
return this;
}
public String getLang() {
return this.lang;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/ValidateDnsGtmCnameRrCanUseResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class ValidateDnsGtmCnameRrCanUseResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public ValidateDnsGtmCnameRrCanUseResponseBody body;
public static ValidateDnsGtmCnameRrCanUseResponse build(java.util.Map<String, ?> map) throws Exception {
ValidateDnsGtmCnameRrCanUseResponse self = new ValidateDnsGtmCnameRrCanUseResponse();
return TeaModel.build(map, self);
}
public ValidateDnsGtmCnameRrCanUseResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public ValidateDnsGtmCnameRrCanUseResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public ValidateDnsGtmCnameRrCanUseResponse setBody(ValidateDnsGtmCnameRrCanUseResponseBody body) {
this.body = body;
return this;
}
public ValidateDnsGtmCnameRrCanUseResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/ValidateDnsGtmCnameRrCanUseResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class ValidateDnsGtmCnameRrCanUseResponseBody extends TeaModel {
@NameInMap("RequestId")
public String requestId;
public static ValidateDnsGtmCnameRrCanUseResponseBody build(java.util.Map<String, ?> map) throws Exception {
ValidateDnsGtmCnameRrCanUseResponseBody self = new ValidateDnsGtmCnameRrCanUseResponseBody();
return TeaModel.build(map, self);
}
public ValidateDnsGtmCnameRrCanUseResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/ValidatePdnsUdpIpSegmentRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class ValidatePdnsUdpIpSegmentRequest extends TeaModel {
@NameInMap("Ip")
public String ip;
@NameInMap("IpToken")
public String ipToken;
@NameInMap("Lang")
public String lang;
public static ValidatePdnsUdpIpSegmentRequest build(java.util.Map<String, ?> map) throws Exception {
ValidatePdnsUdpIpSegmentRequest self = new ValidatePdnsUdpIpSegmentRequest();
return TeaModel.build(map, self);
}
public ValidatePdnsUdpIpSegmentRequest setIp(String ip) {
this.ip = ip;
return this;
}
public String getIp() {
return this.ip;
}
public ValidatePdnsUdpIpSegmentRequest setIpToken(String ipToken) {
this.ipToken = ipToken;
return this;
}
public String getIpToken() {
return this.ipToken;
}
public ValidatePdnsUdpIpSegmentRequest setLang(String lang) {
this.lang = lang;
return this;
}
public String getLang() {
return this.lang;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/ValidatePdnsUdpIpSegmentResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class ValidatePdnsUdpIpSegmentResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public ValidatePdnsUdpIpSegmentResponseBody body;
public static ValidatePdnsUdpIpSegmentResponse build(java.util.Map<String, ?> map) throws Exception {
ValidatePdnsUdpIpSegmentResponse self = new ValidatePdnsUdpIpSegmentResponse();
return TeaModel.build(map, self);
}
public ValidatePdnsUdpIpSegmentResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public ValidatePdnsUdpIpSegmentResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public ValidatePdnsUdpIpSegmentResponse setBody(ValidatePdnsUdpIpSegmentResponseBody body) {
this.body = body;
return this;
}
public ValidatePdnsUdpIpSegmentResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109
|
java-sources/com/aliyun/alidns20150109/3.5.0/com/aliyun/alidns20150109/models/ValidatePdnsUdpIpSegmentResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.alidns20150109.models;
import com.aliyun.tea.*;
public class ValidatePdnsUdpIpSegmentResponseBody extends TeaModel {
@NameInMap("RequestId")
public String requestId;
public static ValidatePdnsUdpIpSegmentResponseBody build(java.util.Map<String, ?> map) throws Exception {
ValidatePdnsUdpIpSegmentResponseBody self = new ValidatePdnsUdpIpSegmentResponseBody();
return TeaModel.build(map, self);
}
public ValidatePdnsUdpIpSegmentResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
}
|
0
|
java-sources/com/aliyun/aligenie/0.0.1/com/aliyun
|
java-sources/com/aliyun/aligenie/0.0.1/com/aliyun/aligenieiap_1_0/Client.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0;
import com.aliyun.tea.*;
import com.aliyun.aligenieiap_1_0.models.*;
import com.aliyun.teautil.*;
import com.aliyun.teautil.models.*;
import com.aliyun.teaopenapi.*;
import com.aliyun.teaopenapi.models.*;
import com.aliyun.openapiutil.*;
public class Client extends com.aliyun.teaopenapi.Client {
public Client(Config config) throws Exception {
super(config);
this._endpointRule = "";
if (com.aliyun.teautil.Common.empty(_endpoint)) {
this._endpoint = "openapi.aligenie.com";
}
}
public WakeUpAppResponse wakeUpApp(WakeUpAppRequest request) throws Exception {
RuntimeOptions runtime = new RuntimeOptions();
WakeUpAppHeaders headers = new WakeUpAppHeaders();
return this.wakeUpAppWithOptions(request, headers, runtime);
}
public WakeUpAppResponse wakeUpAppWithOptions(WakeUpAppRequest request, WakeUpAppHeaders headers, RuntimeOptions runtime) throws Exception {
com.aliyun.teautil.Common.validateModel(request);
java.util.Map<String, Object> body = new java.util.HashMap<>();
if (!com.aliyun.teautil.Common.isUnset(request.path)) {
body.put("Path", request.path);
}
if (!com.aliyun.teautil.Common.isUnset(request.genieAppId)) {
body.put("GenieAppId", request.genieAppId);
}
if (!com.aliyun.teautil.Common.isUnset(TeaModel.buildMap(request.targetInfo))) {
body.put("TargetInfo", request.targetInfo);
}
if (!com.aliyun.teautil.Common.isUnset(request.isDebug)) {
body.put("IsDebug", request.isDebug);
}
java.util.Map<String, String> realHeaders = new java.util.HashMap<>();
if (!com.aliyun.teautil.Common.isUnset(headers.commonHeaders)) {
realHeaders = headers.commonHeaders;
}
if (!com.aliyun.teautil.Common.isUnset(headers.xAcsAligenieAccessToken)) {
realHeaders.put("x-acs-aligenie-access-token", headers.xAcsAligenieAccessToken);
}
if (!com.aliyun.teautil.Common.isUnset(headers.authorization)) {
realHeaders.put("Authorization", headers.authorization);
}
OpenApiRequest req = OpenApiRequest.build(TeaConverter.buildMap(
new TeaPair("headers", realHeaders),
new TeaPair("body", com.aliyun.openapiutil.Client.parseToMap(body))
));
Params params = Params.build(TeaConverter.buildMap(
new TeaPair("action", "WakeUpApp"),
new TeaPair("version", "iap_1.0"),
new TeaPair("protocol", "HTTPS"),
new TeaPair("pathname", "/v1.0/iap/wakeup"),
new TeaPair("method", "PUT"),
new TeaPair("authType", "AK"),
new TeaPair("style", "ROA"),
new TeaPair("reqBodyType", "json"),
new TeaPair("bodyType", "none")
));
return TeaModel.toModel(this.callApi(params, req, runtime), new WakeUpAppResponse());
}
public PushNotificationsResponse pushNotifications(PushNotificationsRequest request) throws Exception {
RuntimeOptions runtime = new RuntimeOptions();
PushNotificationsHeaders headers = new PushNotificationsHeaders();
return this.pushNotificationsWithOptions(request, headers, runtime);
}
public PushNotificationsResponse pushNotificationsWithOptions(PushNotificationsRequest tmpReq, PushNotificationsHeaders headers, RuntimeOptions runtime) throws Exception {
com.aliyun.teautil.Common.validateModel(tmpReq);
PushNotificationsShrinkRequest request = new PushNotificationsShrinkRequest();
com.aliyun.openapiutil.Client.convert(tmpReq, request);
if (!com.aliyun.teautil.Common.isUnset(TeaModel.buildMap(tmpReq.notificationUnicastRequest))) {
request.notificationUnicastRequestShrink = com.aliyun.openapiutil.Client.arrayToStringWithSpecifiedStyle(TeaModel.buildMap(tmpReq.notificationUnicastRequest), "NotificationUnicastRequest", "json");
}
if (!com.aliyun.teautil.Common.isUnset(TeaModel.buildMap(tmpReq.tenantInfo))) {
request.tenantInfoShrink = com.aliyun.openapiutil.Client.arrayToStringWithSpecifiedStyle(TeaModel.buildMap(tmpReq.tenantInfo), "TenantInfo", "json");
}
java.util.Map<String, Object> body = new java.util.HashMap<>();
if (!com.aliyun.teautil.Common.isUnset(request.notificationUnicastRequestShrink)) {
body.put("NotificationUnicastRequest", request.notificationUnicastRequestShrink);
}
if (!com.aliyun.teautil.Common.isUnset(request.tenantInfoShrink)) {
body.put("TenantInfo", request.tenantInfoShrink);
}
java.util.Map<String, String> realHeaders = new java.util.HashMap<>();
if (!com.aliyun.teautil.Common.isUnset(headers.commonHeaders)) {
realHeaders = headers.commonHeaders;
}
if (!com.aliyun.teautil.Common.isUnset(headers.xAcsAligenieAccessToken)) {
realHeaders.put("x-acs-aligenie-access-token", headers.xAcsAligenieAccessToken);
}
if (!com.aliyun.teautil.Common.isUnset(headers.authorization)) {
realHeaders.put("Authorization", headers.authorization);
}
OpenApiRequest req = OpenApiRequest.build(TeaConverter.buildMap(
new TeaPair("headers", realHeaders),
new TeaPair("body", com.aliyun.openapiutil.Client.parseToMap(body))
));
Params params = Params.build(TeaConverter.buildMap(
new TeaPair("action", "PushNotifications"),
new TeaPair("version", "iap_1.0"),
new TeaPair("protocol", "HTTPS"),
new TeaPair("pathname", "/v1.0/iap/notifications"),
new TeaPair("method", "PUT"),
new TeaPair("authType", "AK"),
new TeaPair("style", "ROA"),
new TeaPair("reqBodyType", "formData"),
new TeaPair("bodyType", "none")
));
return TeaModel.toModel(this.callApi(params, req, runtime), new PushNotificationsResponse());
}
}
|
0
|
java-sources/com/aliyun/aligenie/0.0.1/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenie/0.0.1/com/aliyun/aligenieiap_1_0/models/PushNotificationsHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class PushNotificationsHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("x-acs-aligenie-access-token")
public String xAcsAligenieAccessToken;
@NameInMap("Authorization")
public String authorization;
public static PushNotificationsHeaders build(java.util.Map<String, ?> map) throws Exception {
PushNotificationsHeaders self = new PushNotificationsHeaders();
return TeaModel.build(map, self);
}
public PushNotificationsHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public PushNotificationsHeaders setXAcsAligenieAccessToken(String xAcsAligenieAccessToken) {
this.xAcsAligenieAccessToken = xAcsAligenieAccessToken;
return this;
}
public String getXAcsAligenieAccessToken() {
return this.xAcsAligenieAccessToken;
}
public PushNotificationsHeaders setAuthorization(String authorization) {
this.authorization = authorization;
return this;
}
public String getAuthorization() {
return this.authorization;
}
}
|
0
|
java-sources/com/aliyun/aligenie/0.0.1/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenie/0.0.1/com/aliyun/aligenieiap_1_0/models/PushNotificationsRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class PushNotificationsRequest extends TeaModel {
// 消息推送入参对象。
@NameInMap("NotificationUnicastRequest")
public PushNotificationsRequestNotificationUnicastRequest notificationUnicastRequest;
// 身份信息。
@NameInMap("TenantInfo")
public PushNotificationsRequestTenantInfo tenantInfo;
public static PushNotificationsRequest build(java.util.Map<String, ?> map) throws Exception {
PushNotificationsRequest self = new PushNotificationsRequest();
return TeaModel.build(map, self);
}
public PushNotificationsRequest setNotificationUnicastRequest(PushNotificationsRequestNotificationUnicastRequest notificationUnicastRequest) {
this.notificationUnicastRequest = notificationUnicastRequest;
return this;
}
public PushNotificationsRequestNotificationUnicastRequest getNotificationUnicastRequest() {
return this.notificationUnicastRequest;
}
public PushNotificationsRequest setTenantInfo(PushNotificationsRequestTenantInfo tenantInfo) {
this.tenantInfo = tenantInfo;
return this;
}
public PushNotificationsRequestTenantInfo getTenantInfo() {
return this.tenantInfo;
}
public static class PushNotificationsRequestNotificationUnicastRequestSendTarget extends TeaModel {
// 推送的目标类型,获取到对应设备或用户标识时的类型 - DEVICE_UNION_ID:设备unionId - DEVICE_OPEN_ID:设备openId - USER_UNION_ID:用户unionId - USER_OPEN_ID:用户openId
@NameInMap("TargetType")
public String targetType;
// 推送目标类型对应的标识值。
@NameInMap("TargetIdentity")
public String targetIdentity;
public static PushNotificationsRequestNotificationUnicastRequestSendTarget build(java.util.Map<String, ?> map) throws Exception {
PushNotificationsRequestNotificationUnicastRequestSendTarget self = new PushNotificationsRequestNotificationUnicastRequestSendTarget();
return TeaModel.build(map, self);
}
public PushNotificationsRequestNotificationUnicastRequestSendTarget setTargetType(String targetType) {
this.targetType = targetType;
return this;
}
public String getTargetType() {
return this.targetType;
}
public PushNotificationsRequestNotificationUnicastRequestSendTarget setTargetIdentity(String targetIdentity) {
this.targetIdentity = targetIdentity;
return this;
}
public String getTargetIdentity() {
return this.targetIdentity;
}
}
public static class PushNotificationsRequestNotificationUnicastRequest extends TeaModel {
// 消息推送的目标信息。
@NameInMap("SendTarget")
public PushNotificationsRequestNotificationUnicastRequestSendTarget sendTarget;
// 消息模板,在天猫精灵应用平台中申请消息模板时得到的模板id。
@NameInMap("MessageTemplateId")
public String messageTemplateId;
// 占位符信息,例如:模板是【你好,{nick}!】这里可以是:{"nick":"小甜甜"}
@NameInMap("PlaceHolder")
public java.util.Map<String, ?> placeHolder;
// 编码类型,获取猫精的设备标识的途径有多种,不同途径对应不同的编码类型: PACKAGE_NAME:apk包名 SKILL_ID:技能id
@NameInMap("EncodeType")
public String encodeType;
// 编码类型对应的值,例如:编码类型是SKILLID,其值就为webhook服务中得到的skillId;编码类似是PACKAGENAME,其值就为对应客户端app的packageName。
@NameInMap("EncodeKey")
public String encodeKey;
// 组织标识,推送类型是XX_UNION_XX时才需要配。当存在多种途径获取猫精设备或用户标识且又需要能互通的情况下需要找平台申请组织,申请通过后由平台分配得到。
@NameInMap("OrganizationId")
public String organizationId;
// 调试标识
@NameInMap("IsDebug")
public Boolean isDebug;
public static PushNotificationsRequestNotificationUnicastRequest build(java.util.Map<String, ?> map) throws Exception {
PushNotificationsRequestNotificationUnicastRequest self = new PushNotificationsRequestNotificationUnicastRequest();
return TeaModel.build(map, self);
}
public PushNotificationsRequestNotificationUnicastRequest setSendTarget(PushNotificationsRequestNotificationUnicastRequestSendTarget sendTarget) {
this.sendTarget = sendTarget;
return this;
}
public PushNotificationsRequestNotificationUnicastRequestSendTarget getSendTarget() {
return this.sendTarget;
}
public PushNotificationsRequestNotificationUnicastRequest setMessageTemplateId(String messageTemplateId) {
this.messageTemplateId = messageTemplateId;
return this;
}
public String getMessageTemplateId() {
return this.messageTemplateId;
}
public PushNotificationsRequestNotificationUnicastRequest setPlaceHolder(java.util.Map<String, ?> placeHolder) {
this.placeHolder = placeHolder;
return this;
}
public java.util.Map<String, ?> getPlaceHolder() {
return this.placeHolder;
}
public PushNotificationsRequestNotificationUnicastRequest setEncodeType(String encodeType) {
this.encodeType = encodeType;
return this;
}
public String getEncodeType() {
return this.encodeType;
}
public PushNotificationsRequestNotificationUnicastRequest setEncodeKey(String encodeKey) {
this.encodeKey = encodeKey;
return this;
}
public String getEncodeKey() {
return this.encodeKey;
}
public PushNotificationsRequestNotificationUnicastRequest setOrganizationId(String organizationId) {
this.organizationId = organizationId;
return this;
}
public String getOrganizationId() {
return this.organizationId;
}
public PushNotificationsRequestNotificationUnicastRequest setIsDebug(Boolean isDebug) {
this.isDebug = isDebug;
return this;
}
public Boolean getIsDebug() {
return this.isDebug;
}
}
public static class PushNotificationsRequestTenantInfo extends TeaModel {
// 猫精应用id,【开发者平台-技能应用】创建应用后得到的应用id。
@NameInMap("GenieAppId")
public String genieAppId;
public static PushNotificationsRequestTenantInfo build(java.util.Map<String, ?> map) throws Exception {
PushNotificationsRequestTenantInfo self = new PushNotificationsRequestTenantInfo();
return TeaModel.build(map, self);
}
public PushNotificationsRequestTenantInfo setGenieAppId(String genieAppId) {
this.genieAppId = genieAppId;
return this;
}
public String getGenieAppId() {
return this.genieAppId;
}
}
}
|
0
|
java-sources/com/aliyun/aligenie/0.0.1/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenie/0.0.1/com/aliyun/aligenieiap_1_0/models/PushNotificationsResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class PushNotificationsResponse extends TeaModel {
@NameInMap("headers")
@Validation(required = true)
public java.util.Map<String, String> headers;
public static PushNotificationsResponse build(java.util.Map<String, ?> map) throws Exception {
PushNotificationsResponse self = new PushNotificationsResponse();
return TeaModel.build(map, self);
}
public PushNotificationsResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
}
|
0
|
java-sources/com/aliyun/aligenie/0.0.1/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenie/0.0.1/com/aliyun/aligenieiap_1_0/models/PushNotificationsShrinkRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class PushNotificationsShrinkRequest extends TeaModel {
// 消息推送入参对象。
@NameInMap("NotificationUnicastRequest")
public String notificationUnicastRequestShrink;
// 身份信息。
@NameInMap("TenantInfo")
public String tenantInfoShrink;
public static PushNotificationsShrinkRequest build(java.util.Map<String, ?> map) throws Exception {
PushNotificationsShrinkRequest self = new PushNotificationsShrinkRequest();
return TeaModel.build(map, self);
}
public PushNotificationsShrinkRequest setNotificationUnicastRequestShrink(String notificationUnicastRequestShrink) {
this.notificationUnicastRequestShrink = notificationUnicastRequestShrink;
return this;
}
public String getNotificationUnicastRequestShrink() {
return this.notificationUnicastRequestShrink;
}
public PushNotificationsShrinkRequest setTenantInfoShrink(String tenantInfoShrink) {
this.tenantInfoShrink = tenantInfoShrink;
return this;
}
public String getTenantInfoShrink() {
return this.tenantInfoShrink;
}
}
|
0
|
java-sources/com/aliyun/aligenie/0.0.1/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenie/0.0.1/com/aliyun/aligenieiap_1_0/models/WakeUpAppHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class WakeUpAppHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("x-acs-aligenie-access-token")
public String xAcsAligenieAccessToken;
@NameInMap("Authorization")
public String authorization;
public static WakeUpAppHeaders build(java.util.Map<String, ?> map) throws Exception {
WakeUpAppHeaders self = new WakeUpAppHeaders();
return TeaModel.build(map, self);
}
public WakeUpAppHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public WakeUpAppHeaders setXAcsAligenieAccessToken(String xAcsAligenieAccessToken) {
this.xAcsAligenieAccessToken = xAcsAligenieAccessToken;
return this;
}
public String getXAcsAligenieAccessToken() {
return this.xAcsAligenieAccessToken;
}
public WakeUpAppHeaders setAuthorization(String authorization) {
this.authorization = authorization;
return this;
}
public String getAuthorization() {
return this.authorization;
}
}
|
0
|
java-sources/com/aliyun/aligenie/0.0.1/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenie/0.0.1/com/aliyun/aligenieiap_1_0/models/WakeUpAppRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class WakeUpAppRequest extends TeaModel {
// 应用拉起路径,类似在技能应用控制台中填的唤起链接。
@NameInMap("Path")
public String path;
// 猫精应用id,控制台中创建应用后得到的应用id。
@NameInMap("GenieAppId")
public String genieAppId;
// 要拉起的目标设备信息。
@NameInMap("TargetInfo")
public WakeUpAppRequestTargetInfo targetInfo;
// 是否调试
@NameInMap("IsDebug")
public Boolean isDebug;
public static WakeUpAppRequest build(java.util.Map<String, ?> map) throws Exception {
WakeUpAppRequest self = new WakeUpAppRequest();
return TeaModel.build(map, self);
}
public WakeUpAppRequest setPath(String path) {
this.path = path;
return this;
}
public String getPath() {
return this.path;
}
public WakeUpAppRequest setGenieAppId(String genieAppId) {
this.genieAppId = genieAppId;
return this;
}
public String getGenieAppId() {
return this.genieAppId;
}
public WakeUpAppRequest setTargetInfo(WakeUpAppRequestTargetInfo targetInfo) {
this.targetInfo = targetInfo;
return this;
}
public WakeUpAppRequestTargetInfo getTargetInfo() {
return this.targetInfo;
}
public WakeUpAppRequest setIsDebug(Boolean isDebug) {
this.isDebug = isDebug;
return this;
}
public Boolean getIsDebug() {
return this.isDebug;
}
public static class WakeUpAppRequestTargetInfo extends TeaModel {
// 推送目标类型,获取到对应设备标识时的类型 DEVICE_UNION_ID:设备unionId; DEVICE_OPEN_ID:设备openId
@NameInMap("TargetType")
public String targetType;
// 推送目标类型对应的标识值
@NameInMap("TargetIdentity")
public String targetIdentity;
// 组织标识,推送类型是XX_UNION_XX时才需要配。当存在多种途径获取猫精设备标识且又需要能互通的情况下需要找平台申请组织,申请通过后由平台分配得到。
@NameInMap("OrganizationId")
public String organizationId;
// 编码类型,获取猫精的设备标识的途径有多种,不同途径对应不同的编码类型: PACKAGE_NAME:apk包名 SKILL_ID:技能id
@NameInMap("EncodeType")
public String encodeType;
// 编码类型对应的值,例如:编码类型是SKILLID,其值就为webhook服务中得到的skillId;编码类似是PACKAGENAME,其值就为对应客户端app的packageName。
@NameInMap("EncodeKey")
public String encodeKey;
public static WakeUpAppRequestTargetInfo build(java.util.Map<String, ?> map) throws Exception {
WakeUpAppRequestTargetInfo self = new WakeUpAppRequestTargetInfo();
return TeaModel.build(map, self);
}
public WakeUpAppRequestTargetInfo setTargetType(String targetType) {
this.targetType = targetType;
return this;
}
public String getTargetType() {
return this.targetType;
}
public WakeUpAppRequestTargetInfo setTargetIdentity(String targetIdentity) {
this.targetIdentity = targetIdentity;
return this;
}
public String getTargetIdentity() {
return this.targetIdentity;
}
public WakeUpAppRequestTargetInfo setOrganizationId(String organizationId) {
this.organizationId = organizationId;
return this;
}
public String getOrganizationId() {
return this.organizationId;
}
public WakeUpAppRequestTargetInfo setEncodeType(String encodeType) {
this.encodeType = encodeType;
return this;
}
public String getEncodeType() {
return this.encodeType;
}
public WakeUpAppRequestTargetInfo setEncodeKey(String encodeKey) {
this.encodeKey = encodeKey;
return this;
}
public String getEncodeKey() {
return this.encodeKey;
}
}
}
|
0
|
java-sources/com/aliyun/aligenie/0.0.1/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenie/0.0.1/com/aliyun/aligenieiap_1_0/models/WakeUpAppResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class WakeUpAppResponse extends TeaModel {
@NameInMap("headers")
@Validation(required = true)
public java.util.Map<String, String> headers;
public static WakeUpAppResponse build(java.util.Map<String, ?> map) throws Exception {
WakeUpAppResponse self = new WakeUpAppResponse();
return TeaModel.build(map, self);
}
public WakeUpAppResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
}
|
0
|
java-sources/com/aliyun/aligenie/0.0.1/com/aliyun
|
java-sources/com/aliyun/aligenie/0.0.1/com/aliyun/aligeniessp_1_0/Client.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligeniessp_1_0;
import com.aliyun.tea.*;
import com.aliyun.aligeniessp_1_0.models.*;
import com.aliyun.teautil.*;
import com.aliyun.teautil.models.*;
import com.aliyun.teaopenapi.*;
import com.aliyun.teaopenapi.models.*;
import com.aliyun.openapiutil.*;
public class Client extends com.aliyun.teaopenapi.Client {
public Client(Config config) throws Exception {
super(config);
this._endpointRule = "";
if (com.aliyun.teautil.Common.empty(_endpoint)) {
this._endpoint = "openapi.aligenie.com";
}
}
public GetDeviceIdByIdentityResponse getDeviceIdByIdentity(GetDeviceIdByIdentityRequest request) throws Exception {
RuntimeOptions runtime = new RuntimeOptions();
GetDeviceIdByIdentityHeaders headers = new GetDeviceIdByIdentityHeaders();
return this.getDeviceIdByIdentityWithOptions(request, headers, runtime);
}
public GetDeviceIdByIdentityResponse getDeviceIdByIdentityWithOptions(GetDeviceIdByIdentityRequest request, GetDeviceIdByIdentityHeaders headers, RuntimeOptions runtime) throws Exception {
com.aliyun.teautil.Common.validateModel(request);
java.util.Map<String, Object> query = new java.util.HashMap<>();
if (!com.aliyun.teautil.Common.isUnset(request.identityType)) {
query.put("IdentityType", request.identityType);
}
if (!com.aliyun.teautil.Common.isUnset(request.encodeType)) {
query.put("EncodeType", request.encodeType);
}
if (!com.aliyun.teautil.Common.isUnset(request.identityId)) {
query.put("IdentityId", request.identityId);
}
if (!com.aliyun.teautil.Common.isUnset(request.productKey)) {
query.put("ProductKey", request.productKey);
}
if (!com.aliyun.teautil.Common.isUnset(request.encodeKey)) {
query.put("EncodeKey", request.encodeKey);
}
java.util.Map<String, String> realHeaders = new java.util.HashMap<>();
if (!com.aliyun.teautil.Common.isUnset(headers.commonHeaders)) {
realHeaders = headers.commonHeaders;
}
if (!com.aliyun.teautil.Common.isUnset(headers.xAcsAligenieAccessToken)) {
realHeaders.put("x-acs-aligenie-access-token", headers.xAcsAligenieAccessToken);
}
if (!com.aliyun.teautil.Common.isUnset(headers.authorization)) {
realHeaders.put("Authorization", headers.authorization);
}
OpenApiRequest req = OpenApiRequest.build(TeaConverter.buildMap(
new TeaPair("headers", realHeaders),
new TeaPair("query", com.aliyun.openapiutil.Client.query(query))
));
Params params = Params.build(TeaConverter.buildMap(
new TeaPair("action", "GetDeviceIdByIdentity"),
new TeaPair("version", "ssp_1.0"),
new TeaPair("protocol", "HTTPS"),
new TeaPair("pathname", "/v1.0/ssp/getDeviceIdByIdentity"),
new TeaPair("method", "GET"),
new TeaPair("authType", "AK"),
new TeaPair("style", "ROA"),
new TeaPair("reqBodyType", "json"),
new TeaPair("bodyType", "json")
));
return TeaModel.toModel(this.callApi(params, req, runtime), new GetDeviceIdByIdentityResponse());
}
}
|
0
|
java-sources/com/aliyun/aligenie/0.0.1/com/aliyun/aligeniessp_1_0
|
java-sources/com/aliyun/aligenie/0.0.1/com/aliyun/aligeniessp_1_0/models/GetDeviceIdByIdentityHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligeniessp_1_0.models;
import com.aliyun.tea.*;
public class GetDeviceIdByIdentityHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("x-acs-aligenie-access-token")
public String xAcsAligenieAccessToken;
@NameInMap("Authorization")
public String authorization;
public static GetDeviceIdByIdentityHeaders build(java.util.Map<String, ?> map) throws Exception {
GetDeviceIdByIdentityHeaders self = new GetDeviceIdByIdentityHeaders();
return TeaModel.build(map, self);
}
public GetDeviceIdByIdentityHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public GetDeviceIdByIdentityHeaders setXAcsAligenieAccessToken(String xAcsAligenieAccessToken) {
this.xAcsAligenieAccessToken = xAcsAligenieAccessToken;
return this;
}
public String getXAcsAligenieAccessToken() {
return this.xAcsAligenieAccessToken;
}
public GetDeviceIdByIdentityHeaders setAuthorization(String authorization) {
this.authorization = authorization;
return this;
}
public String getAuthorization() {
return this.authorization;
}
}
|
0
|
java-sources/com/aliyun/aligenie/0.0.1/com/aliyun/aligeniessp_1_0
|
java-sources/com/aliyun/aligenie/0.0.1/com/aliyun/aligeniessp_1_0/models/GetDeviceIdByIdentityRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligeniessp_1_0.models;
import com.aliyun.tea.*;
public class GetDeviceIdByIdentityRequest extends TeaModel {
// 认证类型,MAC/SN
@NameInMap("IdentityType")
public String identityType;
// 编码类型,获取猫精的设备标识的途径有多种,不同途径对应不同的编码类型: PACKAGE_NAME:apk包名 SKILL_ID:技能id
@NameInMap("EncodeType")
public String encodeType;
// 认证标识,具体的MAC地址或者SN号
@NameInMap("IdentityId")
public String identityId;
// 产品唯一标志符productKey,从AI开放平台中获取
@NameInMap("ProductKey")
public String productKey;
// 编码类型对应的值,例如:编码类型是SKILLID,其值就为webhook服务中得到的skillId;编码类似是PACKAGENAME,其值就为对应客户端app的packageName。
@NameInMap("EncodeKey")
public String encodeKey;
public static GetDeviceIdByIdentityRequest build(java.util.Map<String, ?> map) throws Exception {
GetDeviceIdByIdentityRequest self = new GetDeviceIdByIdentityRequest();
return TeaModel.build(map, self);
}
public GetDeviceIdByIdentityRequest setIdentityType(String identityType) {
this.identityType = identityType;
return this;
}
public String getIdentityType() {
return this.identityType;
}
public GetDeviceIdByIdentityRequest setEncodeType(String encodeType) {
this.encodeType = encodeType;
return this;
}
public String getEncodeType() {
return this.encodeType;
}
public GetDeviceIdByIdentityRequest setIdentityId(String identityId) {
this.identityId = identityId;
return this;
}
public String getIdentityId() {
return this.identityId;
}
public GetDeviceIdByIdentityRequest setProductKey(String productKey) {
this.productKey = productKey;
return this;
}
public String getProductKey() {
return this.productKey;
}
public GetDeviceIdByIdentityRequest setEncodeKey(String encodeKey) {
this.encodeKey = encodeKey;
return this;
}
public String getEncodeKey() {
return this.encodeKey;
}
}
|
0
|
java-sources/com/aliyun/aligenie/0.0.1/com/aliyun/aligeniessp_1_0
|
java-sources/com/aliyun/aligenie/0.0.1/com/aliyun/aligeniessp_1_0/models/GetDeviceIdByIdentityResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligeniessp_1_0.models;
import com.aliyun.tea.*;
public class GetDeviceIdByIdentityResponse extends TeaModel {
@NameInMap("headers")
@Validation(required = true)
public java.util.Map<String, String> headers;
@NameInMap("body")
@Validation(required = true)
public GetDeviceIdByIdentityResponseBody body;
public static GetDeviceIdByIdentityResponse build(java.util.Map<String, ?> map) throws Exception {
GetDeviceIdByIdentityResponse self = new GetDeviceIdByIdentityResponse();
return TeaModel.build(map, self);
}
public GetDeviceIdByIdentityResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public GetDeviceIdByIdentityResponse setBody(GetDeviceIdByIdentityResponseBody body) {
this.body = body;
return this;
}
public GetDeviceIdByIdentityResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/aligenie/0.0.1/com/aliyun/aligeniessp_1_0
|
java-sources/com/aliyun/aligenie/0.0.1/com/aliyun/aligeniessp_1_0/models/GetDeviceIdByIdentityResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligeniessp_1_0.models;
import com.aliyun.tea.*;
public class GetDeviceIdByIdentityResponseBody extends TeaModel {
// 返回的错误信息
@NameInMap("Message")
public String message;
// 返回的错误码
@NameInMap("Code")
public Integer code;
// 返回result
@NameInMap("Result")
public GetDeviceIdByIdentityResponseBodyResult result;
// 请求id
@NameInMap("RequestId")
public String requestId;
public static GetDeviceIdByIdentityResponseBody build(java.util.Map<String, ?> map) throws Exception {
GetDeviceIdByIdentityResponseBody self = new GetDeviceIdByIdentityResponseBody();
return TeaModel.build(map, self);
}
public GetDeviceIdByIdentityResponseBody setMessage(String message) {
this.message = message;
return this;
}
public String getMessage() {
return this.message;
}
public GetDeviceIdByIdentityResponseBody setCode(Integer code) {
this.code = code;
return this;
}
public Integer getCode() {
return this.code;
}
public GetDeviceIdByIdentityResponseBody setResult(GetDeviceIdByIdentityResponseBodyResult result) {
this.result = result;
return this;
}
public GetDeviceIdByIdentityResponseBodyResult getResult() {
return this.result;
}
public GetDeviceIdByIdentityResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public static class GetDeviceIdByIdentityResponseBodyResultDeviceUnionIds extends TeaModel {
// 组织id,
@NameInMap("OrganizationId")
public String organizationId;
// 组织id对应的归一id
@NameInMap("DeviceUnionId")
public String deviceUnionId;
public static GetDeviceIdByIdentityResponseBodyResultDeviceUnionIds build(java.util.Map<String, ?> map) throws Exception {
GetDeviceIdByIdentityResponseBodyResultDeviceUnionIds self = new GetDeviceIdByIdentityResponseBodyResultDeviceUnionIds();
return TeaModel.build(map, self);
}
public GetDeviceIdByIdentityResponseBodyResultDeviceUnionIds setOrganizationId(String organizationId) {
this.organizationId = organizationId;
return this;
}
public String getOrganizationId() {
return this.organizationId;
}
public GetDeviceIdByIdentityResponseBodyResultDeviceUnionIds setDeviceUnionId(String deviceUnionId) {
this.deviceUnionId = deviceUnionId;
return this;
}
public String getDeviceUnionId() {
return this.deviceUnionId;
}
}
public static class GetDeviceIdByIdentityResponseBodyResult extends TeaModel {
// 设备信息对应的openId
@NameInMap("DeviceOpenId")
public String deviceOpenId;
// 组织id及归一id列表
@NameInMap("DeviceUnionIds")
public java.util.List<GetDeviceIdByIdentityResponseBodyResultDeviceUnionIds> deviceUnionIds;
public static GetDeviceIdByIdentityResponseBodyResult build(java.util.Map<String, ?> map) throws Exception {
GetDeviceIdByIdentityResponseBodyResult self = new GetDeviceIdByIdentityResponseBodyResult();
return TeaModel.build(map, self);
}
public GetDeviceIdByIdentityResponseBodyResult setDeviceOpenId(String deviceOpenId) {
this.deviceOpenId = deviceOpenId;
return this;
}
public String getDeviceOpenId() {
return this.deviceOpenId;
}
public GetDeviceIdByIdentityResponseBodyResult setDeviceUnionIds(java.util.List<GetDeviceIdByIdentityResponseBodyResultDeviceUnionIds> deviceUnionIds) {
this.deviceUnionIds = deviceUnionIds;
return this;
}
public java.util.List<GetDeviceIdByIdentityResponseBodyResultDeviceUnionIds> getDeviceUnionIds() {
return this.deviceUnionIds;
}
}
}
|
0
|
java-sources/com/aliyun/aligenieiap_1.0/1.0.6/com/aliyun
|
java-sources/com/aliyun/aligenieiap_1.0/1.0.6/com/aliyun/aligenieiap_1_0/Client.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0;
import com.aliyun.tea.*;
import com.aliyun.aligenieiap_1_0.models.*;
import com.aliyun.teautil.*;
import com.aliyun.teautil.models.*;
import com.aliyun.teaopenapi.*;
import com.aliyun.teaopenapi.models.*;
import com.aliyun.openapiutil.*;
import com.aliyun.endpointutil.*;
public class Client extends com.aliyun.teaopenapi.Client {
public Client(Config config) throws Exception {
super(config);
this._endpointRule = "";
this.checkConfig(config);
this._endpoint = this.getEndpoint("aligenie", _regionId, _endpointRule, _network, _suffix, _endpointMap, _endpoint);
}
public String getEndpoint(String productId, String regionId, String endpointRule, String network, String suffix, java.util.Map<String, String> endpointMap, String endpoint) throws Exception {
if (!com.aliyun.teautil.Common.empty(endpoint)) {
return endpoint;
}
if (!com.aliyun.teautil.Common.isUnset(endpointMap) && !com.aliyun.teautil.Common.empty(endpointMap.get(regionId))) {
return endpointMap.get(regionId);
}
return com.aliyun.endpointutil.Client.getEndpointRules(productId, regionId, endpointRule, network, suffix);
}
public NotificationResponse notification(NotificationRequest request) throws Exception {
RuntimeOptions runtime = new RuntimeOptions();
NotificationHeaders headers = new NotificationHeaders();
return this.notificationWithOptions(request, headers, runtime);
}
public NotificationResponse notificationWithOptions(NotificationRequest tmpReq, NotificationHeaders headers, RuntimeOptions runtime) throws Exception {
com.aliyun.teautil.Common.validateModel(tmpReq);
NotificationShrinkRequest request = new NotificationShrinkRequest();
com.aliyun.openapiutil.Client.convert(tmpReq, request);
if (!com.aliyun.teautil.Common.isUnset(TeaModel.buildMap(tmpReq.notificationUnicastRequest))) {
request.notificationUnicastRequestShrink = com.aliyun.openapiutil.Client.arrayToStringWithSpecifiedStyle(TeaModel.buildMap(tmpReq.notificationUnicastRequest), "NotificationUnicastRequest", "json");
}
if (!com.aliyun.teautil.Common.isUnset(TeaModel.buildMap(tmpReq.tenantInfo))) {
request.tenantInfoShrink = com.aliyun.openapiutil.Client.arrayToStringWithSpecifiedStyle(TeaModel.buildMap(tmpReq.tenantInfo), "TenantInfo", "json");
}
java.util.Map<String, Object> body = new java.util.HashMap<>();
if (!com.aliyun.teautil.Common.isUnset(request.notificationUnicastRequestShrink)) {
body.put("NotificationUnicastRequest", request.notificationUnicastRequestShrink);
}
if (!com.aliyun.teautil.Common.isUnset(request.tenantInfoShrink)) {
body.put("TenantInfo", request.tenantInfoShrink);
}
java.util.Map<String, String> realHeaders = new java.util.HashMap<>();
if (!com.aliyun.teautil.Common.isUnset(headers.commonHeaders)) {
realHeaders = headers.commonHeaders;
}
if (!com.aliyun.teautil.Common.isUnset(headers.xAcsAligenieAccessToken)) {
realHeaders.put("x-acs-aligenie-access-token", headers.xAcsAligenieAccessToken);
}
if (!com.aliyun.teautil.Common.isUnset(headers.authorization)) {
realHeaders.put("Authorization", headers.authorization);
}
OpenApiRequest req = OpenApiRequest.build(TeaConverter.buildMap(
new TeaPair("headers", realHeaders),
new TeaPair("body", com.aliyun.openapiutil.Client.parseToMap(body))
));
return TeaModel.toModel(this.doROARequestWithForm("Notification", "iap_1.0", "HTTPS", "PUT", "AK", "/notification", "none", req, runtime), new NotificationResponse());
}
public PushNotificationsResponse pushNotifications(PushNotificationsRequest request) throws Exception {
RuntimeOptions runtime = new RuntimeOptions();
PushNotificationsHeaders headers = new PushNotificationsHeaders();
return this.pushNotificationsWithOptions(request, headers, runtime);
}
public PushNotificationsResponse pushNotificationsWithOptions(PushNotificationsRequest tmpReq, PushNotificationsHeaders headers, RuntimeOptions runtime) throws Exception {
com.aliyun.teautil.Common.validateModel(tmpReq);
PushNotificationsShrinkRequest request = new PushNotificationsShrinkRequest();
com.aliyun.openapiutil.Client.convert(tmpReq, request);
if (!com.aliyun.teautil.Common.isUnset(TeaModel.buildMap(tmpReq.notificationUnicastRequest))) {
request.notificationUnicastRequestShrink = com.aliyun.openapiutil.Client.arrayToStringWithSpecifiedStyle(TeaModel.buildMap(tmpReq.notificationUnicastRequest), "NotificationUnicastRequest", "json");
}
if (!com.aliyun.teautil.Common.isUnset(TeaModel.buildMap(tmpReq.tenantInfo))) {
request.tenantInfoShrink = com.aliyun.openapiutil.Client.arrayToStringWithSpecifiedStyle(TeaModel.buildMap(tmpReq.tenantInfo), "TenantInfo", "json");
}
java.util.Map<String, Object> body = new java.util.HashMap<>();
if (!com.aliyun.teautil.Common.isUnset(request.notificationUnicastRequestShrink)) {
body.put("NotificationUnicastRequest", request.notificationUnicastRequestShrink);
}
if (!com.aliyun.teautil.Common.isUnset(request.tenantInfoShrink)) {
body.put("TenantInfo", request.tenantInfoShrink);
}
java.util.Map<String, String> realHeaders = new java.util.HashMap<>();
if (!com.aliyun.teautil.Common.isUnset(headers.commonHeaders)) {
realHeaders = headers.commonHeaders;
}
if (!com.aliyun.teautil.Common.isUnset(headers.xAcsAligenieAccessToken)) {
realHeaders.put("x-acs-aligenie-access-token", headers.xAcsAligenieAccessToken);
}
if (!com.aliyun.teautil.Common.isUnset(headers.authorization)) {
realHeaders.put("Authorization", headers.authorization);
}
OpenApiRequest req = OpenApiRequest.build(TeaConverter.buildMap(
new TeaPair("headers", realHeaders),
new TeaPair("body", com.aliyun.openapiutil.Client.parseToMap(body))
));
return TeaModel.toModel(this.doROARequestWithForm("PushNotifications", "iap_1.0", "HTTPS", "PUT", "AK", "/notifications", "json", req, runtime), new PushNotificationsResponse());
}
public WakeUpAppResponse wakeUpApp(WakeUpAppRequest request) throws Exception {
RuntimeOptions runtime = new RuntimeOptions();
WakeUpAppHeaders headers = new WakeUpAppHeaders();
return this.wakeUpAppWithOptions(request, headers, runtime);
}
public WakeUpAppResponse wakeUpAppWithOptions(WakeUpAppRequest request, WakeUpAppHeaders headers, RuntimeOptions runtime) throws Exception {
com.aliyun.teautil.Common.validateModel(request);
java.util.Map<String, Object> body = new java.util.HashMap<>();
if (!com.aliyun.teautil.Common.isUnset(request.path)) {
body.put("Path", request.path);
}
if (!com.aliyun.teautil.Common.isUnset(request.genieAppId)) {
body.put("GenieAppId", request.genieAppId);
}
if (!com.aliyun.teautil.Common.isUnset(TeaModel.buildMap(request.targetInfo))) {
body.put("TargetInfo", request.targetInfo);
}
if (!com.aliyun.teautil.Common.isUnset(request.isDebug)) {
body.put("IsDebug", request.isDebug);
}
java.util.Map<String, String> realHeaders = new java.util.HashMap<>();
if (!com.aliyun.teautil.Common.isUnset(headers.commonHeaders)) {
realHeaders = headers.commonHeaders;
}
if (!com.aliyun.teautil.Common.isUnset(headers.xAcsAligenieAccessToken)) {
realHeaders.put("x-acs-aligenie-access-token", headers.xAcsAligenieAccessToken);
}
if (!com.aliyun.teautil.Common.isUnset(headers.authorization)) {
realHeaders.put("Authorization", headers.authorization);
}
OpenApiRequest req = OpenApiRequest.build(TeaConverter.buildMap(
new TeaPair("headers", realHeaders),
new TeaPair("body", com.aliyun.openapiutil.Client.parseToMap(body))
));
return TeaModel.toModel(this.doROARequest("WakeUpApp", "iap_1.0", "HTTPS", "PUT", "AK", "/wakeup", "json", req, runtime), new WakeUpAppResponse());
}
}
|
0
|
java-sources/com/aliyun/aligenieiap_1.0/1.0.6/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenieiap_1.0/1.0.6/com/aliyun/aligenieiap_1_0/models/NotificationHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class NotificationHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("x-acs-aligenie-access-token")
public String xAcsAligenieAccessToken;
@NameInMap("Authorization")
public String authorization;
public static NotificationHeaders build(java.util.Map<String, ?> map) throws Exception {
NotificationHeaders self = new NotificationHeaders();
return TeaModel.build(map, self);
}
public NotificationHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public NotificationHeaders setXAcsAligenieAccessToken(String xAcsAligenieAccessToken) {
this.xAcsAligenieAccessToken = xAcsAligenieAccessToken;
return this;
}
public String getXAcsAligenieAccessToken() {
return this.xAcsAligenieAccessToken;
}
public NotificationHeaders setAuthorization(String authorization) {
this.authorization = authorization;
return this;
}
public String getAuthorization() {
return this.authorization;
}
}
|
0
|
java-sources/com/aliyun/aligenieiap_1.0/1.0.6/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenieiap_1.0/1.0.6/com/aliyun/aligenieiap_1_0/models/NotificationRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class NotificationRequest extends TeaModel {
// 消息推送入参对象
@NameInMap("NotificationUnicastRequest")
public NotificationRequestNotificationUnicastRequest notificationUnicastRequest;
@NameInMap("TenantInfo")
public NotificationRequestTenantInfo tenantInfo;
public static NotificationRequest build(java.util.Map<String, ?> map) throws Exception {
NotificationRequest self = new NotificationRequest();
return TeaModel.build(map, self);
}
public NotificationRequest setNotificationUnicastRequest(NotificationRequestNotificationUnicastRequest notificationUnicastRequest) {
this.notificationUnicastRequest = notificationUnicastRequest;
return this;
}
public NotificationRequestNotificationUnicastRequest getNotificationUnicastRequest() {
return this.notificationUnicastRequest;
}
public NotificationRequest setTenantInfo(NotificationRequestTenantInfo tenantInfo) {
this.tenantInfo = tenantInfo;
return this;
}
public NotificationRequestTenantInfo getTenantInfo() {
return this.tenantInfo;
}
public static class NotificationRequestNotificationUnicastRequestSendTarget extends TeaModel {
// 推送目标类型
@NameInMap("TargetType")
public String targetType;
// 推送目标类型对应的标识值
@NameInMap("TargetIdentity")
public String targetIdentity;
public static NotificationRequestNotificationUnicastRequestSendTarget build(java.util.Map<String, ?> map) throws Exception {
NotificationRequestNotificationUnicastRequestSendTarget self = new NotificationRequestNotificationUnicastRequestSendTarget();
return TeaModel.build(map, self);
}
public NotificationRequestNotificationUnicastRequestSendTarget setTargetType(String targetType) {
this.targetType = targetType;
return this;
}
public String getTargetType() {
return this.targetType;
}
public NotificationRequestNotificationUnicastRequestSendTarget setTargetIdentity(String targetIdentity) {
this.targetIdentity = targetIdentity;
return this;
}
public String getTargetIdentity() {
return this.targetIdentity;
}
}
public static class NotificationRequestNotificationUnicastRequest extends TeaModel {
// 消息推送目标信息
@NameInMap("sendTarget")
public NotificationRequestNotificationUnicastRequestSendTarget sendTarget;
// 消息模板
@NameInMap("MessageTemplateId")
public String messageTemplateId;
@NameInMap("PlaceHolder")
public java.util.Map<String, byte[]> placeHolder;
// 编码类型
@NameInMap("EncodeType")
public String encodeType;
// 编码key
@NameInMap("EncodeKey")
public String encodeKey;
// 组织标识(推送类型是组织类的才需要)
@NameInMap("OrganizationId")
public String organizationId;
public static NotificationRequestNotificationUnicastRequest build(java.util.Map<String, ?> map) throws Exception {
NotificationRequestNotificationUnicastRequest self = new NotificationRequestNotificationUnicastRequest();
return TeaModel.build(map, self);
}
public NotificationRequestNotificationUnicastRequest setSendTarget(NotificationRequestNotificationUnicastRequestSendTarget sendTarget) {
this.sendTarget = sendTarget;
return this;
}
public NotificationRequestNotificationUnicastRequestSendTarget getSendTarget() {
return this.sendTarget;
}
public NotificationRequestNotificationUnicastRequest setMessageTemplateId(String messageTemplateId) {
this.messageTemplateId = messageTemplateId;
return this;
}
public String getMessageTemplateId() {
return this.messageTemplateId;
}
public NotificationRequestNotificationUnicastRequest setPlaceHolder(java.util.Map<String, byte[]> placeHolder) {
this.placeHolder = placeHolder;
return this;
}
public java.util.Map<String, byte[]> getPlaceHolder() {
return this.placeHolder;
}
public NotificationRequestNotificationUnicastRequest setEncodeType(String encodeType) {
this.encodeType = encodeType;
return this;
}
public String getEncodeType() {
return this.encodeType;
}
public NotificationRequestNotificationUnicastRequest setEncodeKey(String encodeKey) {
this.encodeKey = encodeKey;
return this;
}
public String getEncodeKey() {
return this.encodeKey;
}
public NotificationRequestNotificationUnicastRequest setOrganizationId(String organizationId) {
this.organizationId = organizationId;
return this;
}
public String getOrganizationId() {
return this.organizationId;
}
}
public static class NotificationRequestTenantInfo extends TeaModel {
@NameInMap("GeineAppId")
public String geineAppId;
public static NotificationRequestTenantInfo build(java.util.Map<String, ?> map) throws Exception {
NotificationRequestTenantInfo self = new NotificationRequestTenantInfo();
return TeaModel.build(map, self);
}
public NotificationRequestTenantInfo setGeineAppId(String geineAppId) {
this.geineAppId = geineAppId;
return this;
}
public String getGeineAppId() {
return this.geineAppId;
}
}
}
|
0
|
java-sources/com/aliyun/aligenieiap_1.0/1.0.6/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenieiap_1.0/1.0.6/com/aliyun/aligenieiap_1_0/models/NotificationResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class NotificationResponse extends TeaModel {
@NameInMap("headers")
@Validation(required = true)
public java.util.Map<String, String> headers;
public static NotificationResponse build(java.util.Map<String, ?> map) throws Exception {
NotificationResponse self = new NotificationResponse();
return TeaModel.build(map, self);
}
public NotificationResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
}
|
0
|
java-sources/com/aliyun/aligenieiap_1.0/1.0.6/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenieiap_1.0/1.0.6/com/aliyun/aligenieiap_1_0/models/NotificationShrinkRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class NotificationShrinkRequest extends TeaModel {
// 消息推送入参对象
@NameInMap("NotificationUnicastRequest")
public String notificationUnicastRequestShrink;
@NameInMap("TenantInfo")
public String tenantInfoShrink;
public static NotificationShrinkRequest build(java.util.Map<String, ?> map) throws Exception {
NotificationShrinkRequest self = new NotificationShrinkRequest();
return TeaModel.build(map, self);
}
public NotificationShrinkRequest setNotificationUnicastRequestShrink(String notificationUnicastRequestShrink) {
this.notificationUnicastRequestShrink = notificationUnicastRequestShrink;
return this;
}
public String getNotificationUnicastRequestShrink() {
return this.notificationUnicastRequestShrink;
}
public NotificationShrinkRequest setTenantInfoShrink(String tenantInfoShrink) {
this.tenantInfoShrink = tenantInfoShrink;
return this;
}
public String getTenantInfoShrink() {
return this.tenantInfoShrink;
}
}
|
0
|
java-sources/com/aliyun/aligenieiap_1.0/1.0.6/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenieiap_1.0/1.0.6/com/aliyun/aligenieiap_1_0/models/PushNotificationsResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class PushNotificationsResponse extends TeaModel {
@NameInMap("headers")
@Validation(required = true)
public java.util.Map<String, String> headers;
@NameInMap("body")
@Validation(required = true)
public PushNotificationsResponseBody body;
public static PushNotificationsResponse build(java.util.Map<String, ?> map) throws Exception {
PushNotificationsResponse self = new PushNotificationsResponse();
return TeaModel.build(map, self);
}
public PushNotificationsResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public PushNotificationsResponse setBody(PushNotificationsResponseBody body) {
this.body = body;
return this;
}
public PushNotificationsResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/aligenieiap_1.0/1.0.6/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenieiap_1.0/1.0.6/com/aliyun/aligenieiap_1_0/models/PushNotificationsResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class PushNotificationsResponseBody extends TeaModel {
@NameInMap("RequestId")
public String requestId;
public static PushNotificationsResponseBody build(java.util.Map<String, ?> map) throws Exception {
PushNotificationsResponseBody self = new PushNotificationsResponseBody();
return TeaModel.build(map, self);
}
public PushNotificationsResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
}
|
0
|
java-sources/com/aliyun/aligenieiap_1.0/1.0.6/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenieiap_1.0/1.0.6/com/aliyun/aligenieiap_1_0/models/WakeUpAppRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class WakeUpAppRequest extends TeaModel {
// 应用拉起路径,类似在技能应用控制台中填的唤起链接。
@NameInMap("Path")
public String path;
// 猫精应用id,控制台中创建应用后得到的应用id。
@NameInMap("GenieAppId")
public String genieAppId;
// 要拉起的目标设备信息。
@NameInMap("TargetInfo")
public WakeUpAppRequestTargetInfo targetInfo;
// 是否调试
@NameInMap("IsDebug")
public Boolean isDebug;
public static WakeUpAppRequest build(java.util.Map<String, ?> map) throws Exception {
WakeUpAppRequest self = new WakeUpAppRequest();
return TeaModel.build(map, self);
}
public WakeUpAppRequest setPath(String path) {
this.path = path;
return this;
}
public String getPath() {
return this.path;
}
public WakeUpAppRequest setGenieAppId(String genieAppId) {
this.genieAppId = genieAppId;
return this;
}
public String getGenieAppId() {
return this.genieAppId;
}
public WakeUpAppRequest setTargetInfo(WakeUpAppRequestTargetInfo targetInfo) {
this.targetInfo = targetInfo;
return this;
}
public WakeUpAppRequestTargetInfo getTargetInfo() {
return this.targetInfo;
}
public WakeUpAppRequest setIsDebug(Boolean isDebug) {
this.isDebug = isDebug;
return this;
}
public Boolean getIsDebug() {
return this.isDebug;
}
public static class WakeUpAppRequestTargetInfo extends TeaModel {
// 推送目标类型,获取到对应设备标识时的类型 DEVICEUNIONID:设备unionId DEVICEOPENID:设备openId
@NameInMap("TargetType")
public String targetType;
// 推送目标类型对应的标识值
@NameInMap("TargetIdentity")
public String targetIdentity;
// 组织标识,推送类型是XX_UNION_XX时才需要配。当存在多种途径获取猫精设备标识且又需要能互通的情况下需要找平台申请组织,申请通过后由平台分配得到。
@NameInMap("OrganizationId")
public String organizationId;
// 编码类型,获取猫精的设备标识的途径有多种,不同途径对应不同的编码类型: PACKAGE_NAME:apk包名 SKILL_ID:技能id
@NameInMap("EncodeType")
public String encodeType;
// 编码类型对应的值,例如:编码类型是SKILLID,其值就为webhook服务中得到的skillId;编码类似是PACKAGENAME,其值就为对应客户端app的packageName。
@NameInMap("EncodeKey")
public String encodeKey;
public static WakeUpAppRequestTargetInfo build(java.util.Map<String, ?> map) throws Exception {
WakeUpAppRequestTargetInfo self = new WakeUpAppRequestTargetInfo();
return TeaModel.build(map, self);
}
public WakeUpAppRequestTargetInfo setTargetType(String targetType) {
this.targetType = targetType;
return this;
}
public String getTargetType() {
return this.targetType;
}
public WakeUpAppRequestTargetInfo setTargetIdentity(String targetIdentity) {
this.targetIdentity = targetIdentity;
return this;
}
public String getTargetIdentity() {
return this.targetIdentity;
}
public WakeUpAppRequestTargetInfo setOrganizationId(String organizationId) {
this.organizationId = organizationId;
return this;
}
public String getOrganizationId() {
return this.organizationId;
}
public WakeUpAppRequestTargetInfo setEncodeType(String encodeType) {
this.encodeType = encodeType;
return this;
}
public String getEncodeType() {
return this.encodeType;
}
public WakeUpAppRequestTargetInfo setEncodeKey(String encodeKey) {
this.encodeKey = encodeKey;
return this;
}
public String getEncodeKey() {
return this.encodeKey;
}
}
}
|
0
|
java-sources/com/aliyun/aligenieiap_1.0/1.0.6/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenieiap_1.0/1.0.6/com/aliyun/aligenieiap_1_0/models/WakeUpAppResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class WakeUpAppResponse extends TeaModel {
@NameInMap("headers")
@Validation(required = true)
public java.util.Map<String, String> headers;
@NameInMap("body")
@Validation(required = true)
public WakeUpAppResponseBody body;
public static WakeUpAppResponse build(java.util.Map<String, ?> map) throws Exception {
WakeUpAppResponse self = new WakeUpAppResponse();
return TeaModel.build(map, self);
}
public WakeUpAppResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public WakeUpAppResponse setBody(WakeUpAppResponseBody body) {
this.body = body;
return this;
}
public WakeUpAppResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/aligenieiap_1.0/1.0.6/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenieiap_1.0/1.0.6/com/aliyun/aligenieiap_1_0/models/WakeUpAppResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class WakeUpAppResponseBody extends TeaModel {
@NameInMap("RequestId")
public String requestId;
public static WakeUpAppResponseBody build(java.util.Map<String, ?> map) throws Exception {
WakeUpAppResponseBody self = new WakeUpAppResponseBody();
return TeaModel.build(map, self);
}
public WakeUpAppResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
}
|
0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0/Client.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0;
import com.aliyun.tea.*;
import com.aliyun.aligenieiap_1_0.models.*;
public class Client extends com.aliyun.teaopenapi.Client {
public Client(com.aliyun.teaopenapi.models.Config config) throws Exception {
super(config);
this._endpointRule = "";
this.checkConfig(config);
this._endpoint = this.getEndpoint("aligenie", _regionId, _endpointRule, _network, _suffix, _endpointMap, _endpoint);
}
public String getEndpoint(String productId, String regionId, String endpointRule, String network, String suffix, java.util.Map<String, String> endpointMap, String endpoint) throws Exception {
if (!com.aliyun.teautil.Common.empty(endpoint)) {
return endpoint;
}
if (!com.aliyun.teautil.Common.isUnset(endpointMap) && !com.aliyun.teautil.Common.empty(endpointMap.get(regionId))) {
return endpointMap.get(regionId);
}
return com.aliyun.endpointutil.Client.getEndpointRules(productId, regionId, endpointRule, network, suffix);
}
/**
* <b>summary</b> :
* <p>应用使用时长上报</p>
*
* @param tmpReq AppUseTimeReportRequest
* @param headers AppUseTimeReportHeaders
* @param runtime runtime options for this request RuntimeOptions
* @return AppUseTimeReportResponse
*/
public AppUseTimeReportResponse appUseTimeReportWithOptions(AppUseTimeReportRequest tmpReq, AppUseTimeReportHeaders headers, com.aliyun.teautil.models.RuntimeOptions runtime) throws Exception {
com.aliyun.teautil.Common.validateModel(tmpReq);
AppUseTimeReportShrinkRequest request = new AppUseTimeReportShrinkRequest();
com.aliyun.openapiutil.Client.convert(tmpReq, request);
if (!com.aliyun.teautil.Common.isUnset(tmpReq.deviceInfo)) {
request.deviceInfoShrink = com.aliyun.openapiutil.Client.arrayToStringWithSpecifiedStyle(tmpReq.deviceInfo, "DeviceInfo", "json");
}
if (!com.aliyun.teautil.Common.isUnset(tmpReq.payload)) {
request.payloadShrink = com.aliyun.openapiutil.Client.arrayToStringWithSpecifiedStyle(tmpReq.payload, "Payload", "json");
}
if (!com.aliyun.teautil.Common.isUnset(tmpReq.userInfo)) {
request.userInfoShrink = com.aliyun.openapiutil.Client.arrayToStringWithSpecifiedStyle(tmpReq.userInfo, "UserInfo", "json");
}
java.util.Map<String, Object> body = new java.util.HashMap<>();
if (!com.aliyun.teautil.Common.isUnset(request.deviceInfoShrink)) {
body.put("DeviceInfo", request.deviceInfoShrink);
}
if (!com.aliyun.teautil.Common.isUnset(request.payloadShrink)) {
body.put("Payload", request.payloadShrink);
}
if (!com.aliyun.teautil.Common.isUnset(request.userInfoShrink)) {
body.put("UserInfo", request.userInfoShrink);
}
java.util.Map<String, String> realHeaders = new java.util.HashMap<>();
if (!com.aliyun.teautil.Common.isUnset(headers.commonHeaders)) {
realHeaders = headers.commonHeaders;
}
if (!com.aliyun.teautil.Common.isUnset(headers.xAcsAligenieAccessToken)) {
realHeaders.put("x-acs-aligenie-access-token", com.aliyun.teautil.Common.toJSONString(headers.xAcsAligenieAccessToken));
}
if (!com.aliyun.teautil.Common.isUnset(headers.authorization)) {
realHeaders.put("Authorization", com.aliyun.teautil.Common.toJSONString(headers.authorization));
}
com.aliyun.teaopenapi.models.OpenApiRequest req = com.aliyun.teaopenapi.models.OpenApiRequest.build(TeaConverter.buildMap(
new TeaPair("headers", realHeaders),
new TeaPair("body", com.aliyun.openapiutil.Client.parseToMap(body))
));
com.aliyun.teaopenapi.models.Params params = com.aliyun.teaopenapi.models.Params.build(TeaConverter.buildMap(
new TeaPair("action", "AppUseTimeReport"),
new TeaPair("version", "iap_1.0"),
new TeaPair("protocol", "HTTPS"),
new TeaPair("pathname", "/v1.0/iap/vip/use/time/report"),
new TeaPair("method", "POST"),
new TeaPair("authType", "AK"),
new TeaPair("style", "ROA"),
new TeaPair("reqBodyType", "formData"),
new TeaPair("bodyType", "json")
));
return TeaModel.toModel(this.callApi(params, req, runtime), new AppUseTimeReportResponse());
}
/**
* <b>summary</b> :
* <p>应用使用时长上报</p>
*
* @param request AppUseTimeReportRequest
* @return AppUseTimeReportResponse
*/
public AppUseTimeReportResponse appUseTimeReport(AppUseTimeReportRequest request) throws Exception {
com.aliyun.teautil.models.RuntimeOptions runtime = new com.aliyun.teautil.models.RuntimeOptions();
AppUseTimeReportHeaders headers = new AppUseTimeReportHeaders();
return this.appUseTimeReportWithOptions(request, headers, runtime);
}
/**
* <b>summary</b> :
* <p>三方领取回调接口</p>
*
* @param tmpReq CallBackThirdRightSendPlanRequest
* @param headers CallBackThirdRightSendPlanHeaders
* @param runtime runtime options for this request RuntimeOptions
* @return CallBackThirdRightSendPlanResponse
*/
public CallBackThirdRightSendPlanResponse callBackThirdRightSendPlanWithOptions(CallBackThirdRightSendPlanRequest tmpReq, CallBackThirdRightSendPlanHeaders headers, com.aliyun.teautil.models.RuntimeOptions runtime) throws Exception {
com.aliyun.teautil.Common.validateModel(tmpReq);
CallBackThirdRightSendPlanShrinkRequest request = new CallBackThirdRightSendPlanShrinkRequest();
com.aliyun.openapiutil.Client.convert(tmpReq, request);
if (!com.aliyun.teautil.Common.isUnset(tmpReq.extendInfo)) {
request.extendInfoShrink = com.aliyun.openapiutil.Client.arrayToStringWithSpecifiedStyle(tmpReq.extendInfo, "ExtendInfo", "json");
}
java.util.Map<String, Object> query = new java.util.HashMap<>();
if (!com.aliyun.teautil.Common.isUnset(request.bizGroup)) {
query.put("BizGroup", request.bizGroup);
}
if (!com.aliyun.teautil.Common.isUnset(request.bizType)) {
query.put("BizType", request.bizType);
}
if (!com.aliyun.teautil.Common.isUnset(request.cardType)) {
query.put("CardType", request.cardType);
}
if (!com.aliyun.teautil.Common.isUnset(request.errorMsg)) {
query.put("ErrorMsg", request.errorMsg);
}
if (!com.aliyun.teautil.Common.isUnset(request.extendInfoShrink)) {
query.put("ExtendInfo", request.extendInfoShrink);
}
if (!com.aliyun.teautil.Common.isUnset(request.genieOpenId)) {
query.put("GenieOpenId", request.genieOpenId);
}
if (!com.aliyun.teautil.Common.isUnset(request.receiveStatus)) {
query.put("ReceiveStatus", request.receiveStatus);
}
if (!com.aliyun.teautil.Common.isUnset(request.sn)) {
query.put("Sn", request.sn);
}
if (!com.aliyun.teautil.Common.isUnset(request.supplierId)) {
query.put("SupplierId", request.supplierId);
}
java.util.Map<String, String> realHeaders = new java.util.HashMap<>();
if (!com.aliyun.teautil.Common.isUnset(headers.commonHeaders)) {
realHeaders = headers.commonHeaders;
}
if (!com.aliyun.teautil.Common.isUnset(headers.xAcsAligenieAccessToken)) {
realHeaders.put("x-acs-aligenie-access-token", com.aliyun.teautil.Common.toJSONString(headers.xAcsAligenieAccessToken));
}
if (!com.aliyun.teautil.Common.isUnset(headers.authorization)) {
realHeaders.put("Authorization", com.aliyun.teautil.Common.toJSONString(headers.authorization));
}
com.aliyun.teaopenapi.models.OpenApiRequest req = com.aliyun.teaopenapi.models.OpenApiRequest.build(TeaConverter.buildMap(
new TeaPair("headers", realHeaders),
new TeaPair("query", com.aliyun.openapiutil.Client.query(query))
));
com.aliyun.teaopenapi.models.Params params = com.aliyun.teaopenapi.models.Params.build(TeaConverter.buildMap(
new TeaPair("action", "CallBackThirdRightSendPlan"),
new TeaPair("version", "iap_1.0"),
new TeaPair("protocol", "HTTPS"),
new TeaPair("pathname", "/v1.0/iap/business/CallBackThirdRightSendPlan"),
new TeaPair("method", "POST"),
new TeaPair("authType", "AK"),
new TeaPair("style", "ROA"),
new TeaPair("reqBodyType", "json"),
new TeaPair("bodyType", "json")
));
return TeaModel.toModel(this.callApi(params, req, runtime), new CallBackThirdRightSendPlanResponse());
}
/**
* <b>summary</b> :
* <p>三方领取回调接口</p>
*
* @param request CallBackThirdRightSendPlanRequest
* @return CallBackThirdRightSendPlanResponse
*/
public CallBackThirdRightSendPlanResponse callBackThirdRightSendPlan(CallBackThirdRightSendPlanRequest request) throws Exception {
com.aliyun.teautil.models.RuntimeOptions runtime = new com.aliyun.teautil.models.RuntimeOptions();
CallBackThirdRightSendPlanHeaders headers = new CallBackThirdRightSendPlanHeaders();
return this.callBackThirdRightSendPlanWithOptions(request, headers, runtime);
}
/**
* <b>summary</b> :
* <p>商业化移动屏三方app领卡校验</p>
*
* @param tmpReq CheckThirdRightSendPlanRequest
* @param headers CheckThirdRightSendPlanHeaders
* @param runtime runtime options for this request RuntimeOptions
* @return CheckThirdRightSendPlanResponse
*/
public CheckThirdRightSendPlanResponse checkThirdRightSendPlanWithOptions(CheckThirdRightSendPlanRequest tmpReq, CheckThirdRightSendPlanHeaders headers, com.aliyun.teautil.models.RuntimeOptions runtime) throws Exception {
com.aliyun.teautil.Common.validateModel(tmpReq);
CheckThirdRightSendPlanShrinkRequest request = new CheckThirdRightSendPlanShrinkRequest();
com.aliyun.openapiutil.Client.convert(tmpReq, request);
if (!com.aliyun.teautil.Common.isUnset(tmpReq.extendInfo)) {
request.extendInfoShrink = com.aliyun.openapiutil.Client.arrayToStringWithSpecifiedStyle(tmpReq.extendInfo, "ExtendInfo", "json");
}
java.util.Map<String, Object> query = new java.util.HashMap<>();
if (!com.aliyun.teautil.Common.isUnset(request.bizGroup)) {
query.put("BizGroup", request.bizGroup);
}
if (!com.aliyun.teautil.Common.isUnset(request.bizType)) {
query.put("BizType", request.bizType);
}
if (!com.aliyun.teautil.Common.isUnset(request.extendInfoShrink)) {
query.put("ExtendInfo", request.extendInfoShrink);
}
if (!com.aliyun.teautil.Common.isUnset(request.sn)) {
query.put("Sn", request.sn);
}
if (!com.aliyun.teautil.Common.isUnset(request.supplierId)) {
query.put("SupplierId", request.supplierId);
}
java.util.Map<String, String> realHeaders = new java.util.HashMap<>();
if (!com.aliyun.teautil.Common.isUnset(headers.commonHeaders)) {
realHeaders = headers.commonHeaders;
}
if (!com.aliyun.teautil.Common.isUnset(headers.xAcsAligenieAccessToken)) {
realHeaders.put("x-acs-aligenie-access-token", com.aliyun.teautil.Common.toJSONString(headers.xAcsAligenieAccessToken));
}
if (!com.aliyun.teautil.Common.isUnset(headers.authorization)) {
realHeaders.put("Authorization", com.aliyun.teautil.Common.toJSONString(headers.authorization));
}
com.aliyun.teaopenapi.models.OpenApiRequest req = com.aliyun.teaopenapi.models.OpenApiRequest.build(TeaConverter.buildMap(
new TeaPair("headers", realHeaders),
new TeaPair("query", com.aliyun.openapiutil.Client.query(query))
));
com.aliyun.teaopenapi.models.Params params = com.aliyun.teaopenapi.models.Params.build(TeaConverter.buildMap(
new TeaPair("action", "CheckThirdRightSendPlan"),
new TeaPair("version", "iap_1.0"),
new TeaPair("protocol", "HTTPS"),
new TeaPair("pathname", "/v1.0/iap/business/CheckThirdRightSendPlan"),
new TeaPair("method", "POST"),
new TeaPair("authType", "AK"),
new TeaPair("style", "ROA"),
new TeaPair("reqBodyType", "json"),
new TeaPair("bodyType", "json")
));
return TeaModel.toModel(this.callApi(params, req, runtime), new CheckThirdRightSendPlanResponse());
}
/**
* <b>summary</b> :
* <p>商业化移动屏三方app领卡校验</p>
*
* @param request CheckThirdRightSendPlanRequest
* @return CheckThirdRightSendPlanResponse
*/
public CheckThirdRightSendPlanResponse checkThirdRightSendPlan(CheckThirdRightSendPlanRequest request) throws Exception {
com.aliyun.teautil.models.RuntimeOptions runtime = new com.aliyun.teautil.models.RuntimeOptions();
CheckThirdRightSendPlanHeaders headers = new CheckThirdRightSendPlanHeaders();
return this.checkThirdRightSendPlanWithOptions(request, headers, runtime);
}
/**
* <b>summary</b> :
* <p>创建提醒</p>
*
* @param tmpReq CreateReminderRequest
* @param headers CreateReminderHeaders
* @param runtime runtime options for this request RuntimeOptions
* @return CreateReminderResponse
*/
public CreateReminderResponse createReminderWithOptions(CreateReminderRequest tmpReq, CreateReminderHeaders headers, com.aliyun.teautil.models.RuntimeOptions runtime) throws Exception {
com.aliyun.teautil.Common.validateModel(tmpReq);
CreateReminderShrinkRequest request = new CreateReminderShrinkRequest();
com.aliyun.openapiutil.Client.convert(tmpReq, request);
if (!com.aliyun.teautil.Common.isUnset(tmpReq.deviceInfo)) {
request.deviceInfoShrink = com.aliyun.openapiutil.Client.arrayToStringWithSpecifiedStyle(tmpReq.deviceInfo, "DeviceInfo", "json");
}
if (!com.aliyun.teautil.Common.isUnset(tmpReq.payload)) {
request.payloadShrink = com.aliyun.openapiutil.Client.arrayToStringWithSpecifiedStyle(tmpReq.payload, "Payload", "json");
}
if (!com.aliyun.teautil.Common.isUnset(tmpReq.userInfo)) {
request.userInfoShrink = com.aliyun.openapiutil.Client.arrayToStringWithSpecifiedStyle(tmpReq.userInfo, "UserInfo", "json");
}
java.util.Map<String, Object> body = new java.util.HashMap<>();
if (!com.aliyun.teautil.Common.isUnset(request.deviceInfoShrink)) {
body.put("DeviceInfo", request.deviceInfoShrink);
}
if (!com.aliyun.teautil.Common.isUnset(request.payloadShrink)) {
body.put("Payload", request.payloadShrink);
}
if (!com.aliyun.teautil.Common.isUnset(request.userInfoShrink)) {
body.put("UserInfo", request.userInfoShrink);
}
java.util.Map<String, String> realHeaders = new java.util.HashMap<>();
if (!com.aliyun.teautil.Common.isUnset(headers.commonHeaders)) {
realHeaders = headers.commonHeaders;
}
if (!com.aliyun.teautil.Common.isUnset(headers.xAcsAligenieAccessToken)) {
realHeaders.put("x-acs-aligenie-access-token", com.aliyun.teautil.Common.toJSONString(headers.xAcsAligenieAccessToken));
}
if (!com.aliyun.teautil.Common.isUnset(headers.authorization)) {
realHeaders.put("Authorization", com.aliyun.teautil.Common.toJSONString(headers.authorization));
}
com.aliyun.teaopenapi.models.OpenApiRequest req = com.aliyun.teaopenapi.models.OpenApiRequest.build(TeaConverter.buildMap(
new TeaPair("headers", realHeaders),
new TeaPair("body", com.aliyun.openapiutil.Client.parseToMap(body))
));
com.aliyun.teaopenapi.models.Params params = com.aliyun.teaopenapi.models.Params.build(TeaConverter.buildMap(
new TeaPair("action", "CreateReminder"),
new TeaPair("version", "iap_1.0"),
new TeaPair("protocol", "HTTPS"),
new TeaPair("pathname", "/v1.0/iap/reminder/create"),
new TeaPair("method", "POST"),
new TeaPair("authType", "AK"),
new TeaPair("style", "ROA"),
new TeaPair("reqBodyType", "formData"),
new TeaPair("bodyType", "json")
));
return TeaModel.toModel(this.callApi(params, req, runtime), new CreateReminderResponse());
}
/**
* <b>summary</b> :
* <p>创建提醒</p>
*
* @param request CreateReminderRequest
* @return CreateReminderResponse
*/
public CreateReminderResponse createReminder(CreateReminderRequest request) throws Exception {
com.aliyun.teautil.models.RuntimeOptions runtime = new com.aliyun.teautil.models.RuntimeOptions();
CreateReminderHeaders headers = new CreateReminderHeaders();
return this.createReminderWithOptions(request, headers, runtime);
}
/**
* <b>summary</b> :
* <p>删除提醒</p>
*
* @param tmpReq DeleteReminderRequest
* @param headers DeleteReminderHeaders
* @param runtime runtime options for this request RuntimeOptions
* @return DeleteReminderResponse
*/
public DeleteReminderResponse deleteReminderWithOptions(DeleteReminderRequest tmpReq, DeleteReminderHeaders headers, com.aliyun.teautil.models.RuntimeOptions runtime) throws Exception {
com.aliyun.teautil.Common.validateModel(tmpReq);
DeleteReminderShrinkRequest request = new DeleteReminderShrinkRequest();
com.aliyun.openapiutil.Client.convert(tmpReq, request);
if (!com.aliyun.teautil.Common.isUnset(tmpReq.deviceInfo)) {
request.deviceInfoShrink = com.aliyun.openapiutil.Client.arrayToStringWithSpecifiedStyle(tmpReq.deviceInfo, "DeviceInfo", "json");
}
if (!com.aliyun.teautil.Common.isUnset(tmpReq.payload)) {
request.payloadShrink = com.aliyun.openapiutil.Client.arrayToStringWithSpecifiedStyle(tmpReq.payload, "Payload", "json");
}
if (!com.aliyun.teautil.Common.isUnset(tmpReq.userInfo)) {
request.userInfoShrink = com.aliyun.openapiutil.Client.arrayToStringWithSpecifiedStyle(tmpReq.userInfo, "UserInfo", "json");
}
java.util.Map<String, Object> query = new java.util.HashMap<>();
if (!com.aliyun.teautil.Common.isUnset(request.deviceInfoShrink)) {
query.put("DeviceInfo", request.deviceInfoShrink);
}
if (!com.aliyun.teautil.Common.isUnset(request.payloadShrink)) {
query.put("Payload", request.payloadShrink);
}
if (!com.aliyun.teautil.Common.isUnset(request.userInfoShrink)) {
query.put("UserInfo", request.userInfoShrink);
}
java.util.Map<String, String> realHeaders = new java.util.HashMap<>();
if (!com.aliyun.teautil.Common.isUnset(headers.commonHeaders)) {
realHeaders = headers.commonHeaders;
}
if (!com.aliyun.teautil.Common.isUnset(headers.xAcsAligenieAccessToken)) {
realHeaders.put("x-acs-aligenie-access-token", com.aliyun.teautil.Common.toJSONString(headers.xAcsAligenieAccessToken));
}
if (!com.aliyun.teautil.Common.isUnset(headers.authorization)) {
realHeaders.put("Authorization", com.aliyun.teautil.Common.toJSONString(headers.authorization));
}
com.aliyun.teaopenapi.models.OpenApiRequest req = com.aliyun.teaopenapi.models.OpenApiRequest.build(TeaConverter.buildMap(
new TeaPair("headers", realHeaders),
new TeaPair("query", com.aliyun.openapiutil.Client.query(query))
));
com.aliyun.teaopenapi.models.Params params = com.aliyun.teaopenapi.models.Params.build(TeaConverter.buildMap(
new TeaPair("action", "DeleteReminder"),
new TeaPair("version", "iap_1.0"),
new TeaPair("protocol", "HTTPS"),
new TeaPair("pathname", "/v1.0/iap/reminder/delete"),
new TeaPair("method", "DELETE"),
new TeaPair("authType", "AK"),
new TeaPair("style", "ROA"),
new TeaPair("reqBodyType", "json"),
new TeaPair("bodyType", "json")
));
return TeaModel.toModel(this.callApi(params, req, runtime), new DeleteReminderResponse());
}
/**
* <b>summary</b> :
* <p>删除提醒</p>
*
* @param request DeleteReminderRequest
* @return DeleteReminderResponse
*/
public DeleteReminderResponse deleteReminder(DeleteReminderRequest request) throws Exception {
com.aliyun.teautil.models.RuntimeOptions runtime = new com.aliyun.teautil.models.RuntimeOptions();
DeleteReminderHeaders headers = new DeleteReminderHeaders();
return this.deleteReminderWithOptions(request, headers, runtime);
}
/**
* <b>summary</b> :
* <p>获取会员信息</p>
*
* @param tmpReq GetAccountForAppRequest
* @param headers GetAccountForAppHeaders
* @param runtime runtime options for this request RuntimeOptions
* @return GetAccountForAppResponse
*/
public GetAccountForAppResponse getAccountForAppWithOptions(GetAccountForAppRequest tmpReq, GetAccountForAppHeaders headers, com.aliyun.teautil.models.RuntimeOptions runtime) throws Exception {
com.aliyun.teautil.Common.validateModel(tmpReq);
GetAccountForAppShrinkRequest request = new GetAccountForAppShrinkRequest();
com.aliyun.openapiutil.Client.convert(tmpReq, request);
if (!com.aliyun.teautil.Common.isUnset(tmpReq.deviceInfo)) {
request.deviceInfoShrink = com.aliyun.openapiutil.Client.arrayToStringWithSpecifiedStyle(tmpReq.deviceInfo, "DeviceInfo", "json");
}
if (!com.aliyun.teautil.Common.isUnset(tmpReq.payload)) {
request.payloadShrink = com.aliyun.openapiutil.Client.arrayToStringWithSpecifiedStyle(tmpReq.payload, "Payload", "json");
}
if (!com.aliyun.teautil.Common.isUnset(tmpReq.userInfo)) {
request.userInfoShrink = com.aliyun.openapiutil.Client.arrayToStringWithSpecifiedStyle(tmpReq.userInfo, "UserInfo", "json");
}
java.util.Map<String, Object> query = new java.util.HashMap<>();
if (!com.aliyun.teautil.Common.isUnset(request.deviceInfoShrink)) {
query.put("DeviceInfo", request.deviceInfoShrink);
}
if (!com.aliyun.teautil.Common.isUnset(request.payloadShrink)) {
query.put("Payload", request.payloadShrink);
}
if (!com.aliyun.teautil.Common.isUnset(request.userInfoShrink)) {
query.put("UserInfo", request.userInfoShrink);
}
java.util.Map<String, String> realHeaders = new java.util.HashMap<>();
if (!com.aliyun.teautil.Common.isUnset(headers.commonHeaders)) {
realHeaders = headers.commonHeaders;
}
if (!com.aliyun.teautil.Common.isUnset(headers.xAcsAligenieAccessToken)) {
realHeaders.put("x-acs-aligenie-access-token", com.aliyun.teautil.Common.toJSONString(headers.xAcsAligenieAccessToken));
}
if (!com.aliyun.teautil.Common.isUnset(headers.authorization)) {
realHeaders.put("Authorization", com.aliyun.teautil.Common.toJSONString(headers.authorization));
}
com.aliyun.teaopenapi.models.OpenApiRequest req = com.aliyun.teaopenapi.models.OpenApiRequest.build(TeaConverter.buildMap(
new TeaPair("headers", realHeaders),
new TeaPair("query", com.aliyun.openapiutil.Client.query(query))
));
com.aliyun.teaopenapi.models.Params params = com.aliyun.teaopenapi.models.Params.build(TeaConverter.buildMap(
new TeaPair("action", "GetAccountForApp"),
new TeaPair("version", "iap_1.0"),
new TeaPair("protocol", "HTTPS"),
new TeaPair("pathname", "/v1.0/iap/vip/account/get"),
new TeaPair("method", "GET"),
new TeaPair("authType", "AK"),
new TeaPair("style", "ROA"),
new TeaPair("reqBodyType", "json"),
new TeaPair("bodyType", "json")
));
return TeaModel.toModel(this.callApi(params, req, runtime), new GetAccountForAppResponse());
}
/**
* <b>summary</b> :
* <p>获取会员信息</p>
*
* @param request GetAccountForAppRequest
* @return GetAccountForAppResponse
*/
public GetAccountForAppResponse getAccountForApp(GetAccountForAppRequest request) throws Exception {
com.aliyun.teautil.models.RuntimeOptions runtime = new com.aliyun.teautil.models.RuntimeOptions();
GetAccountForAppHeaders headers = new GetAccountForAppHeaders();
return this.getAccountForAppWithOptions(request, headers, runtime);
}
/**
* <b>summary</b> :
* <p>获取应用配置</p>
*
* @param tmpReq GetBusAppConfigRequest
* @param headers GetBusAppConfigHeaders
* @param runtime runtime options for this request RuntimeOptions
* @return GetBusAppConfigResponse
*/
public GetBusAppConfigResponse getBusAppConfigWithOptions(GetBusAppConfigRequest tmpReq, GetBusAppConfigHeaders headers, com.aliyun.teautil.models.RuntimeOptions runtime) throws Exception {
com.aliyun.teautil.Common.validateModel(tmpReq);
GetBusAppConfigShrinkRequest request = new GetBusAppConfigShrinkRequest();
com.aliyun.openapiutil.Client.convert(tmpReq, request);
if (!com.aliyun.teautil.Common.isUnset(tmpReq.deviceInfo)) {
request.deviceInfoShrink = com.aliyun.openapiutil.Client.arrayToStringWithSpecifiedStyle(tmpReq.deviceInfo, "DeviceInfo", "json");
}
if (!com.aliyun.teautil.Common.isUnset(tmpReq.payload)) {
request.payloadShrink = com.aliyun.openapiutil.Client.arrayToStringWithSpecifiedStyle(tmpReq.payload, "Payload", "json");
}
if (!com.aliyun.teautil.Common.isUnset(tmpReq.userInfo)) {
request.userInfoShrink = com.aliyun.openapiutil.Client.arrayToStringWithSpecifiedStyle(tmpReq.userInfo, "UserInfo", "json");
}
java.util.Map<String, Object> query = new java.util.HashMap<>();
if (!com.aliyun.teautil.Common.isUnset(request.deviceInfoShrink)) {
query.put("DeviceInfo", request.deviceInfoShrink);
}
if (!com.aliyun.teautil.Common.isUnset(request.payloadShrink)) {
query.put("Payload", request.payloadShrink);
}
if (!com.aliyun.teautil.Common.isUnset(request.userInfoShrink)) {
query.put("UserInfo", request.userInfoShrink);
}
java.util.Map<String, String> realHeaders = new java.util.HashMap<>();
if (!com.aliyun.teautil.Common.isUnset(headers.commonHeaders)) {
realHeaders = headers.commonHeaders;
}
if (!com.aliyun.teautil.Common.isUnset(headers.xAcsAligenieAccessToken)) {
realHeaders.put("x-acs-aligenie-access-token", com.aliyun.teautil.Common.toJSONString(headers.xAcsAligenieAccessToken));
}
if (!com.aliyun.teautil.Common.isUnset(headers.authorization)) {
realHeaders.put("Authorization", com.aliyun.teautil.Common.toJSONString(headers.authorization));
}
com.aliyun.teaopenapi.models.OpenApiRequest req = com.aliyun.teaopenapi.models.OpenApiRequest.build(TeaConverter.buildMap(
new TeaPair("headers", realHeaders),
new TeaPair("query", com.aliyun.openapiutil.Client.query(query))
));
com.aliyun.teaopenapi.models.Params params = com.aliyun.teaopenapi.models.Params.build(TeaConverter.buildMap(
new TeaPair("action", "GetBusAppConfig"),
new TeaPair("version", "iap_1.0"),
new TeaPair("protocol", "HTTPS"),
new TeaPair("pathname", "/v1.0/iap/app/config/get"),
new TeaPair("method", "GET"),
new TeaPair("authType", "AK"),
new TeaPair("style", "ROA"),
new TeaPair("reqBodyType", "json"),
new TeaPair("bodyType", "json")
));
return TeaModel.toModel(this.callApi(params, req, runtime), new GetBusAppConfigResponse());
}
/**
* <b>summary</b> :
* <p>获取应用配置</p>
*
* @param request GetBusAppConfigRequest
* @return GetBusAppConfigResponse
*/
public GetBusAppConfigResponse getBusAppConfig(GetBusAppConfigRequest request) throws Exception {
com.aliyun.teautil.models.RuntimeOptions runtime = new com.aliyun.teautil.models.RuntimeOptions();
GetBusAppConfigHeaders headers = new GetBusAppConfigHeaders();
return this.getBusAppConfigWithOptions(request, headers, runtime);
}
/**
* <b>summary</b> :
* <p>用户手机号获取</p>
*
* @param tmpReq GetPhoneNumberRequest
* @param headers GetPhoneNumberHeaders
* @param runtime runtime options for this request RuntimeOptions
* @return GetPhoneNumberResponse
*/
public GetPhoneNumberResponse getPhoneNumberWithOptions(GetPhoneNumberRequest tmpReq, GetPhoneNumberHeaders headers, com.aliyun.teautil.models.RuntimeOptions runtime) throws Exception {
com.aliyun.teautil.Common.validateModel(tmpReq);
GetPhoneNumberShrinkRequest request = new GetPhoneNumberShrinkRequest();
com.aliyun.openapiutil.Client.convert(tmpReq, request);
if (!com.aliyun.teautil.Common.isUnset(tmpReq.deviceInfo)) {
request.deviceInfoShrink = com.aliyun.openapiutil.Client.arrayToStringWithSpecifiedStyle(tmpReq.deviceInfo, "DeviceInfo", "json");
}
if (!com.aliyun.teautil.Common.isUnset(tmpReq.userInfo)) {
request.userInfoShrink = com.aliyun.openapiutil.Client.arrayToStringWithSpecifiedStyle(tmpReq.userInfo, "UserInfo", "json");
}
java.util.Map<String, Object> query = new java.util.HashMap<>();
if (!com.aliyun.teautil.Common.isUnset(request.deviceInfoShrink)) {
query.put("DeviceInfo", request.deviceInfoShrink);
}
if (!com.aliyun.teautil.Common.isUnset(request.userInfoShrink)) {
query.put("UserInfo", request.userInfoShrink);
}
java.util.Map<String, String> realHeaders = new java.util.HashMap<>();
if (!com.aliyun.teautil.Common.isUnset(headers.commonHeaders)) {
realHeaders = headers.commonHeaders;
}
if (!com.aliyun.teautil.Common.isUnset(headers.xAcsAligenieAccessToken)) {
realHeaders.put("x-acs-aligenie-access-token", com.aliyun.teautil.Common.toJSONString(headers.xAcsAligenieAccessToken));
}
if (!com.aliyun.teautil.Common.isUnset(headers.authorization)) {
realHeaders.put("Authorization", com.aliyun.teautil.Common.toJSONString(headers.authorization));
}
com.aliyun.teaopenapi.models.OpenApiRequest req = com.aliyun.teaopenapi.models.OpenApiRequest.build(TeaConverter.buildMap(
new TeaPair("headers", realHeaders),
new TeaPair("query", com.aliyun.openapiutil.Client.query(query))
));
com.aliyun.teaopenapi.models.Params params = com.aliyun.teaopenapi.models.Params.build(TeaConverter.buildMap(
new TeaPair("action", "GetPhoneNumber"),
new TeaPair("version", "iap_1.0"),
new TeaPair("protocol", "HTTPS"),
new TeaPair("pathname", "/v1.0/iap/profile/phoneNumber"),
new TeaPair("method", "GET"),
new TeaPair("authType", "AK"),
new TeaPair("style", "ROA"),
new TeaPair("reqBodyType", "json"),
new TeaPair("bodyType", "json")
));
return TeaModel.toModel(this.callApi(params, req, runtime), new GetPhoneNumberResponse());
}
/**
* <b>summary</b> :
* <p>用户手机号获取</p>
*
* @param request GetPhoneNumberRequest
* @return GetPhoneNumberResponse
*/
public GetPhoneNumberResponse getPhoneNumber(GetPhoneNumberRequest request) throws Exception {
com.aliyun.teautil.models.RuntimeOptions runtime = new com.aliyun.teautil.models.RuntimeOptions();
GetPhoneNumberHeaders headers = new GetPhoneNumberHeaders();
return this.getPhoneNumberWithOptions(request, headers, runtime);
}
/**
* <b>summary</b> :
* <p>查询提醒</p>
*
* @param tmpReq GetReminderRequest
* @param headers GetReminderHeaders
* @param runtime runtime options for this request RuntimeOptions
* @return GetReminderResponse
*/
public GetReminderResponse getReminderWithOptions(GetReminderRequest tmpReq, GetReminderHeaders headers, com.aliyun.teautil.models.RuntimeOptions runtime) throws Exception {
com.aliyun.teautil.Common.validateModel(tmpReq);
GetReminderShrinkRequest request = new GetReminderShrinkRequest();
com.aliyun.openapiutil.Client.convert(tmpReq, request);
if (!com.aliyun.teautil.Common.isUnset(tmpReq.deviceInfo)) {
request.deviceInfoShrink = com.aliyun.openapiutil.Client.arrayToStringWithSpecifiedStyle(tmpReq.deviceInfo, "DeviceInfo", "json");
}
if (!com.aliyun.teautil.Common.isUnset(tmpReq.payload)) {
request.payloadShrink = com.aliyun.openapiutil.Client.arrayToStringWithSpecifiedStyle(tmpReq.payload, "Payload", "json");
}
if (!com.aliyun.teautil.Common.isUnset(tmpReq.userInfo)) {
request.userInfoShrink = com.aliyun.openapiutil.Client.arrayToStringWithSpecifiedStyle(tmpReq.userInfo, "UserInfo", "json");
}
java.util.Map<String, Object> query = new java.util.HashMap<>();
if (!com.aliyun.teautil.Common.isUnset(request.deviceInfoShrink)) {
query.put("DeviceInfo", request.deviceInfoShrink);
}
if (!com.aliyun.teautil.Common.isUnset(request.payloadShrink)) {
query.put("Payload", request.payloadShrink);
}
if (!com.aliyun.teautil.Common.isUnset(request.userInfoShrink)) {
query.put("UserInfo", request.userInfoShrink);
}
java.util.Map<String, String> realHeaders = new java.util.HashMap<>();
if (!com.aliyun.teautil.Common.isUnset(headers.commonHeaders)) {
realHeaders = headers.commonHeaders;
}
if (!com.aliyun.teautil.Common.isUnset(headers.xAcsAligenieAccessToken)) {
realHeaders.put("x-acs-aligenie-access-token", com.aliyun.teautil.Common.toJSONString(headers.xAcsAligenieAccessToken));
}
if (!com.aliyun.teautil.Common.isUnset(headers.authorization)) {
realHeaders.put("Authorization", com.aliyun.teautil.Common.toJSONString(headers.authorization));
}
com.aliyun.teaopenapi.models.OpenApiRequest req = com.aliyun.teaopenapi.models.OpenApiRequest.build(TeaConverter.buildMap(
new TeaPair("headers", realHeaders),
new TeaPair("query", com.aliyun.openapiutil.Client.query(query))
));
com.aliyun.teaopenapi.models.Params params = com.aliyun.teaopenapi.models.Params.build(TeaConverter.buildMap(
new TeaPair("action", "GetReminder"),
new TeaPair("version", "iap_1.0"),
new TeaPair("protocol", "HTTPS"),
new TeaPair("pathname", "/v1.0/iap/reminder/get"),
new TeaPair("method", "GET"),
new TeaPair("authType", "AK"),
new TeaPair("style", "ROA"),
new TeaPair("reqBodyType", "json"),
new TeaPair("bodyType", "json")
));
return TeaModel.toModel(this.callApi(params, req, runtime), new GetReminderResponse());
}
/**
* <b>summary</b> :
* <p>查询提醒</p>
*
* @param request GetReminderRequest
* @return GetReminderResponse
*/
public GetReminderResponse getReminder(GetReminderRequest request) throws Exception {
com.aliyun.teautil.models.RuntimeOptions runtime = new com.aliyun.teautil.models.RuntimeOptions();
GetReminderHeaders headers = new GetReminderHeaders();
return this.getReminderWithOptions(request, headers, runtime);
}
/**
* <b>summary</b> :
* <p>查询提醒列表</p>
*
* @param tmpReq ListRemindersRequest
* @param headers ListRemindersHeaders
* @param runtime runtime options for this request RuntimeOptions
* @return ListRemindersResponse
*/
public ListRemindersResponse listRemindersWithOptions(ListRemindersRequest tmpReq, ListRemindersHeaders headers, com.aliyun.teautil.models.RuntimeOptions runtime) throws Exception {
com.aliyun.teautil.Common.validateModel(tmpReq);
ListRemindersShrinkRequest request = new ListRemindersShrinkRequest();
com.aliyun.openapiutil.Client.convert(tmpReq, request);
if (!com.aliyun.teautil.Common.isUnset(tmpReq.deviceInfo)) {
request.deviceInfoShrink = com.aliyun.openapiutil.Client.arrayToStringWithSpecifiedStyle(tmpReq.deviceInfo, "DeviceInfo", "json");
}
if (!com.aliyun.teautil.Common.isUnset(tmpReq.payload)) {
request.payloadShrink = com.aliyun.openapiutil.Client.arrayToStringWithSpecifiedStyle(tmpReq.payload, "Payload", "json");
}
if (!com.aliyun.teautil.Common.isUnset(tmpReq.userInfo)) {
request.userInfoShrink = com.aliyun.openapiutil.Client.arrayToStringWithSpecifiedStyle(tmpReq.userInfo, "UserInfo", "json");
}
java.util.Map<String, Object> query = new java.util.HashMap<>();
if (!com.aliyun.teautil.Common.isUnset(request.deviceInfoShrink)) {
query.put("DeviceInfo", request.deviceInfoShrink);
}
if (!com.aliyun.teautil.Common.isUnset(request.payloadShrink)) {
query.put("Payload", request.payloadShrink);
}
if (!com.aliyun.teautil.Common.isUnset(request.userInfoShrink)) {
query.put("UserInfo", request.userInfoShrink);
}
java.util.Map<String, String> realHeaders = new java.util.HashMap<>();
if (!com.aliyun.teautil.Common.isUnset(headers.commonHeaders)) {
realHeaders = headers.commonHeaders;
}
if (!com.aliyun.teautil.Common.isUnset(headers.xAcsAligenieAccessToken)) {
realHeaders.put("x-acs-aligenie-access-token", com.aliyun.teautil.Common.toJSONString(headers.xAcsAligenieAccessToken));
}
if (!com.aliyun.teautil.Common.isUnset(headers.authorization)) {
realHeaders.put("Authorization", com.aliyun.teautil.Common.toJSONString(headers.authorization));
}
com.aliyun.teaopenapi.models.OpenApiRequest req = com.aliyun.teaopenapi.models.OpenApiRequest.build(TeaConverter.buildMap(
new TeaPair("headers", realHeaders),
new TeaPair("query", com.aliyun.openapiutil.Client.query(query))
));
com.aliyun.teaopenapi.models.Params params = com.aliyun.teaopenapi.models.Params.build(TeaConverter.buildMap(
new TeaPair("action", "ListReminders"),
new TeaPair("version", "iap_1.0"),
new TeaPair("protocol", "HTTPS"),
new TeaPair("pathname", "/v1.0/iap/reminder/list"),
new TeaPair("method", "GET"),
new TeaPair("authType", "AK"),
new TeaPair("style", "ROA"),
new TeaPair("reqBodyType", "json"),
new TeaPair("bodyType", "json")
));
return TeaModel.toModel(this.callApi(params, req, runtime), new ListRemindersResponse());
}
/**
* <b>summary</b> :
* <p>查询提醒列表</p>
*
* @param request ListRemindersRequest
* @return ListRemindersResponse
*/
public ListRemindersResponse listReminders(ListRemindersRequest request) throws Exception {
com.aliyun.teautil.models.RuntimeOptions runtime = new com.aliyun.teautil.models.RuntimeOptions();
ListRemindersHeaders headers = new ListRemindersHeaders();
return this.listRemindersWithOptions(request, headers, runtime);
}
/**
* <b>summary</b> :
* <p>拉取收银台</p>
*
* @param tmpReq PullCashierRequest
* @param headers PullCashierHeaders
* @param runtime runtime options for this request RuntimeOptions
* @return PullCashierResponse
*/
public PullCashierResponse pullCashierWithOptions(PullCashierRequest tmpReq, PullCashierHeaders headers, com.aliyun.teautil.models.RuntimeOptions runtime) throws Exception {
com.aliyun.teautil.Common.validateModel(tmpReq);
PullCashierShrinkRequest request = new PullCashierShrinkRequest();
com.aliyun.openapiutil.Client.convert(tmpReq, request);
if (!com.aliyun.teautil.Common.isUnset(tmpReq.deviceInfo)) {
request.deviceInfoShrink = com.aliyun.openapiutil.Client.arrayToStringWithSpecifiedStyle(tmpReq.deviceInfo, "DeviceInfo", "json");
}
if (!com.aliyun.teautil.Common.isUnset(tmpReq.payload)) {
request.payloadShrink = com.aliyun.openapiutil.Client.arrayToStringWithSpecifiedStyle(tmpReq.payload, "Payload", "json");
}
if (!com.aliyun.teautil.Common.isUnset(tmpReq.userInfo)) {
request.userInfoShrink = com.aliyun.openapiutil.Client.arrayToStringWithSpecifiedStyle(tmpReq.userInfo, "UserInfo", "json");
}
java.util.Map<String, Object> query = new java.util.HashMap<>();
if (!com.aliyun.teautil.Common.isUnset(request.deviceInfoShrink)) {
query.put("DeviceInfo", request.deviceInfoShrink);
}
if (!com.aliyun.teautil.Common.isUnset(request.payloadShrink)) {
query.put("Payload", request.payloadShrink);
}
if (!com.aliyun.teautil.Common.isUnset(request.userInfoShrink)) {
query.put("UserInfo", request.userInfoShrink);
}
java.util.Map<String, String> realHeaders = new java.util.HashMap<>();
if (!com.aliyun.teautil.Common.isUnset(headers.commonHeaders)) {
realHeaders = headers.commonHeaders;
}
if (!com.aliyun.teautil.Common.isUnset(headers.xAcsAligenieAccessToken)) {
realHeaders.put("x-acs-aligenie-access-token", com.aliyun.teautil.Common.toJSONString(headers.xAcsAligenieAccessToken));
}
if (!com.aliyun.teautil.Common.isUnset(headers.authorization)) {
realHeaders.put("Authorization", com.aliyun.teautil.Common.toJSONString(headers.authorization));
}
com.aliyun.teaopenapi.models.OpenApiRequest req = com.aliyun.teaopenapi.models.OpenApiRequest.build(TeaConverter.buildMap(
new TeaPair("headers", realHeaders),
new TeaPair("query", com.aliyun.openapiutil.Client.query(query))
));
com.aliyun.teaopenapi.models.Params params = com.aliyun.teaopenapi.models.Params.build(TeaConverter.buildMap(
new TeaPair("action", "PullCashier"),
new TeaPair("version", "iap_1.0"),
new TeaPair("protocol", "HTTPS"),
new TeaPair("pathname", "/v1.0/iap/pull/cashier/"),
new TeaPair("method", "POST"),
new TeaPair("authType", "AK"),
new TeaPair("style", "ROA"),
new TeaPair("reqBodyType", "json"),
new TeaPair("bodyType", "json")
));
return TeaModel.toModel(this.callApi(params, req, runtime), new PullCashierResponse());
}
/**
* <b>summary</b> :
* <p>拉取收银台</p>
*
* @param request PullCashierRequest
* @return PullCashierResponse
*/
public PullCashierResponse pullCashier(PullCashierRequest request) throws Exception {
com.aliyun.teautil.models.RuntimeOptions runtime = new com.aliyun.teautil.models.RuntimeOptions();
PullCashierHeaders headers = new PullCashierHeaders();
return this.pullCashierWithOptions(request, headers, runtime);
}
/**
* <b>summary</b> :
* <p>猫精系统消息推送</p>
*
* @param tmpReq PushNotificationsRequest
* @param headers PushNotificationsHeaders
* @param runtime runtime options for this request RuntimeOptions
* @return PushNotificationsResponse
*/
public PushNotificationsResponse pushNotificationsWithOptions(PushNotificationsRequest tmpReq, PushNotificationsHeaders headers, com.aliyun.teautil.models.RuntimeOptions runtime) throws Exception {
com.aliyun.teautil.Common.validateModel(tmpReq);
PushNotificationsShrinkRequest request = new PushNotificationsShrinkRequest();
com.aliyun.openapiutil.Client.convert(tmpReq, request);
if (!com.aliyun.teautil.Common.isUnset(tmpReq.notificationUnicastRequest)) {
request.notificationUnicastRequestShrink = com.aliyun.openapiutil.Client.arrayToStringWithSpecifiedStyle(tmpReq.notificationUnicastRequest, "NotificationUnicastRequest", "json");
}
if (!com.aliyun.teautil.Common.isUnset(tmpReq.tenantInfo)) {
request.tenantInfoShrink = com.aliyun.openapiutil.Client.arrayToStringWithSpecifiedStyle(tmpReq.tenantInfo, "TenantInfo", "json");
}
java.util.Map<String, Object> body = new java.util.HashMap<>();
if (!com.aliyun.teautil.Common.isUnset(request.notificationUnicastRequestShrink)) {
body.put("NotificationUnicastRequest", request.notificationUnicastRequestShrink);
}
if (!com.aliyun.teautil.Common.isUnset(request.tenantInfoShrink)) {
body.put("TenantInfo", request.tenantInfoShrink);
}
java.util.Map<String, String> realHeaders = new java.util.HashMap<>();
if (!com.aliyun.teautil.Common.isUnset(headers.commonHeaders)) {
realHeaders = headers.commonHeaders;
}
if (!com.aliyun.teautil.Common.isUnset(headers.xAcsAligenieAccessToken)) {
realHeaders.put("x-acs-aligenie-access-token", com.aliyun.teautil.Common.toJSONString(headers.xAcsAligenieAccessToken));
}
if (!com.aliyun.teautil.Common.isUnset(headers.authorization)) {
realHeaders.put("Authorization", com.aliyun.teautil.Common.toJSONString(headers.authorization));
}
com.aliyun.teaopenapi.models.OpenApiRequest req = com.aliyun.teaopenapi.models.OpenApiRequest.build(TeaConverter.buildMap(
new TeaPair("headers", realHeaders),
new TeaPair("body", com.aliyun.openapiutil.Client.parseToMap(body))
));
com.aliyun.teaopenapi.models.Params params = com.aliyun.teaopenapi.models.Params.build(TeaConverter.buildMap(
new TeaPair("action", "PushNotifications"),
new TeaPair("version", "iap_1.0"),
new TeaPair("protocol", "HTTPS"),
new TeaPair("pathname", "/v1.0/iap/notifications"),
new TeaPair("method", "PUT"),
new TeaPair("authType", "AK"),
new TeaPair("style", "ROA"),
new TeaPair("reqBodyType", "formData"),
new TeaPair("bodyType", "none")
));
return TeaModel.toModel(this.callApi(params, req, runtime), new PushNotificationsResponse());
}
/**
* <b>summary</b> :
* <p>猫精系统消息推送</p>
*
* @param request PushNotificationsRequest
* @return PushNotificationsResponse
*/
public PushNotificationsResponse pushNotifications(PushNotificationsRequest request) throws Exception {
com.aliyun.teautil.models.RuntimeOptions runtime = new com.aliyun.teautil.models.RuntimeOptions();
PushNotificationsHeaders headers = new PushNotificationsHeaders();
return this.pushNotificationsWithOptions(request, headers, runtime);
}
/**
* <b>summary</b> :
* <p>消息推送服务(普通版)</p>
*
* @param tmpReq SendNotificationsRequest
* @param headers SendNotificationsHeaders
* @param runtime runtime options for this request RuntimeOptions
* @return SendNotificationsResponse
*/
public SendNotificationsResponse sendNotificationsWithOptions(SendNotificationsRequest tmpReq, SendNotificationsHeaders headers, com.aliyun.teautil.models.RuntimeOptions runtime) throws Exception {
com.aliyun.teautil.Common.validateModel(tmpReq);
SendNotificationsShrinkRequest request = new SendNotificationsShrinkRequest();
com.aliyun.openapiutil.Client.convert(tmpReq, request);
if (!com.aliyun.teautil.Common.isUnset(tmpReq.deviceInfo)) {
request.deviceInfoShrink = com.aliyun.openapiutil.Client.arrayToStringWithSpecifiedStyle(tmpReq.deviceInfo, "DeviceInfo", "json");
}
if (!com.aliyun.teautil.Common.isUnset(tmpReq.notificationUnicastRequest)) {
request.notificationUnicastRequestShrink = com.aliyun.openapiutil.Client.arrayToStringWithSpecifiedStyle(tmpReq.notificationUnicastRequest, "NotificationUnicastRequest", "json");
}
if (!com.aliyun.teautil.Common.isUnset(tmpReq.tenantInfo)) {
request.tenantInfoShrink = com.aliyun.openapiutil.Client.arrayToStringWithSpecifiedStyle(tmpReq.tenantInfo, "TenantInfo", "json");
}
if (!com.aliyun.teautil.Common.isUnset(tmpReq.userInfo)) {
request.userInfoShrink = com.aliyun.openapiutil.Client.arrayToStringWithSpecifiedStyle(tmpReq.userInfo, "UserInfo", "json");
}
java.util.Map<String, Object> body = new java.util.HashMap<>();
if (!com.aliyun.teautil.Common.isUnset(request.deviceInfoShrink)) {
body.put("DeviceInfo", request.deviceInfoShrink);
}
if (!com.aliyun.teautil.Common.isUnset(request.notificationUnicastRequestShrink)) {
body.put("NotificationUnicastRequest", request.notificationUnicastRequestShrink);
}
if (!com.aliyun.teautil.Common.isUnset(request.tenantInfoShrink)) {
body.put("TenantInfo", request.tenantInfoShrink);
}
if (!com.aliyun.teautil.Common.isUnset(request.userInfoShrink)) {
body.put("UserInfo", request.userInfoShrink);
}
java.util.Map<String, String> realHeaders = new java.util.HashMap<>();
if (!com.aliyun.teautil.Common.isUnset(headers.commonHeaders)) {
realHeaders = headers.commonHeaders;
}
if (!com.aliyun.teautil.Common.isUnset(headers.xAcsAligenieAccessToken)) {
realHeaders.put("x-acs-aligenie-access-token", com.aliyun.teautil.Common.toJSONString(headers.xAcsAligenieAccessToken));
}
if (!com.aliyun.teautil.Common.isUnset(headers.authorization)) {
realHeaders.put("Authorization", com.aliyun.teautil.Common.toJSONString(headers.authorization));
}
com.aliyun.teaopenapi.models.OpenApiRequest req = com.aliyun.teaopenapi.models.OpenApiRequest.build(TeaConverter.buildMap(
new TeaPair("headers", realHeaders),
new TeaPair("body", com.aliyun.openapiutil.Client.parseToMap(body))
));
com.aliyun.teaopenapi.models.Params params = com.aliyun.teaopenapi.models.Params.build(TeaConverter.buildMap(
new TeaPair("action", "SendNotifications"),
new TeaPair("version", "iap_1.0"),
new TeaPair("protocol", "HTTPS"),
new TeaPair("pathname", "/v1.0/iap/general/notifications"),
new TeaPair("method", "PUT"),
new TeaPair("authType", "AK"),
new TeaPair("style", "ROA"),
new TeaPair("reqBodyType", "formData"),
new TeaPair("bodyType", "none")
));
return TeaModel.toModel(this.callApi(params, req, runtime), new SendNotificationsResponse());
}
/**
* <b>summary</b> :
* <p>消息推送服务(普通版)</p>
*
* @param request SendNotificationsRequest
* @return SendNotificationsResponse
*/
public SendNotificationsResponse sendNotifications(SendNotificationsRequest request) throws Exception {
com.aliyun.teautil.models.RuntimeOptions runtime = new com.aliyun.teautil.models.RuntimeOptions();
SendNotificationsHeaders headers = new SendNotificationsHeaders();
return this.sendNotificationsWithOptions(request, headers, runtime);
}
/**
* <b>summary</b> :
* <p>三方即时信息数据变更事件推送</p>
*
* @param request ThirdImmediateMsgPushRequest
* @param headers ThirdImmediateMsgPushHeaders
* @param runtime runtime options for this request RuntimeOptions
* @return ThirdImmediateMsgPushResponse
*/
public ThirdImmediateMsgPushResponse thirdImmediateMsgPushWithOptions(ThirdImmediateMsgPushRequest request, ThirdImmediateMsgPushHeaders headers, com.aliyun.teautil.models.RuntimeOptions runtime) throws Exception {
com.aliyun.teautil.Common.validateModel(request);
java.util.Map<String, Object> query = new java.util.HashMap<>();
if (!com.aliyun.teautil.Common.isUnset(request.bizType)) {
query.put("BizType", request.bizType);
}
if (!com.aliyun.teautil.Common.isUnset(request.changeDetail)) {
query.put("ChangeDetail", request.changeDetail);
}
if (!com.aliyun.teautil.Common.isUnset(request.orderId)) {
query.put("OrderId", request.orderId);
}
if (!com.aliyun.teautil.Common.isUnset(request.psgIds)) {
query.put("PsgIds", request.psgIds);
}
if (!com.aliyun.teautil.Common.isUnset(request.trafficChangeType)) {
query.put("TrafficChangeType", request.trafficChangeType);
}
if (!com.aliyun.teautil.Common.isUnset(request.trafficChangeTypeDesc)) {
query.put("TrafficChangeTypeDesc", request.trafficChangeTypeDesc);
}
if (!com.aliyun.teautil.Common.isUnset(request.trafficJourneyIds)) {
query.put("TrafficJourneyIds", request.trafficJourneyIds);
}
if (!com.aliyun.teautil.Common.isUnset(request.trafficSubOrderIds)) {
query.put("TrafficSubOrderIds", request.trafficSubOrderIds);
}
if (!com.aliyun.teautil.Common.isUnset(request.userId)) {
query.put("UserId", request.userId);
}
java.util.Map<String, String> realHeaders = new java.util.HashMap<>();
if (!com.aliyun.teautil.Common.isUnset(headers.commonHeaders)) {
realHeaders = headers.commonHeaders;
}
if (!com.aliyun.teautil.Common.isUnset(headers.xAcsAligenieAccessToken)) {
realHeaders.put("x-acs-aligenie-access-token", com.aliyun.teautil.Common.toJSONString(headers.xAcsAligenieAccessToken));
}
if (!com.aliyun.teautil.Common.isUnset(headers.authorization)) {
realHeaders.put("Authorization", com.aliyun.teautil.Common.toJSONString(headers.authorization));
}
com.aliyun.teaopenapi.models.OpenApiRequest req = com.aliyun.teaopenapi.models.OpenApiRequest.build(TeaConverter.buildMap(
new TeaPair("headers", realHeaders),
new TeaPair("query", com.aliyun.openapiutil.Client.query(query))
));
com.aliyun.teaopenapi.models.Params params = com.aliyun.teaopenapi.models.Params.build(TeaConverter.buildMap(
new TeaPair("action", "ThirdImmediateMsgPush"),
new TeaPair("version", "iap_1.0"),
new TeaPair("protocol", "HTTPS"),
new TeaPair("pathname", "/v1.0/iap/thirdImmediateMsgPush"),
new TeaPair("method", "POST"),
new TeaPair("authType", "AK"),
new TeaPair("style", "ROA"),
new TeaPair("reqBodyType", "json"),
new TeaPair("bodyType", "json")
));
return TeaModel.toModel(this.callApi(params, req, runtime), new ThirdImmediateMsgPushResponse());
}
/**
* <b>summary</b> :
* <p>三方即时信息数据变更事件推送</p>
*
* @param request ThirdImmediateMsgPushRequest
* @return ThirdImmediateMsgPushResponse
*/
public ThirdImmediateMsgPushResponse thirdImmediateMsgPush(ThirdImmediateMsgPushRequest request) throws Exception {
com.aliyun.teautil.models.RuntimeOptions runtime = new com.aliyun.teautil.models.RuntimeOptions();
ThirdImmediateMsgPushHeaders headers = new ThirdImmediateMsgPushHeaders();
return this.thirdImmediateMsgPushWithOptions(request, headers, runtime);
}
/**
* <b>summary</b> :
* <p>更新提醒</p>
*
* @param tmpReq UpdateReminderRequest
* @param headers UpdateReminderHeaders
* @param runtime runtime options for this request RuntimeOptions
* @return UpdateReminderResponse
*/
public UpdateReminderResponse updateReminderWithOptions(UpdateReminderRequest tmpReq, UpdateReminderHeaders headers, com.aliyun.teautil.models.RuntimeOptions runtime) throws Exception {
com.aliyun.teautil.Common.validateModel(tmpReq);
UpdateReminderShrinkRequest request = new UpdateReminderShrinkRequest();
com.aliyun.openapiutil.Client.convert(tmpReq, request);
if (!com.aliyun.teautil.Common.isUnset(tmpReq.deviceInfo)) {
request.deviceInfoShrink = com.aliyun.openapiutil.Client.arrayToStringWithSpecifiedStyle(tmpReq.deviceInfo, "DeviceInfo", "json");
}
if (!com.aliyun.teautil.Common.isUnset(tmpReq.payload)) {
request.payloadShrink = com.aliyun.openapiutil.Client.arrayToStringWithSpecifiedStyle(tmpReq.payload, "Payload", "json");
}
if (!com.aliyun.teautil.Common.isUnset(tmpReq.userInfo)) {
request.userInfoShrink = com.aliyun.openapiutil.Client.arrayToStringWithSpecifiedStyle(tmpReq.userInfo, "UserInfo", "json");
}
java.util.Map<String, Object> body = new java.util.HashMap<>();
if (!com.aliyun.teautil.Common.isUnset(request.deviceInfoShrink)) {
body.put("DeviceInfo", request.deviceInfoShrink);
}
if (!com.aliyun.teautil.Common.isUnset(request.payloadShrink)) {
body.put("Payload", request.payloadShrink);
}
if (!com.aliyun.teautil.Common.isUnset(request.userInfoShrink)) {
body.put("UserInfo", request.userInfoShrink);
}
java.util.Map<String, String> realHeaders = new java.util.HashMap<>();
if (!com.aliyun.teautil.Common.isUnset(headers.commonHeaders)) {
realHeaders = headers.commonHeaders;
}
if (!com.aliyun.teautil.Common.isUnset(headers.xAcsAligenieAccessToken)) {
realHeaders.put("x-acs-aligenie-access-token", com.aliyun.teautil.Common.toJSONString(headers.xAcsAligenieAccessToken));
}
if (!com.aliyun.teautil.Common.isUnset(headers.authorization)) {
realHeaders.put("Authorization", com.aliyun.teautil.Common.toJSONString(headers.authorization));
}
com.aliyun.teaopenapi.models.OpenApiRequest req = com.aliyun.teaopenapi.models.OpenApiRequest.build(TeaConverter.buildMap(
new TeaPair("headers", realHeaders),
new TeaPair("body", com.aliyun.openapiutil.Client.parseToMap(body))
));
com.aliyun.teaopenapi.models.Params params = com.aliyun.teaopenapi.models.Params.build(TeaConverter.buildMap(
new TeaPair("action", "UpdateReminder"),
new TeaPair("version", "iap_1.0"),
new TeaPair("protocol", "HTTPS"),
new TeaPair("pathname", "/v1.0/iap/reminder/update"),
new TeaPair("method", "PUT"),
new TeaPair("authType", "AK"),
new TeaPair("style", "ROA"),
new TeaPair("reqBodyType", "formData"),
new TeaPair("bodyType", "json")
));
return TeaModel.toModel(this.callApi(params, req, runtime), new UpdateReminderResponse());
}
/**
* <b>summary</b> :
* <p>更新提醒</p>
*
* @param request UpdateReminderRequest
* @return UpdateReminderResponse
*/
public UpdateReminderResponse updateReminder(UpdateReminderRequest request) throws Exception {
com.aliyun.teautil.models.RuntimeOptions runtime = new com.aliyun.teautil.models.RuntimeOptions();
UpdateReminderHeaders headers = new UpdateReminderHeaders();
return this.updateReminderWithOptions(request, headers, runtime);
}
/**
* <b>summary</b> :
* <p>视频类应用会员信息上报</p>
*
* @param tmpReq VideoAppReportRequest
* @param headers VideoAppReportHeaders
* @param runtime runtime options for this request RuntimeOptions
* @return VideoAppReportResponse
*/
public VideoAppReportResponse videoAppReportWithOptions(VideoAppReportRequest tmpReq, VideoAppReportHeaders headers, com.aliyun.teautil.models.RuntimeOptions runtime) throws Exception {
com.aliyun.teautil.Common.validateModel(tmpReq);
VideoAppReportShrinkRequest request = new VideoAppReportShrinkRequest();
com.aliyun.openapiutil.Client.convert(tmpReq, request);
if (!com.aliyun.teautil.Common.isUnset(tmpReq.deviceInfo)) {
request.deviceInfoShrink = com.aliyun.openapiutil.Client.arrayToStringWithSpecifiedStyle(tmpReq.deviceInfo, "DeviceInfo", "json");
}
if (!com.aliyun.teautil.Common.isUnset(tmpReq.payload)) {
request.payloadShrink = com.aliyun.openapiutil.Client.arrayToStringWithSpecifiedStyle(tmpReq.payload, "Payload", "json");
}
if (!com.aliyun.teautil.Common.isUnset(tmpReq.userInfo)) {
request.userInfoShrink = com.aliyun.openapiutil.Client.arrayToStringWithSpecifiedStyle(tmpReq.userInfo, "UserInfo", "json");
}
java.util.Map<String, Object> body = new java.util.HashMap<>();
if (!com.aliyun.teautil.Common.isUnset(request.deviceInfoShrink)) {
body.put("DeviceInfo", request.deviceInfoShrink);
}
if (!com.aliyun.teautil.Common.isUnset(request.payloadShrink)) {
body.put("Payload", request.payloadShrink);
}
if (!com.aliyun.teautil.Common.isUnset(request.userInfoShrink)) {
body.put("UserInfo", request.userInfoShrink);
}
java.util.Map<String, String> realHeaders = new java.util.HashMap<>();
if (!com.aliyun.teautil.Common.isUnset(headers.commonHeaders)) {
realHeaders = headers.commonHeaders;
}
if (!com.aliyun.teautil.Common.isUnset(headers.xAcsAligenieAccessToken)) {
realHeaders.put("x-acs-aligenie-access-token", com.aliyun.teautil.Common.toJSONString(headers.xAcsAligenieAccessToken));
}
if (!com.aliyun.teautil.Common.isUnset(headers.authorization)) {
realHeaders.put("Authorization", com.aliyun.teautil.Common.toJSONString(headers.authorization));
}
com.aliyun.teaopenapi.models.OpenApiRequest req = com.aliyun.teaopenapi.models.OpenApiRequest.build(TeaConverter.buildMap(
new TeaPair("headers", realHeaders),
new TeaPair("body", com.aliyun.openapiutil.Client.parseToMap(body))
));
com.aliyun.teaopenapi.models.Params params = com.aliyun.teaopenapi.models.Params.build(TeaConverter.buildMap(
new TeaPair("action", "VideoAppReport"),
new TeaPair("version", "iap_1.0"),
new TeaPair("protocol", "HTTPS"),
new TeaPair("pathname", "/v1.0/iap/vip/use/video/report"),
new TeaPair("method", "POST"),
new TeaPair("authType", "AK"),
new TeaPair("style", "ROA"),
new TeaPair("reqBodyType", "formData"),
new TeaPair("bodyType", "json")
));
return TeaModel.toModel(this.callApi(params, req, runtime), new VideoAppReportResponse());
}
/**
* <b>summary</b> :
* <p>视频类应用会员信息上报</p>
*
* @param request VideoAppReportRequest
* @return VideoAppReportResponse
*/
public VideoAppReportResponse videoAppReport(VideoAppReportRequest request) throws Exception {
com.aliyun.teautil.models.RuntimeOptions runtime = new com.aliyun.teautil.models.RuntimeOptions();
VideoAppReportHeaders headers = new VideoAppReportHeaders();
return this.videoAppReportWithOptions(request, headers, runtime);
}
/**
* <b>summary</b> :
* <p>猫精应用唤起</p>
*
* @param request WakeUpAppRequest
* @param headers WakeUpAppHeaders
* @param runtime runtime options for this request RuntimeOptions
* @return WakeUpAppResponse
*/
public WakeUpAppResponse wakeUpAppWithOptions(WakeUpAppRequest request, WakeUpAppHeaders headers, com.aliyun.teautil.models.RuntimeOptions runtime) throws Exception {
com.aliyun.teautil.Common.validateModel(request);
java.util.Map<String, Object> body = new java.util.HashMap<>();
if (!com.aliyun.teautil.Common.isUnset(request.isDebug)) {
body.put("IsDebug", request.isDebug);
}
if (!com.aliyun.teautil.Common.isUnset(request.path)) {
body.put("Path", request.path);
}
if (!com.aliyun.teautil.Common.isUnset(request.targetInfo)) {
body.put("TargetInfo", request.targetInfo);
}
java.util.Map<String, String> realHeaders = new java.util.HashMap<>();
if (!com.aliyun.teautil.Common.isUnset(headers.commonHeaders)) {
realHeaders = headers.commonHeaders;
}
if (!com.aliyun.teautil.Common.isUnset(headers.xAcsAligenieAccessToken)) {
realHeaders.put("x-acs-aligenie-access-token", com.aliyun.teautil.Common.toJSONString(headers.xAcsAligenieAccessToken));
}
if (!com.aliyun.teautil.Common.isUnset(headers.authorization)) {
realHeaders.put("Authorization", com.aliyun.teautil.Common.toJSONString(headers.authorization));
}
com.aliyun.teaopenapi.models.OpenApiRequest req = com.aliyun.teaopenapi.models.OpenApiRequest.build(TeaConverter.buildMap(
new TeaPair("headers", realHeaders),
new TeaPair("body", com.aliyun.openapiutil.Client.parseToMap(body))
));
com.aliyun.teaopenapi.models.Params params = com.aliyun.teaopenapi.models.Params.build(TeaConverter.buildMap(
new TeaPair("action", "WakeUpApp"),
new TeaPair("version", "iap_1.0"),
new TeaPair("protocol", "HTTPS"),
new TeaPair("pathname", "/v1.0/iap/wakeup"),
new TeaPair("method", "PUT"),
new TeaPair("authType", "AK"),
new TeaPair("style", "ROA"),
new TeaPair("reqBodyType", "json"),
new TeaPair("bodyType", "none")
));
return TeaModel.toModel(this.callApi(params, req, runtime), new WakeUpAppResponse());
}
/**
* <b>summary</b> :
* <p>猫精应用唤起</p>
*
* @param request WakeUpAppRequest
* @return WakeUpAppResponse
*/
public WakeUpAppResponse wakeUpApp(WakeUpAppRequest request) throws Exception {
com.aliyun.teautil.models.RuntimeOptions runtime = new com.aliyun.teautil.models.RuntimeOptions();
WakeUpAppHeaders headers = new WakeUpAppHeaders();
return this.wakeUpAppWithOptions(request, headers, runtime);
}
}
|
0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0/models/AppUseTimeReportHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class AppUseTimeReportHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("x-acs-aligenie-access-token")
public String xAcsAligenieAccessToken;
@NameInMap("Authorization")
public String authorization;
public static AppUseTimeReportHeaders build(java.util.Map<String, ?> map) throws Exception {
AppUseTimeReportHeaders self = new AppUseTimeReportHeaders();
return TeaModel.build(map, self);
}
public AppUseTimeReportHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public AppUseTimeReportHeaders setXAcsAligenieAccessToken(String xAcsAligenieAccessToken) {
this.xAcsAligenieAccessToken = xAcsAligenieAccessToken;
return this;
}
public String getXAcsAligenieAccessToken() {
return this.xAcsAligenieAccessToken;
}
public AppUseTimeReportHeaders setAuthorization(String authorization) {
this.authorization = authorization;
return this;
}
public String getAuthorization() {
return this.authorization;
}
}
|
0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0/models/AppUseTimeReportRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class AppUseTimeReportRequest extends TeaModel {
@NameInMap("DeviceInfo")
public AppUseTimeReportRequestDeviceInfo deviceInfo;
@NameInMap("Payload")
public AppUseTimeReportRequestPayload payload;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("UserInfo")
public AppUseTimeReportRequestUserInfo userInfo;
public static AppUseTimeReportRequest build(java.util.Map<String, ?> map) throws Exception {
AppUseTimeReportRequest self = new AppUseTimeReportRequest();
return TeaModel.build(map, self);
}
public AppUseTimeReportRequest setDeviceInfo(AppUseTimeReportRequestDeviceInfo deviceInfo) {
this.deviceInfo = deviceInfo;
return this;
}
public AppUseTimeReportRequestDeviceInfo getDeviceInfo() {
return this.deviceInfo;
}
public AppUseTimeReportRequest setPayload(AppUseTimeReportRequestPayload payload) {
this.payload = payload;
return this;
}
public AppUseTimeReportRequestPayload getPayload() {
return this.payload;
}
public AppUseTimeReportRequest setUserInfo(AppUseTimeReportRequestUserInfo userInfo) {
this.userInfo = userInfo;
return this;
}
public AppUseTimeReportRequestUserInfo getUserInfo() {
return this.userInfo;
}
public static class AppUseTimeReportRequestDeviceInfo extends TeaModel {
/**
* <strong>example:</strong>
* <p>12**45</p>
*/
@NameInMap("EncodeKey")
public String encodeKey;
/**
* <strong>example:</strong>
* <p>PACKAGE_NAME</p>
*/
@NameInMap("EncodeType")
public String encodeType;
/**
* <strong>example:</strong>
* <p>DAFE****ce3ej=</p>
*/
@NameInMap("Id")
public String id;
/**
* <strong>example:</strong>
* <p>OPEN_ID</p>
*/
@NameInMap("IdType")
public String idType;
/**
* <strong>example:</strong>
* <p>1**2</p>
*/
@NameInMap("OrganizationId")
public String organizationId;
public static AppUseTimeReportRequestDeviceInfo build(java.util.Map<String, ?> map) throws Exception {
AppUseTimeReportRequestDeviceInfo self = new AppUseTimeReportRequestDeviceInfo();
return TeaModel.build(map, self);
}
public AppUseTimeReportRequestDeviceInfo setEncodeKey(String encodeKey) {
this.encodeKey = encodeKey;
return this;
}
public String getEncodeKey() {
return this.encodeKey;
}
public AppUseTimeReportRequestDeviceInfo setEncodeType(String encodeType) {
this.encodeType = encodeType;
return this;
}
public String getEncodeType() {
return this.encodeType;
}
public AppUseTimeReportRequestDeviceInfo setId(String id) {
this.id = id;
return this;
}
public String getId() {
return this.id;
}
public AppUseTimeReportRequestDeviceInfo setIdType(String idType) {
this.idType = idType;
return this;
}
public String getIdType() {
return this.idType;
}
public AppUseTimeReportRequestDeviceInfo setOrganizationId(String organizationId) {
this.organizationId = organizationId;
return this;
}
public String getOrganizationId() {
return this.organizationId;
}
}
public static class AppUseTimeReportRequestPayload extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>start</p>
*/
@NameInMap("Action")
public String action;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>1</p>
*/
@NameInMap("IsPrivilege")
public Integer isPrivilege;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>1</p>
*/
@NameInMap("ResourceId")
public String resourceId;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>1</p>
*/
@NameInMap("ResourceType")
public Integer resourceType;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>2</p>
*/
@NameInMap("StepCode")
public String stepCode;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>1</p>
*/
@NameInMap("VipType")
public Integer vipType;
/**
* <strong>example:</strong>
* <p>731D5F********DC3B</p>
*/
@NameInMap("originUuid")
public String originUuid;
public static AppUseTimeReportRequestPayload build(java.util.Map<String, ?> map) throws Exception {
AppUseTimeReportRequestPayload self = new AppUseTimeReportRequestPayload();
return TeaModel.build(map, self);
}
public AppUseTimeReportRequestPayload setAction(String action) {
this.action = action;
return this;
}
public String getAction() {
return this.action;
}
public AppUseTimeReportRequestPayload setIsPrivilege(Integer isPrivilege) {
this.isPrivilege = isPrivilege;
return this;
}
public Integer getIsPrivilege() {
return this.isPrivilege;
}
public AppUseTimeReportRequestPayload setResourceId(String resourceId) {
this.resourceId = resourceId;
return this;
}
public String getResourceId() {
return this.resourceId;
}
public AppUseTimeReportRequestPayload setResourceType(Integer resourceType) {
this.resourceType = resourceType;
return this;
}
public Integer getResourceType() {
return this.resourceType;
}
public AppUseTimeReportRequestPayload setStepCode(String stepCode) {
this.stepCode = stepCode;
return this;
}
public String getStepCode() {
return this.stepCode;
}
public AppUseTimeReportRequestPayload setVipType(Integer vipType) {
this.vipType = vipType;
return this;
}
public Integer getVipType() {
return this.vipType;
}
public AppUseTimeReportRequestPayload setOriginUuid(String originUuid) {
this.originUuid = originUuid;
return this;
}
public String getOriginUuid() {
return this.originUuid;
}
}
public static class AppUseTimeReportRequestUserInfo extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>12**45</p>
*/
@NameInMap("EncodeKey")
public String encodeKey;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>PACKAGE_NAME</p>
*/
@NameInMap("EncodeType")
public String encodeType;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>HOFF****my7Iw=</p>
*/
@NameInMap("Id")
public String id;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>OPEN_ID</p>
*/
@NameInMap("IdType")
public String idType;
/**
* <strong>example:</strong>
* <p>1**2</p>
*/
@NameInMap("OrganizationId")
public String organizationId;
public static AppUseTimeReportRequestUserInfo build(java.util.Map<String, ?> map) throws Exception {
AppUseTimeReportRequestUserInfo self = new AppUseTimeReportRequestUserInfo();
return TeaModel.build(map, self);
}
public AppUseTimeReportRequestUserInfo setEncodeKey(String encodeKey) {
this.encodeKey = encodeKey;
return this;
}
public String getEncodeKey() {
return this.encodeKey;
}
public AppUseTimeReportRequestUserInfo setEncodeType(String encodeType) {
this.encodeType = encodeType;
return this;
}
public String getEncodeType() {
return this.encodeType;
}
public AppUseTimeReportRequestUserInfo setId(String id) {
this.id = id;
return this;
}
public String getId() {
return this.id;
}
public AppUseTimeReportRequestUserInfo setIdType(String idType) {
this.idType = idType;
return this;
}
public String getIdType() {
return this.idType;
}
public AppUseTimeReportRequestUserInfo setOrganizationId(String organizationId) {
this.organizationId = organizationId;
return this;
}
public String getOrganizationId() {
return this.organizationId;
}
}
}
|
0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0/models/AppUseTimeReportResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class AppUseTimeReportResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public AppUseTimeReportResponseBody body;
public static AppUseTimeReportResponse build(java.util.Map<String, ?> map) throws Exception {
AppUseTimeReportResponse self = new AppUseTimeReportResponse();
return TeaModel.build(map, self);
}
public AppUseTimeReportResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public AppUseTimeReportResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public AppUseTimeReportResponse setBody(AppUseTimeReportResponseBody body) {
this.body = body;
return this;
}
public AppUseTimeReportResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0/models/AppUseTimeReportResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class AppUseTimeReportResponseBody extends TeaModel {
/**
* <strong>example:</strong>
* <p>0</p>
*/
@NameInMap("RetCode")
public Integer retCode;
@NameInMap("RetMsg")
public String retMsg;
/**
* <strong>example:</strong>
* <p>true</p>
*/
@NameInMap("RetValue")
public Boolean retValue;
public static AppUseTimeReportResponseBody build(java.util.Map<String, ?> map) throws Exception {
AppUseTimeReportResponseBody self = new AppUseTimeReportResponseBody();
return TeaModel.build(map, self);
}
public AppUseTimeReportResponseBody setRetCode(Integer retCode) {
this.retCode = retCode;
return this;
}
public Integer getRetCode() {
return this.retCode;
}
public AppUseTimeReportResponseBody setRetMsg(String retMsg) {
this.retMsg = retMsg;
return this;
}
public String getRetMsg() {
return this.retMsg;
}
public AppUseTimeReportResponseBody setRetValue(Boolean retValue) {
this.retValue = retValue;
return this;
}
public Boolean getRetValue() {
return this.retValue;
}
}
|
0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0/models/AppUseTimeReportShrinkRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class AppUseTimeReportShrinkRequest extends TeaModel {
@NameInMap("DeviceInfo")
public String deviceInfoShrink;
@NameInMap("Payload")
public String payloadShrink;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("UserInfo")
public String userInfoShrink;
public static AppUseTimeReportShrinkRequest build(java.util.Map<String, ?> map) throws Exception {
AppUseTimeReportShrinkRequest self = new AppUseTimeReportShrinkRequest();
return TeaModel.build(map, self);
}
public AppUseTimeReportShrinkRequest setDeviceInfoShrink(String deviceInfoShrink) {
this.deviceInfoShrink = deviceInfoShrink;
return this;
}
public String getDeviceInfoShrink() {
return this.deviceInfoShrink;
}
public AppUseTimeReportShrinkRequest setPayloadShrink(String payloadShrink) {
this.payloadShrink = payloadShrink;
return this;
}
public String getPayloadShrink() {
return this.payloadShrink;
}
public AppUseTimeReportShrinkRequest setUserInfoShrink(String userInfoShrink) {
this.userInfoShrink = userInfoShrink;
return this;
}
public String getUserInfoShrink() {
return this.userInfoShrink;
}
}
|
0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0/models/CallBackThirdRightSendPlanHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class CallBackThirdRightSendPlanHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("x-acs-aligenie-access-token")
public String xAcsAligenieAccessToken;
@NameInMap("Authorization")
public String authorization;
public static CallBackThirdRightSendPlanHeaders build(java.util.Map<String, ?> map) throws Exception {
CallBackThirdRightSendPlanHeaders self = new CallBackThirdRightSendPlanHeaders();
return TeaModel.build(map, self);
}
public CallBackThirdRightSendPlanHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public CallBackThirdRightSendPlanHeaders setXAcsAligenieAccessToken(String xAcsAligenieAccessToken) {
this.xAcsAligenieAccessToken = xAcsAligenieAccessToken;
return this;
}
public String getXAcsAligenieAccessToken() {
return this.xAcsAligenieAccessToken;
}
public CallBackThirdRightSendPlanHeaders setAuthorization(String authorization) {
this.authorization = authorization;
return this;
}
public String getAuthorization() {
return this.authorization;
}
}
|
0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0/models/CallBackThirdRightSendPlanRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class CallBackThirdRightSendPlanRequest extends TeaModel {
/**
* <strong>example:</strong>
* <p>cc</p>
*/
@NameInMap("BizGroup")
public String bizGroup;
/**
* <strong>example:</strong>
* <p>ailabs</p>
*/
@NameInMap("BizType")
public String bizType;
/**
* <strong>example:</strong>
* <p>1001</p>
*/
@NameInMap("CardType")
public Integer cardType;
/**
* <strong>example:</strong>
* <p>领取异常</p>
*/
@NameInMap("ErrorMsg")
public String errorMsg;
/**
* <strong>example:</strong>
* <p>{}</p>
*/
@NameInMap("ExtendInfo")
public java.util.Map<String, ?> extendInfo;
/**
* <strong>example:</strong>
* <p>1dsds2FzCXFGVA1ADS</p>
*/
@NameInMap("GenieOpenId")
public String genieOpenId;
/**
* <strong>example:</strong>
* <p>1</p>
*/
@NameInMap("ReceiveStatus")
public Integer receiveStatus;
/**
* <strong>example:</strong>
* <p>01000019100307010000600</p>
*/
@NameInMap("Sn")
public String sn;
/**
* <strong>example:</strong>
* <p>1</p>
*/
@NameInMap("SupplierId")
public Long supplierId;
public static CallBackThirdRightSendPlanRequest build(java.util.Map<String, ?> map) throws Exception {
CallBackThirdRightSendPlanRequest self = new CallBackThirdRightSendPlanRequest();
return TeaModel.build(map, self);
}
public CallBackThirdRightSendPlanRequest setBizGroup(String bizGroup) {
this.bizGroup = bizGroup;
return this;
}
public String getBizGroup() {
return this.bizGroup;
}
public CallBackThirdRightSendPlanRequest setBizType(String bizType) {
this.bizType = bizType;
return this;
}
public String getBizType() {
return this.bizType;
}
public CallBackThirdRightSendPlanRequest setCardType(Integer cardType) {
this.cardType = cardType;
return this;
}
public Integer getCardType() {
return this.cardType;
}
public CallBackThirdRightSendPlanRequest setErrorMsg(String errorMsg) {
this.errorMsg = errorMsg;
return this;
}
public String getErrorMsg() {
return this.errorMsg;
}
public CallBackThirdRightSendPlanRequest setExtendInfo(java.util.Map<String, ?> extendInfo) {
this.extendInfo = extendInfo;
return this;
}
public java.util.Map<String, ?> getExtendInfo() {
return this.extendInfo;
}
public CallBackThirdRightSendPlanRequest setGenieOpenId(String genieOpenId) {
this.genieOpenId = genieOpenId;
return this;
}
public String getGenieOpenId() {
return this.genieOpenId;
}
public CallBackThirdRightSendPlanRequest setReceiveStatus(Integer receiveStatus) {
this.receiveStatus = receiveStatus;
return this;
}
public Integer getReceiveStatus() {
return this.receiveStatus;
}
public CallBackThirdRightSendPlanRequest setSn(String sn) {
this.sn = sn;
return this;
}
public String getSn() {
return this.sn;
}
public CallBackThirdRightSendPlanRequest setSupplierId(Long supplierId) {
this.supplierId = supplierId;
return this;
}
public Long getSupplierId() {
return this.supplierId;
}
}
|
0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0/models/CallBackThirdRightSendPlanResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class CallBackThirdRightSendPlanResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public CallBackThirdRightSendPlanResponseBody body;
public static CallBackThirdRightSendPlanResponse build(java.util.Map<String, ?> map) throws Exception {
CallBackThirdRightSendPlanResponse self = new CallBackThirdRightSendPlanResponse();
return TeaModel.build(map, self);
}
public CallBackThirdRightSendPlanResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public CallBackThirdRightSendPlanResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public CallBackThirdRightSendPlanResponse setBody(CallBackThirdRightSendPlanResponseBody body) {
this.body = body;
return this;
}
public CallBackThirdRightSendPlanResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0/models/CallBackThirdRightSendPlanResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class CallBackThirdRightSendPlanResponseBody extends TeaModel {
/**
* <strong>example:</strong>
* <p>400</p>
*/
@NameInMap("RetCode")
public String retCode;
/**
* <strong>example:</strong>
* <p>系统异常</p>
*/
@NameInMap("RetMsg")
public String retMsg;
@NameInMap("RetValue")
public Boolean retValue;
/**
* <strong>example:</strong>
* <p>908FA068-529C-0C20-8DB5-63B0EF7CFF1F</p>
*/
@NameInMap("requestId")
public String requestId;
public static CallBackThirdRightSendPlanResponseBody build(java.util.Map<String, ?> map) throws Exception {
CallBackThirdRightSendPlanResponseBody self = new CallBackThirdRightSendPlanResponseBody();
return TeaModel.build(map, self);
}
public CallBackThirdRightSendPlanResponseBody setRetCode(String retCode) {
this.retCode = retCode;
return this;
}
public String getRetCode() {
return this.retCode;
}
public CallBackThirdRightSendPlanResponseBody setRetMsg(String retMsg) {
this.retMsg = retMsg;
return this;
}
public String getRetMsg() {
return this.retMsg;
}
public CallBackThirdRightSendPlanResponseBody setRetValue(Boolean retValue) {
this.retValue = retValue;
return this;
}
public Boolean getRetValue() {
return this.retValue;
}
public CallBackThirdRightSendPlanResponseBody setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
}
|
0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0/models/CallBackThirdRightSendPlanShrinkRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class CallBackThirdRightSendPlanShrinkRequest extends TeaModel {
/**
* <strong>example:</strong>
* <p>cc</p>
*/
@NameInMap("BizGroup")
public String bizGroup;
/**
* <strong>example:</strong>
* <p>ailabs</p>
*/
@NameInMap("BizType")
public String bizType;
/**
* <strong>example:</strong>
* <p>1001</p>
*/
@NameInMap("CardType")
public Integer cardType;
/**
* <strong>example:</strong>
* <p>领取异常</p>
*/
@NameInMap("ErrorMsg")
public String errorMsg;
/**
* <strong>example:</strong>
* <p>{}</p>
*/
@NameInMap("ExtendInfo")
public String extendInfoShrink;
/**
* <strong>example:</strong>
* <p>1dsds2FzCXFGVA1ADS</p>
*/
@NameInMap("GenieOpenId")
public String genieOpenId;
/**
* <strong>example:</strong>
* <p>1</p>
*/
@NameInMap("ReceiveStatus")
public Integer receiveStatus;
/**
* <strong>example:</strong>
* <p>01000019100307010000600</p>
*/
@NameInMap("Sn")
public String sn;
/**
* <strong>example:</strong>
* <p>1</p>
*/
@NameInMap("SupplierId")
public Long supplierId;
public static CallBackThirdRightSendPlanShrinkRequest build(java.util.Map<String, ?> map) throws Exception {
CallBackThirdRightSendPlanShrinkRequest self = new CallBackThirdRightSendPlanShrinkRequest();
return TeaModel.build(map, self);
}
public CallBackThirdRightSendPlanShrinkRequest setBizGroup(String bizGroup) {
this.bizGroup = bizGroup;
return this;
}
public String getBizGroup() {
return this.bizGroup;
}
public CallBackThirdRightSendPlanShrinkRequest setBizType(String bizType) {
this.bizType = bizType;
return this;
}
public String getBizType() {
return this.bizType;
}
public CallBackThirdRightSendPlanShrinkRequest setCardType(Integer cardType) {
this.cardType = cardType;
return this;
}
public Integer getCardType() {
return this.cardType;
}
public CallBackThirdRightSendPlanShrinkRequest setErrorMsg(String errorMsg) {
this.errorMsg = errorMsg;
return this;
}
public String getErrorMsg() {
return this.errorMsg;
}
public CallBackThirdRightSendPlanShrinkRequest setExtendInfoShrink(String extendInfoShrink) {
this.extendInfoShrink = extendInfoShrink;
return this;
}
public String getExtendInfoShrink() {
return this.extendInfoShrink;
}
public CallBackThirdRightSendPlanShrinkRequest setGenieOpenId(String genieOpenId) {
this.genieOpenId = genieOpenId;
return this;
}
public String getGenieOpenId() {
return this.genieOpenId;
}
public CallBackThirdRightSendPlanShrinkRequest setReceiveStatus(Integer receiveStatus) {
this.receiveStatus = receiveStatus;
return this;
}
public Integer getReceiveStatus() {
return this.receiveStatus;
}
public CallBackThirdRightSendPlanShrinkRequest setSn(String sn) {
this.sn = sn;
return this;
}
public String getSn() {
return this.sn;
}
public CallBackThirdRightSendPlanShrinkRequest setSupplierId(Long supplierId) {
this.supplierId = supplierId;
return this;
}
public Long getSupplierId() {
return this.supplierId;
}
}
|
0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0/models/CheckThirdRightSendPlanHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class CheckThirdRightSendPlanHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("x-acs-aligenie-access-token")
public String xAcsAligenieAccessToken;
@NameInMap("Authorization")
public String authorization;
public static CheckThirdRightSendPlanHeaders build(java.util.Map<String, ?> map) throws Exception {
CheckThirdRightSendPlanHeaders self = new CheckThirdRightSendPlanHeaders();
return TeaModel.build(map, self);
}
public CheckThirdRightSendPlanHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public CheckThirdRightSendPlanHeaders setXAcsAligenieAccessToken(String xAcsAligenieAccessToken) {
this.xAcsAligenieAccessToken = xAcsAligenieAccessToken;
return this;
}
public String getXAcsAligenieAccessToken() {
return this.xAcsAligenieAccessToken;
}
public CheckThirdRightSendPlanHeaders setAuthorization(String authorization) {
this.authorization = authorization;
return this;
}
public String getAuthorization() {
return this.authorization;
}
}
|
0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0/models/CheckThirdRightSendPlanRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class CheckThirdRightSendPlanRequest extends TeaModel {
/**
* <strong>example:</strong>
* <p>cc</p>
*/
@NameInMap("BizGroup")
public String bizGroup;
/**
* <strong>example:</strong>
* <p>ailabs</p>
*/
@NameInMap("BizType")
public String bizType;
/**
* <strong>example:</strong>
* <p>{}</p>
*/
@NameInMap("ExtendInfo")
public java.util.Map<String, ?> extendInfo;
/**
* <strong>example:</strong>
* <p>01000019100307010000600</p>
*/
@NameInMap("Sn")
public String sn;
/**
* <strong>example:</strong>
* <p>1</p>
*/
@NameInMap("SupplierId")
public Long supplierId;
public static CheckThirdRightSendPlanRequest build(java.util.Map<String, ?> map) throws Exception {
CheckThirdRightSendPlanRequest self = new CheckThirdRightSendPlanRequest();
return TeaModel.build(map, self);
}
public CheckThirdRightSendPlanRequest setBizGroup(String bizGroup) {
this.bizGroup = bizGroup;
return this;
}
public String getBizGroup() {
return this.bizGroup;
}
public CheckThirdRightSendPlanRequest setBizType(String bizType) {
this.bizType = bizType;
return this;
}
public String getBizType() {
return this.bizType;
}
public CheckThirdRightSendPlanRequest setExtendInfo(java.util.Map<String, ?> extendInfo) {
this.extendInfo = extendInfo;
return this;
}
public java.util.Map<String, ?> getExtendInfo() {
return this.extendInfo;
}
public CheckThirdRightSendPlanRequest setSn(String sn) {
this.sn = sn;
return this;
}
public String getSn() {
return this.sn;
}
public CheckThirdRightSendPlanRequest setSupplierId(Long supplierId) {
this.supplierId = supplierId;
return this;
}
public Long getSupplierId() {
return this.supplierId;
}
}
|
0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0/models/CheckThirdRightSendPlanResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class CheckThirdRightSendPlanResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public CheckThirdRightSendPlanResponseBody body;
public static CheckThirdRightSendPlanResponse build(java.util.Map<String, ?> map) throws Exception {
CheckThirdRightSendPlanResponse self = new CheckThirdRightSendPlanResponse();
return TeaModel.build(map, self);
}
public CheckThirdRightSendPlanResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public CheckThirdRightSendPlanResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public CheckThirdRightSendPlanResponse setBody(CheckThirdRightSendPlanResponseBody body) {
this.body = body;
return this;
}
public CheckThirdRightSendPlanResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0/models/CheckThirdRightSendPlanResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class CheckThirdRightSendPlanResponseBody extends TeaModel {
/**
* <strong>example:</strong>
* <p>0</p>
*/
@NameInMap("RetCode")
public Integer retCode;
/**
* <strong>example:</strong>
* <p>系统异常</p>
*/
@NameInMap("RetMsg")
public String retMsg;
@NameInMap("RetValue")
public CheckThirdRightSendPlanResponseBodyRetValue retValue;
public static CheckThirdRightSendPlanResponseBody build(java.util.Map<String, ?> map) throws Exception {
CheckThirdRightSendPlanResponseBody self = new CheckThirdRightSendPlanResponseBody();
return TeaModel.build(map, self);
}
public CheckThirdRightSendPlanResponseBody setRetCode(Integer retCode) {
this.retCode = retCode;
return this;
}
public Integer getRetCode() {
return this.retCode;
}
public CheckThirdRightSendPlanResponseBody setRetMsg(String retMsg) {
this.retMsg = retMsg;
return this;
}
public String getRetMsg() {
return this.retMsg;
}
public CheckThirdRightSendPlanResponseBody setRetValue(CheckThirdRightSendPlanResponseBodyRetValue retValue) {
this.retValue = retValue;
return this;
}
public CheckThirdRightSendPlanResponseBodyRetValue getRetValue() {
return this.retValue;
}
public static class CheckThirdRightSendPlanResponseBodyRetValue extends TeaModel {
/**
* <strong>example:</strong>
* <p>"1713262192005"</p>
*/
@NameInMap("ActivateDate")
public String activateDate;
/**
* <strong>example:</strong>
* <p>1001 日卡 1002 月卡 1003 季卡 1004 年卡</p>
*/
@NameInMap("CardType")
public Integer cardType;
/**
* <strong>example:</strong>
* <p>TB</p>
*/
@NameInMap("ChannelCode")
public String channelCode;
/**
* <strong>example:</strong>
* <p>淘宝</p>
*/
@NameInMap("ChannelName")
public String channelName;
/**
* <strong>example:</strong>
* <p>{}</p>
*/
@NameInMap("ExtendInfo")
public java.util.Map<String, ?> extendInfo;
/**
* <strong>example:</strong>
* <p>908FA068-529C-0C20-8DB5-63B0EF7CFF1F</p>
*/
@NameInMap("RequestId")
public String requestId;
/**
* <strong>example:</strong>
* <p>"1713262192005"</p>
*/
@NameInMap("RightsExpiredDate")
public String rightsExpiredDate;
public static CheckThirdRightSendPlanResponseBodyRetValue build(java.util.Map<String, ?> map) throws Exception {
CheckThirdRightSendPlanResponseBodyRetValue self = new CheckThirdRightSendPlanResponseBodyRetValue();
return TeaModel.build(map, self);
}
public CheckThirdRightSendPlanResponseBodyRetValue setActivateDate(String activateDate) {
this.activateDate = activateDate;
return this;
}
public String getActivateDate() {
return this.activateDate;
}
public CheckThirdRightSendPlanResponseBodyRetValue setCardType(Integer cardType) {
this.cardType = cardType;
return this;
}
public Integer getCardType() {
return this.cardType;
}
public CheckThirdRightSendPlanResponseBodyRetValue setChannelCode(String channelCode) {
this.channelCode = channelCode;
return this;
}
public String getChannelCode() {
return this.channelCode;
}
public CheckThirdRightSendPlanResponseBodyRetValue setChannelName(String channelName) {
this.channelName = channelName;
return this;
}
public String getChannelName() {
return this.channelName;
}
public CheckThirdRightSendPlanResponseBodyRetValue setExtendInfo(java.util.Map<String, ?> extendInfo) {
this.extendInfo = extendInfo;
return this;
}
public java.util.Map<String, ?> getExtendInfo() {
return this.extendInfo;
}
public CheckThirdRightSendPlanResponseBodyRetValue setRequestId(String requestId) {
this.requestId = requestId;
return this;
}
public String getRequestId() {
return this.requestId;
}
public CheckThirdRightSendPlanResponseBodyRetValue setRightsExpiredDate(String rightsExpiredDate) {
this.rightsExpiredDate = rightsExpiredDate;
return this;
}
public String getRightsExpiredDate() {
return this.rightsExpiredDate;
}
}
}
|
0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0/models/CheckThirdRightSendPlanShrinkRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class CheckThirdRightSendPlanShrinkRequest extends TeaModel {
/**
* <strong>example:</strong>
* <p>cc</p>
*/
@NameInMap("BizGroup")
public String bizGroup;
/**
* <strong>example:</strong>
* <p>ailabs</p>
*/
@NameInMap("BizType")
public String bizType;
/**
* <strong>example:</strong>
* <p>{}</p>
*/
@NameInMap("ExtendInfo")
public String extendInfoShrink;
/**
* <strong>example:</strong>
* <p>01000019100307010000600</p>
*/
@NameInMap("Sn")
public String sn;
/**
* <strong>example:</strong>
* <p>1</p>
*/
@NameInMap("SupplierId")
public Long supplierId;
public static CheckThirdRightSendPlanShrinkRequest build(java.util.Map<String, ?> map) throws Exception {
CheckThirdRightSendPlanShrinkRequest self = new CheckThirdRightSendPlanShrinkRequest();
return TeaModel.build(map, self);
}
public CheckThirdRightSendPlanShrinkRequest setBizGroup(String bizGroup) {
this.bizGroup = bizGroup;
return this;
}
public String getBizGroup() {
return this.bizGroup;
}
public CheckThirdRightSendPlanShrinkRequest setBizType(String bizType) {
this.bizType = bizType;
return this;
}
public String getBizType() {
return this.bizType;
}
public CheckThirdRightSendPlanShrinkRequest setExtendInfoShrink(String extendInfoShrink) {
this.extendInfoShrink = extendInfoShrink;
return this;
}
public String getExtendInfoShrink() {
return this.extendInfoShrink;
}
public CheckThirdRightSendPlanShrinkRequest setSn(String sn) {
this.sn = sn;
return this;
}
public String getSn() {
return this.sn;
}
public CheckThirdRightSendPlanShrinkRequest setSupplierId(Long supplierId) {
this.supplierId = supplierId;
return this;
}
public Long getSupplierId() {
return this.supplierId;
}
}
|
0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0/models/CreateReminderHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class CreateReminderHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("x-acs-aligenie-access-token")
public String xAcsAligenieAccessToken;
@NameInMap("Authorization")
public String authorization;
public static CreateReminderHeaders build(java.util.Map<String, ?> map) throws Exception {
CreateReminderHeaders self = new CreateReminderHeaders();
return TeaModel.build(map, self);
}
public CreateReminderHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public CreateReminderHeaders setXAcsAligenieAccessToken(String xAcsAligenieAccessToken) {
this.xAcsAligenieAccessToken = xAcsAligenieAccessToken;
return this;
}
public String getXAcsAligenieAccessToken() {
return this.xAcsAligenieAccessToken;
}
public CreateReminderHeaders setAuthorization(String authorization) {
this.authorization = authorization;
return this;
}
public String getAuthorization() {
return this.authorization;
}
}
|
0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0/models/CreateReminderRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class CreateReminderRequest extends TeaModel {
/**
* <p>This parameter is required.</p>
*/
@NameInMap("DeviceInfo")
public CreateReminderRequestDeviceInfo deviceInfo;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("Payload")
public CreateReminderRequestPayload payload;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("UserInfo")
public CreateReminderRequestUserInfo userInfo;
public static CreateReminderRequest build(java.util.Map<String, ?> map) throws Exception {
CreateReminderRequest self = new CreateReminderRequest();
return TeaModel.build(map, self);
}
public CreateReminderRequest setDeviceInfo(CreateReminderRequestDeviceInfo deviceInfo) {
this.deviceInfo = deviceInfo;
return this;
}
public CreateReminderRequestDeviceInfo getDeviceInfo() {
return this.deviceInfo;
}
public CreateReminderRequest setPayload(CreateReminderRequestPayload payload) {
this.payload = payload;
return this;
}
public CreateReminderRequestPayload getPayload() {
return this.payload;
}
public CreateReminderRequest setUserInfo(CreateReminderRequestUserInfo userInfo) {
this.userInfo = userInfo;
return this;
}
public CreateReminderRequestUserInfo getUserInfo() {
return this.userInfo;
}
public static class CreateReminderRequestDeviceInfo extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>12**45</p>
*/
@NameInMap("EncodeKey")
public String encodeKey;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>PACKAGE_NAME</p>
*/
@NameInMap("EncodeType")
public String encodeType;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>DAFE****ce3ej=</p>
*/
@NameInMap("Id")
public String id;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>OPEN_ID</p>
*/
@NameInMap("IdType")
public String idType;
/**
* <strong>example:</strong>
* <p>1**2</p>
*/
@NameInMap("OrganizationId")
public String organizationId;
public static CreateReminderRequestDeviceInfo build(java.util.Map<String, ?> map) throws Exception {
CreateReminderRequestDeviceInfo self = new CreateReminderRequestDeviceInfo();
return TeaModel.build(map, self);
}
public CreateReminderRequestDeviceInfo setEncodeKey(String encodeKey) {
this.encodeKey = encodeKey;
return this;
}
public String getEncodeKey() {
return this.encodeKey;
}
public CreateReminderRequestDeviceInfo setEncodeType(String encodeType) {
this.encodeType = encodeType;
return this;
}
public String getEncodeType() {
return this.encodeType;
}
public CreateReminderRequestDeviceInfo setId(String id) {
this.id = id;
return this;
}
public String getId() {
return this.id;
}
public CreateReminderRequestDeviceInfo setIdType(String idType) {
this.idType = idType;
return this;
}
public String getIdType() {
return this.idType;
}
public CreateReminderRequestDeviceInfo setOrganizationId(String organizationId) {
this.organizationId = organizationId;
return this;
}
public String getOrganizationId() {
return this.organizationId;
}
}
public static class CreateReminderRequestPayloadRecurrenceRule extends TeaModel {
/**
* <strong>example:</strong>
* <p>25</p>
*/
@NameInMap("Day")
public Integer day;
@NameInMap("DaysOfMonth")
public java.util.List<Integer> daysOfMonth;
@NameInMap("DaysOfWeek")
public java.util.List<Integer> daysOfWeek;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>1635134700000</p>
*/
@NameInMap("EndDateTime")
public Long endDateTime;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>ONCE</p>
*/
@NameInMap("Freq")
public String freq;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>12</p>
*/
@NameInMap("Hour")
public Integer hour;
/**
* <strong>example:</strong>
* <p>3</p>
*/
@NameInMap("Minute")
public Integer minute;
/**
* <strong>example:</strong>
* <p>10</p>
*/
@NameInMap("Month")
public Integer month;
/**
* <strong>example:</strong>
* <p>3</p>
*/
@NameInMap("Second")
public Integer second;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>1635134400000</p>
*/
@NameInMap("StartDateTime")
public Long startDateTime;
/**
* <strong>example:</strong>
* <p>2021</p>
*/
@NameInMap("Year")
public Integer year;
public static CreateReminderRequestPayloadRecurrenceRule build(java.util.Map<String, ?> map) throws Exception {
CreateReminderRequestPayloadRecurrenceRule self = new CreateReminderRequestPayloadRecurrenceRule();
return TeaModel.build(map, self);
}
public CreateReminderRequestPayloadRecurrenceRule setDay(Integer day) {
this.day = day;
return this;
}
public Integer getDay() {
return this.day;
}
public CreateReminderRequestPayloadRecurrenceRule setDaysOfMonth(java.util.List<Integer> daysOfMonth) {
this.daysOfMonth = daysOfMonth;
return this;
}
public java.util.List<Integer> getDaysOfMonth() {
return this.daysOfMonth;
}
public CreateReminderRequestPayloadRecurrenceRule setDaysOfWeek(java.util.List<Integer> daysOfWeek) {
this.daysOfWeek = daysOfWeek;
return this;
}
public java.util.List<Integer> getDaysOfWeek() {
return this.daysOfWeek;
}
public CreateReminderRequestPayloadRecurrenceRule setEndDateTime(Long endDateTime) {
this.endDateTime = endDateTime;
return this;
}
public Long getEndDateTime() {
return this.endDateTime;
}
public CreateReminderRequestPayloadRecurrenceRule setFreq(String freq) {
this.freq = freq;
return this;
}
public String getFreq() {
return this.freq;
}
public CreateReminderRequestPayloadRecurrenceRule setHour(Integer hour) {
this.hour = hour;
return this;
}
public Integer getHour() {
return this.hour;
}
public CreateReminderRequestPayloadRecurrenceRule setMinute(Integer minute) {
this.minute = minute;
return this;
}
public Integer getMinute() {
return this.minute;
}
public CreateReminderRequestPayloadRecurrenceRule setMonth(Integer month) {
this.month = month;
return this;
}
public Integer getMonth() {
return this.month;
}
public CreateReminderRequestPayloadRecurrenceRule setSecond(Integer second) {
this.second = second;
return this;
}
public Integer getSecond() {
return this.second;
}
public CreateReminderRequestPayloadRecurrenceRule setStartDateTime(Long startDateTime) {
this.startDateTime = startDateTime;
return this;
}
public Long getStartDateTime() {
return this.startDateTime;
}
public CreateReminderRequestPayloadRecurrenceRule setYear(Integer year) {
this.year = year;
return this;
}
public Integer getYear() {
return this.year;
}
}
public static class CreateReminderRequestPayload extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>提醒内容</p>
*/
@NameInMap("Content")
public String content;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>true</p>
*/
@NameInMap("IsDebug")
public Boolean isDebug;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("RecurrenceRule")
public CreateReminderRequestPayloadRecurrenceRule recurrenceRule;
public static CreateReminderRequestPayload build(java.util.Map<String, ?> map) throws Exception {
CreateReminderRequestPayload self = new CreateReminderRequestPayload();
return TeaModel.build(map, self);
}
public CreateReminderRequestPayload setContent(String content) {
this.content = content;
return this;
}
public String getContent() {
return this.content;
}
public CreateReminderRequestPayload setIsDebug(Boolean isDebug) {
this.isDebug = isDebug;
return this;
}
public Boolean getIsDebug() {
return this.isDebug;
}
public CreateReminderRequestPayload setRecurrenceRule(CreateReminderRequestPayloadRecurrenceRule recurrenceRule) {
this.recurrenceRule = recurrenceRule;
return this;
}
public CreateReminderRequestPayloadRecurrenceRule getRecurrenceRule() {
return this.recurrenceRule;
}
}
public static class CreateReminderRequestUserInfo extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>12**45</p>
*/
@NameInMap("EncodeKey")
public String encodeKey;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>PACKAGE_NAME</p>
*/
@NameInMap("EncodeType")
public String encodeType;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>HOFF****my7Iw=</p>
*/
@NameInMap("Id")
public String id;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>OPEN_ID</p>
*/
@NameInMap("IdType")
public String idType;
/**
* <strong>example:</strong>
* <p>1**2</p>
*/
@NameInMap("OrganizationId")
public String organizationId;
public static CreateReminderRequestUserInfo build(java.util.Map<String, ?> map) throws Exception {
CreateReminderRequestUserInfo self = new CreateReminderRequestUserInfo();
return TeaModel.build(map, self);
}
public CreateReminderRequestUserInfo setEncodeKey(String encodeKey) {
this.encodeKey = encodeKey;
return this;
}
public String getEncodeKey() {
return this.encodeKey;
}
public CreateReminderRequestUserInfo setEncodeType(String encodeType) {
this.encodeType = encodeType;
return this;
}
public String getEncodeType() {
return this.encodeType;
}
public CreateReminderRequestUserInfo setId(String id) {
this.id = id;
return this;
}
public String getId() {
return this.id;
}
public CreateReminderRequestUserInfo setIdType(String idType) {
this.idType = idType;
return this;
}
public String getIdType() {
return this.idType;
}
public CreateReminderRequestUserInfo setOrganizationId(String organizationId) {
this.organizationId = organizationId;
return this;
}
public String getOrganizationId() {
return this.organizationId;
}
}
}
|
0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0/models/CreateReminderResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class CreateReminderResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public CreateReminderResponseBody body;
public static CreateReminderResponse build(java.util.Map<String, ?> map) throws Exception {
CreateReminderResponse self = new CreateReminderResponse();
return TeaModel.build(map, self);
}
public CreateReminderResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public CreateReminderResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public CreateReminderResponse setBody(CreateReminderResponseBody body) {
this.body = body;
return this;
}
public CreateReminderResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0/models/CreateReminderResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class CreateReminderResponseBody extends TeaModel {
/**
* <strong>example:</strong>
* <p>400</p>
*/
@NameInMap("ErrorCode")
public String errorCode;
/**
* <strong>example:</strong>
* <p>不能设置过去的时间。</p>
*/
@NameInMap("ErrorMsg")
public String errorMsg;
/**
* <strong>example:</strong>
* <p>20****1</p>
*/
@NameInMap("Model")
public Long model;
/**
* <strong>example:</strong>
* <p>true</p>
*/
@NameInMap("Success")
public Boolean success;
public static CreateReminderResponseBody build(java.util.Map<String, ?> map) throws Exception {
CreateReminderResponseBody self = new CreateReminderResponseBody();
return TeaModel.build(map, self);
}
public CreateReminderResponseBody setErrorCode(String errorCode) {
this.errorCode = errorCode;
return this;
}
public String getErrorCode() {
return this.errorCode;
}
public CreateReminderResponseBody setErrorMsg(String errorMsg) {
this.errorMsg = errorMsg;
return this;
}
public String getErrorMsg() {
return this.errorMsg;
}
public CreateReminderResponseBody setModel(Long model) {
this.model = model;
return this;
}
public Long getModel() {
return this.model;
}
public CreateReminderResponseBody setSuccess(Boolean success) {
this.success = success;
return this;
}
public Boolean getSuccess() {
return this.success;
}
}
|
0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0/models/CreateReminderShrinkRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class CreateReminderShrinkRequest extends TeaModel {
/**
* <p>This parameter is required.</p>
*/
@NameInMap("DeviceInfo")
public String deviceInfoShrink;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("Payload")
public String payloadShrink;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("UserInfo")
public String userInfoShrink;
public static CreateReminderShrinkRequest build(java.util.Map<String, ?> map) throws Exception {
CreateReminderShrinkRequest self = new CreateReminderShrinkRequest();
return TeaModel.build(map, self);
}
public CreateReminderShrinkRequest setDeviceInfoShrink(String deviceInfoShrink) {
this.deviceInfoShrink = deviceInfoShrink;
return this;
}
public String getDeviceInfoShrink() {
return this.deviceInfoShrink;
}
public CreateReminderShrinkRequest setPayloadShrink(String payloadShrink) {
this.payloadShrink = payloadShrink;
return this;
}
public String getPayloadShrink() {
return this.payloadShrink;
}
public CreateReminderShrinkRequest setUserInfoShrink(String userInfoShrink) {
this.userInfoShrink = userInfoShrink;
return this;
}
public String getUserInfoShrink() {
return this.userInfoShrink;
}
}
|
0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0/models/DeleteReminderHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class DeleteReminderHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("x-acs-aligenie-access-token")
public String xAcsAligenieAccessToken;
@NameInMap("Authorization")
public String authorization;
public static DeleteReminderHeaders build(java.util.Map<String, ?> map) throws Exception {
DeleteReminderHeaders self = new DeleteReminderHeaders();
return TeaModel.build(map, self);
}
public DeleteReminderHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public DeleteReminderHeaders setXAcsAligenieAccessToken(String xAcsAligenieAccessToken) {
this.xAcsAligenieAccessToken = xAcsAligenieAccessToken;
return this;
}
public String getXAcsAligenieAccessToken() {
return this.xAcsAligenieAccessToken;
}
public DeleteReminderHeaders setAuthorization(String authorization) {
this.authorization = authorization;
return this;
}
public String getAuthorization() {
return this.authorization;
}
}
|
0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0/models/DeleteReminderRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class DeleteReminderRequest extends TeaModel {
/**
* <p>This parameter is required.</p>
*/
@NameInMap("DeviceInfo")
public DeleteReminderRequestDeviceInfo deviceInfo;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("Payload")
public DeleteReminderRequestPayload payload;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("UserInfo")
public DeleteReminderRequestUserInfo userInfo;
public static DeleteReminderRequest build(java.util.Map<String, ?> map) throws Exception {
DeleteReminderRequest self = new DeleteReminderRequest();
return TeaModel.build(map, self);
}
public DeleteReminderRequest setDeviceInfo(DeleteReminderRequestDeviceInfo deviceInfo) {
this.deviceInfo = deviceInfo;
return this;
}
public DeleteReminderRequestDeviceInfo getDeviceInfo() {
return this.deviceInfo;
}
public DeleteReminderRequest setPayload(DeleteReminderRequestPayload payload) {
this.payload = payload;
return this;
}
public DeleteReminderRequestPayload getPayload() {
return this.payload;
}
public DeleteReminderRequest setUserInfo(DeleteReminderRequestUserInfo userInfo) {
this.userInfo = userInfo;
return this;
}
public DeleteReminderRequestUserInfo getUserInfo() {
return this.userInfo;
}
public static class DeleteReminderRequestDeviceInfo extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>12**45</p>
*/
@NameInMap("EncodeKey")
public String encodeKey;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>SKILL_ID</p>
*/
@NameInMap("EncodeType")
public String encodeType;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>DAFE****ce3ej=</p>
*/
@NameInMap("Id")
public String id;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>OPEN_ID</p>
*/
@NameInMap("IdType")
public String idType;
/**
* <strong>example:</strong>
* <p>1**2</p>
*/
@NameInMap("OrganizationId")
public String organizationId;
public static DeleteReminderRequestDeviceInfo build(java.util.Map<String, ?> map) throws Exception {
DeleteReminderRequestDeviceInfo self = new DeleteReminderRequestDeviceInfo();
return TeaModel.build(map, self);
}
public DeleteReminderRequestDeviceInfo setEncodeKey(String encodeKey) {
this.encodeKey = encodeKey;
return this;
}
public String getEncodeKey() {
return this.encodeKey;
}
public DeleteReminderRequestDeviceInfo setEncodeType(String encodeType) {
this.encodeType = encodeType;
return this;
}
public String getEncodeType() {
return this.encodeType;
}
public DeleteReminderRequestDeviceInfo setId(String id) {
this.id = id;
return this;
}
public String getId() {
return this.id;
}
public DeleteReminderRequestDeviceInfo setIdType(String idType) {
this.idType = idType;
return this;
}
public String getIdType() {
return this.idType;
}
public DeleteReminderRequestDeviceInfo setOrganizationId(String organizationId) {
this.organizationId = organizationId;
return this;
}
public String getOrganizationId() {
return this.organizationId;
}
}
public static class DeleteReminderRequestPayload extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>20****34</p>
*/
@NameInMap("Id")
public Long id;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>true</p>
*/
@NameInMap("IsDebug")
public Boolean isDebug;
public static DeleteReminderRequestPayload build(java.util.Map<String, ?> map) throws Exception {
DeleteReminderRequestPayload self = new DeleteReminderRequestPayload();
return TeaModel.build(map, self);
}
public DeleteReminderRequestPayload setId(Long id) {
this.id = id;
return this;
}
public Long getId() {
return this.id;
}
public DeleteReminderRequestPayload setIsDebug(Boolean isDebug) {
this.isDebug = isDebug;
return this;
}
public Boolean getIsDebug() {
return this.isDebug;
}
}
public static class DeleteReminderRequestUserInfo extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>12**45</p>
*/
@NameInMap("EncodeKey")
public String encodeKey;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>SKILL_ID</p>
*/
@NameInMap("EncodeType")
public String encodeType;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>HOFF****my7Iw=</p>
*/
@NameInMap("Id")
public String id;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>OPEN_ID</p>
*/
@NameInMap("IdType")
public String idType;
/**
* <strong>example:</strong>
* <p>1**2</p>
*/
@NameInMap("OrganizationId")
public String organizationId;
public static DeleteReminderRequestUserInfo build(java.util.Map<String, ?> map) throws Exception {
DeleteReminderRequestUserInfo self = new DeleteReminderRequestUserInfo();
return TeaModel.build(map, self);
}
public DeleteReminderRequestUserInfo setEncodeKey(String encodeKey) {
this.encodeKey = encodeKey;
return this;
}
public String getEncodeKey() {
return this.encodeKey;
}
public DeleteReminderRequestUserInfo setEncodeType(String encodeType) {
this.encodeType = encodeType;
return this;
}
public String getEncodeType() {
return this.encodeType;
}
public DeleteReminderRequestUserInfo setId(String id) {
this.id = id;
return this;
}
public String getId() {
return this.id;
}
public DeleteReminderRequestUserInfo setIdType(String idType) {
this.idType = idType;
return this;
}
public String getIdType() {
return this.idType;
}
public DeleteReminderRequestUserInfo setOrganizationId(String organizationId) {
this.organizationId = organizationId;
return this;
}
public String getOrganizationId() {
return this.organizationId;
}
}
}
|
0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0/models/DeleteReminderResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class DeleteReminderResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public DeleteReminderResponseBody body;
public static DeleteReminderResponse build(java.util.Map<String, ?> map) throws Exception {
DeleteReminderResponse self = new DeleteReminderResponse();
return TeaModel.build(map, self);
}
public DeleteReminderResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public DeleteReminderResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public DeleteReminderResponse setBody(DeleteReminderResponseBody body) {
this.body = body;
return this;
}
public DeleteReminderResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0/models/DeleteReminderResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class DeleteReminderResponseBody extends TeaModel {
/**
* <strong>example:</strong>
* <p>400</p>
*/
@NameInMap("ErrorCode")
public Integer errorCode;
/**
* <strong>example:</strong>
* <p>参数错误。</p>
*/
@NameInMap("ErrorMsg")
public String errorMsg;
/**
* <strong>example:</strong>
* <p>true</p>
*/
@NameInMap("Success")
public Boolean success;
public static DeleteReminderResponseBody build(java.util.Map<String, ?> map) throws Exception {
DeleteReminderResponseBody self = new DeleteReminderResponseBody();
return TeaModel.build(map, self);
}
public DeleteReminderResponseBody setErrorCode(Integer errorCode) {
this.errorCode = errorCode;
return this;
}
public Integer getErrorCode() {
return this.errorCode;
}
public DeleteReminderResponseBody setErrorMsg(String errorMsg) {
this.errorMsg = errorMsg;
return this;
}
public String getErrorMsg() {
return this.errorMsg;
}
public DeleteReminderResponseBody setSuccess(Boolean success) {
this.success = success;
return this;
}
public Boolean getSuccess() {
return this.success;
}
}
|
0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0/models/DeleteReminderShrinkRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class DeleteReminderShrinkRequest extends TeaModel {
/**
* <p>This parameter is required.</p>
*/
@NameInMap("DeviceInfo")
public String deviceInfoShrink;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("Payload")
public String payloadShrink;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("UserInfo")
public String userInfoShrink;
public static DeleteReminderShrinkRequest build(java.util.Map<String, ?> map) throws Exception {
DeleteReminderShrinkRequest self = new DeleteReminderShrinkRequest();
return TeaModel.build(map, self);
}
public DeleteReminderShrinkRequest setDeviceInfoShrink(String deviceInfoShrink) {
this.deviceInfoShrink = deviceInfoShrink;
return this;
}
public String getDeviceInfoShrink() {
return this.deviceInfoShrink;
}
public DeleteReminderShrinkRequest setPayloadShrink(String payloadShrink) {
this.payloadShrink = payloadShrink;
return this;
}
public String getPayloadShrink() {
return this.payloadShrink;
}
public DeleteReminderShrinkRequest setUserInfoShrink(String userInfoShrink) {
this.userInfoShrink = userInfoShrink;
return this;
}
public String getUserInfoShrink() {
return this.userInfoShrink;
}
}
|
0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0/models/GetAccountForAppHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class GetAccountForAppHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("x-acs-aligenie-access-token")
public String xAcsAligenieAccessToken;
@NameInMap("Authorization")
public String authorization;
public static GetAccountForAppHeaders build(java.util.Map<String, ?> map) throws Exception {
GetAccountForAppHeaders self = new GetAccountForAppHeaders();
return TeaModel.build(map, self);
}
public GetAccountForAppHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public GetAccountForAppHeaders setXAcsAligenieAccessToken(String xAcsAligenieAccessToken) {
this.xAcsAligenieAccessToken = xAcsAligenieAccessToken;
return this;
}
public String getXAcsAligenieAccessToken() {
return this.xAcsAligenieAccessToken;
}
public GetAccountForAppHeaders setAuthorization(String authorization) {
this.authorization = authorization;
return this;
}
public String getAuthorization() {
return this.authorization;
}
}
|
0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0/models/GetAccountForAppRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class GetAccountForAppRequest extends TeaModel {
@NameInMap("DeviceInfo")
public GetAccountForAppRequestDeviceInfo deviceInfo;
@NameInMap("Payload")
public GetAccountForAppRequestPayload payload;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("UserInfo")
public GetAccountForAppRequestUserInfo userInfo;
public static GetAccountForAppRequest build(java.util.Map<String, ?> map) throws Exception {
GetAccountForAppRequest self = new GetAccountForAppRequest();
return TeaModel.build(map, self);
}
public GetAccountForAppRequest setDeviceInfo(GetAccountForAppRequestDeviceInfo deviceInfo) {
this.deviceInfo = deviceInfo;
return this;
}
public GetAccountForAppRequestDeviceInfo getDeviceInfo() {
return this.deviceInfo;
}
public GetAccountForAppRequest setPayload(GetAccountForAppRequestPayload payload) {
this.payload = payload;
return this;
}
public GetAccountForAppRequestPayload getPayload() {
return this.payload;
}
public GetAccountForAppRequest setUserInfo(GetAccountForAppRequestUserInfo userInfo) {
this.userInfo = userInfo;
return this;
}
public GetAccountForAppRequestUserInfo getUserInfo() {
return this.userInfo;
}
public static class GetAccountForAppRequestDeviceInfo extends TeaModel {
/**
* <strong>example:</strong>
* <p>12**45</p>
*/
@NameInMap("EncodeKey")
public String encodeKey;
/**
* <strong>example:</strong>
* <p>PACKAGE_NAME</p>
*/
@NameInMap("EncodeType")
public String encodeType;
/**
* <strong>example:</strong>
* <p>DAFE****ce3ej=</p>
*/
@NameInMap("Id")
public String id;
/**
* <strong>example:</strong>
* <p>OPEN_ID</p>
*/
@NameInMap("IdType")
public String idType;
/**
* <strong>example:</strong>
* <p>1**2</p>
*/
@NameInMap("OrganizationId")
public String organizationId;
public static GetAccountForAppRequestDeviceInfo build(java.util.Map<String, ?> map) throws Exception {
GetAccountForAppRequestDeviceInfo self = new GetAccountForAppRequestDeviceInfo();
return TeaModel.build(map, self);
}
public GetAccountForAppRequestDeviceInfo setEncodeKey(String encodeKey) {
this.encodeKey = encodeKey;
return this;
}
public String getEncodeKey() {
return this.encodeKey;
}
public GetAccountForAppRequestDeviceInfo setEncodeType(String encodeType) {
this.encodeType = encodeType;
return this;
}
public String getEncodeType() {
return this.encodeType;
}
public GetAccountForAppRequestDeviceInfo setId(String id) {
this.id = id;
return this;
}
public String getId() {
return this.id;
}
public GetAccountForAppRequestDeviceInfo setIdType(String idType) {
this.idType = idType;
return this;
}
public String getIdType() {
return this.idType;
}
public GetAccountForAppRequestDeviceInfo setOrganizationId(String organizationId) {
this.organizationId = organizationId;
return this;
}
public String getOrganizationId() {
return this.organizationId;
}
}
public static class GetAccountForAppRequestPayload extends TeaModel {
/**
* <strong>example:</strong>
* <p>188*777</p>
*/
@NameInMap("Phone")
public String phone;
/**
* <strong>example:</strong>
* <p>731D5F********DC3B</p>
*/
@NameInMap("originUuid")
public String originUuid;
public static GetAccountForAppRequestPayload build(java.util.Map<String, ?> map) throws Exception {
GetAccountForAppRequestPayload self = new GetAccountForAppRequestPayload();
return TeaModel.build(map, self);
}
public GetAccountForAppRequestPayload setPhone(String phone) {
this.phone = phone;
return this;
}
public String getPhone() {
return this.phone;
}
public GetAccountForAppRequestPayload setOriginUuid(String originUuid) {
this.originUuid = originUuid;
return this;
}
public String getOriginUuid() {
return this.originUuid;
}
}
public static class GetAccountForAppRequestUserInfo extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>12**45</p>
*/
@NameInMap("EncodeKey")
public String encodeKey;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>PACKAGE_NAME</p>
*/
@NameInMap("EncodeType")
public String encodeType;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>HOFF****my7Iw=</p>
*/
@NameInMap("Id")
public String id;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>OPEN_ID</p>
*/
@NameInMap("IdType")
public String idType;
/**
* <strong>example:</strong>
* <p>1**2</p>
*/
@NameInMap("OrganizationId")
public String organizationId;
public static GetAccountForAppRequestUserInfo build(java.util.Map<String, ?> map) throws Exception {
GetAccountForAppRequestUserInfo self = new GetAccountForAppRequestUserInfo();
return TeaModel.build(map, self);
}
public GetAccountForAppRequestUserInfo setEncodeKey(String encodeKey) {
this.encodeKey = encodeKey;
return this;
}
public String getEncodeKey() {
return this.encodeKey;
}
public GetAccountForAppRequestUserInfo setEncodeType(String encodeType) {
this.encodeType = encodeType;
return this;
}
public String getEncodeType() {
return this.encodeType;
}
public GetAccountForAppRequestUserInfo setId(String id) {
this.id = id;
return this;
}
public String getId() {
return this.id;
}
public GetAccountForAppRequestUserInfo setIdType(String idType) {
this.idType = idType;
return this;
}
public String getIdType() {
return this.idType;
}
public GetAccountForAppRequestUserInfo setOrganizationId(String organizationId) {
this.organizationId = organizationId;
return this;
}
public String getOrganizationId() {
return this.organizationId;
}
}
}
|
0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0/models/GetAccountForAppResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class GetAccountForAppResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public GetAccountForAppResponseBody body;
public static GetAccountForAppResponse build(java.util.Map<String, ?> map) throws Exception {
GetAccountForAppResponse self = new GetAccountForAppResponse();
return TeaModel.build(map, self);
}
public GetAccountForAppResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public GetAccountForAppResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public GetAccountForAppResponse setBody(GetAccountForAppResponseBody body) {
this.body = body;
return this;
}
public GetAccountForAppResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0/models/GetAccountForAppResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class GetAccountForAppResponseBody extends TeaModel {
/**
* <strong>example:</strong>
* <p>0</p>
*/
@NameInMap("RetCode")
public Integer retCode;
@NameInMap("RetMsg")
public String retMsg;
@NameInMap("RetValue")
public GetAccountForAppResponseBodyRetValue retValue;
public static GetAccountForAppResponseBody build(java.util.Map<String, ?> map) throws Exception {
GetAccountForAppResponseBody self = new GetAccountForAppResponseBody();
return TeaModel.build(map, self);
}
public GetAccountForAppResponseBody setRetCode(Integer retCode) {
this.retCode = retCode;
return this;
}
public Integer getRetCode() {
return this.retCode;
}
public GetAccountForAppResponseBody setRetMsg(String retMsg) {
this.retMsg = retMsg;
return this;
}
public String getRetMsg() {
return this.retMsg;
}
public GetAccountForAppResponseBody setRetValue(GetAccountForAppResponseBodyRetValue retValue) {
this.retValue = retValue;
return this;
}
public GetAccountForAppResponseBodyRetValue getRetValue() {
return this.retValue;
}
public static class GetAccountForAppResponseBodyRetValue extends TeaModel {
/**
* <strong>example:</strong>
* <p>true</p>
*/
@NameInMap("IsVip")
public Boolean isVip;
/**
* <strong>example:</strong>
* <p>2022-05-12 15:22:18</p>
*/
@NameInMap("StrVipExpire")
public String strVipExpire;
/**
* <strong>example:</strong>
* <p>1652340138347</p>
*/
@NameInMap("VipExpireAt")
public Long vipExpireAt;
public static GetAccountForAppResponseBodyRetValue build(java.util.Map<String, ?> map) throws Exception {
GetAccountForAppResponseBodyRetValue self = new GetAccountForAppResponseBodyRetValue();
return TeaModel.build(map, self);
}
public GetAccountForAppResponseBodyRetValue setIsVip(Boolean isVip) {
this.isVip = isVip;
return this;
}
public Boolean getIsVip() {
return this.isVip;
}
public GetAccountForAppResponseBodyRetValue setStrVipExpire(String strVipExpire) {
this.strVipExpire = strVipExpire;
return this;
}
public String getStrVipExpire() {
return this.strVipExpire;
}
public GetAccountForAppResponseBodyRetValue setVipExpireAt(Long vipExpireAt) {
this.vipExpireAt = vipExpireAt;
return this;
}
public Long getVipExpireAt() {
return this.vipExpireAt;
}
}
}
|
0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0/models/GetAccountForAppShrinkRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class GetAccountForAppShrinkRequest extends TeaModel {
@NameInMap("DeviceInfo")
public String deviceInfoShrink;
@NameInMap("Payload")
public String payloadShrink;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("UserInfo")
public String userInfoShrink;
public static GetAccountForAppShrinkRequest build(java.util.Map<String, ?> map) throws Exception {
GetAccountForAppShrinkRequest self = new GetAccountForAppShrinkRequest();
return TeaModel.build(map, self);
}
public GetAccountForAppShrinkRequest setDeviceInfoShrink(String deviceInfoShrink) {
this.deviceInfoShrink = deviceInfoShrink;
return this;
}
public String getDeviceInfoShrink() {
return this.deviceInfoShrink;
}
public GetAccountForAppShrinkRequest setPayloadShrink(String payloadShrink) {
this.payloadShrink = payloadShrink;
return this;
}
public String getPayloadShrink() {
return this.payloadShrink;
}
public GetAccountForAppShrinkRequest setUserInfoShrink(String userInfoShrink) {
this.userInfoShrink = userInfoShrink;
return this;
}
public String getUserInfoShrink() {
return this.userInfoShrink;
}
}
|
0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0/models/GetBusAppConfigHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class GetBusAppConfigHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("x-acs-aligenie-access-token")
public String xAcsAligenieAccessToken;
@NameInMap("Authorization")
public String authorization;
public static GetBusAppConfigHeaders build(java.util.Map<String, ?> map) throws Exception {
GetBusAppConfigHeaders self = new GetBusAppConfigHeaders();
return TeaModel.build(map, self);
}
public GetBusAppConfigHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public GetBusAppConfigHeaders setXAcsAligenieAccessToken(String xAcsAligenieAccessToken) {
this.xAcsAligenieAccessToken = xAcsAligenieAccessToken;
return this;
}
public String getXAcsAligenieAccessToken() {
return this.xAcsAligenieAccessToken;
}
public GetBusAppConfigHeaders setAuthorization(String authorization) {
this.authorization = authorization;
return this;
}
public String getAuthorization() {
return this.authorization;
}
}
|
0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0/models/GetBusAppConfigRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class GetBusAppConfigRequest extends TeaModel {
@NameInMap("DeviceInfo")
public GetBusAppConfigRequestDeviceInfo deviceInfo;
@NameInMap("Payload")
public GetBusAppConfigRequestPayload payload;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("UserInfo")
public GetBusAppConfigRequestUserInfo userInfo;
public static GetBusAppConfigRequest build(java.util.Map<String, ?> map) throws Exception {
GetBusAppConfigRequest self = new GetBusAppConfigRequest();
return TeaModel.build(map, self);
}
public GetBusAppConfigRequest setDeviceInfo(GetBusAppConfigRequestDeviceInfo deviceInfo) {
this.deviceInfo = deviceInfo;
return this;
}
public GetBusAppConfigRequestDeviceInfo getDeviceInfo() {
return this.deviceInfo;
}
public GetBusAppConfigRequest setPayload(GetBusAppConfigRequestPayload payload) {
this.payload = payload;
return this;
}
public GetBusAppConfigRequestPayload getPayload() {
return this.payload;
}
public GetBusAppConfigRequest setUserInfo(GetBusAppConfigRequestUserInfo userInfo) {
this.userInfo = userInfo;
return this;
}
public GetBusAppConfigRequestUserInfo getUserInfo() {
return this.userInfo;
}
public static class GetBusAppConfigRequestDeviceInfo extends TeaModel {
/**
* <strong>example:</strong>
* <p>12**45</p>
*/
@NameInMap("EncodeKey")
public String encodeKey;
/**
* <strong>example:</strong>
* <p>SKILL_ID</p>
*/
@NameInMap("EncodeType")
public String encodeType;
/**
* <strong>example:</strong>
* <p>DAFE****ce3ej=</p>
*/
@NameInMap("Id")
public String id;
/**
* <strong>example:</strong>
* <p>OPEN_ID</p>
*/
@NameInMap("IdType")
public String idType;
/**
* <strong>example:</strong>
* <p>1**2</p>
*/
@NameInMap("OrganizationId")
public String organizationId;
public static GetBusAppConfigRequestDeviceInfo build(java.util.Map<String, ?> map) throws Exception {
GetBusAppConfigRequestDeviceInfo self = new GetBusAppConfigRequestDeviceInfo();
return TeaModel.build(map, self);
}
public GetBusAppConfigRequestDeviceInfo setEncodeKey(String encodeKey) {
this.encodeKey = encodeKey;
return this;
}
public String getEncodeKey() {
return this.encodeKey;
}
public GetBusAppConfigRequestDeviceInfo setEncodeType(String encodeType) {
this.encodeType = encodeType;
return this;
}
public String getEncodeType() {
return this.encodeType;
}
public GetBusAppConfigRequestDeviceInfo setId(String id) {
this.id = id;
return this;
}
public String getId() {
return this.id;
}
public GetBusAppConfigRequestDeviceInfo setIdType(String idType) {
this.idType = idType;
return this;
}
public String getIdType() {
return this.idType;
}
public GetBusAppConfigRequestDeviceInfo setOrganizationId(String organizationId) {
this.organizationId = organizationId;
return this;
}
public String getOrganizationId() {
return this.organizationId;
}
}
public static class GetBusAppConfigRequestPayload extends TeaModel {
/**
* <strong>example:</strong>
* <p>731D5F********DC3B</p>
*/
@NameInMap("originUuid")
public String originUuid;
/**
* <strong>example:</strong>
* <p>136****1111</p>
*/
@NameInMap("phone")
public String phone;
public static GetBusAppConfigRequestPayload build(java.util.Map<String, ?> map) throws Exception {
GetBusAppConfigRequestPayload self = new GetBusAppConfigRequestPayload();
return TeaModel.build(map, self);
}
public GetBusAppConfigRequestPayload setOriginUuid(String originUuid) {
this.originUuid = originUuid;
return this;
}
public String getOriginUuid() {
return this.originUuid;
}
public GetBusAppConfigRequestPayload setPhone(String phone) {
this.phone = phone;
return this;
}
public String getPhone() {
return this.phone;
}
}
public static class GetBusAppConfigRequestUserInfo extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>12**45</p>
*/
@NameInMap("EncodeKey")
public String encodeKey;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>SKILL_ID</p>
*/
@NameInMap("EncodeType")
public String encodeType;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>HOFF****my7Iw=</p>
*/
@NameInMap("Id")
public String id;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>OPEN_ID</p>
*/
@NameInMap("IdType")
public String idType;
/**
* <strong>example:</strong>
* <p>1**2</p>
*/
@NameInMap("OrganizationId")
public String organizationId;
public static GetBusAppConfigRequestUserInfo build(java.util.Map<String, ?> map) throws Exception {
GetBusAppConfigRequestUserInfo self = new GetBusAppConfigRequestUserInfo();
return TeaModel.build(map, self);
}
public GetBusAppConfigRequestUserInfo setEncodeKey(String encodeKey) {
this.encodeKey = encodeKey;
return this;
}
public String getEncodeKey() {
return this.encodeKey;
}
public GetBusAppConfigRequestUserInfo setEncodeType(String encodeType) {
this.encodeType = encodeType;
return this;
}
public String getEncodeType() {
return this.encodeType;
}
public GetBusAppConfigRequestUserInfo setId(String id) {
this.id = id;
return this;
}
public String getId() {
return this.id;
}
public GetBusAppConfigRequestUserInfo setIdType(String idType) {
this.idType = idType;
return this;
}
public String getIdType() {
return this.idType;
}
public GetBusAppConfigRequestUserInfo setOrganizationId(String organizationId) {
this.organizationId = organizationId;
return this;
}
public String getOrganizationId() {
return this.organizationId;
}
}
}
|
0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0/models/GetBusAppConfigResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class GetBusAppConfigResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public GetBusAppConfigResponseBody body;
public static GetBusAppConfigResponse build(java.util.Map<String, ?> map) throws Exception {
GetBusAppConfigResponse self = new GetBusAppConfigResponse();
return TeaModel.build(map, self);
}
public GetBusAppConfigResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public GetBusAppConfigResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public GetBusAppConfigResponse setBody(GetBusAppConfigResponseBody body) {
this.body = body;
return this;
}
public GetBusAppConfigResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0/models/GetBusAppConfigResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class GetBusAppConfigResponseBody extends TeaModel {
/**
* <strong>example:</strong>
* <p>0</p>
*/
@NameInMap("RetCode")
public Integer retCode;
/**
* <strong>example:</strong>
* <p>请求异常</p>
*/
@NameInMap("RetMsg")
public String retMsg;
@NameInMap("RetValue")
public GetBusAppConfigResponseBodyRetValue retValue;
public static GetBusAppConfigResponseBody build(java.util.Map<String, ?> map) throws Exception {
GetBusAppConfigResponseBody self = new GetBusAppConfigResponseBody();
return TeaModel.build(map, self);
}
public GetBusAppConfigResponseBody setRetCode(Integer retCode) {
this.retCode = retCode;
return this;
}
public Integer getRetCode() {
return this.retCode;
}
public GetBusAppConfigResponseBody setRetMsg(String retMsg) {
this.retMsg = retMsg;
return this;
}
public String getRetMsg() {
return this.retMsg;
}
public GetBusAppConfigResponseBody setRetValue(GetBusAppConfigResponseBodyRetValue retValue) {
this.retValue = retValue;
return this;
}
public GetBusAppConfigResponseBodyRetValue getRetValue() {
return this.retValue;
}
public static class GetBusAppConfigResponseBodyRetValue extends TeaModel {
@NameInMap("Cashier")
public String cashier;
/**
* <strong>example:</strong>
* <p>https://<strong><strong><strong>.com/design/</strong></strong></strong>?imageId=xxxxx</p>
*/
@NameInMap("ShoppingBar")
public String shoppingBar;
/**
* <strong>example:</strong>
* <p>https://<strong><strong><strong>.com/design/</strong></strong></strong>?imageId=xxxxx</p>
*/
@NameInMap("ShoppingWindow")
public String shoppingWindow;
/**
* <strong>example:</strong>
* <p>https://<strong><strong><strong>.com/design/</strong></strong></strong>?imageId=xxxxx</p>
*/
@NameInMap("VipLabel")
public String vipLabel;
public static GetBusAppConfigResponseBodyRetValue build(java.util.Map<String, ?> map) throws Exception {
GetBusAppConfigResponseBodyRetValue self = new GetBusAppConfigResponseBodyRetValue();
return TeaModel.build(map, self);
}
public GetBusAppConfigResponseBodyRetValue setCashier(String cashier) {
this.cashier = cashier;
return this;
}
public String getCashier() {
return this.cashier;
}
public GetBusAppConfigResponseBodyRetValue setShoppingBar(String shoppingBar) {
this.shoppingBar = shoppingBar;
return this;
}
public String getShoppingBar() {
return this.shoppingBar;
}
public GetBusAppConfigResponseBodyRetValue setShoppingWindow(String shoppingWindow) {
this.shoppingWindow = shoppingWindow;
return this;
}
public String getShoppingWindow() {
return this.shoppingWindow;
}
public GetBusAppConfigResponseBodyRetValue setVipLabel(String vipLabel) {
this.vipLabel = vipLabel;
return this;
}
public String getVipLabel() {
return this.vipLabel;
}
}
}
|
0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0/models/GetBusAppConfigShrinkRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class GetBusAppConfigShrinkRequest extends TeaModel {
@NameInMap("DeviceInfo")
public String deviceInfoShrink;
@NameInMap("Payload")
public String payloadShrink;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("UserInfo")
public String userInfoShrink;
public static GetBusAppConfigShrinkRequest build(java.util.Map<String, ?> map) throws Exception {
GetBusAppConfigShrinkRequest self = new GetBusAppConfigShrinkRequest();
return TeaModel.build(map, self);
}
public GetBusAppConfigShrinkRequest setDeviceInfoShrink(String deviceInfoShrink) {
this.deviceInfoShrink = deviceInfoShrink;
return this;
}
public String getDeviceInfoShrink() {
return this.deviceInfoShrink;
}
public GetBusAppConfigShrinkRequest setPayloadShrink(String payloadShrink) {
this.payloadShrink = payloadShrink;
return this;
}
public String getPayloadShrink() {
return this.payloadShrink;
}
public GetBusAppConfigShrinkRequest setUserInfoShrink(String userInfoShrink) {
this.userInfoShrink = userInfoShrink;
return this;
}
public String getUserInfoShrink() {
return this.userInfoShrink;
}
}
|
0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0/models/GetPhoneNumberHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class GetPhoneNumberHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("x-acs-aligenie-access-token")
public String xAcsAligenieAccessToken;
@NameInMap("Authorization")
public String authorization;
public static GetPhoneNumberHeaders build(java.util.Map<String, ?> map) throws Exception {
GetPhoneNumberHeaders self = new GetPhoneNumberHeaders();
return TeaModel.build(map, self);
}
public GetPhoneNumberHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public GetPhoneNumberHeaders setXAcsAligenieAccessToken(String xAcsAligenieAccessToken) {
this.xAcsAligenieAccessToken = xAcsAligenieAccessToken;
return this;
}
public String getXAcsAligenieAccessToken() {
return this.xAcsAligenieAccessToken;
}
public GetPhoneNumberHeaders setAuthorization(String authorization) {
this.authorization = authorization;
return this;
}
public String getAuthorization() {
return this.authorization;
}
}
|
0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0/models/GetPhoneNumberRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class GetPhoneNumberRequest extends TeaModel {
/**
* <p>This parameter is required.</p>
*/
@NameInMap("DeviceInfo")
public GetPhoneNumberRequestDeviceInfo deviceInfo;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("UserInfo")
public GetPhoneNumberRequestUserInfo userInfo;
public static GetPhoneNumberRequest build(java.util.Map<String, ?> map) throws Exception {
GetPhoneNumberRequest self = new GetPhoneNumberRequest();
return TeaModel.build(map, self);
}
public GetPhoneNumberRequest setDeviceInfo(GetPhoneNumberRequestDeviceInfo deviceInfo) {
this.deviceInfo = deviceInfo;
return this;
}
public GetPhoneNumberRequestDeviceInfo getDeviceInfo() {
return this.deviceInfo;
}
public GetPhoneNumberRequest setUserInfo(GetPhoneNumberRequestUserInfo userInfo) {
this.userInfo = userInfo;
return this;
}
public GetPhoneNumberRequestUserInfo getUserInfo() {
return this.userInfo;
}
public static class GetPhoneNumberRequestDeviceInfo extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>12**45</p>
*/
@NameInMap("EncodeKey")
public String encodeKey;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>PACKAGE_NAME</p>
*/
@NameInMap("EncodeType")
public String encodeType;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>DAFE****ce3ej=</p>
*/
@NameInMap("Id")
public String id;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>OPEN_ID</p>
*/
@NameInMap("IdType")
public String idType;
/**
* <strong>example:</strong>
* <p>1**2</p>
*/
@NameInMap("OrganizationId")
public String organizationId;
public static GetPhoneNumberRequestDeviceInfo build(java.util.Map<String, ?> map) throws Exception {
GetPhoneNumberRequestDeviceInfo self = new GetPhoneNumberRequestDeviceInfo();
return TeaModel.build(map, self);
}
public GetPhoneNumberRequestDeviceInfo setEncodeKey(String encodeKey) {
this.encodeKey = encodeKey;
return this;
}
public String getEncodeKey() {
return this.encodeKey;
}
public GetPhoneNumberRequestDeviceInfo setEncodeType(String encodeType) {
this.encodeType = encodeType;
return this;
}
public String getEncodeType() {
return this.encodeType;
}
public GetPhoneNumberRequestDeviceInfo setId(String id) {
this.id = id;
return this;
}
public String getId() {
return this.id;
}
public GetPhoneNumberRequestDeviceInfo setIdType(String idType) {
this.idType = idType;
return this;
}
public String getIdType() {
return this.idType;
}
public GetPhoneNumberRequestDeviceInfo setOrganizationId(String organizationId) {
this.organizationId = organizationId;
return this;
}
public String getOrganizationId() {
return this.organizationId;
}
}
public static class GetPhoneNumberRequestUserInfo extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>12**45</p>
*/
@NameInMap("EncodeKey")
public String encodeKey;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>PACKAGE_NAME</p>
*/
@NameInMap("EncodeType")
public String encodeType;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>HOFF****my7Iw=</p>
*/
@NameInMap("Id")
public String id;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>OPEN_ID</p>
*/
@NameInMap("IdType")
public String idType;
/**
* <strong>example:</strong>
* <p>1**2</p>
*/
@NameInMap("OrganizationId")
public String organizationId;
public static GetPhoneNumberRequestUserInfo build(java.util.Map<String, ?> map) throws Exception {
GetPhoneNumberRequestUserInfo self = new GetPhoneNumberRequestUserInfo();
return TeaModel.build(map, self);
}
public GetPhoneNumberRequestUserInfo setEncodeKey(String encodeKey) {
this.encodeKey = encodeKey;
return this;
}
public String getEncodeKey() {
return this.encodeKey;
}
public GetPhoneNumberRequestUserInfo setEncodeType(String encodeType) {
this.encodeType = encodeType;
return this;
}
public String getEncodeType() {
return this.encodeType;
}
public GetPhoneNumberRequestUserInfo setId(String id) {
this.id = id;
return this;
}
public String getId() {
return this.id;
}
public GetPhoneNumberRequestUserInfo setIdType(String idType) {
this.idType = idType;
return this;
}
public String getIdType() {
return this.idType;
}
public GetPhoneNumberRequestUserInfo setOrganizationId(String organizationId) {
this.organizationId = organizationId;
return this;
}
public String getOrganizationId() {
return this.organizationId;
}
}
}
|
0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0/models/GetPhoneNumberResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class GetPhoneNumberResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public GetPhoneNumberResponseBody body;
public static GetPhoneNumberResponse build(java.util.Map<String, ?> map) throws Exception {
GetPhoneNumberResponse self = new GetPhoneNumberResponse();
return TeaModel.build(map, self);
}
public GetPhoneNumberResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public GetPhoneNumberResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public GetPhoneNumberResponse setBody(GetPhoneNumberResponseBody body) {
this.body = body;
return this;
}
public GetPhoneNumberResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0/models/GetPhoneNumberResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class GetPhoneNumberResponseBody extends TeaModel {
/**
* <strong>example:</strong>
* <p>137****</p>
*/
@NameInMap("phoneNumber")
public String phoneNumber;
public static GetPhoneNumberResponseBody build(java.util.Map<String, ?> map) throws Exception {
GetPhoneNumberResponseBody self = new GetPhoneNumberResponseBody();
return TeaModel.build(map, self);
}
public GetPhoneNumberResponseBody setPhoneNumber(String phoneNumber) {
this.phoneNumber = phoneNumber;
return this;
}
public String getPhoneNumber() {
return this.phoneNumber;
}
}
|
0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0/models/GetPhoneNumberShrinkRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class GetPhoneNumberShrinkRequest extends TeaModel {
/**
* <p>This parameter is required.</p>
*/
@NameInMap("DeviceInfo")
public String deviceInfoShrink;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("UserInfo")
public String userInfoShrink;
public static GetPhoneNumberShrinkRequest build(java.util.Map<String, ?> map) throws Exception {
GetPhoneNumberShrinkRequest self = new GetPhoneNumberShrinkRequest();
return TeaModel.build(map, self);
}
public GetPhoneNumberShrinkRequest setDeviceInfoShrink(String deviceInfoShrink) {
this.deviceInfoShrink = deviceInfoShrink;
return this;
}
public String getDeviceInfoShrink() {
return this.deviceInfoShrink;
}
public GetPhoneNumberShrinkRequest setUserInfoShrink(String userInfoShrink) {
this.userInfoShrink = userInfoShrink;
return this;
}
public String getUserInfoShrink() {
return this.userInfoShrink;
}
}
|
0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0/models/GetReminderHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class GetReminderHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("x-acs-aligenie-access-token")
public String xAcsAligenieAccessToken;
@NameInMap("Authorization")
public String authorization;
public static GetReminderHeaders build(java.util.Map<String, ?> map) throws Exception {
GetReminderHeaders self = new GetReminderHeaders();
return TeaModel.build(map, self);
}
public GetReminderHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public GetReminderHeaders setXAcsAligenieAccessToken(String xAcsAligenieAccessToken) {
this.xAcsAligenieAccessToken = xAcsAligenieAccessToken;
return this;
}
public String getXAcsAligenieAccessToken() {
return this.xAcsAligenieAccessToken;
}
public GetReminderHeaders setAuthorization(String authorization) {
this.authorization = authorization;
return this;
}
public String getAuthorization() {
return this.authorization;
}
}
|
0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0/models/GetReminderRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class GetReminderRequest extends TeaModel {
/**
* <p>This parameter is required.</p>
*/
@NameInMap("DeviceInfo")
public GetReminderRequestDeviceInfo deviceInfo;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("Payload")
public GetReminderRequestPayload payload;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("UserInfo")
public GetReminderRequestUserInfo userInfo;
public static GetReminderRequest build(java.util.Map<String, ?> map) throws Exception {
GetReminderRequest self = new GetReminderRequest();
return TeaModel.build(map, self);
}
public GetReminderRequest setDeviceInfo(GetReminderRequestDeviceInfo deviceInfo) {
this.deviceInfo = deviceInfo;
return this;
}
public GetReminderRequestDeviceInfo getDeviceInfo() {
return this.deviceInfo;
}
public GetReminderRequest setPayload(GetReminderRequestPayload payload) {
this.payload = payload;
return this;
}
public GetReminderRequestPayload getPayload() {
return this.payload;
}
public GetReminderRequest setUserInfo(GetReminderRequestUserInfo userInfo) {
this.userInfo = userInfo;
return this;
}
public GetReminderRequestUserInfo getUserInfo() {
return this.userInfo;
}
public static class GetReminderRequestDeviceInfo extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>12**45</p>
*/
@NameInMap("EncodeKey")
public String encodeKey;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>SKILL_ID</p>
*/
@NameInMap("EncodeType")
public String encodeType;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>DAFE****ce3ej=</p>
*/
@NameInMap("Id")
public String id;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>OPEN_ID</p>
*/
@NameInMap("IdType")
public String idType;
/**
* <strong>example:</strong>
* <p>1**2</p>
*/
@NameInMap("OrganizationId")
public String organizationId;
public static GetReminderRequestDeviceInfo build(java.util.Map<String, ?> map) throws Exception {
GetReminderRequestDeviceInfo self = new GetReminderRequestDeviceInfo();
return TeaModel.build(map, self);
}
public GetReminderRequestDeviceInfo setEncodeKey(String encodeKey) {
this.encodeKey = encodeKey;
return this;
}
public String getEncodeKey() {
return this.encodeKey;
}
public GetReminderRequestDeviceInfo setEncodeType(String encodeType) {
this.encodeType = encodeType;
return this;
}
public String getEncodeType() {
return this.encodeType;
}
public GetReminderRequestDeviceInfo setId(String id) {
this.id = id;
return this;
}
public String getId() {
return this.id;
}
public GetReminderRequestDeviceInfo setIdType(String idType) {
this.idType = idType;
return this;
}
public String getIdType() {
return this.idType;
}
public GetReminderRequestDeviceInfo setOrganizationId(String organizationId) {
this.organizationId = organizationId;
return this;
}
public String getOrganizationId() {
return this.organizationId;
}
}
public static class GetReminderRequestPayload extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>20****34</p>
*/
@NameInMap("Id")
public Long id;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>true</p>
*/
@NameInMap("IsDebug")
public Boolean isDebug;
public static GetReminderRequestPayload build(java.util.Map<String, ?> map) throws Exception {
GetReminderRequestPayload self = new GetReminderRequestPayload();
return TeaModel.build(map, self);
}
public GetReminderRequestPayload setId(Long id) {
this.id = id;
return this;
}
public Long getId() {
return this.id;
}
public GetReminderRequestPayload setIsDebug(Boolean isDebug) {
this.isDebug = isDebug;
return this;
}
public Boolean getIsDebug() {
return this.isDebug;
}
}
public static class GetReminderRequestUserInfo extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>12**45</p>
*/
@NameInMap("EncodeKey")
public String encodeKey;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>SKILL_ID</p>
*/
@NameInMap("EncodeType")
public String encodeType;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>HOFF****my7Iw=</p>
*/
@NameInMap("Id")
public String id;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>OPEN_ID</p>
*/
@NameInMap("IdType")
public String idType;
/**
* <strong>example:</strong>
* <p>1**2</p>
*/
@NameInMap("OrganizationId")
public String organizationId;
public static GetReminderRequestUserInfo build(java.util.Map<String, ?> map) throws Exception {
GetReminderRequestUserInfo self = new GetReminderRequestUserInfo();
return TeaModel.build(map, self);
}
public GetReminderRequestUserInfo setEncodeKey(String encodeKey) {
this.encodeKey = encodeKey;
return this;
}
public String getEncodeKey() {
return this.encodeKey;
}
public GetReminderRequestUserInfo setEncodeType(String encodeType) {
this.encodeType = encodeType;
return this;
}
public String getEncodeType() {
return this.encodeType;
}
public GetReminderRequestUserInfo setId(String id) {
this.id = id;
return this;
}
public String getId() {
return this.id;
}
public GetReminderRequestUserInfo setIdType(String idType) {
this.idType = idType;
return this;
}
public String getIdType() {
return this.idType;
}
public GetReminderRequestUserInfo setOrganizationId(String organizationId) {
this.organizationId = organizationId;
return this;
}
public String getOrganizationId() {
return this.organizationId;
}
}
}
|
0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0/models/GetReminderResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class GetReminderResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public GetReminderResponseBody body;
public static GetReminderResponse build(java.util.Map<String, ?> map) throws Exception {
GetReminderResponse self = new GetReminderResponse();
return TeaModel.build(map, self);
}
public GetReminderResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public GetReminderResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public GetReminderResponse setBody(GetReminderResponseBody body) {
this.body = body;
return this;
}
public GetReminderResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0/models/GetReminderResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class GetReminderResponseBody extends TeaModel {
/**
* <strong>example:</strong>
* <p>400</p>
*/
@NameInMap("ErrorCode")
public Integer errorCode;
/**
* <strong>example:</strong>
* <p>参数不合法。</p>
*/
@NameInMap("ErrorMsg")
public String errorMsg;
@NameInMap("Model")
public GetReminderResponseBodyModel model;
/**
* <strong>example:</strong>
* <p>true</p>
*/
@NameInMap("Success")
public Boolean success;
public static GetReminderResponseBody build(java.util.Map<String, ?> map) throws Exception {
GetReminderResponseBody self = new GetReminderResponseBody();
return TeaModel.build(map, self);
}
public GetReminderResponseBody setErrorCode(Integer errorCode) {
this.errorCode = errorCode;
return this;
}
public Integer getErrorCode() {
return this.errorCode;
}
public GetReminderResponseBody setErrorMsg(String errorMsg) {
this.errorMsg = errorMsg;
return this;
}
public String getErrorMsg() {
return this.errorMsg;
}
public GetReminderResponseBody setModel(GetReminderResponseBodyModel model) {
this.model = model;
return this;
}
public GetReminderResponseBodyModel getModel() {
return this.model;
}
public GetReminderResponseBody setSuccess(Boolean success) {
this.success = success;
return this;
}
public Boolean getSuccess() {
return this.success;
}
public static class GetReminderResponseBodyModelRemindResponsesRecurrenceRule extends TeaModel {
/**
* <strong>example:</strong>
* <p>27</p>
*/
@NameInMap("Day")
public Integer day;
@NameInMap("DaysOfMonth")
public java.util.List<Integer> daysOfMonth;
@NameInMap("DaysOfWeek")
public java.util.List<Integer> daysOfWeek;
/**
* <strong>example:</strong>
* <p>1661598000000</p>
*/
@NameInMap("EndDateTime")
public String endDateTime;
/**
* <strong>example:</strong>
* <p>WEEKLY</p>
*/
@NameInMap("Freq")
public String freq;
/**
* <strong>example:</strong>
* <p>18</p>
*/
@NameInMap("Hour")
public Integer hour;
/**
* <strong>example:</strong>
* <p>0</p>
*/
@NameInMap("Minute")
public Integer minute;
/**
* <strong>example:</strong>
* <p>8</p>
*/
@NameInMap("Month")
public Integer month;
/**
* <strong>example:</strong>
* <p>0</p>
*/
@NameInMap("Second")
public Integer second;
/**
* <strong>example:</strong>
* <p>1630054800000</p>
*/
@NameInMap("StartDateTime")
public String startDateTime;
/**
* <strong>example:</strong>
* <p>2021</p>
*/
@NameInMap("Year")
public Integer year;
public static GetReminderResponseBodyModelRemindResponsesRecurrenceRule build(java.util.Map<String, ?> map) throws Exception {
GetReminderResponseBodyModelRemindResponsesRecurrenceRule self = new GetReminderResponseBodyModelRemindResponsesRecurrenceRule();
return TeaModel.build(map, self);
}
public GetReminderResponseBodyModelRemindResponsesRecurrenceRule setDay(Integer day) {
this.day = day;
return this;
}
public Integer getDay() {
return this.day;
}
public GetReminderResponseBodyModelRemindResponsesRecurrenceRule setDaysOfMonth(java.util.List<Integer> daysOfMonth) {
this.daysOfMonth = daysOfMonth;
return this;
}
public java.util.List<Integer> getDaysOfMonth() {
return this.daysOfMonth;
}
public GetReminderResponseBodyModelRemindResponsesRecurrenceRule setDaysOfWeek(java.util.List<Integer> daysOfWeek) {
this.daysOfWeek = daysOfWeek;
return this;
}
public java.util.List<Integer> getDaysOfWeek() {
return this.daysOfWeek;
}
public GetReminderResponseBodyModelRemindResponsesRecurrenceRule setEndDateTime(String endDateTime) {
this.endDateTime = endDateTime;
return this;
}
public String getEndDateTime() {
return this.endDateTime;
}
public GetReminderResponseBodyModelRemindResponsesRecurrenceRule setFreq(String freq) {
this.freq = freq;
return this;
}
public String getFreq() {
return this.freq;
}
public GetReminderResponseBodyModelRemindResponsesRecurrenceRule setHour(Integer hour) {
this.hour = hour;
return this;
}
public Integer getHour() {
return this.hour;
}
public GetReminderResponseBodyModelRemindResponsesRecurrenceRule setMinute(Integer minute) {
this.minute = minute;
return this;
}
public Integer getMinute() {
return this.minute;
}
public GetReminderResponseBodyModelRemindResponsesRecurrenceRule setMonth(Integer month) {
this.month = month;
return this;
}
public Integer getMonth() {
return this.month;
}
public GetReminderResponseBodyModelRemindResponsesRecurrenceRule setSecond(Integer second) {
this.second = second;
return this;
}
public Integer getSecond() {
return this.second;
}
public GetReminderResponseBodyModelRemindResponsesRecurrenceRule setStartDateTime(String startDateTime) {
this.startDateTime = startDateTime;
return this;
}
public String getStartDateTime() {
return this.startDateTime;
}
public GetReminderResponseBodyModelRemindResponsesRecurrenceRule setYear(Integer year) {
this.year = year;
return this;
}
public Integer getYear() {
return this.year;
}
}
public static class GetReminderResponseBodyModelRemindResponses extends TeaModel {
/**
* <strong>example:</strong>
* <p>宝宝快去刷牙</p>
*/
@NameInMap("ActionTopic")
public String actionTopic;
/**
* <strong>example:</strong>
* <p>每天</p>
*/
@NameInMap("DayDesc")
public String dayDesc;
@NameInMap("RecurrenceRule")
public GetReminderResponseBodyModelRemindResponsesRecurrenceRule recurrenceRule;
/**
* <strong>example:</strong>
* <p>20*****1</p>
*/
@NameInMap("RemindId")
public Long remindId;
/**
* <strong>example:</strong>
* <p>1629850800000</p>
*/
@NameInMap("RemindTime")
public String remindTime;
/**
* <strong>example:</strong>
* <p>1</p>
*/
@NameInMap("RepeatCount")
public Integer repeatCount;
/**
* <strong>example:</strong>
* <p>周三</p>
*/
@NameInMap("Week")
public String week;
public static GetReminderResponseBodyModelRemindResponses build(java.util.Map<String, ?> map) throws Exception {
GetReminderResponseBodyModelRemindResponses self = new GetReminderResponseBodyModelRemindResponses();
return TeaModel.build(map, self);
}
public GetReminderResponseBodyModelRemindResponses setActionTopic(String actionTopic) {
this.actionTopic = actionTopic;
return this;
}
public String getActionTopic() {
return this.actionTopic;
}
public GetReminderResponseBodyModelRemindResponses setDayDesc(String dayDesc) {
this.dayDesc = dayDesc;
return this;
}
public String getDayDesc() {
return this.dayDesc;
}
public GetReminderResponseBodyModelRemindResponses setRecurrenceRule(GetReminderResponseBodyModelRemindResponsesRecurrenceRule recurrenceRule) {
this.recurrenceRule = recurrenceRule;
return this;
}
public GetReminderResponseBodyModelRemindResponsesRecurrenceRule getRecurrenceRule() {
return this.recurrenceRule;
}
public GetReminderResponseBodyModelRemindResponses setRemindId(Long remindId) {
this.remindId = remindId;
return this;
}
public Long getRemindId() {
return this.remindId;
}
public GetReminderResponseBodyModelRemindResponses setRemindTime(String remindTime) {
this.remindTime = remindTime;
return this;
}
public String getRemindTime() {
return this.remindTime;
}
public GetReminderResponseBodyModelRemindResponses setRepeatCount(Integer repeatCount) {
this.repeatCount = repeatCount;
return this;
}
public Integer getRepeatCount() {
return this.repeatCount;
}
public GetReminderResponseBodyModelRemindResponses setWeek(String week) {
this.week = week;
return this;
}
public String getWeek() {
return this.week;
}
}
public static class GetReminderResponseBodyModel extends TeaModel {
@NameInMap("RemindResponses")
public java.util.List<GetReminderResponseBodyModelRemindResponses> remindResponses;
public static GetReminderResponseBodyModel build(java.util.Map<String, ?> map) throws Exception {
GetReminderResponseBodyModel self = new GetReminderResponseBodyModel();
return TeaModel.build(map, self);
}
public GetReminderResponseBodyModel setRemindResponses(java.util.List<GetReminderResponseBodyModelRemindResponses> remindResponses) {
this.remindResponses = remindResponses;
return this;
}
public java.util.List<GetReminderResponseBodyModelRemindResponses> getRemindResponses() {
return this.remindResponses;
}
}
}
|
0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0/models/GetReminderShrinkRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class GetReminderShrinkRequest extends TeaModel {
/**
* <p>This parameter is required.</p>
*/
@NameInMap("DeviceInfo")
public String deviceInfoShrink;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("Payload")
public String payloadShrink;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("UserInfo")
public String userInfoShrink;
public static GetReminderShrinkRequest build(java.util.Map<String, ?> map) throws Exception {
GetReminderShrinkRequest self = new GetReminderShrinkRequest();
return TeaModel.build(map, self);
}
public GetReminderShrinkRequest setDeviceInfoShrink(String deviceInfoShrink) {
this.deviceInfoShrink = deviceInfoShrink;
return this;
}
public String getDeviceInfoShrink() {
return this.deviceInfoShrink;
}
public GetReminderShrinkRequest setPayloadShrink(String payloadShrink) {
this.payloadShrink = payloadShrink;
return this;
}
public String getPayloadShrink() {
return this.payloadShrink;
}
public GetReminderShrinkRequest setUserInfoShrink(String userInfoShrink) {
this.userInfoShrink = userInfoShrink;
return this;
}
public String getUserInfoShrink() {
return this.userInfoShrink;
}
}
|
0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0/models/ListRemindersHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class ListRemindersHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("x-acs-aligenie-access-token")
public String xAcsAligenieAccessToken;
@NameInMap("Authorization")
public String authorization;
public static ListRemindersHeaders build(java.util.Map<String, ?> map) throws Exception {
ListRemindersHeaders self = new ListRemindersHeaders();
return TeaModel.build(map, self);
}
public ListRemindersHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public ListRemindersHeaders setXAcsAligenieAccessToken(String xAcsAligenieAccessToken) {
this.xAcsAligenieAccessToken = xAcsAligenieAccessToken;
return this;
}
public String getXAcsAligenieAccessToken() {
return this.xAcsAligenieAccessToken;
}
public ListRemindersHeaders setAuthorization(String authorization) {
this.authorization = authorization;
return this;
}
public String getAuthorization() {
return this.authorization;
}
}
|
0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0/models/ListRemindersRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class ListRemindersRequest extends TeaModel {
/**
* <p>This parameter is required.</p>
*/
@NameInMap("DeviceInfo")
public ListRemindersRequestDeviceInfo deviceInfo;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("Payload")
public ListRemindersRequestPayload payload;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("UserInfo")
public ListRemindersRequestUserInfo userInfo;
public static ListRemindersRequest build(java.util.Map<String, ?> map) throws Exception {
ListRemindersRequest self = new ListRemindersRequest();
return TeaModel.build(map, self);
}
public ListRemindersRequest setDeviceInfo(ListRemindersRequestDeviceInfo deviceInfo) {
this.deviceInfo = deviceInfo;
return this;
}
public ListRemindersRequestDeviceInfo getDeviceInfo() {
return this.deviceInfo;
}
public ListRemindersRequest setPayload(ListRemindersRequestPayload payload) {
this.payload = payload;
return this;
}
public ListRemindersRequestPayload getPayload() {
return this.payload;
}
public ListRemindersRequest setUserInfo(ListRemindersRequestUserInfo userInfo) {
this.userInfo = userInfo;
return this;
}
public ListRemindersRequestUserInfo getUserInfo() {
return this.userInfo;
}
public static class ListRemindersRequestDeviceInfo extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>12**45</p>
*/
@NameInMap("EncodeKey")
public String encodeKey;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>PACKAGE_NAME</p>
*/
@NameInMap("EncodeType")
public String encodeType;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>DAFE****ce3ej=</p>
*/
@NameInMap("Id")
public String id;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>OPEN_ID</p>
*/
@NameInMap("IdType")
public String idType;
/**
* <strong>example:</strong>
* <p>1**2</p>
*/
@NameInMap("OrganizationId")
public String organizationId;
public static ListRemindersRequestDeviceInfo build(java.util.Map<String, ?> map) throws Exception {
ListRemindersRequestDeviceInfo self = new ListRemindersRequestDeviceInfo();
return TeaModel.build(map, self);
}
public ListRemindersRequestDeviceInfo setEncodeKey(String encodeKey) {
this.encodeKey = encodeKey;
return this;
}
public String getEncodeKey() {
return this.encodeKey;
}
public ListRemindersRequestDeviceInfo setEncodeType(String encodeType) {
this.encodeType = encodeType;
return this;
}
public String getEncodeType() {
return this.encodeType;
}
public ListRemindersRequestDeviceInfo setId(String id) {
this.id = id;
return this;
}
public String getId() {
return this.id;
}
public ListRemindersRequestDeviceInfo setIdType(String idType) {
this.idType = idType;
return this;
}
public String getIdType() {
return this.idType;
}
public ListRemindersRequestDeviceInfo setOrganizationId(String organizationId) {
this.organizationId = organizationId;
return this;
}
public String getOrganizationId() {
return this.organizationId;
}
}
public static class ListRemindersRequestPayload extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>true</p>
*/
@NameInMap("IsDebug")
public Boolean isDebug;
public static ListRemindersRequestPayload build(java.util.Map<String, ?> map) throws Exception {
ListRemindersRequestPayload self = new ListRemindersRequestPayload();
return TeaModel.build(map, self);
}
public ListRemindersRequestPayload setIsDebug(Boolean isDebug) {
this.isDebug = isDebug;
return this;
}
public Boolean getIsDebug() {
return this.isDebug;
}
}
public static class ListRemindersRequestUserInfo extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>12**45</p>
*/
@NameInMap("EncodeKey")
public String encodeKey;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>PACKAGE_NAME</p>
*/
@NameInMap("EncodeType")
public String encodeType;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>HOFF****my7Iw=</p>
*/
@NameInMap("Id")
public String id;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>OPEN_ID</p>
*/
@NameInMap("IdType")
public String idType;
/**
* <strong>example:</strong>
* <p>1**2</p>
*/
@NameInMap("OrganizationId")
public String organizationId;
public static ListRemindersRequestUserInfo build(java.util.Map<String, ?> map) throws Exception {
ListRemindersRequestUserInfo self = new ListRemindersRequestUserInfo();
return TeaModel.build(map, self);
}
public ListRemindersRequestUserInfo setEncodeKey(String encodeKey) {
this.encodeKey = encodeKey;
return this;
}
public String getEncodeKey() {
return this.encodeKey;
}
public ListRemindersRequestUserInfo setEncodeType(String encodeType) {
this.encodeType = encodeType;
return this;
}
public String getEncodeType() {
return this.encodeType;
}
public ListRemindersRequestUserInfo setId(String id) {
this.id = id;
return this;
}
public String getId() {
return this.id;
}
public ListRemindersRequestUserInfo setIdType(String idType) {
this.idType = idType;
return this;
}
public String getIdType() {
return this.idType;
}
public ListRemindersRequestUserInfo setOrganizationId(String organizationId) {
this.organizationId = organizationId;
return this;
}
public String getOrganizationId() {
return this.organizationId;
}
}
}
|
0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0/models/ListRemindersResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class ListRemindersResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public ListRemindersResponseBody body;
public static ListRemindersResponse build(java.util.Map<String, ?> map) throws Exception {
ListRemindersResponse self = new ListRemindersResponse();
return TeaModel.build(map, self);
}
public ListRemindersResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public ListRemindersResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public ListRemindersResponse setBody(ListRemindersResponseBody body) {
this.body = body;
return this;
}
public ListRemindersResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0/models/ListRemindersResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class ListRemindersResponseBody extends TeaModel {
/**
* <strong>example:</strong>
* <p>400</p>
*/
@NameInMap("ErrorCode")
public Integer errorCode;
/**
* <strong>example:</strong>
* <p>参数不合法。</p>
*/
@NameInMap("ErrorMsg")
public String errorMsg;
@NameInMap("Model")
public ListRemindersResponseBodyModel model;
/**
* <strong>example:</strong>
* <p>true</p>
*/
@NameInMap("Success")
public Boolean success;
public static ListRemindersResponseBody build(java.util.Map<String, ?> map) throws Exception {
ListRemindersResponseBody self = new ListRemindersResponseBody();
return TeaModel.build(map, self);
}
public ListRemindersResponseBody setErrorCode(Integer errorCode) {
this.errorCode = errorCode;
return this;
}
public Integer getErrorCode() {
return this.errorCode;
}
public ListRemindersResponseBody setErrorMsg(String errorMsg) {
this.errorMsg = errorMsg;
return this;
}
public String getErrorMsg() {
return this.errorMsg;
}
public ListRemindersResponseBody setModel(ListRemindersResponseBodyModel model) {
this.model = model;
return this;
}
public ListRemindersResponseBodyModel getModel() {
return this.model;
}
public ListRemindersResponseBody setSuccess(Boolean success) {
this.success = success;
return this;
}
public Boolean getSuccess() {
return this.success;
}
public static class ListRemindersResponseBodyModelRemindResponsesRecurrenceRule extends TeaModel {
/**
* <strong>example:</strong>
* <p>27</p>
*/
@NameInMap("Day")
public Integer day;
@NameInMap("DaysOfMonth")
public java.util.List<Integer> daysOfMonth;
@NameInMap("DaysOfWeek")
public java.util.List<Integer> daysOfWeek;
/**
* <strong>example:</strong>
* <p>1661598000000</p>
*/
@NameInMap("EndDateTime")
public String endDateTime;
/**
* <strong>example:</strong>
* <p>WEEKLY</p>
*/
@NameInMap("Freq")
public String freq;
/**
* <strong>example:</strong>
* <p>18</p>
*/
@NameInMap("Hour")
public Integer hour;
/**
* <strong>example:</strong>
* <p>0</p>
*/
@NameInMap("Minute")
public Integer minute;
/**
* <strong>example:</strong>
* <p>8</p>
*/
@NameInMap("Month")
public Integer month;
/**
* <strong>example:</strong>
* <p>0</p>
*/
@NameInMap("Second")
public Integer second;
/**
* <strong>example:</strong>
* <p>1630054800000</p>
*/
@NameInMap("StartDateTime")
public String startDateTime;
/**
* <strong>example:</strong>
* <p>2021</p>
*/
@NameInMap("Year")
public Integer year;
public static ListRemindersResponseBodyModelRemindResponsesRecurrenceRule build(java.util.Map<String, ?> map) throws Exception {
ListRemindersResponseBodyModelRemindResponsesRecurrenceRule self = new ListRemindersResponseBodyModelRemindResponsesRecurrenceRule();
return TeaModel.build(map, self);
}
public ListRemindersResponseBodyModelRemindResponsesRecurrenceRule setDay(Integer day) {
this.day = day;
return this;
}
public Integer getDay() {
return this.day;
}
public ListRemindersResponseBodyModelRemindResponsesRecurrenceRule setDaysOfMonth(java.util.List<Integer> daysOfMonth) {
this.daysOfMonth = daysOfMonth;
return this;
}
public java.util.List<Integer> getDaysOfMonth() {
return this.daysOfMonth;
}
public ListRemindersResponseBodyModelRemindResponsesRecurrenceRule setDaysOfWeek(java.util.List<Integer> daysOfWeek) {
this.daysOfWeek = daysOfWeek;
return this;
}
public java.util.List<Integer> getDaysOfWeek() {
return this.daysOfWeek;
}
public ListRemindersResponseBodyModelRemindResponsesRecurrenceRule setEndDateTime(String endDateTime) {
this.endDateTime = endDateTime;
return this;
}
public String getEndDateTime() {
return this.endDateTime;
}
public ListRemindersResponseBodyModelRemindResponsesRecurrenceRule setFreq(String freq) {
this.freq = freq;
return this;
}
public String getFreq() {
return this.freq;
}
public ListRemindersResponseBodyModelRemindResponsesRecurrenceRule setHour(Integer hour) {
this.hour = hour;
return this;
}
public Integer getHour() {
return this.hour;
}
public ListRemindersResponseBodyModelRemindResponsesRecurrenceRule setMinute(Integer minute) {
this.minute = minute;
return this;
}
public Integer getMinute() {
return this.minute;
}
public ListRemindersResponseBodyModelRemindResponsesRecurrenceRule setMonth(Integer month) {
this.month = month;
return this;
}
public Integer getMonth() {
return this.month;
}
public ListRemindersResponseBodyModelRemindResponsesRecurrenceRule setSecond(Integer second) {
this.second = second;
return this;
}
public Integer getSecond() {
return this.second;
}
public ListRemindersResponseBodyModelRemindResponsesRecurrenceRule setStartDateTime(String startDateTime) {
this.startDateTime = startDateTime;
return this;
}
public String getStartDateTime() {
return this.startDateTime;
}
public ListRemindersResponseBodyModelRemindResponsesRecurrenceRule setYear(Integer year) {
this.year = year;
return this;
}
public Integer getYear() {
return this.year;
}
}
public static class ListRemindersResponseBodyModelRemindResponses extends TeaModel {
/**
* <strong>example:</strong>
* <p>宝宝快去刷牙</p>
*/
@NameInMap("ActionTopic")
public String actionTopic;
/**
* <strong>example:</strong>
* <p>每天</p>
*/
@NameInMap("DayDesc")
public String dayDesc;
@NameInMap("RecurrenceRule")
public ListRemindersResponseBodyModelRemindResponsesRecurrenceRule recurrenceRule;
/**
* <strong>example:</strong>
* <p>20****1</p>
*/
@NameInMap("RemindId")
public Long remindId;
/**
* <strong>example:</strong>
* <p>1629850800000</p>
*/
@NameInMap("RemindTime")
public String remindTime;
/**
* <strong>example:</strong>
* <p>1</p>
*/
@NameInMap("RepeatCount")
public Integer repeatCount;
/**
* <strong>example:</strong>
* <p>周三</p>
*/
@NameInMap("Week")
public String week;
public static ListRemindersResponseBodyModelRemindResponses build(java.util.Map<String, ?> map) throws Exception {
ListRemindersResponseBodyModelRemindResponses self = new ListRemindersResponseBodyModelRemindResponses();
return TeaModel.build(map, self);
}
public ListRemindersResponseBodyModelRemindResponses setActionTopic(String actionTopic) {
this.actionTopic = actionTopic;
return this;
}
public String getActionTopic() {
return this.actionTopic;
}
public ListRemindersResponseBodyModelRemindResponses setDayDesc(String dayDesc) {
this.dayDesc = dayDesc;
return this;
}
public String getDayDesc() {
return this.dayDesc;
}
public ListRemindersResponseBodyModelRemindResponses setRecurrenceRule(ListRemindersResponseBodyModelRemindResponsesRecurrenceRule recurrenceRule) {
this.recurrenceRule = recurrenceRule;
return this;
}
public ListRemindersResponseBodyModelRemindResponsesRecurrenceRule getRecurrenceRule() {
return this.recurrenceRule;
}
public ListRemindersResponseBodyModelRemindResponses setRemindId(Long remindId) {
this.remindId = remindId;
return this;
}
public Long getRemindId() {
return this.remindId;
}
public ListRemindersResponseBodyModelRemindResponses setRemindTime(String remindTime) {
this.remindTime = remindTime;
return this;
}
public String getRemindTime() {
return this.remindTime;
}
public ListRemindersResponseBodyModelRemindResponses setRepeatCount(Integer repeatCount) {
this.repeatCount = repeatCount;
return this;
}
public Integer getRepeatCount() {
return this.repeatCount;
}
public ListRemindersResponseBodyModelRemindResponses setWeek(String week) {
this.week = week;
return this;
}
public String getWeek() {
return this.week;
}
}
public static class ListRemindersResponseBodyModel extends TeaModel {
@NameInMap("RemindResponses")
public java.util.List<ListRemindersResponseBodyModelRemindResponses> remindResponses;
public static ListRemindersResponseBodyModel build(java.util.Map<String, ?> map) throws Exception {
ListRemindersResponseBodyModel self = new ListRemindersResponseBodyModel();
return TeaModel.build(map, self);
}
public ListRemindersResponseBodyModel setRemindResponses(java.util.List<ListRemindersResponseBodyModelRemindResponses> remindResponses) {
this.remindResponses = remindResponses;
return this;
}
public java.util.List<ListRemindersResponseBodyModelRemindResponses> getRemindResponses() {
return this.remindResponses;
}
}
}
|
0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0/models/ListRemindersShrinkRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class ListRemindersShrinkRequest extends TeaModel {
/**
* <p>This parameter is required.</p>
*/
@NameInMap("DeviceInfo")
public String deviceInfoShrink;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("Payload")
public String payloadShrink;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("UserInfo")
public String userInfoShrink;
public static ListRemindersShrinkRequest build(java.util.Map<String, ?> map) throws Exception {
ListRemindersShrinkRequest self = new ListRemindersShrinkRequest();
return TeaModel.build(map, self);
}
public ListRemindersShrinkRequest setDeviceInfoShrink(String deviceInfoShrink) {
this.deviceInfoShrink = deviceInfoShrink;
return this;
}
public String getDeviceInfoShrink() {
return this.deviceInfoShrink;
}
public ListRemindersShrinkRequest setPayloadShrink(String payloadShrink) {
this.payloadShrink = payloadShrink;
return this;
}
public String getPayloadShrink() {
return this.payloadShrink;
}
public ListRemindersShrinkRequest setUserInfoShrink(String userInfoShrink) {
this.userInfoShrink = userInfoShrink;
return this;
}
public String getUserInfoShrink() {
return this.userInfoShrink;
}
}
|
0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0/models/PullCashierHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class PullCashierHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("x-acs-aligenie-access-token")
public String xAcsAligenieAccessToken;
@NameInMap("Authorization")
public String authorization;
public static PullCashierHeaders build(java.util.Map<String, ?> map) throws Exception {
PullCashierHeaders self = new PullCashierHeaders();
return TeaModel.build(map, self);
}
public PullCashierHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public PullCashierHeaders setXAcsAligenieAccessToken(String xAcsAligenieAccessToken) {
this.xAcsAligenieAccessToken = xAcsAligenieAccessToken;
return this;
}
public String getXAcsAligenieAccessToken() {
return this.xAcsAligenieAccessToken;
}
public PullCashierHeaders setAuthorization(String authorization) {
this.authorization = authorization;
return this;
}
public String getAuthorization() {
return this.authorization;
}
}
|
0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0/models/PullCashierRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class PullCashierRequest extends TeaModel {
@NameInMap("DeviceInfo")
public PullCashierRequestDeviceInfo deviceInfo;
@NameInMap("Payload")
public PullCashierRequestPayload payload;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("UserInfo")
public PullCashierRequestUserInfo userInfo;
public static PullCashierRequest build(java.util.Map<String, ?> map) throws Exception {
PullCashierRequest self = new PullCashierRequest();
return TeaModel.build(map, self);
}
public PullCashierRequest setDeviceInfo(PullCashierRequestDeviceInfo deviceInfo) {
this.deviceInfo = deviceInfo;
return this;
}
public PullCashierRequestDeviceInfo getDeviceInfo() {
return this.deviceInfo;
}
public PullCashierRequest setPayload(PullCashierRequestPayload payload) {
this.payload = payload;
return this;
}
public PullCashierRequestPayload getPayload() {
return this.payload;
}
public PullCashierRequest setUserInfo(PullCashierRequestUserInfo userInfo) {
this.userInfo = userInfo;
return this;
}
public PullCashierRequestUserInfo getUserInfo() {
return this.userInfo;
}
public static class PullCashierRequestDeviceInfo extends TeaModel {
/**
* <strong>example:</strong>
* <p>12**45</p>
*/
@NameInMap("EncodeKey")
public String encodeKey;
/**
* <strong>example:</strong>
* <p>PACKAGE_NAME</p>
*/
@NameInMap("EncodeType")
public String encodeType;
/**
* <strong>example:</strong>
* <p>DAFE****ce3ej=</p>
*/
@NameInMap("Id")
public String id;
/**
* <strong>example:</strong>
* <p>OPEN_ID</p>
*/
@NameInMap("IdType")
public String idType;
/**
* <strong>example:</strong>
* <p>1**2</p>
*/
@NameInMap("OrganizationId")
public String organizationId;
public static PullCashierRequestDeviceInfo build(java.util.Map<String, ?> map) throws Exception {
PullCashierRequestDeviceInfo self = new PullCashierRequestDeviceInfo();
return TeaModel.build(map, self);
}
public PullCashierRequestDeviceInfo setEncodeKey(String encodeKey) {
this.encodeKey = encodeKey;
return this;
}
public String getEncodeKey() {
return this.encodeKey;
}
public PullCashierRequestDeviceInfo setEncodeType(String encodeType) {
this.encodeType = encodeType;
return this;
}
public String getEncodeType() {
return this.encodeType;
}
public PullCashierRequestDeviceInfo setId(String id) {
this.id = id;
return this;
}
public String getId() {
return this.id;
}
public PullCashierRequestDeviceInfo setIdType(String idType) {
this.idType = idType;
return this;
}
public String getIdType() {
return this.idType;
}
public PullCashierRequestDeviceInfo setOrganizationId(String organizationId) {
this.organizationId = organizationId;
return this;
}
public String getOrganizationId() {
return this.organizationId;
}
}
public static class PullCashierRequestPayload extends TeaModel {
/**
* <strong>example:</strong>
* <p>731D5F********DC3B</p>
*/
@NameInMap("originUuid")
public String originUuid;
public static PullCashierRequestPayload build(java.util.Map<String, ?> map) throws Exception {
PullCashierRequestPayload self = new PullCashierRequestPayload();
return TeaModel.build(map, self);
}
public PullCashierRequestPayload setOriginUuid(String originUuid) {
this.originUuid = originUuid;
return this;
}
public String getOriginUuid() {
return this.originUuid;
}
}
public static class PullCashierRequestUserInfo extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>12**45</p>
*/
@NameInMap("EncodeKey")
public String encodeKey;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>PACKAGE_NAME</p>
*/
@NameInMap("EncodeType")
public String encodeType;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>HOFF****my7Iw=</p>
*/
@NameInMap("Id")
public String id;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>OPEN_ID</p>
*/
@NameInMap("IdType")
public String idType;
/**
* <strong>example:</strong>
* <p>1**2</p>
*/
@NameInMap("OrganizationId")
public String organizationId;
public static PullCashierRequestUserInfo build(java.util.Map<String, ?> map) throws Exception {
PullCashierRequestUserInfo self = new PullCashierRequestUserInfo();
return TeaModel.build(map, self);
}
public PullCashierRequestUserInfo setEncodeKey(String encodeKey) {
this.encodeKey = encodeKey;
return this;
}
public String getEncodeKey() {
return this.encodeKey;
}
public PullCashierRequestUserInfo setEncodeType(String encodeType) {
this.encodeType = encodeType;
return this;
}
public String getEncodeType() {
return this.encodeType;
}
public PullCashierRequestUserInfo setId(String id) {
this.id = id;
return this;
}
public String getId() {
return this.id;
}
public PullCashierRequestUserInfo setIdType(String idType) {
this.idType = idType;
return this;
}
public String getIdType() {
return this.idType;
}
public PullCashierRequestUserInfo setOrganizationId(String organizationId) {
this.organizationId = organizationId;
return this;
}
public String getOrganizationId() {
return this.organizationId;
}
}
}
|
0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0/models/PullCashierResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class PullCashierResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
@NameInMap("body")
public PullCashierResponseBody body;
public static PullCashierResponse build(java.util.Map<String, ?> map) throws Exception {
PullCashierResponse self = new PullCashierResponse();
return TeaModel.build(map, self);
}
public PullCashierResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public PullCashierResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
public PullCashierResponse setBody(PullCashierResponseBody body) {
this.body = body;
return this;
}
public PullCashierResponseBody getBody() {
return this.body;
}
}
|
0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0/models/PullCashierResponseBody.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class PullCashierResponseBody extends TeaModel {
/**
* <strong>example:</strong>
* <p>0</p>
*/
@NameInMap("RetCode")
public Integer retCode;
@NameInMap("RetMsg")
public String retMsg;
/**
* <strong>example:</strong>
* <p>true</p>
*/
@NameInMap("RetValue")
public Boolean retValue;
public static PullCashierResponseBody build(java.util.Map<String, ?> map) throws Exception {
PullCashierResponseBody self = new PullCashierResponseBody();
return TeaModel.build(map, self);
}
public PullCashierResponseBody setRetCode(Integer retCode) {
this.retCode = retCode;
return this;
}
public Integer getRetCode() {
return this.retCode;
}
public PullCashierResponseBody setRetMsg(String retMsg) {
this.retMsg = retMsg;
return this;
}
public String getRetMsg() {
return this.retMsg;
}
public PullCashierResponseBody setRetValue(Boolean retValue) {
this.retValue = retValue;
return this;
}
public Boolean getRetValue() {
return this.retValue;
}
}
|
0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0/models/PullCashierShrinkRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class PullCashierShrinkRequest extends TeaModel {
@NameInMap("DeviceInfo")
public String deviceInfoShrink;
@NameInMap("Payload")
public String payloadShrink;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("UserInfo")
public String userInfoShrink;
public static PullCashierShrinkRequest build(java.util.Map<String, ?> map) throws Exception {
PullCashierShrinkRequest self = new PullCashierShrinkRequest();
return TeaModel.build(map, self);
}
public PullCashierShrinkRequest setDeviceInfoShrink(String deviceInfoShrink) {
this.deviceInfoShrink = deviceInfoShrink;
return this;
}
public String getDeviceInfoShrink() {
return this.deviceInfoShrink;
}
public PullCashierShrinkRequest setPayloadShrink(String payloadShrink) {
this.payloadShrink = payloadShrink;
return this;
}
public String getPayloadShrink() {
return this.payloadShrink;
}
public PullCashierShrinkRequest setUserInfoShrink(String userInfoShrink) {
this.userInfoShrink = userInfoShrink;
return this;
}
public String getUserInfoShrink() {
return this.userInfoShrink;
}
}
|
0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0/models/PushNotificationsRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class PushNotificationsRequest extends TeaModel {
/**
* <p>This parameter is required.</p>
*/
@NameInMap("NotificationUnicastRequest")
public PushNotificationsRequestNotificationUnicastRequest notificationUnicastRequest;
@NameInMap("TenantInfo")
public PushNotificationsRequestTenantInfo tenantInfo;
public static PushNotificationsRequest build(java.util.Map<String, ?> map) throws Exception {
PushNotificationsRequest self = new PushNotificationsRequest();
return TeaModel.build(map, self);
}
public PushNotificationsRequest setNotificationUnicastRequest(PushNotificationsRequestNotificationUnicastRequest notificationUnicastRequest) {
this.notificationUnicastRequest = notificationUnicastRequest;
return this;
}
public PushNotificationsRequestNotificationUnicastRequest getNotificationUnicastRequest() {
return this.notificationUnicastRequest;
}
public PushNotificationsRequest setTenantInfo(PushNotificationsRequestTenantInfo tenantInfo) {
this.tenantInfo = tenantInfo;
return this;
}
public PushNotificationsRequestTenantInfo getTenantInfo() {
return this.tenantInfo;
}
public static class PushNotificationsRequestNotificationUnicastRequestSendTarget extends TeaModel {
/**
* <strong>example:</strong>
* <p>2VpiDQ6aMjxz******Eo7r6e08oIVZ3fKrm5TyEfY=</p>
*/
@NameInMap("TargetIdentity")
public String targetIdentity;
/**
* <strong>example:</strong>
* <p>DEVICE_OPEN_ID</p>
*/
@NameInMap("TargetType")
public String targetType;
public static PushNotificationsRequestNotificationUnicastRequestSendTarget build(java.util.Map<String, ?> map) throws Exception {
PushNotificationsRequestNotificationUnicastRequestSendTarget self = new PushNotificationsRequestNotificationUnicastRequestSendTarget();
return TeaModel.build(map, self);
}
public PushNotificationsRequestNotificationUnicastRequestSendTarget setTargetIdentity(String targetIdentity) {
this.targetIdentity = targetIdentity;
return this;
}
public String getTargetIdentity() {
return this.targetIdentity;
}
public PushNotificationsRequestNotificationUnicastRequestSendTarget setTargetType(String targetType) {
this.targetType = targetType;
return this;
}
public String getTargetType() {
return this.targetType;
}
}
public static class PushNotificationsRequestNotificationUnicastRequest extends TeaModel {
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>apk包名</p>
*/
@NameInMap("EncodeKey")
public String encodeKey;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>PACKAGE_NAME</p>
*/
@NameInMap("EncodeType")
public String encodeType;
/**
* <strong>example:</strong>
* <p>true</p>
*/
@NameInMap("IsDebug")
public Boolean isDebug;
/**
* <p>This parameter is required.</p>
*
* <strong>example:</strong>
* <p>2iU81*****G9elJ</p>
*/
@NameInMap("MessageTemplateId")
public String messageTemplateId;
/**
* <strong>example:</strong>
* <p>2</p>
*/
@NameInMap("OrganizationId")
public String organizationId;
/**
* <strong>example:</strong>
* <p>{"nick":"张三"}</p>
*/
@NameInMap("PlaceHolder")
public java.util.Map<String, String> placeHolder;
/**
* <p>This parameter is required.</p>
*/
@NameInMap("SendTarget")
public PushNotificationsRequestNotificationUnicastRequestSendTarget sendTarget;
public static PushNotificationsRequestNotificationUnicastRequest build(java.util.Map<String, ?> map) throws Exception {
PushNotificationsRequestNotificationUnicastRequest self = new PushNotificationsRequestNotificationUnicastRequest();
return TeaModel.build(map, self);
}
public PushNotificationsRequestNotificationUnicastRequest setEncodeKey(String encodeKey) {
this.encodeKey = encodeKey;
return this;
}
public String getEncodeKey() {
return this.encodeKey;
}
public PushNotificationsRequestNotificationUnicastRequest setEncodeType(String encodeType) {
this.encodeType = encodeType;
return this;
}
public String getEncodeType() {
return this.encodeType;
}
public PushNotificationsRequestNotificationUnicastRequest setIsDebug(Boolean isDebug) {
this.isDebug = isDebug;
return this;
}
public Boolean getIsDebug() {
return this.isDebug;
}
public PushNotificationsRequestNotificationUnicastRequest setMessageTemplateId(String messageTemplateId) {
this.messageTemplateId = messageTemplateId;
return this;
}
public String getMessageTemplateId() {
return this.messageTemplateId;
}
public PushNotificationsRequestNotificationUnicastRequest setOrganizationId(String organizationId) {
this.organizationId = organizationId;
return this;
}
public String getOrganizationId() {
return this.organizationId;
}
public PushNotificationsRequestNotificationUnicastRequest setPlaceHolder(java.util.Map<String, String> placeHolder) {
this.placeHolder = placeHolder;
return this;
}
public java.util.Map<String, String> getPlaceHolder() {
return this.placeHolder;
}
public PushNotificationsRequestNotificationUnicastRequest setSendTarget(PushNotificationsRequestNotificationUnicastRequestSendTarget sendTarget) {
this.sendTarget = sendTarget;
return this;
}
public PushNotificationsRequestNotificationUnicastRequestSendTarget getSendTarget() {
return this.sendTarget;
}
}
public static class PushNotificationsRequestTenantInfo extends TeaModel {
public static PushNotificationsRequestTenantInfo build(java.util.Map<String, ?> map) throws Exception {
PushNotificationsRequestTenantInfo self = new PushNotificationsRequestTenantInfo();
return TeaModel.build(map, self);
}
}
}
|
0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0/models/PushNotificationsResponse.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class PushNotificationsResponse extends TeaModel {
@NameInMap("headers")
public java.util.Map<String, String> headers;
@NameInMap("statusCode")
public Integer statusCode;
public static PushNotificationsResponse build(java.util.Map<String, ?> map) throws Exception {
PushNotificationsResponse self = new PushNotificationsResponse();
return TeaModel.build(map, self);
}
public PushNotificationsResponse setHeaders(java.util.Map<String, String> headers) {
this.headers = headers;
return this;
}
public java.util.Map<String, String> getHeaders() {
return this.headers;
}
public PushNotificationsResponse setStatusCode(Integer statusCode) {
this.statusCode = statusCode;
return this;
}
public Integer getStatusCode() {
return this.statusCode;
}
}
|
0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0/models/PushNotificationsShrinkRequest.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class PushNotificationsShrinkRequest extends TeaModel {
/**
* <p>This parameter is required.</p>
*/
@NameInMap("NotificationUnicastRequest")
public String notificationUnicastRequestShrink;
@NameInMap("TenantInfo")
public String tenantInfoShrink;
public static PushNotificationsShrinkRequest build(java.util.Map<String, ?> map) throws Exception {
PushNotificationsShrinkRequest self = new PushNotificationsShrinkRequest();
return TeaModel.build(map, self);
}
public PushNotificationsShrinkRequest setNotificationUnicastRequestShrink(String notificationUnicastRequestShrink) {
this.notificationUnicastRequestShrink = notificationUnicastRequestShrink;
return this;
}
public String getNotificationUnicastRequestShrink() {
return this.notificationUnicastRequestShrink;
}
public PushNotificationsShrinkRequest setTenantInfoShrink(String tenantInfoShrink) {
this.tenantInfoShrink = tenantInfoShrink;
return this;
}
public String getTenantInfoShrink() {
return this.tenantInfoShrink;
}
}
|
0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0
|
java-sources/com/aliyun/aligenieiap_1_0/2.0.0/com/aliyun/aligenieiap_1_0/models/SendNotificationsHeaders.java
|
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.aligenieiap_1_0.models;
import com.aliyun.tea.*;
public class SendNotificationsHeaders extends TeaModel {
@NameInMap("commonHeaders")
public java.util.Map<String, String> commonHeaders;
@NameInMap("x-acs-aligenie-access-token")
public String xAcsAligenieAccessToken;
@NameInMap("Authorization")
public String authorization;
public static SendNotificationsHeaders build(java.util.Map<String, ?> map) throws Exception {
SendNotificationsHeaders self = new SendNotificationsHeaders();
return TeaModel.build(map, self);
}
public SendNotificationsHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) {
this.commonHeaders = commonHeaders;
return this;
}
public java.util.Map<String, String> getCommonHeaders() {
return this.commonHeaders;
}
public SendNotificationsHeaders setXAcsAligenieAccessToken(String xAcsAligenieAccessToken) {
this.xAcsAligenieAccessToken = xAcsAligenieAccessToken;
return this;
}
public String getXAcsAligenieAccessToken() {
return this.xAcsAligenieAccessToken;
}
public SendNotificationsHeaders setAuthorization(String authorization) {
this.authorization = authorization;
return this;
}
public String getAuthorization() {
return this.authorization;
}
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.