public class ClassificationSummaryRepresentationModel extends org.springframework.hateoas.RepresentationModel<ClassificationSummaryRepresentationModel>
ClassificationSummary.| Modifier and Type | Field and Description |
|---|---|
protected String |
applicationEntryPoint |
protected String |
category |
protected String |
classificationId |
protected String |
custom1 |
protected String |
custom2 |
protected String |
custom3 |
protected String |
custom4 |
protected String |
custom5 |
protected String |
custom6 |
protected String |
custom7 |
protected String |
custom8 |
protected String |
domain |
protected String |
key |
protected String |
name |
protected String |
parentId |
protected String |
parentKey |
protected int |
priority |
protected String |
serviceLevel |
protected String |
type |
| Constructor and Description |
|---|
ClassificationSummaryRepresentationModel() |
protected String classificationId
protected String key
protected String applicationEntryPoint
protected String category
protected String domain
protected String name
protected String parentId
protected String parentKey
protected int priority
protected String serviceLevel
protected String type
protected String custom1
protected String custom2
protected String custom3
protected String custom4
protected String custom5
protected String custom6
protected String custom7
protected String custom8
public ClassificationSummaryRepresentationModel()
public String getClassificationId()
public void setClassificationId(String classificationId)
public String getKey()
public void setKey(String key)
public String getParentId()
public void setParentId(String parentId)
public String getParentKey()
public void setParentKey(String parentKey)
public String getCategory()
public void setCategory(String category)
public String getType()
public void setType(String type)
public String getDomain()
public void setDomain(String domain)
public String getName()
public void setName(String name)
public int getPriority()
public void setPriority(int priority)
public String getApplicationEntryPoint()
public void setApplicationEntryPoint(String applicationEntryPoint)
public String getServiceLevel()
public void setServiceLevel(String serviceLevel)
public String getCustom1()
public void setCustom1(String custom1)
public String getCustom2()
public void setCustom2(String custom2)
public String getCustom3()
public void setCustom3(String custom3)
public String getCustom4()
public void setCustom4(String custom4)
public String getCustom5()
public void setCustom5(String custom5)
public String getCustom6()
public void setCustom6(String custom6)
public String getCustom7()
public void setCustom7(String custom7)
public String getCustom8()
public void setCustom8(String custom8)
Copyright © 2020. All rights reserved.