Package dev.pcvolkmer.mv64e.model
Class Reference
- java.lang.Object
-
- dev.pcvolkmer.mv64e.model.Reference
-
public class Reference extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classReference.Builder
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_DISPLAYstatic java.lang.StringJSON_PROPERTY_IDstatic java.lang.StringJSON_PROPERTY_SYSTEMstatic java.lang.StringJSON_PROPERTY_TYPE
-
Constructor Summary
Constructors Constructor Description Reference()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Reference.Builderbuilder()Referencedisplay(@Nullable java.lang.String display)booleanequals(java.lang.Object o)@Nullable java.lang.StringgetDisplay()java.lang.StringgetId()@Nullable java.lang.StringgetSystem()@Nullable java.lang.StringgetType()inthashCode()Referenceid(java.lang.String id)voidsetDisplay(@Nullable java.lang.String display)voidsetId(java.lang.String id)voidsetSystem(@Nullable java.lang.String system)voidsetType(@Nullable java.lang.String type)Referencesystem(@Nullable java.lang.String system)Reference.BuildertoBuilder()java.lang.StringtoString()Referencetype(@Nullable java.lang.String type)
-
-
-
Field Detail
-
JSON_PROPERTY_ID
public static final java.lang.String JSON_PROPERTY_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_DISPLAY
public static final java.lang.String JSON_PROPERTY_DISPLAY
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SYSTEM
public static final java.lang.String JSON_PROPERTY_SYSTEM
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TYPE
public static final java.lang.String JSON_PROPERTY_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
id
public Reference id(java.lang.String id)
-
getId
public java.lang.String getId()
-
setId
public void setId(java.lang.String id)
-
display
public Reference display(@Nullable java.lang.String display)
-
getDisplay
public @Nullable java.lang.String getDisplay()
-
setDisplay
public void setDisplay(@Nullable java.lang.String display)
-
system
public Reference system(@Nullable java.lang.String system)
-
getSystem
public @Nullable java.lang.String getSystem()
-
setSystem
public void setSystem(@Nullable java.lang.String system)
-
type
public Reference type(@Nullable java.lang.String type)
-
getType
public @Nullable java.lang.String getType()
-
setType
public void setType(@Nullable java.lang.String type)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
builder
public static Reference.Builder builder()
-
toBuilder
public Reference.Builder toBuilder()
-
-