Class ChangeClassificationRequest
Object
ChangeClassificationRequest
Request to change Classification.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Constructor Summary
ConstructorsConstructorDescriptionChangeClassificationRequest
(UUID id, String name) Creates a newChangeClassificationRequest
instance. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
getId()
ID ofClassification
to change.getName()
New name.int
hashCode()
void
ID ofClassification
to change.void
New name.toString()
-
Constructor Details
-
ChangeClassificationRequest
Creates a newChangeClassificationRequest
instance.- Parameters:
id
- ID ofClassification
to change.name
- New name.
-
ChangeClassificationRequest
public ChangeClassificationRequest()
-
-
Method Details
-
builder
-
getId
ID ofClassification
to change. -
getName
New name. -
setId
ID ofClassification
to change. -
setName
New name. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-