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