public class CommonIndexInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CommonIndexInfo() | 
| CommonIndexInfo(CommonIndexInfo source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getIndexName()Get 普通索引名
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getIsShardComplete()Get 分片状态
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setIndexName(String IndexName)Set 普通索引名
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setIsShardComplete(Long IsShardComplete)Set 分片状态
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CommonIndexInfo()
public CommonIndexInfo(CommonIndexInfo source)
public String getIndexName()
public void setIndexName(String IndexName)
IndexName - 普通索引名
注意:此字段可能返回 null,表示取不到有效值。public Long getIsShardComplete()
public void setIsShardComplete(Long IsShardComplete)
IsShardComplete - 分片状态
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.