protected static class AbstractSolrServerController.ServerStatusOutput extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
ServerStatusOutput() |
| Modifier and Type | Method and Description |
|---|---|
int |
getEndIndex() |
String |
getOutput() |
int |
getPort() |
int |
getStartIndex() |
void |
setEndIndex(int endIndex) |
void |
setOutput(String output) |
void |
setPort(int port) |
void |
setStartIndex(int startIndex) |
public int getPort()
public void setPort(int port)
public int getStartIndex()
public void setStartIndex(int startIndex)
public int getEndIndex()
public void setEndIndex(int endIndex)
public String getOutput()
public void setOutput(String output)
Copyright © 2017 SAP SE. All Rights Reserved.