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