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