Package org.openapitools.client.model
Class PriorityDto
- java.lang.Object
-
- org.openapitools.client.model.PriorityDto
-
public class PriorityDto extends Object
PriorityDto
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_PRIORITY
-
Constructor Summary
Constructors Constructor Description PriorityDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)LonggetPriority()The priority of the resource.inthashCode()PriorityDtopriority(Long priority)voidsetPriority(Long priority)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_PRIORITY
public static final String SERIALIZED_NAME_PRIORITY
- See Also:
- Constant Field Values
-
-
Method Detail
-
priority
public PriorityDto priority(Long priority)
-
getPriority
public Long getPriority()
The priority of the resource.- Returns:
- priority
-
setPriority
public void setPriority(Long priority)
-
-