public class DeleteIndexDocumentShrinkRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
documentIdsShrink
This parameter is required.
|
String |
indexId
This parameter is required.
|
构造器和说明 |
---|
DeleteIndexDocumentShrinkRequest() |
限定符和类型 | 方法和说明 |
---|---|
static DeleteIndexDocumentShrinkRequest |
build(Map<String,?> map) |
String |
getDocumentIdsShrink() |
String |
getIndexId() |
DeleteIndexDocumentShrinkRequest |
setDocumentIdsShrink(String documentIdsShrink) |
DeleteIndexDocumentShrinkRequest |
setIndexId(String indexId) |
@NameInMap(value="DocumentIds") public String documentIdsShrink
This parameter is required.
@NameInMap(value="IndexId") public String indexId
This parameter is required.
example:79c0aly8zw
public static DeleteIndexDocumentShrinkRequest build(Map<String,?> map) throws Exception
Exception
public DeleteIndexDocumentShrinkRequest setDocumentIdsShrink(String documentIdsShrink)
public String getDocumentIdsShrink()
public DeleteIndexDocumentShrinkRequest setIndexId(String indexId)
public String getIndexId()
Copyright © 2024. All rights reserved.