public class ReferenceValue extends PropertyBase
| Constructor and Description |
|---|
ReferenceValue()
Default constructor
|
ReferenceValue(ReferenceValue template)
Copy clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
int |
getConfidence()
Return the confidence level (0-100) that the mapping is correct.
|
String |
getNotes()
Return the additional values associated with the symbolic name.
|
String |
getSteward()
Returns the id of the steward responsible for the mapping.
|
int |
hashCode()
Return hash code for this object
|
void |
setConfidence(int confidence)
Set up the confidence level (0-100) that the mapping is correct.
|
void |
setNotes(String notes)
Set up the additional values associated with the symbolic name.
|
void |
setSteward(String steward)
Set up the the id of the steward responsible for the mapping.
|
String |
toString()
JSON-style toString
|
public ReferenceValue()
public ReferenceValue(ReferenceValue template)
template - object to copypublic int getConfidence()
public void setConfidence(int confidence)
confidence - intpublic String getSteward()
public void setSteward(String steward)
steward - String idpublic String getNotes()
public void setNotes(String notes)
notes - string textpublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2020 ODPi. All rights reserved.