public static final class IndexInfoConfig.Indexinfo
extends com.yahoo.config.InnerNode
Modifier and Type | Class and Description |
---|---|
static class |
IndexInfoConfig.Indexinfo.Alias
This class represents index-info.indexinfo[].alias[]
|
static class |
IndexInfoConfig.Indexinfo.Builder |
static class |
IndexInfoConfig.Indexinfo.Command
This class represents index-info.indexinfo[].command[]
|
Constructor and Description |
---|
Indexinfo(IndexInfoConfig.Indexinfo.Builder builder) |
Modifier and Type | Method and Description |
---|---|
List<IndexInfoConfig.Indexinfo.Alias> |
alias() |
IndexInfoConfig.Indexinfo.Alias |
alias(int i) |
List<IndexInfoConfig.Indexinfo.Command> |
command() |
IndexInfoConfig.Indexinfo.Command |
command(int i) |
String |
name() |
public Indexinfo(IndexInfoConfig.Indexinfo.Builder builder)
public String name()
public List<IndexInfoConfig.Indexinfo.Command> command()
public IndexInfoConfig.Indexinfo.Command command(int i)
i
- the index of the value to returnpublic List<IndexInfoConfig.Indexinfo.Alias> alias()
public IndexInfoConfig.Indexinfo.Alias alias(int i)
i
- the index of the value to returnCopyright © 2018. All rights reserved.