Package pro.taskana.monitor.rest.models
Class PriorityColumnHeaderRepresentationModel
java.lang.Object
org.springframework.hateoas.RepresentationModel<PriorityColumnHeaderRepresentationModel>
pro.taskana.monitor.rest.models.PriorityColumnHeaderRepresentationModel
public class PriorityColumnHeaderRepresentationModel
extends org.springframework.hateoas.RepresentationModel<PriorityColumnHeaderRepresentationModel>
-
Constructor Summary
Constructors -
Method Summary
Methods 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
-
Constructor Details
-
PriorityColumnHeaderRepresentationModel
@ConstructorProperties({"lowerBound","upperBound"}) public PriorityColumnHeaderRepresentationModel(int lowerBound, int upperBound)
-
-
Method Details
-
getLowerBound
public int getLowerBound() -
getUpperBound
public int getUpperBound()
-