Class StringAttributeValue
java.lang.Object
co.yellowdog.platform.model.StringAttributeValue
- All Implemented Interfaces:
AttributeValue<String>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
A builder that can be used to build a new StringAttributeValue that is automatically validated on build. -
Method Summary
Modifier and TypeMethodDescriptionstatic StringAttributeValue.Builder
builder()
protected boolean
boolean
getValue()
int
hashCode()
void
setAttribute
(String attribute) void
toString()
-
Method Details
-
builder
-
toBuilder
-
getAttribute
- Specified by:
getAttribute
in interfaceAttributeValue<String>
-
getValue
- Specified by:
getValue
in interfaceAttributeValue<String>
-
setAttribute
-
setValue
-
equals
-
canEqual
-
hashCode
-
toString
-