Record Class ExecSiteCurrentHost
java.lang.Object
java.lang.Record
org.aksw.shellgebra.exec.model.ExecSiteCurrentHost
- All Implemented Interfaces:
ExecSite
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of aExecSiteCurrentHostrecord class. -
Method Summary
Modifier and TypeMethodDescription<T> Taccept(ExecSiteVisitor<T> visitor) final booleanIndicates whether some other object is "equal to" this one.static ExecSiteCurrentHostget()final inthashCode()Returns a hash code value for this object.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
ExecSiteCurrentHost
public ExecSiteCurrentHost()Creates an instance of aExecSiteCurrentHostrecord class.
-
-
Method Details
-
get
-
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.
-