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>
EntityModel class forClassificationSummary.
-
-
Field Summary
Fields Modifier and Type Field Description protected StringapplicationEntryPointprotected Stringcategoryprotected StringclassificationIdprotected Stringcustom1protected Stringcustom2protected Stringcustom3protected Stringcustom4protected Stringcustom5protected Stringcustom6protected Stringcustom7protected Stringcustom8protected Stringdomainprotected Stringkeyprotected Stringnameprotected StringparentIdprotected StringparentKeyprotected intpriorityprotected StringserviceLevelprotected Stringtype
-
Constructor Summary
Constructors Constructor Description ClassificationSummaryRepresentationModel()
-
Method Summary
-
-
-
Field Detail
-
classificationId
protected String classificationId
-
key
protected String key
-
applicationEntryPoint
protected String applicationEntryPoint
-
category
protected String category
-
domain
protected String domain
-
name
protected String name
-
parentId
protected String parentId
-
parentKey
protected String parentKey
-
priority
protected int priority
-
serviceLevel
protected String serviceLevel
-
type
protected String type
-
custom1
protected String custom1
-
custom2
protected String custom2
-
custom3
protected String custom3
-
custom4
protected String custom4
-
custom5
protected String custom5
-
custom6
protected String custom6
-
custom7
protected String custom7
-
custom8
protected String custom8
-
-
Method Detail
-
getClassificationId
public String getClassificationId()
-
setClassificationId
public void setClassificationId(String classificationId)
-
getKey
public String getKey()
-
setKey
public void setKey(String key)
-
getParentId
public String getParentId()
-
setParentId
public void setParentId(String parentId)
-
getParentKey
public String getParentKey()
-
setParentKey
public void setParentKey(String parentKey)
-
getCategory
public String getCategory()
-
setCategory
public void setCategory(String category)
-
getType
public String getType()
-
setType
public void setType(String type)
-
getDomain
public String getDomain()
-
setDomain
public void setDomain(String domain)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getPriority
public int getPriority()
-
setPriority
public void setPriority(int priority)
-
getApplicationEntryPoint
public String getApplicationEntryPoint()
-
setApplicationEntryPoint
public void setApplicationEntryPoint(String applicationEntryPoint)
-
getServiceLevel
public String getServiceLevel()
-
setServiceLevel
public void setServiceLevel(String serviceLevel)
-
getCustom1
public String getCustom1()
-
setCustom1
public void setCustom1(String custom1)
-
getCustom2
public String getCustom2()
-
setCustom2
public void setCustom2(String custom2)
-
getCustom3
public String getCustom3()
-
setCustom3
public void setCustom3(String custom3)
-
getCustom4
public String getCustom4()
-
setCustom4
public void setCustom4(String custom4)
-
getCustom5
public String getCustom5()
-
setCustom5
public void setCustom5(String custom5)
-
getCustom6
public String getCustom6()
-
setCustom6
public void setCustom6(String custom6)
-
getCustom7
public String getCustom7()
-
setCustom7
public void setCustom7(String custom7)
-
getCustom8
public String getCustom8()
-
setCustom8
public void setCustom8(String custom8)
-
-