public class ElasticSearchEnhanceInfo extends Object
| Constructor and Description |
|---|
ElasticSearchEnhanceInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClusterName() |
String |
getIndices() |
String |
getOpType() |
String |
getSource() |
String |
getTransportAddress() |
String |
getTypes() |
void |
setClusterName(String clusterName) |
void |
setIndices(String indices) |
void |
setOpType(String opType) |
void |
setSource(String source) |
void |
setTransportAddress(String transportAddress) |
void |
setTypes(String types) |
public String getTransportAddress()
public void setTransportAddress(String transportAddress)
public String getClusterName()
public void setClusterName(String clusterName)
public String getIndices()
public void setIndices(String indices)
public String getTypes()
public void setTypes(String types)
public String getOpType()
public void setOpType(String opType)
public String getSource()
public void setSource(String source)
Copyright © 2018 The Apache Software Foundation. All rights reserved.