Record Class TestResourcesContainer
java.lang.Object
java.lang.Record
io.micronaut.testresources.controlpanel.TestResourcesContainer
- Record Components:
scope- the test resources scopeid- the container idname- the container namenetwork- the container networkimageName- the image name
-
Constructor Summary
Constructors -
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 theimageNamerecord component.name()Returns the value of thenamerecord component.network()Returns the value of thenetworkrecord component.scope()Returns the value of thescoperecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
TestResourcesContainer
-
-
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). -
scope
-
id
-
name
-
network
-
imageName
-