public class Endpoint extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
entryName |
protected String |
value |
| Constructor and Description |
|---|
Endpoint() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getEntryName()
Gets the value of the entryName property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setEntryName(String value)
Sets the value of the entryName property.
|
void |
setValue(String value)
Sets the value of the value property.
|
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getEntryName()
Stringpublic void setEntryName(String value)
value - allowed object is
StringCopyright © 2015. All Rights Reserved.