Class ClassificationSummaryRepresentationModel
java.lang.Object
org.springframework.hateoas.RepresentationModel<ClassificationSummaryRepresentationModel>
pro.taskana.classification.rest.models.ClassificationSummaryRepresentationModel
- Direct Known Subclasses:
ClassificationRepresentationModel
public class ClassificationSummaryRepresentationModel
extends org.springframework.hateoas.RepresentationModel<ClassificationSummaryRepresentationModel>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected @NotNull Stringprotected @NotNull Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected @NotNull Stringprotected @NotNull Stringprotected Stringprotected Stringprotected @jakarta.validation.constraints.NotNull intprotected @NotNull Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKey()getName()intgetType()voidsetApplicationEntryPoint(String applicationEntryPoint) voidsetCategory(String category) voidsetClassificationId(String classificationId) voidsetCustom1(String custom1) voidsetCustom2(String custom2) voidsetCustom3(String custom3) voidsetCustom4(String custom4) voidsetCustom5(String custom5) voidsetCustom6(String custom6) voidsetCustom7(String custom7) voidsetCustom8(String custom8) voidvoidvoidvoidsetParentId(String parentId) voidsetParentKey(String parentKey) voidsetPriority(int priority) voidsetServiceLevel(String serviceLevel) voidMethods inherited from class org.springframework.hateoas.RepresentationModel
add, add, add, addAllIf, addIf, equals, getLink, getLink, getLinks, getLinks, getLinks, getRequiredLink, getRequiredLink, hashCode, hasLink, hasLink, hasLinks, mapLink, mapLinkIf, of, of, removeLinks, toString
-
Field Details
-
classificationId
-
key
-
applicationEntryPoint
-
category
-
domain
-
name
-
parentId
-
parentKey
-
priority
@NotNull protected @jakarta.validation.constraints.NotNull int priority -
serviceLevel
-
type
-
custom1
-
custom2
-
custom3
-
custom4
-
custom5
-
custom6
-
custom7
-
custom8
-
-
Constructor Details
-
ClassificationSummaryRepresentationModel
public ClassificationSummaryRepresentationModel()
-
-
Method Details
-
getClassificationId
-
setClassificationId
-
getKey
-
setKey
-
getParentId
-
setParentId
-
getParentKey
-
setParentKey
-
getCategory
-
setCategory
-
getType
-
setType
-
getDomain
-
setDomain
-
getName
-
setName
-
getPriority
public int getPriority() -
setPriority
public void setPriority(int priority) -
getApplicationEntryPoint
-
setApplicationEntryPoint
-
getServiceLevel
-
setServiceLevel
-
getCustom1
-
setCustom1
-
getCustom2
-
setCustom2
-
getCustom3
-
setCustom3
-
getCustom4
-
setCustom4
-
getCustom5
-
setCustom5
-
getCustom6
-
setCustom6
-
getCustom7
-
setCustom7
-
getCustom8
-
setCustom8
-