public class IndexesToBuild extends AbstractModel
header, skipSign
Constructor and Description |
---|
IndexesToBuild() |
IndexesToBuild(IndexesToBuild 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 |
---|---|
Long |
getId()
Get 索引id,唯一标识一个索引。
|
String |
getIndexCommand()
Get 创建索引命令。
|
String |
getIndexStr()
Get 索引字符串。
|
Long |
getLevel()
Get 优化级别,1-4,优先级从高到低。
|
Long |
getScore()
Get 索引得分。
|
String[] |
getSigns()
Get 签名。
|
Long |
getStatus()
Get 0-待创建;1-创建中。
|
void |
setId(Long Id)
Set 索引id,唯一标识一个索引。
|
void |
setIndexCommand(String IndexCommand)
Set 创建索引命令。
|
void |
setIndexStr(String IndexStr)
Set 索引字符串。
|
void |
setLevel(Long Level)
Set 优化级别,1-4,优先级从高到低。
|
void |
setScore(Long Score)
Set 索引得分。
|
void |
setSigns(String[] Signs)
Set 签名。
|
void |
setStatus(Long Status)
Set 0-待创建;1-创建中。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public IndexesToBuild()
public IndexesToBuild(IndexesToBuild source)
public Long getId()
public void setId(Long Id)
Id
- 索引id,唯一标识一个索引。public String getIndexCommand()
public void setIndexCommand(String IndexCommand)
IndexCommand
- 创建索引命令。public String getIndexStr()
public void setIndexStr(String IndexStr)
IndexStr
- 索引字符串。public Long getLevel()
public void setLevel(Long Level)
Level
- 优化级别,1-4,优先级从高到低。public Long getScore()
public void setScore(Long Score)
Score
- 索引得分。public String[] getSigns()
public void setSigns(String[] Signs)
Signs
- 签名。public Long getStatus()
public void setStatus(Long Status)
Status
- 0-待创建;1-创建中。Copyright © 2024. All rights reserved.