public class ListLicensesResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ListLicensesResponseBody.ListLicensesResponseBodyLicenseList |
| 构造器和说明 |
|---|
ListLicensesResponseBody() |
@NameInMap(value="AccessDeniedDetail") public String accessDeniedDetail
@NameInMap(value="Code") public String code
@NameInMap(value="CurrentPage") public Integer currentPage
@NameInMap(value="HttpStatusCode") public Integer httpStatusCode
@NameInMap(value="LicenseList") public List<ListLicensesResponseBody.ListLicensesResponseBodyLicenseList> licenseList
@NameInMap(value="Message") public String message
@NameInMap(value="PageSize") public Integer pageSize
@NameInMap(value="RequestId") public String requestId
@NameInMap(value="Success") public Boolean success
@NameInMap(value="TotalCount") public Long totalCount
@NameInMap(value="TotalPage") public String totalPage
@NameInMap(value="TotalPageCount") public String totalPageCount
public static ListLicensesResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic ListLicensesResponseBody setAccessDeniedDetail(String accessDeniedDetail)
public String getAccessDeniedDetail()
public ListLicensesResponseBody setCode(String code)
public String getCode()
public ListLicensesResponseBody setCurrentPage(Integer currentPage)
public Integer getCurrentPage()
public ListLicensesResponseBody setHttpStatusCode(Integer httpStatusCode)
public Integer getHttpStatusCode()
public ListLicensesResponseBody setLicenseList(List<ListLicensesResponseBody.ListLicensesResponseBodyLicenseList> licenseList)
public List<ListLicensesResponseBody.ListLicensesResponseBodyLicenseList> getLicenseList()
public ListLicensesResponseBody setMessage(String message)
public String getMessage()
public ListLicensesResponseBody setPageSize(Integer pageSize)
public Integer getPageSize()
public ListLicensesResponseBody setRequestId(String requestId)
public String getRequestId()
public ListLicensesResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
public ListLicensesResponseBody setTotalCount(Long totalCount)
public Long getTotalCount()
public ListLicensesResponseBody setTotalPage(String totalPage)
public String getTotalPage()
public ListLicensesResponseBody setTotalPageCount(String totalPageCount)
public String getTotalPageCount()
Copyright © 2025. All rights reserved.