public class EngineAttribute extends Object implements Serializable, Cloneable
A name/value pair that is specific to the engine of the server.
| Constructor and Description |
|---|
EngineAttribute() |
| Modifier and Type | Method and Description |
|---|---|
EngineAttribute |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the engine attribute.
|
String |
getValue()
The value of the engine attribute.
|
int |
hashCode() |
void |
setName(String name)
The name of the engine attribute.
|
void |
setValue(String value)
The value of the engine attribute.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
EngineAttribute |
withName(String name)
The name of the engine attribute.
|
EngineAttribute |
withValue(String value)
The value of the engine attribute.
|
public void setName(String name)
The name of the engine attribute.
name - The name of the engine attribute.public String getName()
The name of the engine attribute.
public EngineAttribute withName(String name)
The name of the engine attribute.
name - The name of the engine attribute.public void setValue(String value)
The value of the engine attribute.
value - The value of the engine attribute.public String getValue()
The value of the engine attribute.
public EngineAttribute withValue(String value)
The value of the engine attribute.
value - The value of the engine attribute.public String toString()
toString in class ObjectObject.toString()public EngineAttribute clone()
Copyright © 2016. All rights reserved.