index
int64
repo_id
string
file_path
string
content
string
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetAlbumDetailByIdRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetAlbumDetailByIdRequest extends TeaModel { /** * <strong>example:</strong> * <p>51999575</p> */ @NameInMap("AlbumId") public String albumId; public static GetAlbumDetailByIdRequest build(java.util.Map<String, ?> map) throws Exception { GetAlbumDetailByIdRequest self = new GetAlbumDetailByIdRequest(); return TeaModel.build(map, self); } public GetAlbumDetailByIdRequest setAlbumId(String albumId) { this.albumId = albumId; return this; } public String getAlbumId() { return this.albumId; } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetAlbumDetailByIdResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetAlbumDetailByIdResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public GetAlbumDetailByIdResponseBody body; public static GetAlbumDetailByIdResponse build(java.util.Map<String, ?> map) throws Exception { GetAlbumDetailByIdResponse self = new GetAlbumDetailByIdResponse(); return TeaModel.build(map, self); } public GetAlbumDetailByIdResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public GetAlbumDetailByIdResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public GetAlbumDetailByIdResponse setBody(GetAlbumDetailByIdResponseBody body) { this.body = body; return this; } public GetAlbumDetailByIdResponseBody getBody() { return this.body; } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetAlbumDetailByIdResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetAlbumDetailByIdResponseBody extends TeaModel { /** * <strong>example:</strong> * <p>200</p> */ @NameInMap("Code") public Integer code; /** * <strong>example:</strong> * <p>success</p> */ @NameInMap("Message") public String message; /** * <strong>example:</strong> * <p>A0B7CACD-485B-14E2-854F-39EACB09E45B</p> */ @NameInMap("RequestId") public String requestId; @NameInMap("Result") public GetAlbumDetailByIdResponseBodyResult result; public static GetAlbumDetailByIdResponseBody build(java.util.Map<String, ?> map) throws Exception { GetAlbumDetailByIdResponseBody self = new GetAlbumDetailByIdResponseBody(); return TeaModel.build(map, self); } public GetAlbumDetailByIdResponseBody setCode(Integer code) { this.code = code; return this; } public Integer getCode() { return this.code; } public GetAlbumDetailByIdResponseBody setMessage(String message) { this.message = message; return this; } public String getMessage() { return this.message; } public GetAlbumDetailByIdResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } public GetAlbumDetailByIdResponseBody setResult(GetAlbumDetailByIdResponseBodyResult result) { this.result = result; return this; } public GetAlbumDetailByIdResponseBodyResult getResult() { return this.result; } public static class GetAlbumDetailByIdResponseBodyResultAlbumContentList extends TeaModel { /** * <strong>example:</strong> * <p>3分24秒</p> */ @NameInMap("Duration") public String duration; /** * <strong>example:</strong> * <p>468009044</p> */ @NameInMap("Id") public String id; /** * <strong>example:</strong> * <p>1000</p> */ @NameInMap("OrderIndex") public String orderIndex; /** * <strong>example:</strong> * <p>001为什么肚子饿时会咕咕叫</p> */ @NameInMap("Title") public String title; public static GetAlbumDetailByIdResponseBodyResultAlbumContentList build(java.util.Map<String, ?> map) throws Exception { GetAlbumDetailByIdResponseBodyResultAlbumContentList self = new GetAlbumDetailByIdResponseBodyResultAlbumContentList(); return TeaModel.build(map, self); } public GetAlbumDetailByIdResponseBodyResultAlbumContentList setDuration(String duration) { this.duration = duration; return this; } public String getDuration() { return this.duration; } public GetAlbumDetailByIdResponseBodyResultAlbumContentList setId(String id) { this.id = id; return this; } public String getId() { return this.id; } public GetAlbumDetailByIdResponseBodyResultAlbumContentList setOrderIndex(String orderIndex) { this.orderIndex = orderIndex; return this; } public String getOrderIndex() { return this.orderIndex; } public GetAlbumDetailByIdResponseBodyResultAlbumContentList setTitle(String title) { this.title = title; return this; } public String getTitle() { return this.title; } } public static class GetAlbumDetailByIdResponseBodyResult extends TeaModel { @NameInMap("AlbumContentList") public java.util.List<GetAlbumDetailByIdResponseBodyResultAlbumContentList> albumContentList; /** * <strong>example:</strong> * <p><a href="https://ailabs.alibabausercontent.com/images/8838/1600839452498.jpg">https://ailabs.alibabausercontent.com/images/8838/1600839452498.jpg</a></p> */ @NameInMap("AlbumCoverUrl") public String albumCoverUrl; /** * <strong>example:</strong> * <p>每次一个百科知识或者故事\n丰富孩子的视野,拓展眼界和知识面,培养和孩子的探究能力和好奇心\n\n</p> */ @NameInMap("AlbumDescription") public String albumDescription; /** * <strong>example:</strong> * <p>51999575</p> */ @NameInMap("AlbumId") public String albumId; /** * <strong>example:</strong> * <p>小科学家探索</p> */ @NameInMap("AlbumTitle") public String albumTitle; public static GetAlbumDetailByIdResponseBodyResult build(java.util.Map<String, ?> map) throws Exception { GetAlbumDetailByIdResponseBodyResult self = new GetAlbumDetailByIdResponseBodyResult(); return TeaModel.build(map, self); } public GetAlbumDetailByIdResponseBodyResult setAlbumContentList(java.util.List<GetAlbumDetailByIdResponseBodyResultAlbumContentList> albumContentList) { this.albumContentList = albumContentList; return this; } public java.util.List<GetAlbumDetailByIdResponseBodyResultAlbumContentList> getAlbumContentList() { return this.albumContentList; } public GetAlbumDetailByIdResponseBodyResult setAlbumCoverUrl(String albumCoverUrl) { this.albumCoverUrl = albumCoverUrl; return this; } public String getAlbumCoverUrl() { return this.albumCoverUrl; } public GetAlbumDetailByIdResponseBodyResult setAlbumDescription(String albumDescription) { this.albumDescription = albumDescription; return this; } public String getAlbumDescription() { return this.albumDescription; } public GetAlbumDetailByIdResponseBodyResult setAlbumId(String albumId) { this.albumId = albumId; return this; } public String getAlbumId() { return this.albumId; } public GetAlbumDetailByIdResponseBodyResult setAlbumTitle(String albumTitle) { this.albumTitle = albumTitle; return this; } public String getAlbumTitle() { return this.albumTitle; } } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetAlbumHeaders.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetAlbumHeaders 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 GetAlbumHeaders build(java.util.Map<String, ?> map) throws Exception { GetAlbumHeaders self = new GetAlbumHeaders(); return TeaModel.build(map, self); } public GetAlbumHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) { this.commonHeaders = commonHeaders; return this; } public java.util.Map<String, String> getCommonHeaders() { return this.commonHeaders; } public GetAlbumHeaders setXAcsAligenieAccessToken(String xAcsAligenieAccessToken) { this.xAcsAligenieAccessToken = xAcsAligenieAccessToken; return this; } public String getXAcsAligenieAccessToken() { return this.xAcsAligenieAccessToken; } public GetAlbumHeaders setAuthorization(String authorization) { this.authorization = authorization; return this; } public String getAuthorization() { return this.authorization; } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetAlbumRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetAlbumRequest extends TeaModel { /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>12343</p> */ @NameInMap("Id") public Long id; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>song</p> */ @NameInMap("Type") public String type; public static GetAlbumRequest build(java.util.Map<String, ?> map) throws Exception { GetAlbumRequest self = new GetAlbumRequest(); return TeaModel.build(map, self); } public GetAlbumRequest setId(Long id) { this.id = id; return this; } public Long getId() { return this.id; } public GetAlbumRequest setType(String type) { this.type = type; return this; } public String getType() { return this.type; } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetAlbumResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetAlbumResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public GetAlbumResponseBody body; public static GetAlbumResponse build(java.util.Map<String, ?> map) throws Exception { GetAlbumResponse self = new GetAlbumResponse(); return TeaModel.build(map, self); } public GetAlbumResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public GetAlbumResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public GetAlbumResponse setBody(GetAlbumResponseBody body) { this.body = body; return this; } public GetAlbumResponseBody getBody() { return this.body; } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetAlbumResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetAlbumResponseBody extends TeaModel { /** * <strong>example:</strong> * <p>200</p> */ @NameInMap("Code") public Integer code; /** * <strong>example:</strong> * <p>F12B6147-5925-19E5-A3AD-E1EE1360F34E</p> */ @NameInMap("RequestId") public String requestId; @NameInMap("Result") public GetAlbumResponseBodyResult result; public static GetAlbumResponseBody build(java.util.Map<String, ?> map) throws Exception { GetAlbumResponseBody self = new GetAlbumResponseBody(); return TeaModel.build(map, self); } public GetAlbumResponseBody setCode(Integer code) { this.code = code; return this; } public Integer getCode() { return this.code; } public GetAlbumResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } public GetAlbumResponseBody setResult(GetAlbumResponseBodyResult result) { this.result = result; return this; } public GetAlbumResponseBodyResult getResult() { return this.result; } public static class GetAlbumResponseBodyResultAuthors extends TeaModel { @NameInMap("AuthorTypes") public java.util.List<String> authorTypes; /** * <strong>example:</strong> * <p>MALE</p> */ @NameInMap("Gender") public String gender; /** * <strong>example:</strong> * <p>13123</p> */ @NameInMap("Id") public Long id; /** * <strong>example:</strong> * <p>false</p> */ @NameInMap("Online") public Boolean online; /** * <strong>example:</strong> * <p>qignting</p> */ @NameInMap("Source") public String source; @NameInMap("Title") public String title; public static GetAlbumResponseBodyResultAuthors build(java.util.Map<String, ?> map) throws Exception { GetAlbumResponseBodyResultAuthors self = new GetAlbumResponseBodyResultAuthors(); return TeaModel.build(map, self); } public GetAlbumResponseBodyResultAuthors setAuthorTypes(java.util.List<String> authorTypes) { this.authorTypes = authorTypes; return this; } public java.util.List<String> getAuthorTypes() { return this.authorTypes; } public GetAlbumResponseBodyResultAuthors setGender(String gender) { this.gender = gender; return this; } public String getGender() { return this.gender; } public GetAlbumResponseBodyResultAuthors setId(Long id) { this.id = id; return this; } public Long getId() { return this.id; } public GetAlbumResponseBodyResultAuthors setOnline(Boolean online) { this.online = online; return this; } public Boolean getOnline() { return this.online; } public GetAlbumResponseBodyResultAuthors setSource(String source) { this.source = source; return this; } public String getSource() { return this.source; } public GetAlbumResponseBodyResultAuthors setTitle(String title) { this.title = title; return this; } public String getTitle() { return this.title; } } public static class GetAlbumResponseBodyResultCover extends TeaModel { /** * <strong>example:</strong> * <p>false</p> */ @NameInMap("CanResize") public Boolean canResize; /** * <strong>example:</strong> * <p><a href="http://pic.qtfm.cn/2017/0207/2017020718285.jpg">http://pic.qtfm.cn/2017/0207/2017020718285.jpg</a></p> */ @NameInMap("Img") public String img; /** * <strong>example:</strong> * <p><a href="http://pic.qtfm.cn/2017/0207/2017020718285.jpg">http://pic.qtfm.cn/2017/0207/2017020718285.jpg</a></p> */ @NameInMap("Large") public String large; /** * <strong>example:</strong> * <p><a href="http://pic.qtfm.cn/2017/0207/2017020718285.jpg">http://pic.qtfm.cn/2017/0207/2017020718285.jpg</a></p> */ @NameInMap("Medium") public String medium; /** * <strong>example:</strong> * <p><a href="http://pic.qtfm.cn/2017/0207/2017020718285.jpg">http://pic.qtfm.cn/2017/0207/2017020718285.jpg</a></p> */ @NameInMap("Small") public String small; public static GetAlbumResponseBodyResultCover build(java.util.Map<String, ?> map) throws Exception { GetAlbumResponseBodyResultCover self = new GetAlbumResponseBodyResultCover(); return TeaModel.build(map, self); } public GetAlbumResponseBodyResultCover setCanResize(Boolean canResize) { this.canResize = canResize; return this; } public Boolean getCanResize() { return this.canResize; } public GetAlbumResponseBodyResultCover setImg(String img) { this.img = img; return this; } public String getImg() { return this.img; } public GetAlbumResponseBodyResultCover setLarge(String large) { this.large = large; return this; } public String getLarge() { return this.large; } public GetAlbumResponseBodyResultCover setMedium(String medium) { this.medium = medium; return this; } public String getMedium() { return this.medium; } public GetAlbumResponseBodyResultCover setSmall(String small) { this.small = small; return this; } public String getSmall() { return this.small; } } public static class GetAlbumResponseBodyResult extends TeaModel { @NameInMap("Alias") public java.util.List<String> alias; /** * <strong>example:</strong> * <p>false</p> */ @NameInMap("Audition") public Boolean audition; @NameInMap("Authors") public java.util.List<GetAlbumResponseBodyResultAuthors> authors; /** * <strong>example:</strong> * <p>audio</p> */ @NameInMap("Category") public String category; /** * <strong>example:</strong> * <p>false</p> */ @NameInMap("Charge") public Boolean charge; /** * <strong>example:</strong> * <p>80012017</p> */ @NameInMap("CommCateId") public Long commCateId; @NameInMap("Cover") public GetAlbumResponseBodyResultCover cover; @NameInMap("Description") public String description; /** * <strong>example:</strong> * <p>FINISHED</p> */ @NameInMap("Finished") public String finished; /** * <strong>example:</strong> * <p>10</p> */ @NameInMap("HotScore") public Double hotScore; /** * <strong>example:</strong> * <p>1231231</p> */ @NameInMap("Id") public Long id; /** * <strong>example:</strong> * <p>ALBUM</p> */ @NameInMap("ItemType") public String itemType; /** * <strong>example:</strong> * <p>23242</p> */ @NameInMap("RawId") public String rawId; /** * <strong>example:</strong> * <p>qignting</p> */ @NameInMap("Source") public String source; @NameInMap("Title") public String title; /** * <strong>example:</strong> * <p>12</p> */ @NameInMap("TotalEpisode") public Integer totalEpisode; /** * <strong>example:</strong> * <p>program</p> */ @NameInMap("Type") public String type; /** * <strong>example:</strong> * <p>VALID</p> */ @NameInMap("Valid") public String valid; public static GetAlbumResponseBodyResult build(java.util.Map<String, ?> map) throws Exception { GetAlbumResponseBodyResult self = new GetAlbumResponseBodyResult(); return TeaModel.build(map, self); } public GetAlbumResponseBodyResult setAlias(java.util.List<String> alias) { this.alias = alias; return this; } public java.util.List<String> getAlias() { return this.alias; } public GetAlbumResponseBodyResult setAudition(Boolean audition) { this.audition = audition; return this; } public Boolean getAudition() { return this.audition; } public GetAlbumResponseBodyResult setAuthors(java.util.List<GetAlbumResponseBodyResultAuthors> authors) { this.authors = authors; return this; } public java.util.List<GetAlbumResponseBodyResultAuthors> getAuthors() { return this.authors; } public GetAlbumResponseBodyResult setCategory(String category) { this.category = category; return this; } public String getCategory() { return this.category; } public GetAlbumResponseBodyResult setCharge(Boolean charge) { this.charge = charge; return this; } public Boolean getCharge() { return this.charge; } public GetAlbumResponseBodyResult setCommCateId(Long commCateId) { this.commCateId = commCateId; return this; } public Long getCommCateId() { return this.commCateId; } public GetAlbumResponseBodyResult setCover(GetAlbumResponseBodyResultCover cover) { this.cover = cover; return this; } public GetAlbumResponseBodyResultCover getCover() { return this.cover; } public GetAlbumResponseBodyResult setDescription(String description) { this.description = description; return this; } public String getDescription() { return this.description; } public GetAlbumResponseBodyResult setFinished(String finished) { this.finished = finished; return this; } public String getFinished() { return this.finished; } public GetAlbumResponseBodyResult setHotScore(Double hotScore) { this.hotScore = hotScore; return this; } public Double getHotScore() { return this.hotScore; } public GetAlbumResponseBodyResult setId(Long id) { this.id = id; return this; } public Long getId() { return this.id; } public GetAlbumResponseBodyResult setItemType(String itemType) { this.itemType = itemType; return this; } public String getItemType() { return this.itemType; } public GetAlbumResponseBodyResult setRawId(String rawId) { this.rawId = rawId; return this; } public String getRawId() { return this.rawId; } public GetAlbumResponseBodyResult setSource(String source) { this.source = source; return this; } public String getSource() { return this.source; } public GetAlbumResponseBodyResult setTitle(String title) { this.title = title; return this; } public String getTitle() { return this.title; } public GetAlbumResponseBodyResult setTotalEpisode(Integer totalEpisode) { this.totalEpisode = totalEpisode; return this; } public Integer getTotalEpisode() { return this.totalEpisode; } public GetAlbumResponseBodyResult setType(String type) { this.type = type; return this; } public String getType() { return this.type; } public GetAlbumResponseBodyResult setValid(String valid) { this.valid = valid; return this; } public String getValid() { return this.valid; } } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetAligenieUserInfoHeaders.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetAligenieUserInfoHeaders 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 GetAligenieUserInfoHeaders build(java.util.Map<String, ?> map) throws Exception { GetAligenieUserInfoHeaders self = new GetAligenieUserInfoHeaders(); return TeaModel.build(map, self); } public GetAligenieUserInfoHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) { this.commonHeaders = commonHeaders; return this; } public java.util.Map<String, String> getCommonHeaders() { return this.commonHeaders; } public GetAligenieUserInfoHeaders setXAcsAligenieAccessToken(String xAcsAligenieAccessToken) { this.xAcsAligenieAccessToken = xAcsAligenieAccessToken; return this; } public String getXAcsAligenieAccessToken() { return this.xAcsAligenieAccessToken; } public GetAligenieUserInfoHeaders setAuthorization(String authorization) { this.authorization = authorization; return this; } public String getAuthorization() { return this.authorization; } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetAligenieUserInfoRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetAligenieUserInfoRequest extends TeaModel { /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>99ce8a70c23a94f8569e1a525bef6e85</p> */ @NameInMap("LoginStateAccessToken") public String loginStateAccessToken; public static GetAligenieUserInfoRequest build(java.util.Map<String, ?> map) throws Exception { GetAligenieUserInfoRequest self = new GetAligenieUserInfoRequest(); return TeaModel.build(map, self); } public GetAligenieUserInfoRequest setLoginStateAccessToken(String loginStateAccessToken) { this.loginStateAccessToken = loginStateAccessToken; return this; } public String getLoginStateAccessToken() { return this.loginStateAccessToken; } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetAligenieUserInfoResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetAligenieUserInfoResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public GetAligenieUserInfoResponseBody body; public static GetAligenieUserInfoResponse build(java.util.Map<String, ?> map) throws Exception { GetAligenieUserInfoResponse self = new GetAligenieUserInfoResponse(); return TeaModel.build(map, self); } public GetAligenieUserInfoResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public GetAligenieUserInfoResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public GetAligenieUserInfoResponse setBody(GetAligenieUserInfoResponseBody body) { this.body = body; return this; } public GetAligenieUserInfoResponseBody getBody() { return this.body; } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetAligenieUserInfoResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetAligenieUserInfoResponseBody extends TeaModel { /** * <strong>example:</strong> * <p>200</p> */ @NameInMap("Code") public Integer code; /** * <strong>example:</strong> * <p>OK</p> */ @NameInMap("Message") public String message; /** * <strong>example:</strong> * <p>73C67BD9-175A-1324-8202-9FAABBB3E6FA</p> */ @NameInMap("RequestId") public String requestId; @NameInMap("Result") public GetAligenieUserInfoResponseBodyResult result; @NameInMap("Success") public Boolean success; public static GetAligenieUserInfoResponseBody build(java.util.Map<String, ?> map) throws Exception { GetAligenieUserInfoResponseBody self = new GetAligenieUserInfoResponseBody(); return TeaModel.build(map, self); } public GetAligenieUserInfoResponseBody setCode(Integer code) { this.code = code; return this; } public Integer getCode() { return this.code; } public GetAligenieUserInfoResponseBody setMessage(String message) { this.message = message; return this; } public String getMessage() { return this.message; } public GetAligenieUserInfoResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } public GetAligenieUserInfoResponseBody setResult(GetAligenieUserInfoResponseBodyResult result) { this.result = result; return this; } public GetAligenieUserInfoResponseBodyResult getResult() { return this.result; } public GetAligenieUserInfoResponseBody setSuccess(Boolean success) { this.success = success; return this; } public Boolean getSuccess() { return this.success; } public static class GetAligenieUserInfoResponseBodyResult extends TeaModel { /** * <strong>example:</strong> * <p>XXX</p> */ @NameInMap("AligenieNickname") public String aligenieNickname; /** * <strong>example:</strong> * <p><a href="http://img.alicdn.com/xxx.jpg">http://img.alicdn.com/xxx.jpg</a></p> */ @NameInMap("Avatar") public String avatar; @NameInMap("Deletable") public Boolean deletable; public static GetAligenieUserInfoResponseBodyResult build(java.util.Map<String, ?> map) throws Exception { GetAligenieUserInfoResponseBodyResult self = new GetAligenieUserInfoResponseBodyResult(); return TeaModel.build(map, self); } public GetAligenieUserInfoResponseBodyResult setAligenieNickname(String aligenieNickname) { this.aligenieNickname = aligenieNickname; return this; } public String getAligenieNickname() { return this.aligenieNickname; } public GetAligenieUserInfoResponseBodyResult setAvatar(String avatar) { this.avatar = avatar; return this; } public String getAvatar() { return this.avatar; } public GetAligenieUserInfoResponseBodyResult setDeletable(Boolean deletable) { this.deletable = deletable; return this; } public Boolean getDeletable() { return this.deletable; } } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetCodeEnhanceHeaders.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetCodeEnhanceHeaders 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 GetCodeEnhanceHeaders build(java.util.Map<String, ?> map) throws Exception { GetCodeEnhanceHeaders self = new GetCodeEnhanceHeaders(); return TeaModel.build(map, self); } public GetCodeEnhanceHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) { this.commonHeaders = commonHeaders; return this; } public java.util.Map<String, String> getCommonHeaders() { return this.commonHeaders; } public GetCodeEnhanceHeaders setXAcsAligenieAccessToken(String xAcsAligenieAccessToken) { this.xAcsAligenieAccessToken = xAcsAligenieAccessToken; return this; } public String getXAcsAligenieAccessToken() { return this.xAcsAligenieAccessToken; } public GetCodeEnhanceHeaders setAuthorization(String authorization) { this.authorization = authorization; return this; } public String getAuthorization() { return this.authorization; } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetCodeEnhanceRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetCodeEnhanceRequest extends TeaModel { /** * <p>This parameter is required.</p> */ @NameInMap("ChannelInfo") public GetCodeEnhanceRequestChannelInfo channelInfo; /** * <p>This parameter is required.</p> */ @NameInMap("UserInfo") public GetCodeEnhanceRequestUserInfo userInfo; public static GetCodeEnhanceRequest build(java.util.Map<String, ?> map) throws Exception { GetCodeEnhanceRequest self = new GetCodeEnhanceRequest(); return TeaModel.build(map, self); } public GetCodeEnhanceRequest setChannelInfo(GetCodeEnhanceRequestChannelInfo channelInfo) { this.channelInfo = channelInfo; return this; } public GetCodeEnhanceRequestChannelInfo getChannelInfo() { return this.channelInfo; } public GetCodeEnhanceRequest setUserInfo(GetCodeEnhanceRequestUserInfo userInfo) { this.userInfo = userInfo; return this; } public GetCodeEnhanceRequestUserInfo getUserInfo() { return this.userInfo; } public static class GetCodeEnhanceRequestChannelInfo extends TeaModel { /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>WeChat、ThirdApp</p> */ @NameInMap("Channel") public String channel; /** * <strong>example:</strong> * <p>{}</p> */ @NameInMap("ExtInfo") public String extInfo; public static GetCodeEnhanceRequestChannelInfo build(java.util.Map<String, ?> map) throws Exception { GetCodeEnhanceRequestChannelInfo self = new GetCodeEnhanceRequestChannelInfo(); return TeaModel.build(map, self); } public GetCodeEnhanceRequestChannelInfo setChannel(String channel) { this.channel = channel; return this; } public String getChannel() { return this.channel; } public GetCodeEnhanceRequestChannelInfo setExtInfo(String extInfo) { this.extInfo = extInfo; return this; } public String getExtInfo() { return this.extInfo; } } public static class GetCodeEnhanceRequestUserInfo extends TeaModel { /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>123</p> */ @NameInMap("EncodeKey") public String encodeKey; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>PROJECT_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</p> */ @NameInMap("OrganizationId") public String organizationId; public static GetCodeEnhanceRequestUserInfo build(java.util.Map<String, ?> map) throws Exception { GetCodeEnhanceRequestUserInfo self = new GetCodeEnhanceRequestUserInfo(); return TeaModel.build(map, self); } public GetCodeEnhanceRequestUserInfo setEncodeKey(String encodeKey) { this.encodeKey = encodeKey; return this; } public String getEncodeKey() { return this.encodeKey; } public GetCodeEnhanceRequestUserInfo setEncodeType(String encodeType) { this.encodeType = encodeType; return this; } public String getEncodeType() { return this.encodeType; } public GetCodeEnhanceRequestUserInfo setId(String id) { this.id = id; return this; } public String getId() { return this.id; } public GetCodeEnhanceRequestUserInfo setIdType(String idType) { this.idType = idType; return this; } public String getIdType() { return this.idType; } public GetCodeEnhanceRequestUserInfo setOrganizationId(String organizationId) { this.organizationId = organizationId; return this; } public String getOrganizationId() { return this.organizationId; } } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetCodeEnhanceResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetCodeEnhanceResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public GetCodeEnhanceResponseBody body; public static GetCodeEnhanceResponse build(java.util.Map<String, ?> map) throws Exception { GetCodeEnhanceResponse self = new GetCodeEnhanceResponse(); return TeaModel.build(map, self); } public GetCodeEnhanceResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public GetCodeEnhanceResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public GetCodeEnhanceResponse setBody(GetCodeEnhanceResponseBody body) { this.body = body; return this; } public GetCodeEnhanceResponseBody getBody() { return this.body; } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetCodeEnhanceResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetCodeEnhanceResponseBody extends TeaModel { /** * <strong>example:</strong> * <p>200</p> */ @NameInMap("Code") public Integer code; /** * <strong>example:</strong> * <p>success</p> */ @NameInMap("Message") public String message; /** * <strong>example:</strong> * <p>0EC7*726E</p> */ @NameInMap("RequestId") public String requestId; /** * <strong>example:</strong> * <p>Aexfgc</p> */ @NameInMap("Result") public String result; public static GetCodeEnhanceResponseBody build(java.util.Map<String, ?> map) throws Exception { GetCodeEnhanceResponseBody self = new GetCodeEnhanceResponseBody(); return TeaModel.build(map, self); } public GetCodeEnhanceResponseBody setCode(Integer code) { this.code = code; return this; } public Integer getCode() { return this.code; } public GetCodeEnhanceResponseBody setMessage(String message) { this.message = message; return this; } public String getMessage() { return this.message; } public GetCodeEnhanceResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } public GetCodeEnhanceResponseBody setResult(String result) { this.result = result; return this; } public String getResult() { return this.result; } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetCodeEnhanceShrinkRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetCodeEnhanceShrinkRequest extends TeaModel { /** * <p>This parameter is required.</p> */ @NameInMap("ChannelInfo") public String channelInfoShrink; /** * <p>This parameter is required.</p> */ @NameInMap("UserInfo") public String userInfoShrink; public static GetCodeEnhanceShrinkRequest build(java.util.Map<String, ?> map) throws Exception { GetCodeEnhanceShrinkRequest self = new GetCodeEnhanceShrinkRequest(); return TeaModel.build(map, self); } public GetCodeEnhanceShrinkRequest setChannelInfoShrink(String channelInfoShrink) { this.channelInfoShrink = channelInfoShrink; return this; } public String getChannelInfoShrink() { return this.channelInfoShrink; } public GetCodeEnhanceShrinkRequest setUserInfoShrink(String userInfoShrink) { this.userInfoShrink = userInfoShrink; return this; } public String getUserInfoShrink() { return this.userInfoShrink; } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetContentHeaders.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetContentHeaders 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 GetContentHeaders build(java.util.Map<String, ?> map) throws Exception { GetContentHeaders self = new GetContentHeaders(); return TeaModel.build(map, self); } public GetContentHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) { this.commonHeaders = commonHeaders; return this; } public java.util.Map<String, String> getCommonHeaders() { return this.commonHeaders; } public GetContentHeaders setXAcsAligenieAccessToken(String xAcsAligenieAccessToken) { this.xAcsAligenieAccessToken = xAcsAligenieAccessToken; return this; } public String getXAcsAligenieAccessToken() { return this.xAcsAligenieAccessToken; } public GetContentHeaders setAuthorization(String authorization) { this.authorization = authorization; return this; } public String getAuthorization() { return this.authorization; } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetContentRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetContentRequest extends TeaModel { /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>123123</p> */ @NameInMap("Id") public Long id; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>song</p> */ @NameInMap("Type") public String type; public static GetContentRequest build(java.util.Map<String, ?> map) throws Exception { GetContentRequest self = new GetContentRequest(); return TeaModel.build(map, self); } public GetContentRequest setId(Long id) { this.id = id; return this; } public Long getId() { return this.id; } public GetContentRequest setType(String type) { this.type = type; return this; } public String getType() { return this.type; } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetContentResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetContentResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public GetContentResponseBody body; public static GetContentResponse build(java.util.Map<String, ?> map) throws Exception { GetContentResponse self = new GetContentResponse(); return TeaModel.build(map, self); } public GetContentResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public GetContentResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public GetContentResponse setBody(GetContentResponseBody body) { this.body = body; return this; } public GetContentResponseBody getBody() { return this.body; } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetContentResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetContentResponseBody extends TeaModel { /** * <strong>example:</strong> * <p>200</p> */ @NameInMap("Code") public Integer code; /** * <strong>example:</strong> * <p>success</p> */ @NameInMap("Message") public String message; /** * <strong>example:</strong> * <p>F12B6147-5925-19E5-A3AD-E1EE1360F34E</p> */ @NameInMap("RequestId") public String requestId; @NameInMap("Result") public GetContentResponseBodyResult result; public static GetContentResponseBody build(java.util.Map<String, ?> map) throws Exception { GetContentResponseBody self = new GetContentResponseBody(); return TeaModel.build(map, self); } public GetContentResponseBody setCode(Integer code) { this.code = code; return this; } public Integer getCode() { return this.code; } public GetContentResponseBody setMessage(String message) { this.message = message; return this; } public String getMessage() { return this.message; } public GetContentResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } public GetContentResponseBody setResult(GetContentResponseBodyResult result) { this.result = result; return this; } public GetContentResponseBodyResult getResult() { return this.result; } public static class GetContentResponseBodyResultAuthors extends TeaModel { @NameInMap("AuthorTypes") public java.util.List<String> authorTypes; /** * <strong>example:</strong> * <p>MALE</p> */ @NameInMap("Gender") public String gender; /** * <strong>example:</strong> * <p>123123</p> */ @NameInMap("Id") public Long id; /** * <strong>example:</strong> * <p>false</p> */ @NameInMap("Online") public Boolean online; /** * <strong>example:</strong> * <p>qingting</p> */ @NameInMap("Source") public String source; @NameInMap("Title") public String title; public static GetContentResponseBodyResultAuthors build(java.util.Map<String, ?> map) throws Exception { GetContentResponseBodyResultAuthors self = new GetContentResponseBodyResultAuthors(); return TeaModel.build(map, self); } public GetContentResponseBodyResultAuthors setAuthorTypes(java.util.List<String> authorTypes) { this.authorTypes = authorTypes; return this; } public java.util.List<String> getAuthorTypes() { return this.authorTypes; } public GetContentResponseBodyResultAuthors setGender(String gender) { this.gender = gender; return this; } public String getGender() { return this.gender; } public GetContentResponseBodyResultAuthors setId(Long id) { this.id = id; return this; } public Long getId() { return this.id; } public GetContentResponseBodyResultAuthors setOnline(Boolean online) { this.online = online; return this; } public Boolean getOnline() { return this.online; } public GetContentResponseBodyResultAuthors setSource(String source) { this.source = source; return this; } public String getSource() { return this.source; } public GetContentResponseBodyResultAuthors setTitle(String title) { this.title = title; return this; } public String getTitle() { return this.title; } } public static class GetContentResponseBodyResultCover extends TeaModel { /** * <strong>example:</strong> * <p>false</p> */ @NameInMap("CanResize") public Boolean canResize; /** * <strong>example:</strong> * <p><a href="http://pic.qtfm.cn/2017/0207/2017020718285.jpg">http://pic.qtfm.cn/2017/0207/2017020718285.jpg</a></p> */ @NameInMap("Img") public String img; /** * <strong>example:</strong> * <p><a href="http://pic.qtfm.cn/2017/0207/2017020718285.jpg">http://pic.qtfm.cn/2017/0207/2017020718285.jpg</a></p> */ @NameInMap("Large") public String large; /** * <strong>example:</strong> * <p><a href="http://pic.qtfm.cn/2017/0207/2017020718285.jpg">http://pic.qtfm.cn/2017/0207/2017020718285.jpg</a></p> */ @NameInMap("Medium") public String medium; /** * <strong>example:</strong> * <p><a href="http://pic.qtfm.cn/2017/0207/2017020718285.jpg">http://pic.qtfm.cn/2017/0207/2017020718285.jpg</a></p> */ @NameInMap("Small") public String small; public static GetContentResponseBodyResultCover build(java.util.Map<String, ?> map) throws Exception { GetContentResponseBodyResultCover self = new GetContentResponseBodyResultCover(); return TeaModel.build(map, self); } public GetContentResponseBodyResultCover setCanResize(Boolean canResize) { this.canResize = canResize; return this; } public Boolean getCanResize() { return this.canResize; } public GetContentResponseBodyResultCover setImg(String img) { this.img = img; return this; } public String getImg() { return this.img; } public GetContentResponseBodyResultCover setLarge(String large) { this.large = large; return this; } public String getLarge() { return this.large; } public GetContentResponseBodyResultCover setMedium(String medium) { this.medium = medium; return this; } public String getMedium() { return this.medium; } public GetContentResponseBodyResultCover setSmall(String small) { this.small = small; return this; } public String getSmall() { return this.small; } } public static class GetContentResponseBodyResult extends TeaModel { /** * <strong>example:</strong> * <p>1231</p> */ @NameInMap("AlbumId") public String albumId; @NameInMap("Alias") public java.util.List<String> alias; /** * <strong>example:</strong> * <p>false</p> */ @NameInMap("Audition") public Boolean audition; @NameInMap("Authors") public java.util.List<GetContentResponseBodyResultAuthors> authors; /** * <strong>example:</strong> * <p>audio</p> */ @NameInMap("Category") public String category; /** * <strong>example:</strong> * <p>false</p> */ @NameInMap("Charge") public Boolean charge; /** * <strong>example:</strong> * <p>80012017</p> */ @NameInMap("CommCateId") public Long commCateId; @NameInMap("Cover") public GetContentResponseBodyResultCover cover; @NameInMap("Description") public String description; /** * <strong>example:</strong> * <p>180</p> */ @NameInMap("Duration") public Long duration; @NameInMap("HotScore") public Double hotScore; /** * <strong>example:</strong> * <p>13597709</p> */ @NameInMap("Id") public Long id; /** * <strong>example:</strong> * <p>ALBUM</p> */ @NameInMap("ItemType") public String itemType; /** * <strong>example:</strong> * <p><a href="http://1231.lrc">http://1231.lrc</a></p> */ @NameInMap("Lyric") public String lyric; /** * <strong>example:</strong> * <p>1231231</p> */ @NameInMap("RawId") public String rawId; /** * <strong>example:</strong> * <p>qingting</p> */ @NameInMap("Source") public String source; @NameInMap("Styles") public java.util.List<String> styles; @NameInMap("Title") public String title; /** * <strong>example:</strong> * <p>program</p> */ @NameInMap("Type") public String type; /** * <strong>example:</strong> * <p>VALID</p> */ @NameInMap("Valid") public String valid; public static GetContentResponseBodyResult build(java.util.Map<String, ?> map) throws Exception { GetContentResponseBodyResult self = new GetContentResponseBodyResult(); return TeaModel.build(map, self); } public GetContentResponseBodyResult setAlbumId(String albumId) { this.albumId = albumId; return this; } public String getAlbumId() { return this.albumId; } public GetContentResponseBodyResult setAlias(java.util.List<String> alias) { this.alias = alias; return this; } public java.util.List<String> getAlias() { return this.alias; } public GetContentResponseBodyResult setAudition(Boolean audition) { this.audition = audition; return this; } public Boolean getAudition() { return this.audition; } public GetContentResponseBodyResult setAuthors(java.util.List<GetContentResponseBodyResultAuthors> authors) { this.authors = authors; return this; } public java.util.List<GetContentResponseBodyResultAuthors> getAuthors() { return this.authors; } public GetContentResponseBodyResult setCategory(String category) { this.category = category; return this; } public String getCategory() { return this.category; } public GetContentResponseBodyResult setCharge(Boolean charge) { this.charge = charge; return this; } public Boolean getCharge() { return this.charge; } public GetContentResponseBodyResult setCommCateId(Long commCateId) { this.commCateId = commCateId; return this; } public Long getCommCateId() { return this.commCateId; } public GetContentResponseBodyResult setCover(GetContentResponseBodyResultCover cover) { this.cover = cover; return this; } public GetContentResponseBodyResultCover getCover() { return this.cover; } public GetContentResponseBodyResult setDescription(String description) { this.description = description; return this; } public String getDescription() { return this.description; } public GetContentResponseBodyResult setDuration(Long duration) { this.duration = duration; return this; } public Long getDuration() { return this.duration; } public GetContentResponseBodyResult setHotScore(Double hotScore) { this.hotScore = hotScore; return this; } public Double getHotScore() { return this.hotScore; } public GetContentResponseBodyResult setId(Long id) { this.id = id; return this; } public Long getId() { return this.id; } public GetContentResponseBodyResult setItemType(String itemType) { this.itemType = itemType; return this; } public String getItemType() { return this.itemType; } public GetContentResponseBodyResult setLyric(String lyric) { this.lyric = lyric; return this; } public String getLyric() { return this.lyric; } public GetContentResponseBodyResult setRawId(String rawId) { this.rawId = rawId; return this; } public String getRawId() { return this.rawId; } public GetContentResponseBodyResult setSource(String source) { this.source = source; return this; } public String getSource() { return this.source; } public GetContentResponseBodyResult setStyles(java.util.List<String> styles) { this.styles = styles; return this; } public java.util.List<String> getStyles() { return this.styles; } public GetContentResponseBodyResult setTitle(String title) { this.title = title; return this; } public String getTitle() { return this.title; } public GetContentResponseBodyResult setType(String type) { this.type = type; return this; } public String getType() { return this.type; } public GetContentResponseBodyResult setValid(String valid) { this.valid = valid; return this; } public String getValid() { return this.valid; } } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetCurrentPlayingItemHeaders.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetCurrentPlayingItemHeaders 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 GetCurrentPlayingItemHeaders build(java.util.Map<String, ?> map) throws Exception { GetCurrentPlayingItemHeaders self = new GetCurrentPlayingItemHeaders(); return TeaModel.build(map, self); } public GetCurrentPlayingItemHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) { this.commonHeaders = commonHeaders; return this; } public java.util.Map<String, String> getCommonHeaders() { return this.commonHeaders; } public GetCurrentPlayingItemHeaders setXAcsAligenieAccessToken(String xAcsAligenieAccessToken) { this.xAcsAligenieAccessToken = xAcsAligenieAccessToken; return this; } public String getXAcsAligenieAccessToken() { return this.xAcsAligenieAccessToken; } public GetCurrentPlayingItemHeaders setAuthorization(String authorization) { this.authorization = authorization; return this; } public String getAuthorization() { return this.authorization; } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetCurrentPlayingItemRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetCurrentPlayingItemRequest extends TeaModel { /** * <p>This parameter is required.</p> */ @NameInMap("DeviceInfo") public GetCurrentPlayingItemRequestDeviceInfo deviceInfo; /** * <p>This parameter is required.</p> */ @NameInMap("UserInfo") public GetCurrentPlayingItemRequestUserInfo userInfo; public static GetCurrentPlayingItemRequest build(java.util.Map<String, ?> map) throws Exception { GetCurrentPlayingItemRequest self = new GetCurrentPlayingItemRequest(); return TeaModel.build(map, self); } public GetCurrentPlayingItemRequest setDeviceInfo(GetCurrentPlayingItemRequestDeviceInfo deviceInfo) { this.deviceInfo = deviceInfo; return this; } public GetCurrentPlayingItemRequestDeviceInfo getDeviceInfo() { return this.deviceInfo; } public GetCurrentPlayingItemRequest setUserInfo(GetCurrentPlayingItemRequestUserInfo userInfo) { this.userInfo = userInfo; return this; } public GetCurrentPlayingItemRequestUserInfo getUserInfo() { return this.userInfo; } public static class GetCurrentPlayingItemRequestDeviceInfo extends TeaModel { /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>123</p> */ @NameInMap("EncodeKey") public String encodeKey; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>PROJECT_ID</p> */ @NameInMap("EncodeType") public String encodeType; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>rV/XSgPuxZjx/hN3iw8U+e8ouRjKOX95tn1a0kwb2+Ao6Q1CAxASJUZDWtlk1r43LWcVW6fvY1Rr4sEPFodpnA==</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>123</p> */ @NameInMap("OrganizationId") public String organizationId; public static GetCurrentPlayingItemRequestDeviceInfo build(java.util.Map<String, ?> map) throws Exception { GetCurrentPlayingItemRequestDeviceInfo self = new GetCurrentPlayingItemRequestDeviceInfo(); return TeaModel.build(map, self); } public GetCurrentPlayingItemRequestDeviceInfo setEncodeKey(String encodeKey) { this.encodeKey = encodeKey; return this; } public String getEncodeKey() { return this.encodeKey; } public GetCurrentPlayingItemRequestDeviceInfo setEncodeType(String encodeType) { this.encodeType = encodeType; return this; } public String getEncodeType() { return this.encodeType; } public GetCurrentPlayingItemRequestDeviceInfo setId(String id) { this.id = id; return this; } public String getId() { return this.id; } public GetCurrentPlayingItemRequestDeviceInfo setIdType(String idType) { this.idType = idType; return this; } public String getIdType() { return this.idType; } public GetCurrentPlayingItemRequestDeviceInfo setOrganizationId(String organizationId) { this.organizationId = organizationId; return this; } public String getOrganizationId() { return this.organizationId; } } public static class GetCurrentPlayingItemRequestUserInfo extends TeaModel { /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>123</p> */ @NameInMap("EncodeKey") public String encodeKey; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>PROJECT_ID</p> */ @NameInMap("EncodeType") public String encodeType; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>rV/XSgPuxZjx/hN3iw8U+e8ouRjKOX95tn1a0kwb2+Ao6Q1CAxASJUZDWtlk1r43LWcVW6fvY1Rr4sEPFodpnA==</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>123</p> */ @NameInMap("OrganizationId") public String organizationId; public static GetCurrentPlayingItemRequestUserInfo build(java.util.Map<String, ?> map) throws Exception { GetCurrentPlayingItemRequestUserInfo self = new GetCurrentPlayingItemRequestUserInfo(); return TeaModel.build(map, self); } public GetCurrentPlayingItemRequestUserInfo setEncodeKey(String encodeKey) { this.encodeKey = encodeKey; return this; } public String getEncodeKey() { return this.encodeKey; } public GetCurrentPlayingItemRequestUserInfo setEncodeType(String encodeType) { this.encodeType = encodeType; return this; } public String getEncodeType() { return this.encodeType; } public GetCurrentPlayingItemRequestUserInfo setId(String id) { this.id = id; return this; } public String getId() { return this.id; } public GetCurrentPlayingItemRequestUserInfo setIdType(String idType) { this.idType = idType; return this; } public String getIdType() { return this.idType; } public GetCurrentPlayingItemRequestUserInfo setOrganizationId(String organizationId) { this.organizationId = organizationId; return this; } public String getOrganizationId() { return this.organizationId; } } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetCurrentPlayingItemResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetCurrentPlayingItemResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public GetCurrentPlayingItemResponseBody body; public static GetCurrentPlayingItemResponse build(java.util.Map<String, ?> map) throws Exception { GetCurrentPlayingItemResponse self = new GetCurrentPlayingItemResponse(); return TeaModel.build(map, self); } public GetCurrentPlayingItemResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public GetCurrentPlayingItemResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public GetCurrentPlayingItemResponse setBody(GetCurrentPlayingItemResponseBody body) { this.body = body; return this; } public GetCurrentPlayingItemResponseBody getBody() { return this.body; } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetCurrentPlayingItemResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetCurrentPlayingItemResponseBody extends TeaModel { /** * <strong>example:</strong> * <p>200</p> */ @NameInMap("Code") public Integer code; /** * <strong>example:</strong> * <p>success</p> */ @NameInMap("Message") public String message; /** * <strong>example:</strong> * <p>10002398812</p> */ @NameInMap("RequestId") public String requestId; @NameInMap("Result") public GetCurrentPlayingItemResponseBodyResult result; /** * <strong>example:</strong> * <p>true</p> */ @NameInMap("Success") public String success; public static GetCurrentPlayingItemResponseBody build(java.util.Map<String, ?> map) throws Exception { GetCurrentPlayingItemResponseBody self = new GetCurrentPlayingItemResponseBody(); return TeaModel.build(map, self); } public GetCurrentPlayingItemResponseBody setCode(Integer code) { this.code = code; return this; } public Integer getCode() { return this.code; } public GetCurrentPlayingItemResponseBody setMessage(String message) { this.message = message; return this; } public String getMessage() { return this.message; } public GetCurrentPlayingItemResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } public GetCurrentPlayingItemResponseBody setResult(GetCurrentPlayingItemResponseBodyResult result) { this.result = result; return this; } public GetCurrentPlayingItemResponseBodyResult getResult() { return this.result; } public GetCurrentPlayingItemResponseBody setSuccess(String success) { this.success = success; return this; } public String getSuccess() { return this.success; } public static class GetCurrentPlayingItemResponseBodyResultCover extends TeaModel { /** * <strong>example:</strong> * <p>false</p> */ @NameInMap("CanResize") public Boolean canResize; /** * <strong>example:</strong> * <p><a href="http://imgopen.xmcdn.com/group58/M06/08/9B/wKgLglzTyTjiOy0oAAcOTv16ohg815.jpg!op_type=3&columns=640&rows=640">http://imgopen.xmcdn.com/group58/M06/08/9B/wKgLglzTyTjiOy0oAAcOTv16ohg815.jpg!op_type=3&amp;columns=640&amp;rows=640</a></p> */ @NameInMap("Img") public String img; /** * <strong>example:</strong> * <p><a href="http://imgopen.xmcdn.com/group58/M06/08/9B/wKgLglzTyTjiOy0oAAcOTv16ohg815.jpg!op_type=3&columns=640&rows=640">http://imgopen.xmcdn.com/group58/M06/08/9B/wKgLglzTyTjiOy0oAAcOTv16ohg815.jpg!op_type=3&amp;columns=640&amp;rows=640</a></p> */ @NameInMap("Large") public String large; /** * <strong>example:</strong> * <p><a href="http://imgopen.xmcdn.com/group58/M06/08/9B/wKgLglzTyTjiOy0oAAcOTv16ohg815.jpg!op_type=3&columns=640&rows=640">http://imgopen.xmcdn.com/group58/M06/08/9B/wKgLglzTyTjiOy0oAAcOTv16ohg815.jpg!op_type=3&amp;columns=640&amp;rows=640</a></p> */ @NameInMap("Mediam") public String mediam; /** * <strong>example:</strong> * <p><a href="http://imgopen.xmcdn.com/group58/M06/08/9B/wKgLglzTyTjiOy0oAAcOTv16ohg815.jpg!op_type=3&columns=640&rows=640">http://imgopen.xmcdn.com/group58/M06/08/9B/wKgLglzTyTjiOy0oAAcOTv16ohg815.jpg!op_type=3&amp;columns=640&amp;rows=640</a></p> */ @NameInMap("Medium") public String medium; /** * <strong>example:</strong> * <p><a href="http://imgopen.xmcdn.com/group58/M06/08/9B/wKgLglzTyTjiOy0oAAcOTv16ohg815.jpg!op_type=3&columns=640&rows=640">http://imgopen.xmcdn.com/group58/M06/08/9B/wKgLglzTyTjiOy0oAAcOTv16ohg815.jpg!op_type=3&amp;columns=640&amp;rows=640</a></p> */ @NameInMap("Small") public String small; public static GetCurrentPlayingItemResponseBodyResultCover build(java.util.Map<String, ?> map) throws Exception { GetCurrentPlayingItemResponseBodyResultCover self = new GetCurrentPlayingItemResponseBodyResultCover(); return TeaModel.build(map, self); } public GetCurrentPlayingItemResponseBodyResultCover setCanResize(Boolean canResize) { this.canResize = canResize; return this; } public Boolean getCanResize() { return this.canResize; } public GetCurrentPlayingItemResponseBodyResultCover setImg(String img) { this.img = img; return this; } public String getImg() { return this.img; } public GetCurrentPlayingItemResponseBodyResultCover setLarge(String large) { this.large = large; return this; } public String getLarge() { return this.large; } public GetCurrentPlayingItemResponseBodyResultCover setMediam(String mediam) { this.mediam = mediam; return this; } public String getMediam() { return this.mediam; } public GetCurrentPlayingItemResponseBodyResultCover setMedium(String medium) { this.medium = medium; return this; } public String getMedium() { return this.medium; } public GetCurrentPlayingItemResponseBodyResultCover setSmall(String small) { this.small = small; return this; } public String getSmall() { return this.small; } } public static class GetCurrentPlayingItemResponseBodyResult extends TeaModel { @NameInMap("AlbumName") public String albumName; /** * <strong>example:</strong> * <p>260744</p> */ @NameInMap("AlbumRawId") public String albumRawId; /** * <strong>example:</strong> * <p>190</p> */ @NameInMap("AudioLength") public Integer audioLength; /** * <strong>example:</strong> * <p>0</p> */ @NameInMap("Copyright") public Integer copyright; @NameInMap("Cover") public GetCurrentPlayingItemResponseBodyResultCover cover; /** * <strong>example:</strong> * <p>1</p> */ @NameInMap("DefaultPlayOrder") public Integer defaultPlayOrder; /** * <strong>example:</strong> * <p><a href="https://openaudio.cos.tx.xmcdn.com/storages/587f-audiofreehighqps/15/CE/GKwRIJIGnb11ABc6SwF59DNb.mp3">https://openaudio.cos.tx.xmcdn.com/storages/587f-audiofreehighqps/15/CE/GKwRIJIGnb11ABc6SwF59DNb.mp3</a></p> */ @NameInMap("ItemUrl") public String itemUrl; /** * <strong>example:</strong> * <p>false</p> */ @NameInMap("Liked") public String liked; /** * <strong>example:</strong> * <p><a href="https://aicontent.alibabausercontent.com/lyric/thirdsource/6f4c8408073db134b0d097c122b5a1a1.lrc">https://aicontent.alibabausercontent.com/lyric/thirdsource/6f4c8408073db134b0d097c122b5a1a1.lrc</a></p> */ @NameInMap("LyricUrl") public String lyricUrl; /** * <strong>example:</strong> * <p>Repeat</p> */ @NameInMap("PlayMode") public String playMode; /** * <strong>example:</strong> * <p>0</p> */ @NameInMap("Pos") public Integer pos; /** * <strong>example:</strong> * <p>0</p> */ @NameInMap("Progress") public Integer progress; /** * <strong>example:</strong> * <p>550144364</p> */ @NameInMap("RawId") public String rawId; @NameInMap("Singer") public String singer; /** * <strong>example:</strong> * <p>ximalayav2</p> */ @NameInMap("Source") public String source; @NameInMap("Title") public String title; /** * <strong>example:</strong> * <p>story</p> */ @NameInMap("Type") public String type; /** * <strong>example:</strong> * <p>VALID</p> */ @NameInMap("Valid") public String valid; public static GetCurrentPlayingItemResponseBodyResult build(java.util.Map<String, ?> map) throws Exception { GetCurrentPlayingItemResponseBodyResult self = new GetCurrentPlayingItemResponseBodyResult(); return TeaModel.build(map, self); } public GetCurrentPlayingItemResponseBodyResult setAlbumName(String albumName) { this.albumName = albumName; return this; } public String getAlbumName() { return this.albumName; } public GetCurrentPlayingItemResponseBodyResult setAlbumRawId(String albumRawId) { this.albumRawId = albumRawId; return this; } public String getAlbumRawId() { return this.albumRawId; } public GetCurrentPlayingItemResponseBodyResult setAudioLength(Integer audioLength) { this.audioLength = audioLength; return this; } public Integer getAudioLength() { return this.audioLength; } public GetCurrentPlayingItemResponseBodyResult setCopyright(Integer copyright) { this.copyright = copyright; return this; } public Integer getCopyright() { return this.copyright; } public GetCurrentPlayingItemResponseBodyResult setCover(GetCurrentPlayingItemResponseBodyResultCover cover) { this.cover = cover; return this; } public GetCurrentPlayingItemResponseBodyResultCover getCover() { return this.cover; } public GetCurrentPlayingItemResponseBodyResult setDefaultPlayOrder(Integer defaultPlayOrder) { this.defaultPlayOrder = defaultPlayOrder; return this; } public Integer getDefaultPlayOrder() { return this.defaultPlayOrder; } public GetCurrentPlayingItemResponseBodyResult setItemUrl(String itemUrl) { this.itemUrl = itemUrl; return this; } public String getItemUrl() { return this.itemUrl; } public GetCurrentPlayingItemResponseBodyResult setLiked(String liked) { this.liked = liked; return this; } public String getLiked() { return this.liked; } public GetCurrentPlayingItemResponseBodyResult setLyricUrl(String lyricUrl) { this.lyricUrl = lyricUrl; return this; } public String getLyricUrl() { return this.lyricUrl; } public GetCurrentPlayingItemResponseBodyResult setPlayMode(String playMode) { this.playMode = playMode; return this; } public String getPlayMode() { return this.playMode; } public GetCurrentPlayingItemResponseBodyResult setPos(Integer pos) { this.pos = pos; return this; } public Integer getPos() { return this.pos; } public GetCurrentPlayingItemResponseBodyResult setProgress(Integer progress) { this.progress = progress; return this; } public Integer getProgress() { return this.progress; } public GetCurrentPlayingItemResponseBodyResult setRawId(String rawId) { this.rawId = rawId; return this; } public String getRawId() { return this.rawId; } public GetCurrentPlayingItemResponseBodyResult setSinger(String singer) { this.singer = singer; return this; } public String getSinger() { return this.singer; } public GetCurrentPlayingItemResponseBodyResult setSource(String source) { this.source = source; return this; } public String getSource() { return this.source; } public GetCurrentPlayingItemResponseBodyResult setTitle(String title) { this.title = title; return this; } public String getTitle() { return this.title; } public GetCurrentPlayingItemResponseBodyResult setType(String type) { this.type = type; return this; } public String getType() { return this.type; } public GetCurrentPlayingItemResponseBodyResult setValid(String valid) { this.valid = valid; return this; } public String getValid() { return this.valid; } } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetCurrentPlayingItemShrinkRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetCurrentPlayingItemShrinkRequest 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 GetCurrentPlayingItemShrinkRequest build(java.util.Map<String, ?> map) throws Exception { GetCurrentPlayingItemShrinkRequest self = new GetCurrentPlayingItemShrinkRequest(); return TeaModel.build(map, self); } public GetCurrentPlayingItemShrinkRequest setDeviceInfoShrink(String deviceInfoShrink) { this.deviceInfoShrink = deviceInfoShrink; return this; } public String getDeviceInfoShrink() { return this.deviceInfoShrink; } public GetCurrentPlayingItemShrinkRequest setUserInfoShrink(String userInfoShrink) { this.userInfoShrink = userInfoShrink; return this; } public String getUserInfoShrink() { return this.userInfoShrink; } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetCurrentPlayingListHeaders.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetCurrentPlayingListHeaders 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 GetCurrentPlayingListHeaders build(java.util.Map<String, ?> map) throws Exception { GetCurrentPlayingListHeaders self = new GetCurrentPlayingListHeaders(); return TeaModel.build(map, self); } public GetCurrentPlayingListHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) { this.commonHeaders = commonHeaders; return this; } public java.util.Map<String, String> getCommonHeaders() { return this.commonHeaders; } public GetCurrentPlayingListHeaders setXAcsAligenieAccessToken(String xAcsAligenieAccessToken) { this.xAcsAligenieAccessToken = xAcsAligenieAccessToken; return this; } public String getXAcsAligenieAccessToken() { return this.xAcsAligenieAccessToken; } public GetCurrentPlayingListHeaders setAuthorization(String authorization) { this.authorization = authorization; return this; } public String getAuthorization() { return this.authorization; } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetCurrentPlayingListRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetCurrentPlayingListRequest extends TeaModel { /** * <p>This parameter is required.</p> */ @NameInMap("DeviceInfo") public GetCurrentPlayingListRequestDeviceInfo deviceInfo; /** * <p>This parameter is required.</p> */ @NameInMap("OpenQueryPlayListRequest") public GetCurrentPlayingListRequestOpenQueryPlayListRequest openQueryPlayListRequest; /** * <p>This parameter is required.</p> */ @NameInMap("UserInfo") public GetCurrentPlayingListRequestUserInfo userInfo; public static GetCurrentPlayingListRequest build(java.util.Map<String, ?> map) throws Exception { GetCurrentPlayingListRequest self = new GetCurrentPlayingListRequest(); return TeaModel.build(map, self); } public GetCurrentPlayingListRequest setDeviceInfo(GetCurrentPlayingListRequestDeviceInfo deviceInfo) { this.deviceInfo = deviceInfo; return this; } public GetCurrentPlayingListRequestDeviceInfo getDeviceInfo() { return this.deviceInfo; } public GetCurrentPlayingListRequest setOpenQueryPlayListRequest(GetCurrentPlayingListRequestOpenQueryPlayListRequest openQueryPlayListRequest) { this.openQueryPlayListRequest = openQueryPlayListRequest; return this; } public GetCurrentPlayingListRequestOpenQueryPlayListRequest getOpenQueryPlayListRequest() { return this.openQueryPlayListRequest; } public GetCurrentPlayingListRequest setUserInfo(GetCurrentPlayingListRequestUserInfo userInfo) { this.userInfo = userInfo; return this; } public GetCurrentPlayingListRequestUserInfo getUserInfo() { return this.userInfo; } public static class GetCurrentPlayingListRequestDeviceInfo extends TeaModel { /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>123</p> */ @NameInMap("EncodeKey") public String encodeKey; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>PROJECT_ID</p> */ @NameInMap("EncodeType") public String encodeType; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>rV/XSgPuxZjx/hN3iw8U+e8ouRjKOX95tn1a0kwb2+Ao6Q1CAxASJUZDWtlk1r43LWcVW6fvY1Rr4sEPFodpnA==</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>123</p> */ @NameInMap("OrganizationId") public String organizationId; public static GetCurrentPlayingListRequestDeviceInfo build(java.util.Map<String, ?> map) throws Exception { GetCurrentPlayingListRequestDeviceInfo self = new GetCurrentPlayingListRequestDeviceInfo(); return TeaModel.build(map, self); } public GetCurrentPlayingListRequestDeviceInfo setEncodeKey(String encodeKey) { this.encodeKey = encodeKey; return this; } public String getEncodeKey() { return this.encodeKey; } public GetCurrentPlayingListRequestDeviceInfo setEncodeType(String encodeType) { this.encodeType = encodeType; return this; } public String getEncodeType() { return this.encodeType; } public GetCurrentPlayingListRequestDeviceInfo setId(String id) { this.id = id; return this; } public String getId() { return this.id; } public GetCurrentPlayingListRequestDeviceInfo setIdType(String idType) { this.idType = idType; return this; } public String getIdType() { return this.idType; } public GetCurrentPlayingListRequestDeviceInfo setOrganizationId(String organizationId) { this.organizationId = organizationId; return this; } public String getOrganizationId() { return this.organizationId; } } public static class GetCurrentPlayingListRequestOpenQueryPlayListRequest extends TeaModel { /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>1</p> */ @NameInMap("PageNum") public Integer pageNum; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>15</p> */ @NameInMap("PageSize") public Integer pageSize; public static GetCurrentPlayingListRequestOpenQueryPlayListRequest build(java.util.Map<String, ?> map) throws Exception { GetCurrentPlayingListRequestOpenQueryPlayListRequest self = new GetCurrentPlayingListRequestOpenQueryPlayListRequest(); return TeaModel.build(map, self); } public GetCurrentPlayingListRequestOpenQueryPlayListRequest setPageNum(Integer pageNum) { this.pageNum = pageNum; return this; } public Integer getPageNum() { return this.pageNum; } public GetCurrentPlayingListRequestOpenQueryPlayListRequest setPageSize(Integer pageSize) { this.pageSize = pageSize; return this; } public Integer getPageSize() { return this.pageSize; } } public static class GetCurrentPlayingListRequestUserInfo extends TeaModel { /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>123</p> */ @NameInMap("EncodeKey") public String encodeKey; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>PROJECT_ID</p> */ @NameInMap("EncodeType") public String encodeType; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>rV/XSgPuxZjx/hN3iw8U+e8ouRjKOX95tn1a0kwb2+Ao6Q1CAxASJUZDWtlk1r43LWcVW6fvY1Rr4sEPFodpnA==</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>123</p> */ @NameInMap("OrganizationId") public String organizationId; public static GetCurrentPlayingListRequestUserInfo build(java.util.Map<String, ?> map) throws Exception { GetCurrentPlayingListRequestUserInfo self = new GetCurrentPlayingListRequestUserInfo(); return TeaModel.build(map, self); } public GetCurrentPlayingListRequestUserInfo setEncodeKey(String encodeKey) { this.encodeKey = encodeKey; return this; } public String getEncodeKey() { return this.encodeKey; } public GetCurrentPlayingListRequestUserInfo setEncodeType(String encodeType) { this.encodeType = encodeType; return this; } public String getEncodeType() { return this.encodeType; } public GetCurrentPlayingListRequestUserInfo setId(String id) { this.id = id; return this; } public String getId() { return this.id; } public GetCurrentPlayingListRequestUserInfo setIdType(String idType) { this.idType = idType; return this; } public String getIdType() { return this.idType; } public GetCurrentPlayingListRequestUserInfo setOrganizationId(String organizationId) { this.organizationId = organizationId; return this; } public String getOrganizationId() { return this.organizationId; } } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetCurrentPlayingListResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetCurrentPlayingListResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public GetCurrentPlayingListResponseBody body; public static GetCurrentPlayingListResponse build(java.util.Map<String, ?> map) throws Exception { GetCurrentPlayingListResponse self = new GetCurrentPlayingListResponse(); return TeaModel.build(map, self); } public GetCurrentPlayingListResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public GetCurrentPlayingListResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public GetCurrentPlayingListResponse setBody(GetCurrentPlayingListResponseBody body) { this.body = body; return this; } public GetCurrentPlayingListResponseBody getBody() { return this.body; } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetCurrentPlayingListResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetCurrentPlayingListResponseBody extends TeaModel { /** * <strong>example:</strong> * <p>200</p> */ @NameInMap("Code") public Integer code; /** * <strong>example:</strong> * <p>success</p> */ @NameInMap("Message") public String message; /** * <strong>example:</strong> * <p>10002398812</p> */ @NameInMap("RequestId") public String requestId; @NameInMap("Result") public java.util.List<GetCurrentPlayingListResponseBodyResult> result; /** * <strong>example:</strong> * <p>true</p> */ @NameInMap("Success") public String success; public static GetCurrentPlayingListResponseBody build(java.util.Map<String, ?> map) throws Exception { GetCurrentPlayingListResponseBody self = new GetCurrentPlayingListResponseBody(); return TeaModel.build(map, self); } public GetCurrentPlayingListResponseBody setCode(Integer code) { this.code = code; return this; } public Integer getCode() { return this.code; } public GetCurrentPlayingListResponseBody setMessage(String message) { this.message = message; return this; } public String getMessage() { return this.message; } public GetCurrentPlayingListResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } public GetCurrentPlayingListResponseBody setResult(java.util.List<GetCurrentPlayingListResponseBodyResult> result) { this.result = result; return this; } public java.util.List<GetCurrentPlayingListResponseBodyResult> getResult() { return this.result; } public GetCurrentPlayingListResponseBody setSuccess(String success) { this.success = success; return this; } public String getSuccess() { return this.success; } public static class GetCurrentPlayingListResponseBodyResultCover extends TeaModel { /** * <strong>example:</strong> * <p>false</p> */ @NameInMap("CanResize") public Boolean canResize; /** * <strong>example:</strong> * <p><a href="http://imgopen.xmcdn.com/group58/M06/08/9B/wKgLglzTyTjiOy0oAAcOTv16ohg815.jpg!op_type=3&columns=640&rows=640">http://imgopen.xmcdn.com/group58/M06/08/9B/wKgLglzTyTjiOy0oAAcOTv16ohg815.jpg!op_type=3&amp;columns=640&amp;rows=640</a></p> */ @NameInMap("Img") public String img; /** * <strong>example:</strong> * <p><a href="http://imgopen.xmcdn.com/group58/M06/08/9B/wKgLglzTyTjiOy0oAAcOTv16ohg815.jpg!op_type=3&columns=640&rows=640">http://imgopen.xmcdn.com/group58/M06/08/9B/wKgLglzTyTjiOy0oAAcOTv16ohg815.jpg!op_type=3&amp;columns=640&amp;rows=640</a></p> */ @NameInMap("Large") public String large; /** * <strong>example:</strong> * <p><a href="http://imgopen.xmcdn.com/group58/M06/08/9B/wKgLglzTyTjiOy0oAAcOTv16ohg815.jpg!op_type=3&columns=640&rows=640">http://imgopen.xmcdn.com/group58/M06/08/9B/wKgLglzTyTjiOy0oAAcOTv16ohg815.jpg!op_type=3&amp;columns=640&amp;rows=640</a></p> */ @NameInMap("Mediam") public String mediam; /** * <strong>example:</strong> * <p><a href="http://imgopen.xmcdn.com/group58/M06/08/9B/wKgLglzTyTjiOy0oAAcOTv16ohg815.jpg!op_type=3&columns=640&rows=640">http://imgopen.xmcdn.com/group58/M06/08/9B/wKgLglzTyTjiOy0oAAcOTv16ohg815.jpg!op_type=3&amp;columns=640&amp;rows=640</a></p> */ @NameInMap("Medium") public String medium; /** * <strong>example:</strong> * <p><a href="http://imgopen.xmcdn.com/group58/M06/08/9B/wKgLglzTyTjiOy0oAAcOTv16ohg815.jpg!op_type=3&columns=640&rows=640">http://imgopen.xmcdn.com/group58/M06/08/9B/wKgLglzTyTjiOy0oAAcOTv16ohg815.jpg!op_type=3&amp;columns=640&amp;rows=640</a></p> */ @NameInMap("Small") public String small; public static GetCurrentPlayingListResponseBodyResultCover build(java.util.Map<String, ?> map) throws Exception { GetCurrentPlayingListResponseBodyResultCover self = new GetCurrentPlayingListResponseBodyResultCover(); return TeaModel.build(map, self); } public GetCurrentPlayingListResponseBodyResultCover setCanResize(Boolean canResize) { this.canResize = canResize; return this; } public Boolean getCanResize() { return this.canResize; } public GetCurrentPlayingListResponseBodyResultCover setImg(String img) { this.img = img; return this; } public String getImg() { return this.img; } public GetCurrentPlayingListResponseBodyResultCover setLarge(String large) { this.large = large; return this; } public String getLarge() { return this.large; } public GetCurrentPlayingListResponseBodyResultCover setMediam(String mediam) { this.mediam = mediam; return this; } public String getMediam() { return this.mediam; } public GetCurrentPlayingListResponseBodyResultCover setMedium(String medium) { this.medium = medium; return this; } public String getMedium() { return this.medium; } public GetCurrentPlayingListResponseBodyResultCover setSmall(String small) { this.small = small; return this; } public String getSmall() { return this.small; } } public static class GetCurrentPlayingListResponseBodyResult extends TeaModel { @NameInMap("AlbumName") public String albumName; /** * <strong>example:</strong> * <p>260744</p> */ @NameInMap("AlbumRawId") public String albumRawId; /** * <strong>example:</strong> * <p>190</p> */ @NameInMap("AudioLength") public Integer audioLength; /** * <strong>example:</strong> * <p>0</p> */ @NameInMap("Copyright") public Integer copyright; @NameInMap("Cover") public GetCurrentPlayingListResponseBodyResultCover cover; /** * <strong>example:</strong> * <p>1</p> */ @NameInMap("DefaultPlayOrder") public Integer defaultPlayOrder; /** * <strong>example:</strong> * <p><a href="https://openaudio.cos.tx.xmcdn.com/storages/587f-audiofreehighqps/15/CE/GKwRIJIGnb11ABc6SwF59DNb.mp3">https://openaudio.cos.tx.xmcdn.com/storages/587f-audiofreehighqps/15/CE/GKwRIJIGnb11ABc6SwF59DNb.mp3</a></p> */ @NameInMap("ItemUrl") public String itemUrl; /** * <strong>example:</strong> * <p>false</p> */ @NameInMap("Liked") public Boolean liked; /** * <strong>example:</strong> * <p><a href="https://aicontent.alibabausercontent.com/lyric/thirdsource/6f4c8408073db134b0d097c122b5a1a1.lrc">https://aicontent.alibabausercontent.com/lyric/thirdsource/6f4c8408073db134b0d097c122b5a1a1.lrc</a></p> */ @NameInMap("LyricUrl") public String lyricUrl; /** * <strong>example:</strong> * <p>Normal</p> */ @NameInMap("PlayMode") public String playMode; /** * <strong>example:</strong> * <p>0</p> */ @NameInMap("Pos") public Integer pos; /** * <strong>example:</strong> * <p>0</p> */ @NameInMap("Progress") public Integer progress; /** * <strong>example:</strong> * <p>550144364</p> */ @NameInMap("RawId") public String rawId; @NameInMap("Singer") public String singer; /** * <strong>example:</strong> * <p>ximalayav2</p> */ @NameInMap("Source") public String source; @NameInMap("Title") public String title; /** * <strong>example:</strong> * <p>story</p> */ @NameInMap("Type") public String type; /** * <strong>example:</strong> * <p>VALID</p> */ @NameInMap("Valid") public String valid; public static GetCurrentPlayingListResponseBodyResult build(java.util.Map<String, ?> map) throws Exception { GetCurrentPlayingListResponseBodyResult self = new GetCurrentPlayingListResponseBodyResult(); return TeaModel.build(map, self); } public GetCurrentPlayingListResponseBodyResult setAlbumName(String albumName) { this.albumName = albumName; return this; } public String getAlbumName() { return this.albumName; } public GetCurrentPlayingListResponseBodyResult setAlbumRawId(String albumRawId) { this.albumRawId = albumRawId; return this; } public String getAlbumRawId() { return this.albumRawId; } public GetCurrentPlayingListResponseBodyResult setAudioLength(Integer audioLength) { this.audioLength = audioLength; return this; } public Integer getAudioLength() { return this.audioLength; } public GetCurrentPlayingListResponseBodyResult setCopyright(Integer copyright) { this.copyright = copyright; return this; } public Integer getCopyright() { return this.copyright; } public GetCurrentPlayingListResponseBodyResult setCover(GetCurrentPlayingListResponseBodyResultCover cover) { this.cover = cover; return this; } public GetCurrentPlayingListResponseBodyResultCover getCover() { return this.cover; } public GetCurrentPlayingListResponseBodyResult setDefaultPlayOrder(Integer defaultPlayOrder) { this.defaultPlayOrder = defaultPlayOrder; return this; } public Integer getDefaultPlayOrder() { return this.defaultPlayOrder; } public GetCurrentPlayingListResponseBodyResult setItemUrl(String itemUrl) { this.itemUrl = itemUrl; return this; } public String getItemUrl() { return this.itemUrl; } public GetCurrentPlayingListResponseBodyResult setLiked(Boolean liked) { this.liked = liked; return this; } public Boolean getLiked() { return this.liked; } public GetCurrentPlayingListResponseBodyResult setLyricUrl(String lyricUrl) { this.lyricUrl = lyricUrl; return this; } public String getLyricUrl() { return this.lyricUrl; } public GetCurrentPlayingListResponseBodyResult setPlayMode(String playMode) { this.playMode = playMode; return this; } public String getPlayMode() { return this.playMode; } public GetCurrentPlayingListResponseBodyResult setPos(Integer pos) { this.pos = pos; return this; } public Integer getPos() { return this.pos; } public GetCurrentPlayingListResponseBodyResult setProgress(Integer progress) { this.progress = progress; return this; } public Integer getProgress() { return this.progress; } public GetCurrentPlayingListResponseBodyResult setRawId(String rawId) { this.rawId = rawId; return this; } public String getRawId() { return this.rawId; } public GetCurrentPlayingListResponseBodyResult setSinger(String singer) { this.singer = singer; return this; } public String getSinger() { return this.singer; } public GetCurrentPlayingListResponseBodyResult setSource(String source) { this.source = source; return this; } public String getSource() { return this.source; } public GetCurrentPlayingListResponseBodyResult setTitle(String title) { this.title = title; return this; } public String getTitle() { return this.title; } public GetCurrentPlayingListResponseBodyResult setType(String type) { this.type = type; return this; } public String getType() { return this.type; } public GetCurrentPlayingListResponseBodyResult setValid(String valid) { this.valid = valid; return this; } public String getValid() { return this.valid; } } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetCurrentPlayingListShrinkRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetCurrentPlayingListShrinkRequest extends TeaModel { /** * <p>This parameter is required.</p> */ @NameInMap("DeviceInfo") public String deviceInfoShrink; /** * <p>This parameter is required.</p> */ @NameInMap("OpenQueryPlayListRequest") public String openQueryPlayListRequestShrink; /** * <p>This parameter is required.</p> */ @NameInMap("UserInfo") public String userInfoShrink; public static GetCurrentPlayingListShrinkRequest build(java.util.Map<String, ?> map) throws Exception { GetCurrentPlayingListShrinkRequest self = new GetCurrentPlayingListShrinkRequest(); return TeaModel.build(map, self); } public GetCurrentPlayingListShrinkRequest setDeviceInfoShrink(String deviceInfoShrink) { this.deviceInfoShrink = deviceInfoShrink; return this; } public String getDeviceInfoShrink() { return this.deviceInfoShrink; } public GetCurrentPlayingListShrinkRequest setOpenQueryPlayListRequestShrink(String openQueryPlayListRequestShrink) { this.openQueryPlayListRequestShrink = openQueryPlayListRequestShrink; return this; } public String getOpenQueryPlayListRequestShrink() { return this.openQueryPlayListRequestShrink; } public GetCurrentPlayingListShrinkRequest setUserInfoShrink(String userInfoShrink) { this.userInfoShrink = userInfoShrink; return this; } public String getUserInfoShrink() { return this.userInfoShrink; } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetDeviceBasicInfoHeaders.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetDeviceBasicInfoHeaders 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 GetDeviceBasicInfoHeaders build(java.util.Map<String, ?> map) throws Exception { GetDeviceBasicInfoHeaders self = new GetDeviceBasicInfoHeaders(); return TeaModel.build(map, self); } public GetDeviceBasicInfoHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) { this.commonHeaders = commonHeaders; return this; } public java.util.Map<String, String> getCommonHeaders() { return this.commonHeaders; } public GetDeviceBasicInfoHeaders setXAcsAligenieAccessToken(String xAcsAligenieAccessToken) { this.xAcsAligenieAccessToken = xAcsAligenieAccessToken; return this; } public String getXAcsAligenieAccessToken() { return this.xAcsAligenieAccessToken; } public GetDeviceBasicInfoHeaders setAuthorization(String authorization) { this.authorization = authorization; return this; } public String getAuthorization() { return this.authorization; } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetDeviceBasicInfoRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetDeviceBasicInfoRequest extends TeaModel { /** * <p>This parameter is required.</p> */ @NameInMap("DeviceInfo") public GetDeviceBasicInfoRequestDeviceInfo deviceInfo; public static GetDeviceBasicInfoRequest build(java.util.Map<String, ?> map) throws Exception { GetDeviceBasicInfoRequest self = new GetDeviceBasicInfoRequest(); return TeaModel.build(map, self); } public GetDeviceBasicInfoRequest setDeviceInfo(GetDeviceBasicInfoRequestDeviceInfo deviceInfo) { this.deviceInfo = deviceInfo; return this; } public GetDeviceBasicInfoRequestDeviceInfo getDeviceInfo() { return this.deviceInfo; } public static class GetDeviceBasicInfoRequestDeviceInfo 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>PROJECT_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</p> */ @NameInMap("OrganizationId") public String organizationId; public static GetDeviceBasicInfoRequestDeviceInfo build(java.util.Map<String, ?> map) throws Exception { GetDeviceBasicInfoRequestDeviceInfo self = new GetDeviceBasicInfoRequestDeviceInfo(); return TeaModel.build(map, self); } public GetDeviceBasicInfoRequestDeviceInfo setEncodeKey(String encodeKey) { this.encodeKey = encodeKey; return this; } public String getEncodeKey() { return this.encodeKey; } public GetDeviceBasicInfoRequestDeviceInfo setEncodeType(String encodeType) { this.encodeType = encodeType; return this; } public String getEncodeType() { return this.encodeType; } public GetDeviceBasicInfoRequestDeviceInfo setId(String id) { this.id = id; return this; } public String getId() { return this.id; } public GetDeviceBasicInfoRequestDeviceInfo setIdType(String idType) { this.idType = idType; return this; } public String getIdType() { return this.idType; } public GetDeviceBasicInfoRequestDeviceInfo setOrganizationId(String organizationId) { this.organizationId = organizationId; return this; } public String getOrganizationId() { return this.organizationId; } } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetDeviceBasicInfoResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetDeviceBasicInfoResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public GetDeviceBasicInfoResponseBody body; public static GetDeviceBasicInfoResponse build(java.util.Map<String, ?> map) throws Exception { GetDeviceBasicInfoResponse self = new GetDeviceBasicInfoResponse(); return TeaModel.build(map, self); } public GetDeviceBasicInfoResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public GetDeviceBasicInfoResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public GetDeviceBasicInfoResponse setBody(GetDeviceBasicInfoResponseBody body) { this.body = body; return this; } public GetDeviceBasicInfoResponseBody getBody() { return this.body; } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetDeviceBasicInfoResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetDeviceBasicInfoResponseBody extends TeaModel { /** * <strong>example:</strong> * <p>200</p> */ @NameInMap("Code") public Integer code; /** * <strong>example:</strong> * <p>success</p> */ @NameInMap("Message") public String message; /** * <strong>example:</strong> * <p>0EC7*726E</p> */ @NameInMap("RequestId") public String requestId; @NameInMap("Result") public GetDeviceBasicInfoResponseBodyResult result; public static GetDeviceBasicInfoResponseBody build(java.util.Map<String, ?> map) throws Exception { GetDeviceBasicInfoResponseBody self = new GetDeviceBasicInfoResponseBody(); return TeaModel.build(map, self); } public GetDeviceBasicInfoResponseBody setCode(Integer code) { this.code = code; return this; } public Integer getCode() { return this.code; } public GetDeviceBasicInfoResponseBody setMessage(String message) { this.message = message; return this; } public String getMessage() { return this.message; } public GetDeviceBasicInfoResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } public GetDeviceBasicInfoResponseBody setResult(GetDeviceBasicInfoResponseBodyResult result) { this.result = result; return this; } public GetDeviceBasicInfoResponseBodyResult getResult() { return this.result; } public static class GetDeviceBasicInfoResponseBodyResult extends TeaModel { /** * <strong>example:</strong> * <p>2.0.3</p> */ @NameInMap("FirmwareVersion") public String firmwareVersion; /** * <strong>example:</strong> * <p>b4:xx:xx:xx:65:2b</p> */ @NameInMap("Mac") public String mac; /** * <strong>example:</strong> * <p>我的设备</p> */ @NameInMap("Name") public String name; /** * <strong>example:</strong> * <p>1200xxx048</p> */ @NameInMap("Sn") public String sn; public static GetDeviceBasicInfoResponseBodyResult build(java.util.Map<String, ?> map) throws Exception { GetDeviceBasicInfoResponseBodyResult self = new GetDeviceBasicInfoResponseBodyResult(); return TeaModel.build(map, self); } public GetDeviceBasicInfoResponseBodyResult setFirmwareVersion(String firmwareVersion) { this.firmwareVersion = firmwareVersion; return this; } public String getFirmwareVersion() { return this.firmwareVersion; } public GetDeviceBasicInfoResponseBodyResult setMac(String mac) { this.mac = mac; return this; } public String getMac() { return this.mac; } public GetDeviceBasicInfoResponseBodyResult setName(String name) { this.name = name; return this; } public String getName() { return this.name; } public GetDeviceBasicInfoResponseBodyResult setSn(String sn) { this.sn = sn; return this; } public String getSn() { return this.sn; } } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetDeviceBasicInfoShrinkRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetDeviceBasicInfoShrinkRequest extends TeaModel { /** * <p>This parameter is required.</p> */ @NameInMap("DeviceInfo") public String deviceInfoShrink; public static GetDeviceBasicInfoShrinkRequest build(java.util.Map<String, ?> map) throws Exception { GetDeviceBasicInfoShrinkRequest self = new GetDeviceBasicInfoShrinkRequest(); return TeaModel.build(map, self); } public GetDeviceBasicInfoShrinkRequest setDeviceInfoShrink(String deviceInfoShrink) { this.deviceInfoShrink = deviceInfoShrink; return this; } public String getDeviceInfoShrink() { return this.deviceInfoShrink; } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/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 { /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>129****0946</p> */ @NameInMap("EncodeKey") public String encodeKey; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>PROJECT_ID</p> */ @NameInMap("EncodeType") public String encodeType; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>b4:xx:xx:xx:65:2b</p> */ @NameInMap("IdentityId") public String identityId; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>MAC</p> */ @NameInMap("IdentityType") public String identityType; /** * <strong>example:</strong> * <p>Mm*****XnZ8</p> */ @NameInMap("ProductKey") public String productKey; public static GetDeviceIdByIdentityRequest build(java.util.Map<String, ?> map) throws Exception { GetDeviceIdByIdentityRequest self = new GetDeviceIdByIdentityRequest(); return TeaModel.build(map, self); } public GetDeviceIdByIdentityRequest setEncodeKey(String encodeKey) { this.encodeKey = encodeKey; return this; } public String getEncodeKey() { return this.encodeKey; } 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 setIdentityType(String identityType) { this.identityType = identityType; return this; } public String getIdentityType() { return this.identityType; } public GetDeviceIdByIdentityRequest setProductKey(String productKey) { this.productKey = productKey; return this; } public String getProductKey() { return this.productKey; } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/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") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") 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 setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public GetDeviceIdByIdentityResponse setBody(GetDeviceIdByIdentityResponseBody body) { this.body = body; return this; } public GetDeviceIdByIdentityResponseBody getBody() { return this.body; } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/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 { /** * <strong>example:</strong> * <p>200</p> */ @NameInMap("Code") public Integer code; /** * <strong>example:</strong> * <p>success</p> */ @NameInMap("Message") public String message; /** * <strong>example:</strong> * <p>0EC7DA****A0726E</p> */ @NameInMap("RequestId") public String requestId; @NameInMap("Result") public GetDeviceIdByIdentityResponseBodyResult result; public static GetDeviceIdByIdentityResponseBody build(java.util.Map<String, ?> map) throws Exception { GetDeviceIdByIdentityResponseBody self = new GetDeviceIdByIdentityResponseBody(); return TeaModel.build(map, self); } public GetDeviceIdByIdentityResponseBody setCode(Integer code) { this.code = code; return this; } public Integer getCode() { return this.code; } public GetDeviceIdByIdentityResponseBody setMessage(String message) { this.message = message; return this; } public String getMessage() { return this.message; } public GetDeviceIdByIdentityResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } public GetDeviceIdByIdentityResponseBody setResult(GetDeviceIdByIdentityResponseBodyResult result) { this.result = result; return this; } public GetDeviceIdByIdentityResponseBodyResult getResult() { return this.result; } public static class GetDeviceIdByIdentityResponseBodyResultDeviceUnionIds extends TeaModel { /** * <strong>example:</strong> * <p>1553*B0C3</p> */ @NameInMap("DeviceUnionId") public String deviceUnionId; /** * <strong>example:</strong> * <p>1**2</p> */ @NameInMap("OrganizationId") public String organizationId; public static GetDeviceIdByIdentityResponseBodyResultDeviceUnionIds build(java.util.Map<String, ?> map) throws Exception { GetDeviceIdByIdentityResponseBodyResultDeviceUnionIds self = new GetDeviceIdByIdentityResponseBodyResultDeviceUnionIds(); return TeaModel.build(map, self); } public GetDeviceIdByIdentityResponseBodyResultDeviceUnionIds setDeviceUnionId(String deviceUnionId) { this.deviceUnionId = deviceUnionId; return this; } public String getDeviceUnionId() { return this.deviceUnionId; } public GetDeviceIdByIdentityResponseBodyResultDeviceUnionIds setOrganizationId(String organizationId) { this.organizationId = organizationId; return this; } public String getOrganizationId() { return this.organizationId; } } public static class GetDeviceIdByIdentityResponseBodyResult extends TeaModel { /** * <strong>example:</strong> * <p>A963*0158</p> */ @NameInMap("DeviceOpenId") public String deviceOpenId; @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/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetDeviceSettingHeaders.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetDeviceSettingHeaders 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 GetDeviceSettingHeaders build(java.util.Map<String, ?> map) throws Exception { GetDeviceSettingHeaders self = new GetDeviceSettingHeaders(); return TeaModel.build(map, self); } public GetDeviceSettingHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) { this.commonHeaders = commonHeaders; return this; } public java.util.Map<String, String> getCommonHeaders() { return this.commonHeaders; } public GetDeviceSettingHeaders setXAcsAligenieAccessToken(String xAcsAligenieAccessToken) { this.xAcsAligenieAccessToken = xAcsAligenieAccessToken; return this; } public String getXAcsAligenieAccessToken() { return this.xAcsAligenieAccessToken; } public GetDeviceSettingHeaders setAuthorization(String authorization) { this.authorization = authorization; return this; } public String getAuthorization() { return this.authorization; } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetDeviceSettingRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetDeviceSettingRequest extends TeaModel { @NameInMap("DeviceInfo") public GetDeviceSettingRequestDeviceInfo deviceInfo; /** * <p>This parameter is required.</p> */ @NameInMap("Keys") public java.util.List<String> keys; public static GetDeviceSettingRequest build(java.util.Map<String, ?> map) throws Exception { GetDeviceSettingRequest self = new GetDeviceSettingRequest(); return TeaModel.build(map, self); } public GetDeviceSettingRequest setDeviceInfo(GetDeviceSettingRequestDeviceInfo deviceInfo) { this.deviceInfo = deviceInfo; return this; } public GetDeviceSettingRequestDeviceInfo getDeviceInfo() { return this.deviceInfo; } public GetDeviceSettingRequest setKeys(java.util.List<String> keys) { this.keys = keys; return this; } public java.util.List<String> getKeys() { return this.keys; } public static class GetDeviceSettingRequestDeviceInfo extends TeaModel { /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>12345</p> */ @NameInMap("EncodeKey") public String encodeKey; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>PROJECT_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>122</p> */ @NameInMap("OrganizationId") public String organizationId; public static GetDeviceSettingRequestDeviceInfo build(java.util.Map<String, ?> map) throws Exception { GetDeviceSettingRequestDeviceInfo self = new GetDeviceSettingRequestDeviceInfo(); return TeaModel.build(map, self); } public GetDeviceSettingRequestDeviceInfo setEncodeKey(String encodeKey) { this.encodeKey = encodeKey; return this; } public String getEncodeKey() { return this.encodeKey; } public GetDeviceSettingRequestDeviceInfo setEncodeType(String encodeType) { this.encodeType = encodeType; return this; } public String getEncodeType() { return this.encodeType; } public GetDeviceSettingRequestDeviceInfo setId(String id) { this.id = id; return this; } public String getId() { return this.id; } public GetDeviceSettingRequestDeviceInfo setIdType(String idType) { this.idType = idType; return this; } public String getIdType() { return this.idType; } public GetDeviceSettingRequestDeviceInfo setOrganizationId(String organizationId) { this.organizationId = organizationId; return this; } public String getOrganizationId() { return this.organizationId; } } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetDeviceSettingResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetDeviceSettingResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public GetDeviceSettingResponseBody body; public static GetDeviceSettingResponse build(java.util.Map<String, ?> map) throws Exception { GetDeviceSettingResponse self = new GetDeviceSettingResponse(); return TeaModel.build(map, self); } public GetDeviceSettingResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public GetDeviceSettingResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public GetDeviceSettingResponse setBody(GetDeviceSettingResponseBody body) { this.body = body; return this; } public GetDeviceSettingResponseBody getBody() { return this.body; } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetDeviceSettingResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetDeviceSettingResponseBody extends TeaModel { /** * <strong>example:</strong> * <p>200</p> */ @NameInMap("Code") public Integer code; /** * <strong>example:</strong> * <p>success</p> */ @NameInMap("Message") public String message; /** * <strong>example:</strong> * <p>0EC7*726E</p> */ @NameInMap("RequestId") public String requestId; @NameInMap("Result") public java.util.Map<String, ?> result; public static GetDeviceSettingResponseBody build(java.util.Map<String, ?> map) throws Exception { GetDeviceSettingResponseBody self = new GetDeviceSettingResponseBody(); return TeaModel.build(map, self); } public GetDeviceSettingResponseBody setCode(Integer code) { this.code = code; return this; } public Integer getCode() { return this.code; } public GetDeviceSettingResponseBody setMessage(String message) { this.message = message; return this; } public String getMessage() { return this.message; } public GetDeviceSettingResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } public GetDeviceSettingResponseBody setResult(java.util.Map<String, ?> result) { this.result = result; return this; } public java.util.Map<String, ?> getResult() { return this.result; } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetDeviceSettingShrinkRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetDeviceSettingShrinkRequest extends TeaModel { @NameInMap("DeviceInfo") public String deviceInfoShrink; /** * <p>This parameter is required.</p> */ @NameInMap("Keys") public String keysShrink; public static GetDeviceSettingShrinkRequest build(java.util.Map<String, ?> map) throws Exception { GetDeviceSettingShrinkRequest self = new GetDeviceSettingShrinkRequest(); return TeaModel.build(map, self); } public GetDeviceSettingShrinkRequest setDeviceInfoShrink(String deviceInfoShrink) { this.deviceInfoShrink = deviceInfoShrink; return this; } public String getDeviceInfoShrink() { return this.deviceInfoShrink; } public GetDeviceSettingShrinkRequest setKeysShrink(String keysShrink) { this.keysShrink = keysShrink; return this; } public String getKeysShrink() { return this.keysShrink; } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetDeviceStatusDetailHeaders.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetDeviceStatusDetailHeaders 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 GetDeviceStatusDetailHeaders build(java.util.Map<String, ?> map) throws Exception { GetDeviceStatusDetailHeaders self = new GetDeviceStatusDetailHeaders(); return TeaModel.build(map, self); } public GetDeviceStatusDetailHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) { this.commonHeaders = commonHeaders; return this; } public java.util.Map<String, String> getCommonHeaders() { return this.commonHeaders; } public GetDeviceStatusDetailHeaders setXAcsAligenieAccessToken(String xAcsAligenieAccessToken) { this.xAcsAligenieAccessToken = xAcsAligenieAccessToken; return this; } public String getXAcsAligenieAccessToken() { return this.xAcsAligenieAccessToken; } public GetDeviceStatusDetailHeaders setAuthorization(String authorization) { this.authorization = authorization; return this; } public String getAuthorization() { return this.authorization; } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetDeviceStatusDetailRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetDeviceStatusDetailRequest extends TeaModel { /** * <p>This parameter is required.</p> */ @NameInMap("DeviceInfo") public GetDeviceStatusDetailRequestDeviceInfo deviceInfo; /** * <p>This parameter is required.</p> */ @NameInMap("Keys") public java.util.List<String> keys; public static GetDeviceStatusDetailRequest build(java.util.Map<String, ?> map) throws Exception { GetDeviceStatusDetailRequest self = new GetDeviceStatusDetailRequest(); return TeaModel.build(map, self); } public GetDeviceStatusDetailRequest setDeviceInfo(GetDeviceStatusDetailRequestDeviceInfo deviceInfo) { this.deviceInfo = deviceInfo; return this; } public GetDeviceStatusDetailRequestDeviceInfo getDeviceInfo() { return this.deviceInfo; } public GetDeviceStatusDetailRequest setKeys(java.util.List<String> keys) { this.keys = keys; return this; } public java.util.List<String> getKeys() { return this.keys; } public static class GetDeviceStatusDetailRequestDeviceInfo extends TeaModel { /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>123</p> */ @NameInMap("EncodeKey") public String encodeKey; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>PROJECT_ID</p> */ @NameInMap("EncodeType") public String encodeType; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>123</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</p> */ @NameInMap("OrganizationId") public String organizationId; public static GetDeviceStatusDetailRequestDeviceInfo build(java.util.Map<String, ?> map) throws Exception { GetDeviceStatusDetailRequestDeviceInfo self = new GetDeviceStatusDetailRequestDeviceInfo(); return TeaModel.build(map, self); } public GetDeviceStatusDetailRequestDeviceInfo setEncodeKey(String encodeKey) { this.encodeKey = encodeKey; return this; } public String getEncodeKey() { return this.encodeKey; } public GetDeviceStatusDetailRequestDeviceInfo setEncodeType(String encodeType) { this.encodeType = encodeType; return this; } public String getEncodeType() { return this.encodeType; } public GetDeviceStatusDetailRequestDeviceInfo setId(String id) { this.id = id; return this; } public String getId() { return this.id; } public GetDeviceStatusDetailRequestDeviceInfo setIdType(String idType) { this.idType = idType; return this; } public String getIdType() { return this.idType; } public GetDeviceStatusDetailRequestDeviceInfo setOrganizationId(String organizationId) { this.organizationId = organizationId; return this; } public String getOrganizationId() { return this.organizationId; } } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetDeviceStatusDetailResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetDeviceStatusDetailResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public GetDeviceStatusDetailResponseBody body; public static GetDeviceStatusDetailResponse build(java.util.Map<String, ?> map) throws Exception { GetDeviceStatusDetailResponse self = new GetDeviceStatusDetailResponse(); return TeaModel.build(map, self); } public GetDeviceStatusDetailResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public GetDeviceStatusDetailResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public GetDeviceStatusDetailResponse setBody(GetDeviceStatusDetailResponseBody body) { this.body = body; return this; } public GetDeviceStatusDetailResponseBody getBody() { return this.body; } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetDeviceStatusDetailResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetDeviceStatusDetailResponseBody extends TeaModel { /** * <strong>example:</strong> * <p>200</p> */ @NameInMap("Code") public Integer code; /** * <strong>example:</strong> * <p>success</p> */ @NameInMap("Message") public String message; /** * <strong>example:</strong> * <p>0EC7*726E</p> */ @NameInMap("RequestId") public String requestId; @NameInMap("Result") public GetDeviceStatusDetailResponseBodyResult result; public static GetDeviceStatusDetailResponseBody build(java.util.Map<String, ?> map) throws Exception { GetDeviceStatusDetailResponseBody self = new GetDeviceStatusDetailResponseBody(); return TeaModel.build(map, self); } public GetDeviceStatusDetailResponseBody setCode(Integer code) { this.code = code; return this; } public Integer getCode() { return this.code; } public GetDeviceStatusDetailResponseBody setMessage(String message) { this.message = message; return this; } public String getMessage() { return this.message; } public GetDeviceStatusDetailResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } public GetDeviceStatusDetailResponseBody setResult(GetDeviceStatusDetailResponseBodyResult result) { this.result = result; return this; } public GetDeviceStatusDetailResponseBodyResult getResult() { return this.result; } public static class GetDeviceStatusDetailResponseBodyResultPlayer extends TeaModel { @NameInMap("AudioAlbum") public String audioAlbum; /** * <strong>example:</strong> * <p>刘德华</p> */ @NameInMap("AudioAnchor") public String audioAnchor; /** * <strong>example:</strong> * <p>&quot;&quot;</p> */ @NameInMap("AudioExt") public String audioExt; /** * <strong>example:</strong> * <p>123</p> */ @NameInMap("AudioId") public String audioId; /** * <strong>example:</strong> * <p>253</p> */ @NameInMap("AudioLength") public String audioLength; @NameInMap("AudioName") public String audioName; /** * <strong>example:</strong> * <p>xiami</p> */ @NameInMap("AudioSource") public String audioSource; /** * <strong>example:</strong> * <p><a href="https://xxx">https://xxx</a></p> */ @NameInMap("AudioUrl") public String audioUrl; /** * <strong>example:</strong> * <p>mp3</p> */ @NameInMap("Format") public String format; /** * <strong>example:</strong> * <p>30</p> */ @NameInMap("Progress") public String progress; /** * <strong>example:</strong> * <p>cloud</p> */ @NameInMap("Source") public String source; /** * <strong>example:</strong> * <p>pause</p> */ @NameInMap("Status") public String status; @NameInMap("Timestamp") public String timestamp; public static GetDeviceStatusDetailResponseBodyResultPlayer build(java.util.Map<String, ?> map) throws Exception { GetDeviceStatusDetailResponseBodyResultPlayer self = new GetDeviceStatusDetailResponseBodyResultPlayer(); return TeaModel.build(map, self); } public GetDeviceStatusDetailResponseBodyResultPlayer setAudioAlbum(String audioAlbum) { this.audioAlbum = audioAlbum; return this; } public String getAudioAlbum() { return this.audioAlbum; } public GetDeviceStatusDetailResponseBodyResultPlayer setAudioAnchor(String audioAnchor) { this.audioAnchor = audioAnchor; return this; } public String getAudioAnchor() { return this.audioAnchor; } public GetDeviceStatusDetailResponseBodyResultPlayer setAudioExt(String audioExt) { this.audioExt = audioExt; return this; } public String getAudioExt() { return this.audioExt; } public GetDeviceStatusDetailResponseBodyResultPlayer setAudioId(String audioId) { this.audioId = audioId; return this; } public String getAudioId() { return this.audioId; } public GetDeviceStatusDetailResponseBodyResultPlayer setAudioLength(String audioLength) { this.audioLength = audioLength; return this; } public String getAudioLength() { return this.audioLength; } public GetDeviceStatusDetailResponseBodyResultPlayer setAudioName(String audioName) { this.audioName = audioName; return this; } public String getAudioName() { return this.audioName; } public GetDeviceStatusDetailResponseBodyResultPlayer setAudioSource(String audioSource) { this.audioSource = audioSource; return this; } public String getAudioSource() { return this.audioSource; } public GetDeviceStatusDetailResponseBodyResultPlayer setAudioUrl(String audioUrl) { this.audioUrl = audioUrl; return this; } public String getAudioUrl() { return this.audioUrl; } public GetDeviceStatusDetailResponseBodyResultPlayer setFormat(String format) { this.format = format; return this; } public String getFormat() { return this.format; } public GetDeviceStatusDetailResponseBodyResultPlayer setProgress(String progress) { this.progress = progress; return this; } public String getProgress() { return this.progress; } public GetDeviceStatusDetailResponseBodyResultPlayer setSource(String source) { this.source = source; return this; } public String getSource() { return this.source; } public GetDeviceStatusDetailResponseBodyResultPlayer setStatus(String status) { this.status = status; return this; } public String getStatus() { return this.status; } public GetDeviceStatusDetailResponseBodyResultPlayer setTimestamp(String timestamp) { this.timestamp = timestamp; return this; } public String getTimestamp() { return this.timestamp; } } public static class GetDeviceStatusDetailResponseBodyResultPower extends TeaModel { /** * <strong>example:</strong> * <p>30</p> */ @NameInMap("Quantity") public Integer quantity; @NameInMap("Status") public String status; public static GetDeviceStatusDetailResponseBodyResultPower build(java.util.Map<String, ?> map) throws Exception { GetDeviceStatusDetailResponseBodyResultPower self = new GetDeviceStatusDetailResponseBodyResultPower(); return TeaModel.build(map, self); } public GetDeviceStatusDetailResponseBodyResultPower setQuantity(Integer quantity) { this.quantity = quantity; return this; } public Integer getQuantity() { return this.quantity; } public GetDeviceStatusDetailResponseBodyResultPower setStatus(String status) { this.status = status; return this; } public String getStatus() { return this.status; } } public static class GetDeviceStatusDetailResponseBodyResultSpeaker extends TeaModel { @NameInMap("Muted") public Boolean muted; /** * <strong>example:</strong> * <p>10</p> */ @NameInMap("Volume") public Integer volume; public static GetDeviceStatusDetailResponseBodyResultSpeaker build(java.util.Map<String, ?> map) throws Exception { GetDeviceStatusDetailResponseBodyResultSpeaker self = new GetDeviceStatusDetailResponseBodyResultSpeaker(); return TeaModel.build(map, self); } public GetDeviceStatusDetailResponseBodyResultSpeaker setMuted(Boolean muted) { this.muted = muted; return this; } public Boolean getMuted() { return this.muted; } public GetDeviceStatusDetailResponseBodyResultSpeaker setVolume(Integer volume) { this.volume = volume; return this; } public Integer getVolume() { return this.volume; } } public static class GetDeviceStatusDetailResponseBodyResult extends TeaModel { @NameInMap("Player") public GetDeviceStatusDetailResponseBodyResultPlayer player; @NameInMap("Power") public GetDeviceStatusDetailResponseBodyResultPower power; @NameInMap("Speaker") public GetDeviceStatusDetailResponseBodyResultSpeaker speaker; public static GetDeviceStatusDetailResponseBodyResult build(java.util.Map<String, ?> map) throws Exception { GetDeviceStatusDetailResponseBodyResult self = new GetDeviceStatusDetailResponseBodyResult(); return TeaModel.build(map, self); } public GetDeviceStatusDetailResponseBodyResult setPlayer(GetDeviceStatusDetailResponseBodyResultPlayer player) { this.player = player; return this; } public GetDeviceStatusDetailResponseBodyResultPlayer getPlayer() { return this.player; } public GetDeviceStatusDetailResponseBodyResult setPower(GetDeviceStatusDetailResponseBodyResultPower power) { this.power = power; return this; } public GetDeviceStatusDetailResponseBodyResultPower getPower() { return this.power; } public GetDeviceStatusDetailResponseBodyResult setSpeaker(GetDeviceStatusDetailResponseBodyResultSpeaker speaker) { this.speaker = speaker; return this; } public GetDeviceStatusDetailResponseBodyResultSpeaker getSpeaker() { return this.speaker; } } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetDeviceStatusDetailShrinkRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetDeviceStatusDetailShrinkRequest extends TeaModel { /** * <p>This parameter is required.</p> */ @NameInMap("DeviceInfo") public String deviceInfoShrink; /** * <p>This parameter is required.</p> */ @NameInMap("Keys") public String keysShrink; public static GetDeviceStatusDetailShrinkRequest build(java.util.Map<String, ?> map) throws Exception { GetDeviceStatusDetailShrinkRequest self = new GetDeviceStatusDetailShrinkRequest(); return TeaModel.build(map, self); } public GetDeviceStatusDetailShrinkRequest setDeviceInfoShrink(String deviceInfoShrink) { this.deviceInfoShrink = deviceInfoShrink; return this; } public String getDeviceInfoShrink() { return this.deviceInfoShrink; } public GetDeviceStatusDetailShrinkRequest setKeysShrink(String keysShrink) { this.keysShrink = keysShrink; return this; } public String getKeysShrink() { return this.keysShrink; } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetDeviceStatusInfoHeaders.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetDeviceStatusInfoHeaders 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 GetDeviceStatusInfoHeaders build(java.util.Map<String, ?> map) throws Exception { GetDeviceStatusInfoHeaders self = new GetDeviceStatusInfoHeaders(); return TeaModel.build(map, self); } public GetDeviceStatusInfoHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) { this.commonHeaders = commonHeaders; return this; } public java.util.Map<String, String> getCommonHeaders() { return this.commonHeaders; } public GetDeviceStatusInfoHeaders setXAcsAligenieAccessToken(String xAcsAligenieAccessToken) { this.xAcsAligenieAccessToken = xAcsAligenieAccessToken; return this; } public String getXAcsAligenieAccessToken() { return this.xAcsAligenieAccessToken; } public GetDeviceStatusInfoHeaders setAuthorization(String authorization) { this.authorization = authorization; return this; } public String getAuthorization() { return this.authorization; } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetDeviceStatusInfoRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetDeviceStatusInfoRequest extends TeaModel { /** * <p>This parameter is required.</p> */ @NameInMap("DeviceInfo") public GetDeviceStatusInfoRequestDeviceInfo deviceInfo; public static GetDeviceStatusInfoRequest build(java.util.Map<String, ?> map) throws Exception { GetDeviceStatusInfoRequest self = new GetDeviceStatusInfoRequest(); return TeaModel.build(map, self); } public GetDeviceStatusInfoRequest setDeviceInfo(GetDeviceStatusInfoRequestDeviceInfo deviceInfo) { this.deviceInfo = deviceInfo; return this; } public GetDeviceStatusInfoRequestDeviceInfo getDeviceInfo() { return this.deviceInfo; } public static class GetDeviceStatusInfoRequestDeviceInfo 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>PROJECT_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 GetDeviceStatusInfoRequestDeviceInfo build(java.util.Map<String, ?> map) throws Exception { GetDeviceStatusInfoRequestDeviceInfo self = new GetDeviceStatusInfoRequestDeviceInfo(); return TeaModel.build(map, self); } public GetDeviceStatusInfoRequestDeviceInfo setEncodeKey(String encodeKey) { this.encodeKey = encodeKey; return this; } public String getEncodeKey() { return this.encodeKey; } public GetDeviceStatusInfoRequestDeviceInfo setEncodeType(String encodeType) { this.encodeType = encodeType; return this; } public String getEncodeType() { return this.encodeType; } public GetDeviceStatusInfoRequestDeviceInfo setId(String id) { this.id = id; return this; } public String getId() { return this.id; } public GetDeviceStatusInfoRequestDeviceInfo setIdType(String idType) { this.idType = idType; return this; } public String getIdType() { return this.idType; } public GetDeviceStatusInfoRequestDeviceInfo setOrganizationId(String organizationId) { this.organizationId = organizationId; return this; } public String getOrganizationId() { return this.organizationId; } } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetDeviceStatusInfoResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetDeviceStatusInfoResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public GetDeviceStatusInfoResponseBody body; public static GetDeviceStatusInfoResponse build(java.util.Map<String, ?> map) throws Exception { GetDeviceStatusInfoResponse self = new GetDeviceStatusInfoResponse(); return TeaModel.build(map, self); } public GetDeviceStatusInfoResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public GetDeviceStatusInfoResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public GetDeviceStatusInfoResponse setBody(GetDeviceStatusInfoResponseBody body) { this.body = body; return this; } public GetDeviceStatusInfoResponseBody getBody() { return this.body; } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetDeviceStatusInfoResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetDeviceStatusInfoResponseBody extends TeaModel { /** * <strong>example:</strong> * <p>200</p> */ @NameInMap("Code") public Integer code; /** * <strong>example:</strong> * <p>success</p> */ @NameInMap("Message") public String message; /** * <strong>example:</strong> * <p>0EC7*726E</p> */ @NameInMap("RequestId") public String requestId; @NameInMap("Result") public GetDeviceStatusInfoResponseBodyResult result; public static GetDeviceStatusInfoResponseBody build(java.util.Map<String, ?> map) throws Exception { GetDeviceStatusInfoResponseBody self = new GetDeviceStatusInfoResponseBody(); return TeaModel.build(map, self); } public GetDeviceStatusInfoResponseBody setCode(Integer code) { this.code = code; return this; } public Integer getCode() { return this.code; } public GetDeviceStatusInfoResponseBody setMessage(String message) { this.message = message; return this; } public String getMessage() { return this.message; } public GetDeviceStatusInfoResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } public GetDeviceStatusInfoResponseBody setResult(GetDeviceStatusInfoResponseBodyResult result) { this.result = result; return this; } public GetDeviceStatusInfoResponseBodyResult getResult() { return this.result; } public static class GetDeviceStatusInfoResponseBodyResult extends TeaModel { /** * <strong>example:</strong> * <p>1</p> */ @NameInMap("Online") public Integer online; public static GetDeviceStatusInfoResponseBodyResult build(java.util.Map<String, ?> map) throws Exception { GetDeviceStatusInfoResponseBodyResult self = new GetDeviceStatusInfoResponseBodyResult(); return TeaModel.build(map, self); } public GetDeviceStatusInfoResponseBodyResult setOnline(Integer online) { this.online = online; return this; } public Integer getOnline() { return this.online; } } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetDeviceStatusInfoShrinkRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetDeviceStatusInfoShrinkRequest extends TeaModel { /** * <p>This parameter is required.</p> */ @NameInMap("DeviceInfo") public String deviceInfoShrink; public static GetDeviceStatusInfoShrinkRequest build(java.util.Map<String, ?> map) throws Exception { GetDeviceStatusInfoShrinkRequest self = new GetDeviceStatusInfoShrinkRequest(); return TeaModel.build(map, self); } public GetDeviceStatusInfoShrinkRequest setDeviceInfoShrink(String deviceInfoShrink) { this.deviceInfoShrink = deviceInfoShrink; return this; } public String getDeviceInfoShrink() { return this.deviceInfoShrink; } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetDeviceTagHeaders.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetDeviceTagHeaders 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 GetDeviceTagHeaders build(java.util.Map<String, ?> map) throws Exception { GetDeviceTagHeaders self = new GetDeviceTagHeaders(); return TeaModel.build(map, self); } public GetDeviceTagHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) { this.commonHeaders = commonHeaders; return this; } public java.util.Map<String, String> getCommonHeaders() { return this.commonHeaders; } public GetDeviceTagHeaders setXAcsAligenieAccessToken(String xAcsAligenieAccessToken) { this.xAcsAligenieAccessToken = xAcsAligenieAccessToken; return this; } public String getXAcsAligenieAccessToken() { return this.xAcsAligenieAccessToken; } public GetDeviceTagHeaders setAuthorization(String authorization) { this.authorization = authorization; return this; } public String getAuthorization() { return this.authorization; } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetDeviceTagRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetDeviceTagRequest extends TeaModel { /** * <p>This parameter is required.</p> */ @NameInMap("DeviceInfo") public GetDeviceTagRequestDeviceInfo deviceInfo; public static GetDeviceTagRequest build(java.util.Map<String, ?> map) throws Exception { GetDeviceTagRequest self = new GetDeviceTagRequest(); return TeaModel.build(map, self); } public GetDeviceTagRequest setDeviceInfo(GetDeviceTagRequestDeviceInfo deviceInfo) { this.deviceInfo = deviceInfo; return this; } public GetDeviceTagRequestDeviceInfo getDeviceInfo() { return this.deviceInfo; } public static class GetDeviceTagRequestDeviceInfo 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>PROJECT_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</p> */ @NameInMap("OrganizationId") public String organizationId; public static GetDeviceTagRequestDeviceInfo build(java.util.Map<String, ?> map) throws Exception { GetDeviceTagRequestDeviceInfo self = new GetDeviceTagRequestDeviceInfo(); return TeaModel.build(map, self); } public GetDeviceTagRequestDeviceInfo setEncodeKey(String encodeKey) { this.encodeKey = encodeKey; return this; } public String getEncodeKey() { return this.encodeKey; } public GetDeviceTagRequestDeviceInfo setEncodeType(String encodeType) { this.encodeType = encodeType; return this; } public String getEncodeType() { return this.encodeType; } public GetDeviceTagRequestDeviceInfo setId(String id) { this.id = id; return this; } public String getId() { return this.id; } public GetDeviceTagRequestDeviceInfo setIdType(String idType) { this.idType = idType; return this; } public String getIdType() { return this.idType; } public GetDeviceTagRequestDeviceInfo setOrganizationId(String organizationId) { this.organizationId = organizationId; return this; } public String getOrganizationId() { return this.organizationId; } } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetDeviceTagResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetDeviceTagResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public GetDeviceTagResponseBody body; public static GetDeviceTagResponse build(java.util.Map<String, ?> map) throws Exception { GetDeviceTagResponse self = new GetDeviceTagResponse(); return TeaModel.build(map, self); } public GetDeviceTagResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public GetDeviceTagResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public GetDeviceTagResponse setBody(GetDeviceTagResponseBody body) { this.body = body; return this; } public GetDeviceTagResponseBody getBody() { return this.body; } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetDeviceTagResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetDeviceTagResponseBody extends TeaModel { /** * <strong>example:</strong> * <p>200</p> */ @NameInMap("Code") public Integer code; /** * <strong>example:</strong> * <p>success</p> */ @NameInMap("Message") public String message; /** * <strong>example:</strong> * <p>0EC7*726E</p> */ @NameInMap("RequestId") public String requestId; @NameInMap("Result") public GetDeviceTagResponseBodyResult result; public static GetDeviceTagResponseBody build(java.util.Map<String, ?> map) throws Exception { GetDeviceTagResponseBody self = new GetDeviceTagResponseBody(); return TeaModel.build(map, self); } public GetDeviceTagResponseBody setCode(Integer code) { this.code = code; return this; } public Integer getCode() { return this.code; } public GetDeviceTagResponseBody setMessage(String message) { this.message = message; return this; } public String getMessage() { return this.message; } public GetDeviceTagResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } public GetDeviceTagResponseBody setResult(GetDeviceTagResponseBodyResult result) { this.result = result; return this; } public GetDeviceTagResponseBodyResult getResult() { return this.result; } public static class GetDeviceTagResponseBodyResult extends TeaModel { /** * <strong>example:</strong> * <p>{ &quot;antest1&quot;: &quot;antest1&quot;, &quot;antest&quot;: &quot;a&quot; }</p> */ @NameInMap("DeviceTags") public java.util.Map<String, ?> deviceTags; public static GetDeviceTagResponseBodyResult build(java.util.Map<String, ?> map) throws Exception { GetDeviceTagResponseBodyResult self = new GetDeviceTagResponseBodyResult(); return TeaModel.build(map, self); } public GetDeviceTagResponseBodyResult setDeviceTags(java.util.Map<String, ?> deviceTags) { this.deviceTags = deviceTags; return this; } public java.util.Map<String, ?> getDeviceTags() { return this.deviceTags; } } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetDeviceTagShrinkRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetDeviceTagShrinkRequest extends TeaModel { /** * <p>This parameter is required.</p> */ @NameInMap("DeviceInfo") public String deviceInfoShrink; public static GetDeviceTagShrinkRequest build(java.util.Map<String, ?> map) throws Exception { GetDeviceTagShrinkRequest self = new GetDeviceTagShrinkRequest(); return TeaModel.build(map, self); } public GetDeviceTagShrinkRequest setDeviceInfoShrink(String deviceInfoShrink) { this.deviceInfoShrink = deviceInfoShrink; return this; } public String getDeviceInfoShrink() { return this.deviceInfoShrink; } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetJiangSuTelecomDataHeaders.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetJiangSuTelecomDataHeaders 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 GetJiangSuTelecomDataHeaders build(java.util.Map<String, ?> map) throws Exception { GetJiangSuTelecomDataHeaders self = new GetJiangSuTelecomDataHeaders(); return TeaModel.build(map, self); } public GetJiangSuTelecomDataHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) { this.commonHeaders = commonHeaders; return this; } public java.util.Map<String, String> getCommonHeaders() { return this.commonHeaders; } public GetJiangSuTelecomDataHeaders setXAcsAligenieAccessToken(String xAcsAligenieAccessToken) { this.xAcsAligenieAccessToken = xAcsAligenieAccessToken; return this; } public String getXAcsAligenieAccessToken() { return this.xAcsAligenieAccessToken; } public GetJiangSuTelecomDataHeaders setAuthorization(String authorization) { this.authorization = authorization; return this; } public String getAuthorization() { return this.authorization; } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetJiangSuTelecomDataRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetJiangSuTelecomDataRequest extends TeaModel { /** * <strong>example:</strong> * <p>2024-11-09</p> */ @NameInMap("Date") public String date; public static GetJiangSuTelecomDataRequest build(java.util.Map<String, ?> map) throws Exception { GetJiangSuTelecomDataRequest self = new GetJiangSuTelecomDataRequest(); return TeaModel.build(map, self); } public GetJiangSuTelecomDataRequest setDate(String date) { this.date = date; return this; } public String getDate() { return this.date; } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetJiangSuTelecomDataResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetJiangSuTelecomDataResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public GetJiangSuTelecomDataResponseBody body; public static GetJiangSuTelecomDataResponse build(java.util.Map<String, ?> map) throws Exception { GetJiangSuTelecomDataResponse self = new GetJiangSuTelecomDataResponse(); return TeaModel.build(map, self); } public GetJiangSuTelecomDataResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public GetJiangSuTelecomDataResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public GetJiangSuTelecomDataResponse setBody(GetJiangSuTelecomDataResponseBody body) { this.body = body; return this; } public GetJiangSuTelecomDataResponseBody getBody() { return this.body; } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetJiangSuTelecomDataResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetJiangSuTelecomDataResponseBody extends TeaModel { /** * <strong>example:</strong> * <p>200</p> */ @NameInMap("Code") public Integer code; /** * <p>Id of the request</p> * * <strong>example:</strong> * <p>successful</p> */ @NameInMap("Message") public String message; /** * <strong>example:</strong> * <p>26C9C3D0-160D-5CDE-BF7A-B3C8D14AA949</p> */ @NameInMap("RequestId") public String requestId; @NameInMap("Result") public GetJiangSuTelecomDataResponseBodyResult result; public static GetJiangSuTelecomDataResponseBody build(java.util.Map<String, ?> map) throws Exception { GetJiangSuTelecomDataResponseBody self = new GetJiangSuTelecomDataResponseBody(); return TeaModel.build(map, self); } public GetJiangSuTelecomDataResponseBody setCode(Integer code) { this.code = code; return this; } public Integer getCode() { return this.code; } public GetJiangSuTelecomDataResponseBody setMessage(String message) { this.message = message; return this; } public String getMessage() { return this.message; } public GetJiangSuTelecomDataResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } public GetJiangSuTelecomDataResponseBody setResult(GetJiangSuTelecomDataResponseBodyResult result) { this.result = result; return this; } public GetJiangSuTelecomDataResponseBodyResult getResult() { return this.result; } public static class GetJiangSuTelecomDataResponseBodyResult extends TeaModel { /** * <strong>example:</strong> * <p><a href="http://jiangsu-telecom.oss-cn-zhangjiakou.aliyuncs.com/jiangsuTelecom/jiangsu_telecom_2024-11-06_data.xls?Expires=1731056700&OSSAccessKeyId=STS.NUqZx6e1HjWYHhYwyDqbRNySp&Signature=wqMK%2Bspo08cg7xDIrzJdgFpZT3U%3D&security-token=CAIS6wJ1q6Ft5B2yfSjIr5bEEcKCiO5p3ZWySk7ok3kRfe1%2Bobz4kjz2IHhMeXJsBuketv42nmxV7%2FoblrN0UIQAT1HPbsZsq84Pq1%2F4O9GY%2FpXrseBZ08VJ18si00SpsvXJasDVEfn%2FGJ70GX2m%2BwZ3xbzlD0bAO3WuLZyOj7N%2Bc90TRXPWRDFaBdBQVGAAwY1gQhm3D%2Fu2NQPwiWf9FVdhvhEG6Vly8qOi2MaRmHG85R%2FYsrZL%2B9uuc8b5P5A0Y8wlAo6PsbYoJvab4kl58ANX8ap6tqtA9Arcs8uVa1sruE3ebrGIrYQ3dFUgPPRnQvIdtrP1nvt5%2FOXS0p%2Fs01NHNOpWXiLTAoe7247OBeiqO8p%2FKeyjZGQuOTooxiRr2elNRQX4VGsiE7JJQhf7CU293KO0YeZxdAR%2FoOMPnzRBdA2yRaA0rjOmtJPBTFOEIL7ymXpDY8bnsxtwDRYu1%2BXrCqUee2Ik3j4vnOf9Je0agAEDuPfR8GLB8uVv4ZCGRRAM5mV3gKCxl07flVk1UPsxMZWBeVwwALT34lxk4x6ivWA7ZXjXdMmIapup%2FEb6UU%2BWhJH1G4sevkw5%2BGb8h8aRjJHBoxB4YLXNTEb5Rk6sVv%2BoCfkljy3%2FWImWGIMigurkAfOIBgUSql8JgFTxQrOHbiAA">http://jiangsu-telecom.oss-cn-zhangjiakou.aliyuncs.com/jiangsuTelecom/jiangsu_telecom_2024-11-06_data.xls?Expires=1731056700&amp;OSSAccessKeyId=STS.NUqZx6e1HjWYHhYwyDqbRNySp&amp;Signature=wqMK%2Bspo08cg7xDIrzJdgFpZT3U%3D&amp;security-token=CAIS6wJ1q6Ft5B2yfSjIr5bEEcKCiO5p3ZWySk7ok3kRfe1%2Bobz4kjz2IHhMeXJsBuketv42nmxV7%2FoblrN0UIQAT1HPbsZsq84Pq1%2F4O9GY%2FpXrseBZ08VJ18si00SpsvXJasDVEfn%2FGJ70GX2m%2BwZ3xbzlD0bAO3WuLZyOj7N%2Bc90TRXPWRDFaBdBQVGAAwY1gQhm3D%2Fu2NQPwiWf9FVdhvhEG6Vly8qOi2MaRmHG85R%2FYsrZL%2B9uuc8b5P5A0Y8wlAo6PsbYoJvab4kl58ANX8ap6tqtA9Arcs8uVa1sruE3ebrGIrYQ3dFUgPPRnQvIdtrP1nvt5%2FOXS0p%2Fs01NHNOpWXiLTAoe7247OBeiqO8p%2FKeyjZGQuOTooxiRr2elNRQX4VGsiE7JJQhf7CU293KO0YeZxdAR%2FoOMPnzRBdA2yRaA0rjOmtJPBTFOEIL7ymXpDY8bnsxtwDRYu1%2BXrCqUee2Ik3j4vnOf9Je0agAEDuPfR8GLB8uVv4ZCGRRAM5mV3gKCxl07flVk1UPsxMZWBeVwwALT34lxk4x6ivWA7ZXjXdMmIapup%2FEb6UU%2BWhJH1G4sevkw5%2BGb8h8aRjJHBoxB4YLXNTEb5Rk6sVv%2BoCfkljy3%2FWImWGIMigurkAfOIBgUSql8JgFTxQrOHbiAA</a></p> */ @NameInMap("OssUrl") public String ossUrl; public static GetJiangSuTelecomDataResponseBodyResult build(java.util.Map<String, ?> map) throws Exception { GetJiangSuTelecomDataResponseBodyResult self = new GetJiangSuTelecomDataResponseBodyResult(); return TeaModel.build(map, self); } public GetJiangSuTelecomDataResponseBodyResult setOssUrl(String ossUrl) { this.ossUrl = ossUrl; return this; } public String getOssUrl() { return this.ossUrl; } } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetScheduleTaskHeaders.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetScheduleTaskHeaders 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 GetScheduleTaskHeaders build(java.util.Map<String, ?> map) throws Exception { GetScheduleTaskHeaders self = new GetScheduleTaskHeaders(); return TeaModel.build(map, self); } public GetScheduleTaskHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) { this.commonHeaders = commonHeaders; return this; } public java.util.Map<String, String> getCommonHeaders() { return this.commonHeaders; } public GetScheduleTaskHeaders setXAcsAligenieAccessToken(String xAcsAligenieAccessToken) { this.xAcsAligenieAccessToken = xAcsAligenieAccessToken; return this; } public String getXAcsAligenieAccessToken() { return this.xAcsAligenieAccessToken; } public GetScheduleTaskHeaders setAuthorization(String authorization) { this.authorization = authorization; return this; } public String getAuthorization() { return this.authorization; } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetScheduleTaskRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetScheduleTaskRequest extends TeaModel { /** * <p>This parameter is required.</p> */ @NameInMap("DeviceInfo") public GetScheduleTaskRequestDeviceInfo deviceInfo; /** * <p>This parameter is required.</p> */ @NameInMap("Payload") public GetScheduleTaskRequestPayload payload; /** * <p>This parameter is required.</p> */ @NameInMap("UserInfo") public GetScheduleTaskRequestUserInfo userInfo; public static GetScheduleTaskRequest build(java.util.Map<String, ?> map) throws Exception { GetScheduleTaskRequest self = new GetScheduleTaskRequest(); return TeaModel.build(map, self); } public GetScheduleTaskRequest setDeviceInfo(GetScheduleTaskRequestDeviceInfo deviceInfo) { this.deviceInfo = deviceInfo; return this; } public GetScheduleTaskRequestDeviceInfo getDeviceInfo() { return this.deviceInfo; } public GetScheduleTaskRequest setPayload(GetScheduleTaskRequestPayload payload) { this.payload = payload; return this; } public GetScheduleTaskRequestPayload getPayload() { return this.payload; } public GetScheduleTaskRequest setUserInfo(GetScheduleTaskRequestUserInfo userInfo) { this.userInfo = userInfo; return this; } public GetScheduleTaskRequestUserInfo getUserInfo() { return this.userInfo; } public static class GetScheduleTaskRequestDeviceInfo extends TeaModel { /** * <strong>example:</strong> * <p>12**45</p> */ @NameInMap("EncodeKey") public String encodeKey; /** * <strong>example:</strong> * <p>PROJECT_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 GetScheduleTaskRequestDeviceInfo build(java.util.Map<String, ?> map) throws Exception { GetScheduleTaskRequestDeviceInfo self = new GetScheduleTaskRequestDeviceInfo(); return TeaModel.build(map, self); } public GetScheduleTaskRequestDeviceInfo setEncodeKey(String encodeKey) { this.encodeKey = encodeKey; return this; } public String getEncodeKey() { return this.encodeKey; } public GetScheduleTaskRequestDeviceInfo setEncodeType(String encodeType) { this.encodeType = encodeType; return this; } public String getEncodeType() { return this.encodeType; } public GetScheduleTaskRequestDeviceInfo setId(String id) { this.id = id; return this; } public String getId() { return this.id; } public GetScheduleTaskRequestDeviceInfo setIdType(String idType) { this.idType = idType; return this; } public String getIdType() { return this.idType; } public GetScheduleTaskRequestDeviceInfo setOrganizationId(String organizationId) { this.organizationId = organizationId; return this; } public String getOrganizationId() { return this.organizationId; } } public static class GetScheduleTaskRequestPayload extends TeaModel { /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>1234567</p> */ @NameInMap("Id") public Long id; public static GetScheduleTaskRequestPayload build(java.util.Map<String, ?> map) throws Exception { GetScheduleTaskRequestPayload self = new GetScheduleTaskRequestPayload(); return TeaModel.build(map, self); } public GetScheduleTaskRequestPayload setId(Long id) { this.id = id; return this; } public Long getId() { return this.id; } } public static class GetScheduleTaskRequestUserInfo extends TeaModel { /** * <strong>example:</strong> * <p>12**45</p> */ @NameInMap("EncodeKey") public String encodeKey; /** * <strong>example:</strong> * <p>PROJECT_ID</p> */ @NameInMap("EncodeType") public String encodeType; /** * <strong>example:</strong> * <p>HOFF****my7Iw=</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 GetScheduleTaskRequestUserInfo build(java.util.Map<String, ?> map) throws Exception { GetScheduleTaskRequestUserInfo self = new GetScheduleTaskRequestUserInfo(); return TeaModel.build(map, self); } public GetScheduleTaskRequestUserInfo setEncodeKey(String encodeKey) { this.encodeKey = encodeKey; return this; } public String getEncodeKey() { return this.encodeKey; } public GetScheduleTaskRequestUserInfo setEncodeType(String encodeType) { this.encodeType = encodeType; return this; } public String getEncodeType() { return this.encodeType; } public GetScheduleTaskRequestUserInfo setId(String id) { this.id = id; return this; } public String getId() { return this.id; } public GetScheduleTaskRequestUserInfo setIdType(String idType) { this.idType = idType; return this; } public String getIdType() { return this.idType; } public GetScheduleTaskRequestUserInfo setOrganizationId(String organizationId) { this.organizationId = organizationId; return this; } public String getOrganizationId() { return this.organizationId; } } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetScheduleTaskResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetScheduleTaskResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public GetScheduleTaskResponseBody body; public static GetScheduleTaskResponse build(java.util.Map<String, ?> map) throws Exception { GetScheduleTaskResponse self = new GetScheduleTaskResponse(); return TeaModel.build(map, self); } public GetScheduleTaskResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public GetScheduleTaskResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public GetScheduleTaskResponse setBody(GetScheduleTaskResponseBody body) { this.body = body; return this; } public GetScheduleTaskResponseBody getBody() { return this.body; } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetScheduleTaskResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetScheduleTaskResponseBody extends TeaModel { /** * <strong>example:</strong> * <p>200</p> */ @NameInMap("Code") public Integer code; @NameInMap("Message") public String message; /** * <strong>example:</strong> * <p>F7E21065-6C21-1158-A2F9-AEFE5CAB7C94</p> */ @NameInMap("RequestId") public String requestId; @NameInMap("Result") public GetScheduleTaskResponseBodyResult result; public static GetScheduleTaskResponseBody build(java.util.Map<String, ?> map) throws Exception { GetScheduleTaskResponseBody self = new GetScheduleTaskResponseBody(); return TeaModel.build(map, self); } public GetScheduleTaskResponseBody setCode(Integer code) { this.code = code; return this; } public Integer getCode() { return this.code; } public GetScheduleTaskResponseBody setMessage(String message) { this.message = message; return this; } public String getMessage() { return this.message; } public GetScheduleTaskResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } public GetScheduleTaskResponseBody setResult(GetScheduleTaskResponseBodyResult result) { this.result = result; return this; } public GetScheduleTaskResponseBodyResult getResult() { return this.result; } public static class GetScheduleTaskResponseBodyResultActionTopicList extends TeaModel { /** * <strong>example:</strong> * <p>{&quot;k1&quot;:&quot;v1&quot;,&quot;k2&quot;:{&quot;key&quot;:1}}</p> */ @NameInMap("CustomAction") public java.util.Map<String, ?> customAction; public static GetScheduleTaskResponseBodyResultActionTopicList build(java.util.Map<String, ?> map) throws Exception { GetScheduleTaskResponseBodyResultActionTopicList self = new GetScheduleTaskResponseBodyResultActionTopicList(); return TeaModel.build(map, self); } public GetScheduleTaskResponseBodyResultActionTopicList setCustomAction(java.util.Map<String, ?> customAction) { this.customAction = customAction; return this; } public java.util.Map<String, ?> getCustomAction() { return this.customAction; } } public static class GetScheduleTaskResponseBodyResult extends TeaModel { @NameInMap("ActionTopicList") public java.util.List<GetScheduleTaskResponseBodyResultActionTopicList> actionTopicList; /** * <strong>example:</strong> * <p>0 10 20 30 6 ? 2022</p> */ @NameInMap("Cron") public String cron; /** * <strong>example:</strong> * <p>1659169473000</p> */ @NameInMap("ScheduleEndTime") public String scheduleEndTime; /** * <strong>example:</strong> * <p>1234567</p> */ @NameInMap("ScheduleId") public Long scheduleId; /** * <strong>example:</strong> * <p>1656577473000</p> */ @NameInMap("ScheduleStartTime") public String scheduleStartTime; /** * <strong>example:</strong> * <p>ONCE</p> */ @NameInMap("ScheduleType") public String scheduleType; public static GetScheduleTaskResponseBodyResult build(java.util.Map<String, ?> map) throws Exception { GetScheduleTaskResponseBodyResult self = new GetScheduleTaskResponseBodyResult(); return TeaModel.build(map, self); } public GetScheduleTaskResponseBodyResult setActionTopicList(java.util.List<GetScheduleTaskResponseBodyResultActionTopicList> actionTopicList) { this.actionTopicList = actionTopicList; return this; } public java.util.List<GetScheduleTaskResponseBodyResultActionTopicList> getActionTopicList() { return this.actionTopicList; } public GetScheduleTaskResponseBodyResult setCron(String cron) { this.cron = cron; return this; } public String getCron() { return this.cron; } public GetScheduleTaskResponseBodyResult setScheduleEndTime(String scheduleEndTime) { this.scheduleEndTime = scheduleEndTime; return this; } public String getScheduleEndTime() { return this.scheduleEndTime; } public GetScheduleTaskResponseBodyResult setScheduleId(Long scheduleId) { this.scheduleId = scheduleId; return this; } public Long getScheduleId() { return this.scheduleId; } public GetScheduleTaskResponseBodyResult setScheduleStartTime(String scheduleStartTime) { this.scheduleStartTime = scheduleStartTime; return this; } public String getScheduleStartTime() { return this.scheduleStartTime; } public GetScheduleTaskResponseBodyResult setScheduleType(String scheduleType) { this.scheduleType = scheduleType; return this; } public String getScheduleType() { return this.scheduleType; } } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetScheduleTaskShrinkRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetScheduleTaskShrinkRequest 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 GetScheduleTaskShrinkRequest build(java.util.Map<String, ?> map) throws Exception { GetScheduleTaskShrinkRequest self = new GetScheduleTaskShrinkRequest(); return TeaModel.build(map, self); } public GetScheduleTaskShrinkRequest setDeviceInfoShrink(String deviceInfoShrink) { this.deviceInfoShrink = deviceInfoShrink; return this; } public String getDeviceInfoShrink() { return this.deviceInfoShrink; } public GetScheduleTaskShrinkRequest setPayloadShrink(String payloadShrink) { this.payloadShrink = payloadShrink; return this; } public String getPayloadShrink() { return this.payloadShrink; } public GetScheduleTaskShrinkRequest setUserInfoShrink(String userInfoShrink) { this.userInfoShrink = userInfoShrink; return this; } public String getUserInfoShrink() { return this.userInfoShrink; } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetUnreadMessageCountHeaders.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetUnreadMessageCountHeaders 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 GetUnreadMessageCountHeaders build(java.util.Map<String, ?> map) throws Exception { GetUnreadMessageCountHeaders self = new GetUnreadMessageCountHeaders(); return TeaModel.build(map, self); } public GetUnreadMessageCountHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) { this.commonHeaders = commonHeaders; return this; } public java.util.Map<String, String> getCommonHeaders() { return this.commonHeaders; } public GetUnreadMessageCountHeaders setXAcsAligenieAccessToken(String xAcsAligenieAccessToken) { this.xAcsAligenieAccessToken = xAcsAligenieAccessToken; return this; } public String getXAcsAligenieAccessToken() { return this.xAcsAligenieAccessToken; } public GetUnreadMessageCountHeaders setAuthorization(String authorization) { this.authorization = authorization; return this; } public String getAuthorization() { return this.authorization; } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetUnreadMessageCountRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetUnreadMessageCountRequest extends TeaModel { @NameInMap("UserInfo") public GetUnreadMessageCountRequestUserInfo userInfo; public static GetUnreadMessageCountRequest build(java.util.Map<String, ?> map) throws Exception { GetUnreadMessageCountRequest self = new GetUnreadMessageCountRequest(); return TeaModel.build(map, self); } public GetUnreadMessageCountRequest setUserInfo(GetUnreadMessageCountRequestUserInfo userInfo) { this.userInfo = userInfo; return this; } public GetUnreadMessageCountRequestUserInfo getUserInfo() { return this.userInfo; } public static class GetUnreadMessageCountRequestUserInfo 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 GetUnreadMessageCountRequestUserInfo build(java.util.Map<String, ?> map) throws Exception { GetUnreadMessageCountRequestUserInfo self = new GetUnreadMessageCountRequestUserInfo(); return TeaModel.build(map, self); } public GetUnreadMessageCountRequestUserInfo setEncodeKey(String encodeKey) { this.encodeKey = encodeKey; return this; } public String getEncodeKey() { return this.encodeKey; } public GetUnreadMessageCountRequestUserInfo setEncodeType(String encodeType) { this.encodeType = encodeType; return this; } public String getEncodeType() { return this.encodeType; } public GetUnreadMessageCountRequestUserInfo setId(String id) { this.id = id; return this; } public String getId() { return this.id; } public GetUnreadMessageCountRequestUserInfo setIdType(String idType) { this.idType = idType; return this; } public String getIdType() { return this.idType; } public GetUnreadMessageCountRequestUserInfo setOrganizationId(String organizationId) { this.organizationId = organizationId; return this; } public String getOrganizationId() { return this.organizationId; } } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetUnreadMessageCountResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetUnreadMessageCountResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public GetUnreadMessageCountResponseBody body; public static GetUnreadMessageCountResponse build(java.util.Map<String, ?> map) throws Exception { GetUnreadMessageCountResponse self = new GetUnreadMessageCountResponse(); return TeaModel.build(map, self); } public GetUnreadMessageCountResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public GetUnreadMessageCountResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public GetUnreadMessageCountResponse setBody(GetUnreadMessageCountResponseBody body) { this.body = body; return this; } public GetUnreadMessageCountResponseBody getBody() { return this.body; } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetUnreadMessageCountResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetUnreadMessageCountResponseBody extends TeaModel { /** * <strong>example:</strong> * <p>SUCCESS</p> */ @NameInMap("Code") public String code; @NameInMap("Message") public String message; /** * <strong>example:</strong> * <p>10</p> */ @NameInMap("Result") public Integer result; public static GetUnreadMessageCountResponseBody build(java.util.Map<String, ?> map) throws Exception { GetUnreadMessageCountResponseBody self = new GetUnreadMessageCountResponseBody(); return TeaModel.build(map, self); } public GetUnreadMessageCountResponseBody setCode(String code) { this.code = code; return this; } public String getCode() { return this.code; } public GetUnreadMessageCountResponseBody setMessage(String message) { this.message = message; return this; } public String getMessage() { return this.message; } public GetUnreadMessageCountResponseBody setResult(Integer result) { this.result = result; return this; } public Integer getResult() { return this.result; } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetUnreadMessageCountShrinkRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetUnreadMessageCountShrinkRequest extends TeaModel { @NameInMap("UserInfo") public String userInfoShrink; public static GetUnreadMessageCountShrinkRequest build(java.util.Map<String, ?> map) throws Exception { GetUnreadMessageCountShrinkRequest self = new GetUnreadMessageCountShrinkRequest(); return TeaModel.build(map, self); } public GetUnreadMessageCountShrinkRequest setUserInfoShrink(String userInfoShrink) { this.userInfoShrink = userInfoShrink; return this; } public String getUserInfoShrink() { return this.userInfoShrink; } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetUserByDeviceIdHeaders.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetUserByDeviceIdHeaders 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 GetUserByDeviceIdHeaders build(java.util.Map<String, ?> map) throws Exception { GetUserByDeviceIdHeaders self = new GetUserByDeviceIdHeaders(); return TeaModel.build(map, self); } public GetUserByDeviceIdHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) { this.commonHeaders = commonHeaders; return this; } public java.util.Map<String, String> getCommonHeaders() { return this.commonHeaders; } public GetUserByDeviceIdHeaders setXAcsAligenieAccessToken(String xAcsAligenieAccessToken) { this.xAcsAligenieAccessToken = xAcsAligenieAccessToken; return this; } public String getXAcsAligenieAccessToken() { return this.xAcsAligenieAccessToken; } public GetUserByDeviceIdHeaders setAuthorization(String authorization) { this.authorization = authorization; return this; } public String getAuthorization() { return this.authorization; } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetUserByDeviceIdRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetUserByDeviceIdRequest extends TeaModel { /** * <p>This parameter is required.</p> */ @NameInMap("DeviceInfo") public GetUserByDeviceIdRequestDeviceInfo deviceInfo; public static GetUserByDeviceIdRequest build(java.util.Map<String, ?> map) throws Exception { GetUserByDeviceIdRequest self = new GetUserByDeviceIdRequest(); return TeaModel.build(map, self); } public GetUserByDeviceIdRequest setDeviceInfo(GetUserByDeviceIdRequestDeviceInfo deviceInfo) { this.deviceInfo = deviceInfo; return this; } public GetUserByDeviceIdRequestDeviceInfo getDeviceInfo() { return this.deviceInfo; } public static class GetUserByDeviceIdRequestDeviceInfo 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>PROJECT_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 GetUserByDeviceIdRequestDeviceInfo build(java.util.Map<String, ?> map) throws Exception { GetUserByDeviceIdRequestDeviceInfo self = new GetUserByDeviceIdRequestDeviceInfo(); return TeaModel.build(map, self); } public GetUserByDeviceIdRequestDeviceInfo setEncodeKey(String encodeKey) { this.encodeKey = encodeKey; return this; } public String getEncodeKey() { return this.encodeKey; } public GetUserByDeviceIdRequestDeviceInfo setEncodeType(String encodeType) { this.encodeType = encodeType; return this; } public String getEncodeType() { return this.encodeType; } public GetUserByDeviceIdRequestDeviceInfo setId(String id) { this.id = id; return this; } public String getId() { return this.id; } public GetUserByDeviceIdRequestDeviceInfo setIdType(String idType) { this.idType = idType; return this; } public String getIdType() { return this.idType; } public GetUserByDeviceIdRequestDeviceInfo setOrganizationId(String organizationId) { this.organizationId = organizationId; return this; } public String getOrganizationId() { return this.organizationId; } } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetUserByDeviceIdResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetUserByDeviceIdResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public GetUserByDeviceIdResponseBody body; public static GetUserByDeviceIdResponse build(java.util.Map<String, ?> map) throws Exception { GetUserByDeviceIdResponse self = new GetUserByDeviceIdResponse(); return TeaModel.build(map, self); } public GetUserByDeviceIdResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public GetUserByDeviceIdResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public GetUserByDeviceIdResponse setBody(GetUserByDeviceIdResponseBody body) { this.body = body; return this; } public GetUserByDeviceIdResponseBody getBody() { return this.body; } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetUserByDeviceIdResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetUserByDeviceIdResponseBody extends TeaModel { /** * <strong>example:</strong> * <p>200</p> */ @NameInMap("Code") public Integer code; /** * <strong>example:</strong> * <p>success</p> */ @NameInMap("Message") public String message; /** * <strong>example:</strong> * <p>0EC7*726E</p> */ @NameInMap("RequestId") public String requestId; /** * <strong>example:</strong> * <p>true</p> */ @NameInMap("Result") public GetUserByDeviceIdResponseBodyResult result; public static GetUserByDeviceIdResponseBody build(java.util.Map<String, ?> map) throws Exception { GetUserByDeviceIdResponseBody self = new GetUserByDeviceIdResponseBody(); return TeaModel.build(map, self); } public GetUserByDeviceIdResponseBody setCode(Integer code) { this.code = code; return this; } public Integer getCode() { return this.code; } public GetUserByDeviceIdResponseBody setMessage(String message) { this.message = message; return this; } public String getMessage() { return this.message; } public GetUserByDeviceIdResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } public GetUserByDeviceIdResponseBody setResult(GetUserByDeviceIdResponseBodyResult result) { this.result = result; return this; } public GetUserByDeviceIdResponseBodyResult getResult() { return this.result; } public static class GetUserByDeviceIdResponseBodyResultUserUnionIds extends TeaModel { /** * <strong>example:</strong> * <p>1**2</p> */ @NameInMap("OrganizationId") public String organizationId; /** * <strong>example:</strong> * <p>1553*B0C3</p> */ @NameInMap("UserUnionId") public String userUnionId; public static GetUserByDeviceIdResponseBodyResultUserUnionIds build(java.util.Map<String, ?> map) throws Exception { GetUserByDeviceIdResponseBodyResultUserUnionIds self = new GetUserByDeviceIdResponseBodyResultUserUnionIds(); return TeaModel.build(map, self); } public GetUserByDeviceIdResponseBodyResultUserUnionIds setOrganizationId(String organizationId) { this.organizationId = organizationId; return this; } public String getOrganizationId() { return this.organizationId; } public GetUserByDeviceIdResponseBodyResultUserUnionIds setUserUnionId(String userUnionId) { this.userUnionId = userUnionId; return this; } public String getUserUnionId() { return this.userUnionId; } } public static class GetUserByDeviceIdResponseBodyResult extends TeaModel { /** * <strong>example:</strong> * <p>0963*0158</p> */ @NameInMap("UserOpenId") public String userOpenId; @NameInMap("UserUnionIds") public java.util.List<GetUserByDeviceIdResponseBodyResultUserUnionIds> userUnionIds; public static GetUserByDeviceIdResponseBodyResult build(java.util.Map<String, ?> map) throws Exception { GetUserByDeviceIdResponseBodyResult self = new GetUserByDeviceIdResponseBodyResult(); return TeaModel.build(map, self); } public GetUserByDeviceIdResponseBodyResult setUserOpenId(String userOpenId) { this.userOpenId = userOpenId; return this; } public String getUserOpenId() { return this.userOpenId; } public GetUserByDeviceIdResponseBodyResult setUserUnionIds(java.util.List<GetUserByDeviceIdResponseBodyResultUserUnionIds> userUnionIds) { this.userUnionIds = userUnionIds; return this; } public java.util.List<GetUserByDeviceIdResponseBodyResultUserUnionIds> getUserUnionIds() { return this.userUnionIds; } } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetUserByDeviceIdShrinkRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetUserByDeviceIdShrinkRequest extends TeaModel { /** * <p>This parameter is required.</p> */ @NameInMap("DeviceInfo") public String deviceInfoShrink; public static GetUserByDeviceIdShrinkRequest build(java.util.Map<String, ?> map) throws Exception { GetUserByDeviceIdShrinkRequest self = new GetUserByDeviceIdShrinkRequest(); return TeaModel.build(map, self); } public GetUserByDeviceIdShrinkRequest setDeviceInfoShrink(String deviceInfoShrink) { this.deviceInfoShrink = deviceInfoShrink; return this; } public String getDeviceInfoShrink() { return this.deviceInfoShrink; } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetWeatherHeaders.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetWeatherHeaders 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 GetWeatherHeaders build(java.util.Map<String, ?> map) throws Exception { GetWeatherHeaders self = new GetWeatherHeaders(); return TeaModel.build(map, self); } public GetWeatherHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) { this.commonHeaders = commonHeaders; return this; } public java.util.Map<String, String> getCommonHeaders() { return this.commonHeaders; } public GetWeatherHeaders setXAcsAligenieAccessToken(String xAcsAligenieAccessToken) { this.xAcsAligenieAccessToken = xAcsAligenieAccessToken; return this; } public String getXAcsAligenieAccessToken() { return this.xAcsAligenieAccessToken; } public GetWeatherHeaders setAuthorization(String authorization) { this.authorization = authorization; return this; } public String getAuthorization() { return this.authorization; } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetWeatherRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetWeatherRequest extends TeaModel { /** * <p>This parameter is required.</p> */ @NameInMap("DeviceInfo") public GetWeatherRequestDeviceInfo deviceInfo; /** * <strong>if can be null:</strong> * <p>false</p> */ @NameInMap("Payload") public GetWeatherRequestPayload payload; /** * <p>This parameter is required.</p> */ @NameInMap("UserInfo") public GetWeatherRequestUserInfo userInfo; public static GetWeatherRequest build(java.util.Map<String, ?> map) throws Exception { GetWeatherRequest self = new GetWeatherRequest(); return TeaModel.build(map, self); } public GetWeatherRequest setDeviceInfo(GetWeatherRequestDeviceInfo deviceInfo) { this.deviceInfo = deviceInfo; return this; } public GetWeatherRequestDeviceInfo getDeviceInfo() { return this.deviceInfo; } public GetWeatherRequest setPayload(GetWeatherRequestPayload payload) { this.payload = payload; return this; } public GetWeatherRequestPayload getPayload() { return this.payload; } public GetWeatherRequest setUserInfo(GetWeatherRequestUserInfo userInfo) { this.userInfo = userInfo; return this; } public GetWeatherRequestUserInfo getUserInfo() { return this.userInfo; } public static class GetWeatherRequestDeviceInfo extends TeaModel { /** * <strong>example:</strong> * <p>12**45</p> */ @NameInMap("EncodeKey") public String encodeKey; /** * <strong>example:</strong> * <p>PROJECT_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 GetWeatherRequestDeviceInfo build(java.util.Map<String, ?> map) throws Exception { GetWeatherRequestDeviceInfo self = new GetWeatherRequestDeviceInfo(); return TeaModel.build(map, self); } public GetWeatherRequestDeviceInfo setEncodeKey(String encodeKey) { this.encodeKey = encodeKey; return this; } public String getEncodeKey() { return this.encodeKey; } public GetWeatherRequestDeviceInfo setEncodeType(String encodeType) { this.encodeType = encodeType; return this; } public String getEncodeType() { return this.encodeType; } public GetWeatherRequestDeviceInfo setId(String id) { this.id = id; return this; } public String getId() { return this.id; } public GetWeatherRequestDeviceInfo setIdType(String idType) { this.idType = idType; return this; } public String getIdType() { return this.idType; } public GetWeatherRequestDeviceInfo setOrganizationId(String organizationId) { this.organizationId = organizationId; return this; } public String getOrganizationId() { return this.organizationId; } } public static class GetWeatherRequestPayload extends TeaModel { public static GetWeatherRequestPayload build(java.util.Map<String, ?> map) throws Exception { GetWeatherRequestPayload self = new GetWeatherRequestPayload(); return TeaModel.build(map, self); } } public static class GetWeatherRequestUserInfo extends TeaModel { /** * <strong>example:</strong> * <p>12**45</p> */ @NameInMap("EncodeKey") public String encodeKey; /** * <strong>example:</strong> * <p>PROJECT_ID</p> */ @NameInMap("EncodeType") public String encodeType; /** * <strong>example:</strong> * <p>HOFF****my7Iw=</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 GetWeatherRequestUserInfo build(java.util.Map<String, ?> map) throws Exception { GetWeatherRequestUserInfo self = new GetWeatherRequestUserInfo(); return TeaModel.build(map, self); } public GetWeatherRequestUserInfo setEncodeKey(String encodeKey) { this.encodeKey = encodeKey; return this; } public String getEncodeKey() { return this.encodeKey; } public GetWeatherRequestUserInfo setEncodeType(String encodeType) { this.encodeType = encodeType; return this; } public String getEncodeType() { return this.encodeType; } public GetWeatherRequestUserInfo setId(String id) { this.id = id; return this; } public String getId() { return this.id; } public GetWeatherRequestUserInfo setIdType(String idType) { this.idType = idType; return this; } public String getIdType() { return this.idType; } public GetWeatherRequestUserInfo setOrganizationId(String organizationId) { this.organizationId = organizationId; return this; } public String getOrganizationId() { return this.organizationId; } } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetWeatherResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetWeatherResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public GetWeatherResponseBody body; public static GetWeatherResponse build(java.util.Map<String, ?> map) throws Exception { GetWeatherResponse self = new GetWeatherResponse(); return TeaModel.build(map, self); } public GetWeatherResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public GetWeatherResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public GetWeatherResponse setBody(GetWeatherResponseBody body) { this.body = body; return this; } public GetWeatherResponseBody getBody() { return this.body; } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetWeatherResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetWeatherResponseBody extends TeaModel { /** * <p>HttpCode</p> * * <strong>example:</strong> * <p>200</p> */ @NameInMap("Code") public Integer code; @NameInMap("Message") public String message; /** * <strong>example:</strong> * <p>F7E2****B7C94</p> */ @NameInMap("RequestId") public String requestId; @NameInMap("Result") public GetWeatherResponseBodyResult result; public static GetWeatherResponseBody build(java.util.Map<String, ?> map) throws Exception { GetWeatherResponseBody self = new GetWeatherResponseBody(); return TeaModel.build(map, self); } public GetWeatherResponseBody setCode(Integer code) { this.code = code; return this; } public Integer getCode() { return this.code; } public GetWeatherResponseBody setMessage(String message) { this.message = message; return this; } public String getMessage() { return this.message; } public GetWeatherResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } public GetWeatherResponseBody setResult(GetWeatherResponseBodyResult result) { this.result = result; return this; } public GetWeatherResponseBodyResult getResult() { return this.result; } public static class GetWeatherResponseBodyResultCurrentMeteorologyTemperature extends TeaModel { /** * <strong>example:</strong> * <p>36</p> */ @NameInMap("Current") public String current; @NameInMap("CurrentDesc") public String currentDesc; /** * <strong>example:</strong> * <p>37</p> */ @NameInMap("High") public String high; @NameInMap("HighDesc") public String highDesc; /** * <strong>example:</strong> * <p>41</p> */ @NameInMap("Logical") public String logical; /** * <strong>example:</strong> * <p>28</p> */ @NameInMap("Low") public String low; @NameInMap("LowDesc") public String lowDesc; public static GetWeatherResponseBodyResultCurrentMeteorologyTemperature build(java.util.Map<String, ?> map) throws Exception { GetWeatherResponseBodyResultCurrentMeteorologyTemperature self = new GetWeatherResponseBodyResultCurrentMeteorologyTemperature(); return TeaModel.build(map, self); } public GetWeatherResponseBodyResultCurrentMeteorologyTemperature setCurrent(String current) { this.current = current; return this; } public String getCurrent() { return this.current; } public GetWeatherResponseBodyResultCurrentMeteorologyTemperature setCurrentDesc(String currentDesc) { this.currentDesc = currentDesc; return this; } public String getCurrentDesc() { return this.currentDesc; } public GetWeatherResponseBodyResultCurrentMeteorologyTemperature setHigh(String high) { this.high = high; return this; } public String getHigh() { return this.high; } public GetWeatherResponseBodyResultCurrentMeteorologyTemperature setHighDesc(String highDesc) { this.highDesc = highDesc; return this; } public String getHighDesc() { return this.highDesc; } public GetWeatherResponseBodyResultCurrentMeteorologyTemperature setLogical(String logical) { this.logical = logical; return this; } public String getLogical() { return this.logical; } public GetWeatherResponseBodyResultCurrentMeteorologyTemperature setLow(String low) { this.low = low; return this; } public String getLow() { return this.low; } public GetWeatherResponseBodyResultCurrentMeteorologyTemperature setLowDesc(String lowDesc) { this.lowDesc = lowDesc; return this; } public String getLowDesc() { return this.lowDesc; } } public static class GetWeatherResponseBodyResultCurrentMeteorologyWeather extends TeaModel { /** * <strong>example:</strong> * <p>000</p> */ @NameInMap("Code") public String code; @NameInMap("Name") public String name; public static GetWeatherResponseBodyResultCurrentMeteorologyWeather build(java.util.Map<String, ?> map) throws Exception { GetWeatherResponseBodyResultCurrentMeteorologyWeather self = new GetWeatherResponseBodyResultCurrentMeteorologyWeather(); return TeaModel.build(map, self); } public GetWeatherResponseBodyResultCurrentMeteorologyWeather setCode(String code) { this.code = code; return this; } public String getCode() { return this.code; } public GetWeatherResponseBodyResultCurrentMeteorologyWeather setName(String name) { this.name = name; return this; } public String getName() { return this.name; } } public static class GetWeatherResponseBodyResultCurrentMeteorology extends TeaModel { @NameInMap("Temperature") public GetWeatherResponseBodyResultCurrentMeteorologyTemperature temperature; @NameInMap("Weather") public GetWeatherResponseBodyResultCurrentMeteorologyWeather weather; public static GetWeatherResponseBodyResultCurrentMeteorology build(java.util.Map<String, ?> map) throws Exception { GetWeatherResponseBodyResultCurrentMeteorology self = new GetWeatherResponseBodyResultCurrentMeteorology(); return TeaModel.build(map, self); } public GetWeatherResponseBodyResultCurrentMeteorology setTemperature(GetWeatherResponseBodyResultCurrentMeteorologyTemperature temperature) { this.temperature = temperature; return this; } public GetWeatherResponseBodyResultCurrentMeteorologyTemperature getTemperature() { return this.temperature; } public GetWeatherResponseBodyResultCurrentMeteorology setWeather(GetWeatherResponseBodyResultCurrentMeteorologyWeather weather) { this.weather = weather; return this; } public GetWeatherResponseBodyResultCurrentMeteorologyWeather getWeather() { return this.weather; } } public static class GetWeatherResponseBodyResult extends TeaModel { @NameInMap("CurrentMeteorology") public GetWeatherResponseBodyResultCurrentMeteorology currentMeteorology; public static GetWeatherResponseBodyResult build(java.util.Map<String, ?> map) throws Exception { GetWeatherResponseBodyResult self = new GetWeatherResponseBodyResult(); return TeaModel.build(map, self); } public GetWeatherResponseBodyResult setCurrentMeteorology(GetWeatherResponseBodyResultCurrentMeteorology currentMeteorology) { this.currentMeteorology = currentMeteorology; return this; } public GetWeatherResponseBodyResultCurrentMeteorology getCurrentMeteorology() { return this.currentMeteorology; } } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/GetWeatherShrinkRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class GetWeatherShrinkRequest extends TeaModel { /** * <p>This parameter is required.</p> */ @NameInMap("DeviceInfo") public String deviceInfoShrink; /** * <strong>if can be null:</strong> * <p>false</p> */ @NameInMap("Payload") public String payloadShrink; /** * <p>This parameter is required.</p> */ @NameInMap("UserInfo") public String userInfoShrink; public static GetWeatherShrinkRequest build(java.util.Map<String, ?> map) throws Exception { GetWeatherShrinkRequest self = new GetWeatherShrinkRequest(); return TeaModel.build(map, self); } public GetWeatherShrinkRequest setDeviceInfoShrink(String deviceInfoShrink) { this.deviceInfoShrink = deviceInfoShrink; return this; } public String getDeviceInfoShrink() { return this.deviceInfoShrink; } public GetWeatherShrinkRequest setPayloadShrink(String payloadShrink) { this.payloadShrink = payloadShrink; return this; } public String getPayloadShrink() { return this.payloadShrink; } public GetWeatherShrinkRequest setUserInfoShrink(String userInfoShrink) { this.userInfoShrink = userInfoShrink; return this; } public String getUserInfoShrink() { return this.userInfoShrink; } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/IndexControlPlayingListHeaders.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class IndexControlPlayingListHeaders 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 IndexControlPlayingListHeaders build(java.util.Map<String, ?> map) throws Exception { IndexControlPlayingListHeaders self = new IndexControlPlayingListHeaders(); return TeaModel.build(map, self); } public IndexControlPlayingListHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) { this.commonHeaders = commonHeaders; return this; } public java.util.Map<String, String> getCommonHeaders() { return this.commonHeaders; } public IndexControlPlayingListHeaders setXAcsAligenieAccessToken(String xAcsAligenieAccessToken) { this.xAcsAligenieAccessToken = xAcsAligenieAccessToken; return this; } public String getXAcsAligenieAccessToken() { return this.xAcsAligenieAccessToken; } public IndexControlPlayingListHeaders setAuthorization(String authorization) { this.authorization = authorization; return this; } public String getAuthorization() { return this.authorization; } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/IndexControlPlayingListRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class IndexControlPlayingListRequest extends TeaModel { /** * <p>This parameter is required.</p> */ @NameInMap("DeviceInfo") public IndexControlPlayingListRequestDeviceInfo deviceInfo; /** * <p>This parameter is required.</p> */ @NameInMap("OpenIndexControlRequest") public IndexControlPlayingListRequestOpenIndexControlRequest openIndexControlRequest; /** * <p>This parameter is required.</p> */ @NameInMap("UserInfo") public IndexControlPlayingListRequestUserInfo userInfo; public static IndexControlPlayingListRequest build(java.util.Map<String, ?> map) throws Exception { IndexControlPlayingListRequest self = new IndexControlPlayingListRequest(); return TeaModel.build(map, self); } public IndexControlPlayingListRequest setDeviceInfo(IndexControlPlayingListRequestDeviceInfo deviceInfo) { this.deviceInfo = deviceInfo; return this; } public IndexControlPlayingListRequestDeviceInfo getDeviceInfo() { return this.deviceInfo; } public IndexControlPlayingListRequest setOpenIndexControlRequest(IndexControlPlayingListRequestOpenIndexControlRequest openIndexControlRequest) { this.openIndexControlRequest = openIndexControlRequest; return this; } public IndexControlPlayingListRequestOpenIndexControlRequest getOpenIndexControlRequest() { return this.openIndexControlRequest; } public IndexControlPlayingListRequest setUserInfo(IndexControlPlayingListRequestUserInfo userInfo) { this.userInfo = userInfo; return this; } public IndexControlPlayingListRequestUserInfo getUserInfo() { return this.userInfo; } public static class IndexControlPlayingListRequestDeviceInfo extends TeaModel { /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>123</p> */ @NameInMap("EncodeKey") public String encodeKey; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>PROJECT_ID</p> */ @NameInMap("EncodeType") public String encodeType; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>rV/XSgPuxZjx/hN3iw8U+e8ouRjKOX95tn1a0kwb2+Ao6Q1CAxASJUZDWtlk1r43LWcVW6fvY1Rr4sEPFodpnA==</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>123</p> */ @NameInMap("OrganizationId") public String organizationId; public static IndexControlPlayingListRequestDeviceInfo build(java.util.Map<String, ?> map) throws Exception { IndexControlPlayingListRequestDeviceInfo self = new IndexControlPlayingListRequestDeviceInfo(); return TeaModel.build(map, self); } public IndexControlPlayingListRequestDeviceInfo setEncodeKey(String encodeKey) { this.encodeKey = encodeKey; return this; } public String getEncodeKey() { return this.encodeKey; } public IndexControlPlayingListRequestDeviceInfo setEncodeType(String encodeType) { this.encodeType = encodeType; return this; } public String getEncodeType() { return this.encodeType; } public IndexControlPlayingListRequestDeviceInfo setId(String id) { this.id = id; return this; } public String getId() { return this.id; } public IndexControlPlayingListRequestDeviceInfo setIdType(String idType) { this.idType = idType; return this; } public String getIdType() { return this.idType; } public IndexControlPlayingListRequestDeviceInfo setOrganizationId(String organizationId) { this.organizationId = organizationId; return this; } public String getOrganizationId() { return this.organizationId; } } public static class IndexControlPlayingListRequestOpenIndexControlRequest extends TeaModel { @NameInMap("ExtendInfo") public java.util.Map<String, ?> extendInfo; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>0</p> */ @NameInMap("Index") public Integer index; /** * <strong>example:</strong> * <p>false</p> */ @NameInMap("NeedContentContinued") public Boolean needContentContinued; public static IndexControlPlayingListRequestOpenIndexControlRequest build(java.util.Map<String, ?> map) throws Exception { IndexControlPlayingListRequestOpenIndexControlRequest self = new IndexControlPlayingListRequestOpenIndexControlRequest(); return TeaModel.build(map, self); } public IndexControlPlayingListRequestOpenIndexControlRequest setExtendInfo(java.util.Map<String, ?> extendInfo) { this.extendInfo = extendInfo; return this; } public java.util.Map<String, ?> getExtendInfo() { return this.extendInfo; } public IndexControlPlayingListRequestOpenIndexControlRequest setIndex(Integer index) { this.index = index; return this; } public Integer getIndex() { return this.index; } public IndexControlPlayingListRequestOpenIndexControlRequest setNeedContentContinued(Boolean needContentContinued) { this.needContentContinued = needContentContinued; return this; } public Boolean getNeedContentContinued() { return this.needContentContinued; } } public static class IndexControlPlayingListRequestUserInfo extends TeaModel { /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>123</p> */ @NameInMap("EncodeKey") public String encodeKey; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>PROJECT_ID</p> */ @NameInMap("EncodeType") public String encodeType; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>rV/XSgPuxZjx/hN3iw8U+e8ouRjKOX95tn1a0kwb2+Ao6Q1CAxASJUZDWtlk1r43LWcVW6fvY1Rr4sEPFodpnA==</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>123</p> */ @NameInMap("OrganizationId") public String organizationId; public static IndexControlPlayingListRequestUserInfo build(java.util.Map<String, ?> map) throws Exception { IndexControlPlayingListRequestUserInfo self = new IndexControlPlayingListRequestUserInfo(); return TeaModel.build(map, self); } public IndexControlPlayingListRequestUserInfo setEncodeKey(String encodeKey) { this.encodeKey = encodeKey; return this; } public String getEncodeKey() { return this.encodeKey; } public IndexControlPlayingListRequestUserInfo setEncodeType(String encodeType) { this.encodeType = encodeType; return this; } public String getEncodeType() { return this.encodeType; } public IndexControlPlayingListRequestUserInfo setId(String id) { this.id = id; return this; } public String getId() { return this.id; } public IndexControlPlayingListRequestUserInfo setIdType(String idType) { this.idType = idType; return this; } public String getIdType() { return this.idType; } public IndexControlPlayingListRequestUserInfo setOrganizationId(String organizationId) { this.organizationId = organizationId; return this; } public String getOrganizationId() { return this.organizationId; } } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/IndexControlPlayingListResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class IndexControlPlayingListResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public IndexControlPlayingListResponseBody body; public static IndexControlPlayingListResponse build(java.util.Map<String, ?> map) throws Exception { IndexControlPlayingListResponse self = new IndexControlPlayingListResponse(); return TeaModel.build(map, self); } public IndexControlPlayingListResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public IndexControlPlayingListResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public IndexControlPlayingListResponse setBody(IndexControlPlayingListResponseBody body) { this.body = body; return this; } public IndexControlPlayingListResponseBody getBody() { return this.body; } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/IndexControlPlayingListResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class IndexControlPlayingListResponseBody extends TeaModel { /** * <strong>example:</strong> * <p>200</p> */ @NameInMap("Code") public Integer code; /** * <strong>example:</strong> * <p>success</p> */ @NameInMap("Message") public String message; /** * <strong>example:</strong> * <p>10002398812</p> */ @NameInMap("RequestId") public String requestId; @NameInMap("Result") public IndexControlPlayingListResponseBodyResult result; /** * <strong>example:</strong> * <p>true</p> */ @NameInMap("Success") public String success; public static IndexControlPlayingListResponseBody build(java.util.Map<String, ?> map) throws Exception { IndexControlPlayingListResponseBody self = new IndexControlPlayingListResponseBody(); return TeaModel.build(map, self); } public IndexControlPlayingListResponseBody setCode(Integer code) { this.code = code; return this; } public Integer getCode() { return this.code; } public IndexControlPlayingListResponseBody setMessage(String message) { this.message = message; return this; } public String getMessage() { return this.message; } public IndexControlPlayingListResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } public IndexControlPlayingListResponseBody setResult(IndexControlPlayingListResponseBodyResult result) { this.result = result; return this; } public IndexControlPlayingListResponseBodyResult getResult() { return this.result; } public IndexControlPlayingListResponseBody setSuccess(String success) { this.success = success; return this; } public String getSuccess() { return this.success; } public static class IndexControlPlayingListResponseBodyResultCover extends TeaModel { /** * <strong>example:</strong> * <p>false</p> */ @NameInMap("CanResize") public Boolean canResize; /** * <strong>example:</strong> * <p><a href="http://imgopen.xmcdn.com/group58/M06/08/9B/wKgLglzTyTjiOy0oAAcOTv16ohg815.jpg!op_type=3&columns=640&rows=640">http://imgopen.xmcdn.com/group58/M06/08/9B/wKgLglzTyTjiOy0oAAcOTv16ohg815.jpg!op_type=3&amp;columns=640&amp;rows=640</a></p> */ @NameInMap("Img") public String img; /** * <strong>example:</strong> * <p><a href="http://imgopen.xmcdn.com/group58/M06/08/9B/wKgLglzTyTjiOy0oAAcOTv16ohg815.jpg!op_type=3&columns=640&rows=640">http://imgopen.xmcdn.com/group58/M06/08/9B/wKgLglzTyTjiOy0oAAcOTv16ohg815.jpg!op_type=3&amp;columns=640&amp;rows=640</a></p> */ @NameInMap("Large") public String large; /** * <strong>example:</strong> * <p><a href="http://imgopen.xmcdn.com/group58/M06/08/9B/wKgLglzTyTjiOy0oAAcOTv16ohg815.jpg!op_type=3&columns=640&rows=640">http://imgopen.xmcdn.com/group58/M06/08/9B/wKgLglzTyTjiOy0oAAcOTv16ohg815.jpg!op_type=3&amp;columns=640&amp;rows=640</a></p> */ @NameInMap("Mediam") public String mediam; /** * <strong>example:</strong> * <p><a href="http://imgopen.xmcdn.com/group58/M06/08/9B/wKgLglzTyTjiOy0oAAcOTv16ohg815.jpg!op_type=3&columns=640&rows=640">http://imgopen.xmcdn.com/group58/M06/08/9B/wKgLglzTyTjiOy0oAAcOTv16ohg815.jpg!op_type=3&amp;columns=640&amp;rows=640</a></p> */ @NameInMap("Medium") public String medium; /** * <strong>example:</strong> * <p><a href="http://imgopen.xmcdn.com/group58/M06/08/9B/wKgLglzTyTjiOy0oAAcOTv16ohg815.jpg!op_type=3&columns=640&rows=640">http://imgopen.xmcdn.com/group58/M06/08/9B/wKgLglzTyTjiOy0oAAcOTv16ohg815.jpg!op_type=3&amp;columns=640&amp;rows=640</a></p> */ @NameInMap("Small") public String small; public static IndexControlPlayingListResponseBodyResultCover build(java.util.Map<String, ?> map) throws Exception { IndexControlPlayingListResponseBodyResultCover self = new IndexControlPlayingListResponseBodyResultCover(); return TeaModel.build(map, self); } public IndexControlPlayingListResponseBodyResultCover setCanResize(Boolean canResize) { this.canResize = canResize; return this; } public Boolean getCanResize() { return this.canResize; } public IndexControlPlayingListResponseBodyResultCover setImg(String img) { this.img = img; return this; } public String getImg() { return this.img; } public IndexControlPlayingListResponseBodyResultCover setLarge(String large) { this.large = large; return this; } public String getLarge() { return this.large; } public IndexControlPlayingListResponseBodyResultCover setMediam(String mediam) { this.mediam = mediam; return this; } public String getMediam() { return this.mediam; } public IndexControlPlayingListResponseBodyResultCover setMedium(String medium) { this.medium = medium; return this; } public String getMedium() { return this.medium; } public IndexControlPlayingListResponseBodyResultCover setSmall(String small) { this.small = small; return this; } public String getSmall() { return this.small; } } public static class IndexControlPlayingListResponseBodyResult extends TeaModel { @NameInMap("AlbumName") public String albumName; /** * <strong>example:</strong> * <p>260744</p> */ @NameInMap("AlbumRawId") public String albumRawId; /** * <strong>example:</strong> * <p>190</p> */ @NameInMap("AudioLength") public Integer audioLength; /** * <strong>example:</strong> * <p>0</p> */ @NameInMap("Copyright") public Integer copyright; @NameInMap("Cover") public IndexControlPlayingListResponseBodyResultCover cover; /** * <strong>example:</strong> * <p>1</p> */ @NameInMap("DefaultPlayOrder") public Integer defaultPlayOrder; /** * <strong>example:</strong> * <p><a href="https://openaudio.cos.tx.xmcdn.com/storages/587f-audiofreehighqps/15/CE/GKwRIJIGnb11ABc6SwF59DNb.mp3">https://openaudio.cos.tx.xmcdn.com/storages/587f-audiofreehighqps/15/CE/GKwRIJIGnb11ABc6SwF59DNb.mp3</a></p> */ @NameInMap("ItemUrl") public String itemUrl; /** * <strong>example:</strong> * <p>false</p> */ @NameInMap("Liked") public Boolean liked; /** * <strong>example:</strong> * <p><a href="https://aicontent.alibabausercontent.com/lyric/thirdsource/6f4c8408073db134b0d097c122b5a1a1.lrc">https://aicontent.alibabausercontent.com/lyric/thirdsource/6f4c8408073db134b0d097c122b5a1a1.lrc</a></p> */ @NameInMap("LyricUrl") public String lyricUrl; /** * <strong>example:</strong> * <p>Repeat</p> */ @NameInMap("PlayMode") public String playMode; /** * <strong>example:</strong> * <p>0</p> */ @NameInMap("Pos") public Integer pos; /** * <strong>example:</strong> * <p>0</p> */ @NameInMap("Progress") public Integer progress; /** * <strong>example:</strong> * <p>550144364</p> */ @NameInMap("RawId") public String rawId; @NameInMap("Singer") public String singer; /** * <strong>example:</strong> * <p>ximalayav2</p> */ @NameInMap("Source") public String source; @NameInMap("Title") public String title; /** * <strong>example:</strong> * <p>story</p> */ @NameInMap("Type") public String type; /** * <strong>example:</strong> * <p>VALID</p> */ @NameInMap("Valid") public String valid; public static IndexControlPlayingListResponseBodyResult build(java.util.Map<String, ?> map) throws Exception { IndexControlPlayingListResponseBodyResult self = new IndexControlPlayingListResponseBodyResult(); return TeaModel.build(map, self); } public IndexControlPlayingListResponseBodyResult setAlbumName(String albumName) { this.albumName = albumName; return this; } public String getAlbumName() { return this.albumName; } public IndexControlPlayingListResponseBodyResult setAlbumRawId(String albumRawId) { this.albumRawId = albumRawId; return this; } public String getAlbumRawId() { return this.albumRawId; } public IndexControlPlayingListResponseBodyResult setAudioLength(Integer audioLength) { this.audioLength = audioLength; return this; } public Integer getAudioLength() { return this.audioLength; } public IndexControlPlayingListResponseBodyResult setCopyright(Integer copyright) { this.copyright = copyright; return this; } public Integer getCopyright() { return this.copyright; } public IndexControlPlayingListResponseBodyResult setCover(IndexControlPlayingListResponseBodyResultCover cover) { this.cover = cover; return this; } public IndexControlPlayingListResponseBodyResultCover getCover() { return this.cover; } public IndexControlPlayingListResponseBodyResult setDefaultPlayOrder(Integer defaultPlayOrder) { this.defaultPlayOrder = defaultPlayOrder; return this; } public Integer getDefaultPlayOrder() { return this.defaultPlayOrder; } public IndexControlPlayingListResponseBodyResult setItemUrl(String itemUrl) { this.itemUrl = itemUrl; return this; } public String getItemUrl() { return this.itemUrl; } public IndexControlPlayingListResponseBodyResult setLiked(Boolean liked) { this.liked = liked; return this; } public Boolean getLiked() { return this.liked; } public IndexControlPlayingListResponseBodyResult setLyricUrl(String lyricUrl) { this.lyricUrl = lyricUrl; return this; } public String getLyricUrl() { return this.lyricUrl; } public IndexControlPlayingListResponseBodyResult setPlayMode(String playMode) { this.playMode = playMode; return this; } public String getPlayMode() { return this.playMode; } public IndexControlPlayingListResponseBodyResult setPos(Integer pos) { this.pos = pos; return this; } public Integer getPos() { return this.pos; } public IndexControlPlayingListResponseBodyResult setProgress(Integer progress) { this.progress = progress; return this; } public Integer getProgress() { return this.progress; } public IndexControlPlayingListResponseBodyResult setRawId(String rawId) { this.rawId = rawId; return this; } public String getRawId() { return this.rawId; } public IndexControlPlayingListResponseBodyResult setSinger(String singer) { this.singer = singer; return this; } public String getSinger() { return this.singer; } public IndexControlPlayingListResponseBodyResult setSource(String source) { this.source = source; return this; } public String getSource() { return this.source; } public IndexControlPlayingListResponseBodyResult setTitle(String title) { this.title = title; return this; } public String getTitle() { return this.title; } public IndexControlPlayingListResponseBodyResult setType(String type) { this.type = type; return this; } public String getType() { return this.type; } public IndexControlPlayingListResponseBodyResult setValid(String valid) { this.valid = valid; return this; } public String getValid() { return this.valid; } } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/IndexControlPlayingListShrinkRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class IndexControlPlayingListShrinkRequest extends TeaModel { /** * <p>This parameter is required.</p> */ @NameInMap("DeviceInfo") public String deviceInfoShrink; /** * <p>This parameter is required.</p> */ @NameInMap("OpenIndexControlRequest") public String openIndexControlRequestShrink; /** * <p>This parameter is required.</p> */ @NameInMap("UserInfo") public String userInfoShrink; public static IndexControlPlayingListShrinkRequest build(java.util.Map<String, ?> map) throws Exception { IndexControlPlayingListShrinkRequest self = new IndexControlPlayingListShrinkRequest(); return TeaModel.build(map, self); } public IndexControlPlayingListShrinkRequest setDeviceInfoShrink(String deviceInfoShrink) { this.deviceInfoShrink = deviceInfoShrink; return this; } public String getDeviceInfoShrink() { return this.deviceInfoShrink; } public IndexControlPlayingListShrinkRequest setOpenIndexControlRequestShrink(String openIndexControlRequestShrink) { this.openIndexControlRequestShrink = openIndexControlRequestShrink; return this; } public String getOpenIndexControlRequestShrink() { return this.openIndexControlRequestShrink; } public IndexControlPlayingListShrinkRequest setUserInfoShrink(String userInfoShrink) { this.userInfoShrink = userInfoShrink; return this; } public String getUserInfoShrink() { return this.userInfoShrink; } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/InvalidateThirdPartyAppLoginStateHeaders.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class InvalidateThirdPartyAppLoginStateHeaders 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 InvalidateThirdPartyAppLoginStateHeaders build(java.util.Map<String, ?> map) throws Exception { InvalidateThirdPartyAppLoginStateHeaders self = new InvalidateThirdPartyAppLoginStateHeaders(); return TeaModel.build(map, self); } public InvalidateThirdPartyAppLoginStateHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) { this.commonHeaders = commonHeaders; return this; } public java.util.Map<String, String> getCommonHeaders() { return this.commonHeaders; } public InvalidateThirdPartyAppLoginStateHeaders setXAcsAligenieAccessToken(String xAcsAligenieAccessToken) { this.xAcsAligenieAccessToken = xAcsAligenieAccessToken; return this; } public String getXAcsAligenieAccessToken() { return this.xAcsAligenieAccessToken; } public InvalidateThirdPartyAppLoginStateHeaders setAuthorization(String authorization) { this.authorization = authorization; return this; } public String getAuthorization() { return this.authorization; } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/InvalidateThirdPartyAppLoginStateRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class InvalidateThirdPartyAppLoginStateRequest extends TeaModel { /** * <p>This parameter is required.</p> */ @NameInMap("DeviceInfo") public InvalidateThirdPartyAppLoginStateRequestDeviceInfo deviceInfo; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>com.<em>.</em>.*</p> */ @NameInMap("ThirdPartyAppId") public String thirdPartyAppId; public static InvalidateThirdPartyAppLoginStateRequest build(java.util.Map<String, ?> map) throws Exception { InvalidateThirdPartyAppLoginStateRequest self = new InvalidateThirdPartyAppLoginStateRequest(); return TeaModel.build(map, self); } public InvalidateThirdPartyAppLoginStateRequest setDeviceInfo(InvalidateThirdPartyAppLoginStateRequestDeviceInfo deviceInfo) { this.deviceInfo = deviceInfo; return this; } public InvalidateThirdPartyAppLoginStateRequestDeviceInfo getDeviceInfo() { return this.deviceInfo; } public InvalidateThirdPartyAppLoginStateRequest setThirdPartyAppId(String thirdPartyAppId) { this.thirdPartyAppId = thirdPartyAppId; return this; } public String getThirdPartyAppId() { return this.thirdPartyAppId; } public static class InvalidateThirdPartyAppLoginStateRequestDeviceInfo extends TeaModel { /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>com.<em>.</em>.*</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>rV/XSgPuxZjx/hN3iw8U+e8ou***lk1r43LWcVW6fvY1Rr4sEPFodpnA==</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>123</p> */ @NameInMap("OrganizationId") public String organizationId; public static InvalidateThirdPartyAppLoginStateRequestDeviceInfo build(java.util.Map<String, ?> map) throws Exception { InvalidateThirdPartyAppLoginStateRequestDeviceInfo self = new InvalidateThirdPartyAppLoginStateRequestDeviceInfo(); return TeaModel.build(map, self); } public InvalidateThirdPartyAppLoginStateRequestDeviceInfo setEncodeKey(String encodeKey) { this.encodeKey = encodeKey; return this; } public String getEncodeKey() { return this.encodeKey; } public InvalidateThirdPartyAppLoginStateRequestDeviceInfo setEncodeType(String encodeType) { this.encodeType = encodeType; return this; } public String getEncodeType() { return this.encodeType; } public InvalidateThirdPartyAppLoginStateRequestDeviceInfo setId(String id) { this.id = id; return this; } public String getId() { return this.id; } public InvalidateThirdPartyAppLoginStateRequestDeviceInfo setIdType(String idType) { this.idType = idType; return this; } public String getIdType() { return this.idType; } public InvalidateThirdPartyAppLoginStateRequestDeviceInfo setOrganizationId(String organizationId) { this.organizationId = organizationId; return this; } public String getOrganizationId() { return this.organizationId; } } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/InvalidateThirdPartyAppLoginStateResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class InvalidateThirdPartyAppLoginStateResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public InvalidateThirdPartyAppLoginStateResponseBody body; public static InvalidateThirdPartyAppLoginStateResponse build(java.util.Map<String, ?> map) throws Exception { InvalidateThirdPartyAppLoginStateResponse self = new InvalidateThirdPartyAppLoginStateResponse(); return TeaModel.build(map, self); } public InvalidateThirdPartyAppLoginStateResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public InvalidateThirdPartyAppLoginStateResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public InvalidateThirdPartyAppLoginStateResponse setBody(InvalidateThirdPartyAppLoginStateResponseBody body) { this.body = body; return this; } public InvalidateThirdPartyAppLoginStateResponseBody getBody() { return this.body; } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/InvalidateThirdPartyAppLoginStateResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class InvalidateThirdPartyAppLoginStateResponseBody extends TeaModel { /** * <strong>example:</strong> * <p>200</p> */ @NameInMap("Code") public Integer code; /** * <strong>example:</strong> * <p>success</p> */ @NameInMap("Message") public String message; /** * <p>Id of the request</p> * * <strong>example:</strong> * <p>FAFCD152-4791-5F2F-B0BE-2DC06FD4F05B</p> */ @NameInMap("RequestId") public String requestId; /** * <strong>example:</strong> * <p>true</p> */ @NameInMap("Success") public Boolean success; public static InvalidateThirdPartyAppLoginStateResponseBody build(java.util.Map<String, ?> map) throws Exception { InvalidateThirdPartyAppLoginStateResponseBody self = new InvalidateThirdPartyAppLoginStateResponseBody(); return TeaModel.build(map, self); } public InvalidateThirdPartyAppLoginStateResponseBody setCode(Integer code) { this.code = code; return this; } public Integer getCode() { return this.code; } public InvalidateThirdPartyAppLoginStateResponseBody setMessage(String message) { this.message = message; return this; } public String getMessage() { return this.message; } public InvalidateThirdPartyAppLoginStateResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } public InvalidateThirdPartyAppLoginStateResponseBody setSuccess(Boolean success) { this.success = success; return this; } public Boolean getSuccess() { return this.success; } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/InvalidateThirdPartyAppLoginStateShrinkRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class InvalidateThirdPartyAppLoginStateShrinkRequest extends TeaModel { /** * <p>This parameter is required.</p> */ @NameInMap("DeviceInfo") public String deviceInfoShrink; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>com.<em>.</em>.*</p> */ @NameInMap("ThirdPartyAppId") public String thirdPartyAppId; public static InvalidateThirdPartyAppLoginStateShrinkRequest build(java.util.Map<String, ?> map) throws Exception { InvalidateThirdPartyAppLoginStateShrinkRequest self = new InvalidateThirdPartyAppLoginStateShrinkRequest(); return TeaModel.build(map, self); } public InvalidateThirdPartyAppLoginStateShrinkRequest setDeviceInfoShrink(String deviceInfoShrink) { this.deviceInfoShrink = deviceInfoShrink; return this; } public String getDeviceInfoShrink() { return this.deviceInfoShrink; } public InvalidateThirdPartyAppLoginStateShrinkRequest setThirdPartyAppId(String thirdPartyAppId) { this.thirdPartyAppId = thirdPartyAppId; return this; } public String getThirdPartyAppId() { return this.thirdPartyAppId; } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/ListAlarmsHeaders.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class ListAlarmsHeaders 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 ListAlarmsHeaders build(java.util.Map<String, ?> map) throws Exception { ListAlarmsHeaders self = new ListAlarmsHeaders(); return TeaModel.build(map, self); } public ListAlarmsHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) { this.commonHeaders = commonHeaders; return this; } public java.util.Map<String, String> getCommonHeaders() { return this.commonHeaders; } public ListAlarmsHeaders setXAcsAligenieAccessToken(String xAcsAligenieAccessToken) { this.xAcsAligenieAccessToken = xAcsAligenieAccessToken; return this; } public String getXAcsAligenieAccessToken() { return this.xAcsAligenieAccessToken; } public ListAlarmsHeaders setAuthorization(String authorization) { this.authorization = authorization; return this; } public String getAuthorization() { return this.authorization; } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/ListAlarmsRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class ListAlarmsRequest extends TeaModel { /** * <p>This parameter is required.</p> */ @NameInMap("DeviceInfo") public ListAlarmsRequestDeviceInfo deviceInfo; /** * <p>This parameter is required.</p> */ @NameInMap("Payload") public ListAlarmsRequestPayload payload; /** * <p>This parameter is required.</p> */ @NameInMap("UserInfo") public ListAlarmsRequestUserInfo userInfo; public static ListAlarmsRequest build(java.util.Map<String, ?> map) throws Exception { ListAlarmsRequest self = new ListAlarmsRequest(); return TeaModel.build(map, self); } public ListAlarmsRequest setDeviceInfo(ListAlarmsRequestDeviceInfo deviceInfo) { this.deviceInfo = deviceInfo; return this; } public ListAlarmsRequestDeviceInfo getDeviceInfo() { return this.deviceInfo; } public ListAlarmsRequest setPayload(ListAlarmsRequestPayload payload) { this.payload = payload; return this; } public ListAlarmsRequestPayload getPayload() { return this.payload; } public ListAlarmsRequest setUserInfo(ListAlarmsRequestUserInfo userInfo) { this.userInfo = userInfo; return this; } public ListAlarmsRequestUserInfo getUserInfo() { return this.userInfo; } public static class ListAlarmsRequestDeviceInfo 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 ListAlarmsRequestDeviceInfo build(java.util.Map<String, ?> map) throws Exception { ListAlarmsRequestDeviceInfo self = new ListAlarmsRequestDeviceInfo(); return TeaModel.build(map, self); } public ListAlarmsRequestDeviceInfo setEncodeKey(String encodeKey) { this.encodeKey = encodeKey; return this; } public String getEncodeKey() { return this.encodeKey; } public ListAlarmsRequestDeviceInfo setEncodeType(String encodeType) { this.encodeType = encodeType; return this; } public String getEncodeType() { return this.encodeType; } public ListAlarmsRequestDeviceInfo setId(String id) { this.id = id; return this; } public String getId() { return this.id; } public ListAlarmsRequestDeviceInfo setIdType(String idType) { this.idType = idType; return this; } public String getIdType() { return this.idType; } public ListAlarmsRequestDeviceInfo setOrganizationId(String organizationId) { this.organizationId = organizationId; return this; } public String getOrganizationId() { return this.organizationId; } } public static class ListAlarmsRequestPayload extends TeaModel { /** * <strong>example:</strong> * <p>1</p> */ @NameInMap("CurrentPage") public Integer currentPage; /** * <strong>example:</strong> * <p>10</p> */ @NameInMap("PageSize") public Integer pageSize; public static ListAlarmsRequestPayload build(java.util.Map<String, ?> map) throws Exception { ListAlarmsRequestPayload self = new ListAlarmsRequestPayload(); return TeaModel.build(map, self); } public ListAlarmsRequestPayload setCurrentPage(Integer currentPage) { this.currentPage = currentPage; return this; } public Integer getCurrentPage() { return this.currentPage; } public ListAlarmsRequestPayload setPageSize(Integer pageSize) { this.pageSize = pageSize; return this; } public Integer getPageSize() { return this.pageSize; } } public static class ListAlarmsRequestUserInfo 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 ListAlarmsRequestUserInfo build(java.util.Map<String, ?> map) throws Exception { ListAlarmsRequestUserInfo self = new ListAlarmsRequestUserInfo(); return TeaModel.build(map, self); } public ListAlarmsRequestUserInfo setEncodeKey(String encodeKey) { this.encodeKey = encodeKey; return this; } public String getEncodeKey() { return this.encodeKey; } public ListAlarmsRequestUserInfo setEncodeType(String encodeType) { this.encodeType = encodeType; return this; } public String getEncodeType() { return this.encodeType; } public ListAlarmsRequestUserInfo setId(String id) { this.id = id; return this; } public String getId() { return this.id; } public ListAlarmsRequestUserInfo setIdType(String idType) { this.idType = idType; return this; } public String getIdType() { return this.idType; } public ListAlarmsRequestUserInfo setOrganizationId(String organizationId) { this.organizationId = organizationId; return this; } public String getOrganizationId() { return this.organizationId; } } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/ListAlarmsResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class ListAlarmsResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public ListAlarmsResponseBody body; public static ListAlarmsResponse build(java.util.Map<String, ?> map) throws Exception { ListAlarmsResponse self = new ListAlarmsResponse(); return TeaModel.build(map, self); } public ListAlarmsResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public ListAlarmsResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public ListAlarmsResponse setBody(ListAlarmsResponseBody body) { this.body = body; return this; } public ListAlarmsResponseBody getBody() { return this.body; } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/ListAlarmsResponseBody.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class ListAlarmsResponseBody extends TeaModel { /** * <strong>example:</strong> * <p>200</p> */ @NameInMap("Code") public Integer code; @NameInMap("Message") public String message; /** * <strong>example:</strong> * <p>43<em><strong>28C-A810-5</strong></em>-8747-EC226A086881</p> */ @NameInMap("RequestId") public String requestId; @NameInMap("Result") public ListAlarmsResponseBodyResult result; public static ListAlarmsResponseBody build(java.util.Map<String, ?> map) throws Exception { ListAlarmsResponseBody self = new ListAlarmsResponseBody(); return TeaModel.build(map, self); } public ListAlarmsResponseBody setCode(Integer code) { this.code = code; return this; } public Integer getCode() { return this.code; } public ListAlarmsResponseBody setMessage(String message) { this.message = message; return this; } public String getMessage() { return this.message; } public ListAlarmsResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } public ListAlarmsResponseBody setResult(ListAlarmsResponseBodyResult result) { this.result = result; return this; } public ListAlarmsResponseBodyResult getResult() { return this.result; } public static class ListAlarmsResponseBodyResultModelMusicInfo extends TeaModel { /** * <strong>example:</strong> * <p>1</p> */ @NameInMap("MusicId") public Long musicId; @NameInMap("MusicName") public String musicName; /** * <strong>example:</strong> * <p>1</p> */ @NameInMap("MusicType") public Long musicType; @NameInMap("MusicTypeName") public String musicTypeName; /** * <strong>example:</strong> * <p><a href="http://xx">http://xx</a></p> */ @NameInMap("MusicUrl") public String musicUrl; public static ListAlarmsResponseBodyResultModelMusicInfo build(java.util.Map<String, ?> map) throws Exception { ListAlarmsResponseBodyResultModelMusicInfo self = new ListAlarmsResponseBodyResultModelMusicInfo(); return TeaModel.build(map, self); } public ListAlarmsResponseBodyResultModelMusicInfo setMusicId(Long musicId) { this.musicId = musicId; return this; } public Long getMusicId() { return this.musicId; } public ListAlarmsResponseBodyResultModelMusicInfo setMusicName(String musicName) { this.musicName = musicName; return this; } public String getMusicName() { return this.musicName; } public ListAlarmsResponseBodyResultModelMusicInfo setMusicType(Long musicType) { this.musicType = musicType; return this; } public Long getMusicType() { return this.musicType; } public ListAlarmsResponseBodyResultModelMusicInfo setMusicTypeName(String musicTypeName) { this.musicTypeName = musicTypeName; return this; } public String getMusicTypeName() { return this.musicTypeName; } public ListAlarmsResponseBodyResultModelMusicInfo setMusicUrl(String musicUrl) { this.musicUrl = musicUrl; return this; } public String getMusicUrl() { return this.musicUrl; } } public static class ListAlarmsResponseBodyResultModelScheduleInfoOnce extends TeaModel { /** * <strong>example:</strong> * <p>29</p> */ @NameInMap("Day") public Integer day; /** * <strong>example:</strong> * <p>10</p> */ @NameInMap("Hour") public Integer hour; /** * <strong>example:</strong> * <p>0</p> */ @NameInMap("Minute") public Integer minute; /** * <strong>example:</strong> * <p>7</p> */ @NameInMap("Month") public Integer month; /** * <strong>example:</strong> * <p>2022</p> */ @NameInMap("Year") public Integer year; public static ListAlarmsResponseBodyResultModelScheduleInfoOnce build(java.util.Map<String, ?> map) throws Exception { ListAlarmsResponseBodyResultModelScheduleInfoOnce self = new ListAlarmsResponseBodyResultModelScheduleInfoOnce(); return TeaModel.build(map, self); } public ListAlarmsResponseBodyResultModelScheduleInfoOnce setDay(Integer day) { this.day = day; return this; } public Integer getDay() { return this.day; } public ListAlarmsResponseBodyResultModelScheduleInfoOnce setHour(Integer hour) { this.hour = hour; return this; } public Integer getHour() { return this.hour; } public ListAlarmsResponseBodyResultModelScheduleInfoOnce setMinute(Integer minute) { this.minute = minute; return this; } public Integer getMinute() { return this.minute; } public ListAlarmsResponseBodyResultModelScheduleInfoOnce setMonth(Integer month) { this.month = month; return this; } public Integer getMonth() { return this.month; } public ListAlarmsResponseBodyResultModelScheduleInfoOnce setYear(Integer year) { this.year = year; return this; } public Integer getYear() { return this.year; } } public static class ListAlarmsResponseBodyResultModelScheduleInfoStatutoryWorkingDay extends TeaModel { /** * <strong>example:</strong> * <p>10</p> */ @NameInMap("Hour") public Integer hour; /** * <strong>example:</strong> * <p>0</p> */ @NameInMap("Minute") public Integer minute; public static ListAlarmsResponseBodyResultModelScheduleInfoStatutoryWorkingDay build(java.util.Map<String, ?> map) throws Exception { ListAlarmsResponseBodyResultModelScheduleInfoStatutoryWorkingDay self = new ListAlarmsResponseBodyResultModelScheduleInfoStatutoryWorkingDay(); return TeaModel.build(map, self); } public ListAlarmsResponseBodyResultModelScheduleInfoStatutoryWorkingDay setHour(Integer hour) { this.hour = hour; return this; } public Integer getHour() { return this.hour; } public ListAlarmsResponseBodyResultModelScheduleInfoStatutoryWorkingDay setMinute(Integer minute) { this.minute = minute; return this; } public Integer getMinute() { return this.minute; } } public static class ListAlarmsResponseBodyResultModelScheduleInfoWeekly extends TeaModel { @NameInMap("DaysOfWeek") public java.util.List<Integer> daysOfWeek; /** * <strong>example:</strong> * <p>10</p> */ @NameInMap("Hour") public Integer hour; /** * <strong>example:</strong> * <p>0</p> */ @NameInMap("Minute") public Integer minute; public static ListAlarmsResponseBodyResultModelScheduleInfoWeekly build(java.util.Map<String, ?> map) throws Exception { ListAlarmsResponseBodyResultModelScheduleInfoWeekly self = new ListAlarmsResponseBodyResultModelScheduleInfoWeekly(); return TeaModel.build(map, self); } public ListAlarmsResponseBodyResultModelScheduleInfoWeekly setDaysOfWeek(java.util.List<Integer> daysOfWeek) { this.daysOfWeek = daysOfWeek; return this; } public java.util.List<Integer> getDaysOfWeek() { return this.daysOfWeek; } public ListAlarmsResponseBodyResultModelScheduleInfoWeekly setHour(Integer hour) { this.hour = hour; return this; } public Integer getHour() { return this.hour; } public ListAlarmsResponseBodyResultModelScheduleInfoWeekly setMinute(Integer minute) { this.minute = minute; return this; } public Integer getMinute() { return this.minute; } } public static class ListAlarmsResponseBodyResultModelScheduleInfo extends TeaModel { @NameInMap("Once") public ListAlarmsResponseBodyResultModelScheduleInfoOnce once; @NameInMap("StatutoryWorkingDay") public ListAlarmsResponseBodyResultModelScheduleInfoStatutoryWorkingDay statutoryWorkingDay; /** * <strong>example:</strong> * <p>ONCE</p> */ @NameInMap("Type") public String type; @NameInMap("Weekly") public ListAlarmsResponseBodyResultModelScheduleInfoWeekly weekly; public static ListAlarmsResponseBodyResultModelScheduleInfo build(java.util.Map<String, ?> map) throws Exception { ListAlarmsResponseBodyResultModelScheduleInfo self = new ListAlarmsResponseBodyResultModelScheduleInfo(); return TeaModel.build(map, self); } public ListAlarmsResponseBodyResultModelScheduleInfo setOnce(ListAlarmsResponseBodyResultModelScheduleInfoOnce once) { this.once = once; return this; } public ListAlarmsResponseBodyResultModelScheduleInfoOnce getOnce() { return this.once; } public ListAlarmsResponseBodyResultModelScheduleInfo setStatutoryWorkingDay(ListAlarmsResponseBodyResultModelScheduleInfoStatutoryWorkingDay statutoryWorkingDay) { this.statutoryWorkingDay = statutoryWorkingDay; return this; } public ListAlarmsResponseBodyResultModelScheduleInfoStatutoryWorkingDay getStatutoryWorkingDay() { return this.statutoryWorkingDay; } public ListAlarmsResponseBodyResultModelScheduleInfo setType(String type) { this.type = type; return this; } public String getType() { return this.type; } public ListAlarmsResponseBodyResultModelScheduleInfo setWeekly(ListAlarmsResponseBodyResultModelScheduleInfoWeekly weekly) { this.weekly = weekly; return this; } public ListAlarmsResponseBodyResultModelScheduleInfoWeekly getWeekly() { return this.weekly; } } public static class ListAlarmsResponseBodyResultModel extends TeaModel { /** * <strong>example:</strong> * <p>1234567</p> */ @NameInMap("AlarmId") public Long alarmId; @NameInMap("MusicInfo") public ListAlarmsResponseBodyResultModelMusicInfo musicInfo; @NameInMap("ScheduleInfo") public ListAlarmsResponseBodyResultModelScheduleInfo scheduleInfo; @NameInMap("ScheduleTypeDesc") public String scheduleTypeDesc; /** * <strong>example:</strong> * <p>0</p> */ @NameInMap("Status") public Integer status; /** * <strong>example:</strong> * <p>2022-07-29</p> */ @NameInMap("TriggerDateDesc") public String triggerDateDesc; /** * <strong>example:</strong> * <p>10:00</p> */ @NameInMap("TriggerTimeDesc") public String triggerTimeDesc; /** * <strong>example:</strong> * <p>40</p> */ @NameInMap("Volume") public Integer volume; public static ListAlarmsResponseBodyResultModel build(java.util.Map<String, ?> map) throws Exception { ListAlarmsResponseBodyResultModel self = new ListAlarmsResponseBodyResultModel(); return TeaModel.build(map, self); } public ListAlarmsResponseBodyResultModel setAlarmId(Long alarmId) { this.alarmId = alarmId; return this; } public Long getAlarmId() { return this.alarmId; } public ListAlarmsResponseBodyResultModel setMusicInfo(ListAlarmsResponseBodyResultModelMusicInfo musicInfo) { this.musicInfo = musicInfo; return this; } public ListAlarmsResponseBodyResultModelMusicInfo getMusicInfo() { return this.musicInfo; } public ListAlarmsResponseBodyResultModel setScheduleInfo(ListAlarmsResponseBodyResultModelScheduleInfo scheduleInfo) { this.scheduleInfo = scheduleInfo; return this; } public ListAlarmsResponseBodyResultModelScheduleInfo getScheduleInfo() { return this.scheduleInfo; } public ListAlarmsResponseBodyResultModel setScheduleTypeDesc(String scheduleTypeDesc) { this.scheduleTypeDesc = scheduleTypeDesc; return this; } public String getScheduleTypeDesc() { return this.scheduleTypeDesc; } public ListAlarmsResponseBodyResultModel setStatus(Integer status) { this.status = status; return this; } public Integer getStatus() { return this.status; } public ListAlarmsResponseBodyResultModel setTriggerDateDesc(String triggerDateDesc) { this.triggerDateDesc = triggerDateDesc; return this; } public String getTriggerDateDesc() { return this.triggerDateDesc; } public ListAlarmsResponseBodyResultModel setTriggerTimeDesc(String triggerTimeDesc) { this.triggerTimeDesc = triggerTimeDesc; return this; } public String getTriggerTimeDesc() { return this.triggerTimeDesc; } public ListAlarmsResponseBodyResultModel setVolume(Integer volume) { this.volume = volume; return this; } public Integer getVolume() { return this.volume; } } public static class ListAlarmsResponseBodyResult extends TeaModel { /** * <strong>example:</strong> * <p>1</p> */ @NameInMap("CurrentPage") public Integer currentPage; @NameInMap("Model") public java.util.List<ListAlarmsResponseBodyResultModel> model; /** * <strong>example:</strong> * <p>10</p> */ @NameInMap("PageCount") public Integer pageCount; /** * <strong>example:</strong> * <p>10</p> */ @NameInMap("PageSize") public Integer pageSize; /** * <strong>example:</strong> * <p>100</p> */ @NameInMap("TotalCount") public Integer totalCount; public static ListAlarmsResponseBodyResult build(java.util.Map<String, ?> map) throws Exception { ListAlarmsResponseBodyResult self = new ListAlarmsResponseBodyResult(); return TeaModel.build(map, self); } public ListAlarmsResponseBodyResult setCurrentPage(Integer currentPage) { this.currentPage = currentPage; return this; } public Integer getCurrentPage() { return this.currentPage; } public ListAlarmsResponseBodyResult setModel(java.util.List<ListAlarmsResponseBodyResultModel> model) { this.model = model; return this; } public java.util.List<ListAlarmsResponseBodyResultModel> getModel() { return this.model; } public ListAlarmsResponseBodyResult setPageCount(Integer pageCount) { this.pageCount = pageCount; return this; } public Integer getPageCount() { return this.pageCount; } public ListAlarmsResponseBodyResult setPageSize(Integer pageSize) { this.pageSize = pageSize; return this; } public Integer getPageSize() { return this.pageSize; } public ListAlarmsResponseBodyResult setTotalCount(Integer totalCount) { this.totalCount = totalCount; return this; } public Integer getTotalCount() { return this.totalCount; } } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/ListAlarmsShrinkRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class ListAlarmsShrinkRequest 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 ListAlarmsShrinkRequest build(java.util.Map<String, ?> map) throws Exception { ListAlarmsShrinkRequest self = new ListAlarmsShrinkRequest(); return TeaModel.build(map, self); } public ListAlarmsShrinkRequest setDeviceInfoShrink(String deviceInfoShrink) { this.deviceInfoShrink = deviceInfoShrink; return this; } public String getDeviceInfoShrink() { return this.deviceInfoShrink; } public ListAlarmsShrinkRequest setPayloadShrink(String payloadShrink) { this.payloadShrink = payloadShrink; return this; } public String getPayloadShrink() { return this.payloadShrink; } public ListAlarmsShrinkRequest setUserInfoShrink(String userInfoShrink) { this.userInfoShrink = userInfoShrink; return this; } public String getUserInfoShrink() { return this.userInfoShrink; } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/ListAlbumDetailHeaders.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class ListAlbumDetailHeaders 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 ListAlbumDetailHeaders build(java.util.Map<String, ?> map) throws Exception { ListAlbumDetailHeaders self = new ListAlbumDetailHeaders(); return TeaModel.build(map, self); } public ListAlbumDetailHeaders setCommonHeaders(java.util.Map<String, String> commonHeaders) { this.commonHeaders = commonHeaders; return this; } public java.util.Map<String, String> getCommonHeaders() { return this.commonHeaders; } public ListAlbumDetailHeaders setXAcsAligenieAccessToken(String xAcsAligenieAccessToken) { this.xAcsAligenieAccessToken = xAcsAligenieAccessToken; return this; } public String getXAcsAligenieAccessToken() { return this.xAcsAligenieAccessToken; } public ListAlbumDetailHeaders setAuthorization(String authorization) { this.authorization = authorization; return this; } public String getAuthorization() { return this.authorization; } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/ListAlbumDetailRequest.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class ListAlbumDetailRequest extends TeaModel { /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>121321</p> */ @NameInMap("Id") public Long id; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>1</p> */ @NameInMap("PageNum") public Integer pageNum; /** * <p>This parameter is required.</p> * * <strong>example:</strong> * <p>10</p> */ @NameInMap("PageSize") public Integer pageSize; public static ListAlbumDetailRequest build(java.util.Map<String, ?> map) throws Exception { ListAlbumDetailRequest self = new ListAlbumDetailRequest(); return TeaModel.build(map, self); } public ListAlbumDetailRequest setId(Long id) { this.id = id; return this; } public Long getId() { return this.id; } public ListAlbumDetailRequest setPageNum(Integer pageNum) { this.pageNum = pageNum; return this; } public Integer getPageNum() { return this.pageNum; } public ListAlbumDetailRequest setPageSize(Integer pageSize) { this.pageSize = pageSize; return this; } public Integer getPageSize() { return this.pageSize; } }
0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0
java-sources/com/aliyun/aligeniessp_1_0/2.5.2/com/aliyun/aligeniessp_1_0/models/ListAlbumDetailResponse.java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.aligeniessp_1_0.models; import com.aliyun.tea.*; public class ListAlbumDetailResponse extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; @NameInMap("statusCode") public Integer statusCode; @NameInMap("body") public ListAlbumDetailResponseBody body; public static ListAlbumDetailResponse build(java.util.Map<String, ?> map) throws Exception { ListAlbumDetailResponse self = new ListAlbumDetailResponse(); return TeaModel.build(map, self); } public ListAlbumDetailResponse setHeaders(java.util.Map<String, String> headers) { this.headers = headers; return this; } public java.util.Map<String, String> getHeaders() { return this.headers; } public ListAlbumDetailResponse setStatusCode(Integer statusCode) { this.statusCode = statusCode; return this; } public Integer getStatusCode() { return this.statusCode; } public ListAlbumDetailResponse setBody(ListAlbumDetailResponseBody body) { this.body = body; return this; } public ListAlbumDetailResponseBody getBody() { return this.body; } }