Record Class ReactorPom.ProfileEntry
java.lang.Object
java.lang.Record
network.ike.plugin.ws.ReactorPom.ProfileEntry
- Record Components:
id- the profile id (e.g.with-komet)subprojects- the member name(s) the profile activates
- Enclosing class:
ReactorPom
-
Constructor Summary
ConstructorsConstructorDescriptionProfileEntry(String id, List<String> subprojects) Creates an instance of aProfileEntryrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.id()Returns the value of theidrecord component.Returns the value of thesubprojectsrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
ProfileEntry
Creates an instance of aProfileEntryrecord class.- Parameters:
id- the value for theidrecord componentsubprojects- the value for thesubprojectsrecord component
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
id
-
subprojects
Returns the value of thesubprojectsrecord component.- Returns:
- the value of the
subprojectsrecord component
-