public class ConfNode extends Object
| Constructor and Description |
|---|
ConfNode() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getArbiterOnly() |
String |
getHost() |
String |
getId() |
Integer |
getPriority() |
void |
setArbiterOnly(Boolean arbiterOnly) |
void |
setHost(String host) |
void |
setId(String id) |
void |
setPriority(Integer priority) |
String |
toString() |
public String getId()
public void setId(String id)
public String getHost()
public void setHost(String host)
public Integer getPriority()
public void setPriority(Integer priority)
public Boolean getArbiterOnly()
public void setArbiterOnly(Boolean arbiterOnly)
Copyright © 2013. All Rights Reserved.