Class LabelDTO
java.lang.Object
me.julb.applications.github.actions.LabelDTO
- All Implemented Interfaces:
Comparable<LabelDTO>
The label imported from specified source.
- Author:
- Julb.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleaninthashCode()(package private) StringA method to use the lower-cased name forObject.equals(Object)andObject.hashCode().
-
Constructor Details
-
LabelDTO
public LabelDTO()
-
-
Method Details
-
nameLowerCase
String nameLowerCase()A method to use the lower-cased name forObject.equals(Object)andObject.hashCode().- Returns:
- the name in lowercase.
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<LabelDTO>
-