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