public class IdReferenceType extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
activeItems |
protected String |
comment |
protected String |
id |
| Constructor and Description |
|---|
IdReferenceType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
String |
getActiveItems()
Gets the value of the activeItems property.
|
String |
getComment()
Gets the value of the comment property.
|
String |
getId()
Gets the value of the id property.
|
int |
hashCode() |
void |
setActiveItems(String value)
Sets the value of the activeItems property.
|
void |
setComment(String value)
Sets the value of the comment property.
|
void |
setId(String value)
Sets the value of the id property.
|
String |
toString() |
IdReferenceType |
withActiveItems(String value) |
IdReferenceType |
withComment(String value) |
IdReferenceType |
withId(String value) |
protected String id
protected String activeItems
protected String comment
public void setId(String value)
value - allowed object is
Stringpublic String getActiveItems()
Stringpublic void setActiveItems(String value)
value - allowed object is
Stringpublic String getComment()
Stringpublic void setComment(String value)
value - allowed object is
Stringpublic IdReferenceType withId(String value)
public IdReferenceType withActiveItems(String value)
public IdReferenceType withComment(String value)
Copyright © 2024. All rights reserved.