Record Class ExecSiteDockerImage
java.lang.Object
java.lang.Record
org.aksw.shellgebra.exec.model.ExecSiteDockerImage
- All Implemented Interfaces:
ExecSite
-
Constructor Summary
ConstructorsConstructorDescriptionExecSiteDockerImage(String imageRef) Creates an instance of aExecSiteDockerImagerecord class. -
Method Summary
Modifier and TypeMethodDescription<T> Taccept(ExecSiteVisitor<T> visitor) final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.imageRef()Returns the value of theimageRefrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
ExecSiteDockerImage
Creates an instance of aExecSiteDockerImagerecord class.- Parameters:
imageRef- the value for theimageRefrecord component
-
-
Method Details
-
accept
-
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). -
imageRef
Returns the value of theimageRefrecord component.- Returns:
- the value of the
imageRefrecord component
-