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