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