public class TSMinerPayload
extends java.lang.Object
Constructor and Description |
---|
TSMinerPayload(TSMinerInput settings)
Create an initial payload given the settings.
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(TSMinerPayload payload)
Compares this payload to another payload.
|
boolean |
equals(java.lang.Object object)
Whether the given object is equal to this object.
|
TSMinerInput |
getSettings()
Gets the settings used to obtain this payload.
|
int |
hashCode()
Hashcode for this object.
|
java.lang.String |
toString() |
java.lang.String |
toString2()
Gets a string representation for this payload.
|
public TSMinerPayload(TSMinerInput settings)
settings
- The settings.public TSMinerInput getSettings()
public java.lang.String toString2()
public java.lang.String toString()
toString
in class java.lang.Object
public int compareTo(TSMinerPayload payload)
object
- Object the other payload.public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object