Class RequestSamplesResponse
- Object
-
- RequestSamplesResponse
-
public final class RequestSamplesResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description RequestSamplesResponse(boolean newRequestSent, UUID jobId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
UUID
getJobId()
int
hashCode()
boolean
isNewRequestSent()
String
toString()
-
-
-
Method Detail
-
isNewRequestSent
public boolean isNewRequestSent()
-
getJobId
public UUID getJobId()
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classObject
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classObject
-
toString
public String toString()
- Overrides:
toString
in classObject
-
-