public class ReadOnlyFieldInfo
extends java.lang.Object
implements java.io.Serializable
Indicates a field that is read-only to an agent.
| Constructor and Description |
|---|
ReadOnlyFieldInfo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
TaskTemplateFieldIdentifier |
getId()
Identifier of the read-only field.
|
int |
hashCode() |
void |
setId(TaskTemplateFieldIdentifier id)
Identifier of the read-only field.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ReadOnlyFieldInfo |
withId(TaskTemplateFieldIdentifier id)
Identifier of the read-only field.
|
public TaskTemplateFieldIdentifier getId()
Identifier of the read-only field.
Identifier of the read-only field.
public void setId(TaskTemplateFieldIdentifier id)
Identifier of the read-only field.
id - Identifier of the read-only field.
public ReadOnlyFieldInfo withId(TaskTemplateFieldIdentifier id)
Identifier of the read-only field.
Returns a reference to this object so that method calls can be chained together.
id - Identifier of the read-only field.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object