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