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