public class HubItemV2025R0 extends SerializableObject
| Modifier and Type | Field and Description |
|---|---|
protected String |
id
The unique identifier for this item.
|
protected String |
name
The name of the item.
|
protected EnumWrapper<HubItemV2025R0TypeField> |
type
The type of the item.
|
explicitlySetNullableFields| Constructor and Description |
|---|
HubItemV2025R0(String id,
EnumWrapper<HubItemV2025R0TypeField> type,
String name) |
HubItemV2025R0(String id,
HubItemV2025R0TypeField type,
String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getId() |
String |
getName() |
EnumWrapper<HubItemV2025R0TypeField> |
getType() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected final EnumWrapper<HubItemV2025R0TypeField> type
public HubItemV2025R0(String id, HubItemV2025R0TypeField type, String name)
public HubItemV2025R0(String id, EnumWrapper<HubItemV2025R0TypeField> type, String name)
public EnumWrapper<HubItemV2025R0TypeField> getType()