public class GetLicenseResponse
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
GetLicenseResponseBody |
body |
Map<String,String> |
headers |
Integer |
statusCode |
| 构造器和说明 |
|---|
GetLicenseResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetLicenseResponse |
build(Map<String,?> map) |
GetLicenseResponseBody |
getBody() |
Map<String,String> |
getHeaders() |
Integer |
getStatusCode() |
GetLicenseResponse |
setBody(GetLicenseResponseBody body) |
GetLicenseResponse |
setHeaders(Map<String,String> headers) |
GetLicenseResponse |
setStatusCode(Integer statusCode) |
@NameInMap(value="statusCode") public Integer statusCode
@NameInMap(value="body") public GetLicenseResponseBody body
public static GetLicenseResponse build(Map<String,?> map) throws Exception
Exceptionpublic GetLicenseResponse setHeaders(Map<String,String> headers)
public GetLicenseResponse setStatusCode(Integer statusCode)
public Integer getStatusCode()
public GetLicenseResponse setBody(GetLicenseResponseBody body)
public GetLicenseResponseBody getBody()
Copyright © 2025. All rights reserved.