@Generated(value="org.immutables.processor.ProxyProcessor") public final class GetJobRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetJobRequest.Builder
Builds instances of type
GetJobRequest. |
| Modifier and Type | Method and Description |
|---|---|
static GetJobRequest.Builder |
builder()
Creates a builder for
GetJobRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
GetJobRequest that have equal attribute values. |
String |
getJobId()
The job id
|
int |
hashCode()
Computes a hash code from attributes:
jobId. |
String |
toString()
Prints the immutable value
GetJobRequest with attribute values. |
public String getJobId()
public boolean equals(Object another)
GetJobRequest that have equal attribute values.public int hashCode()
jobId.public String toString()
GetJobRequest with attribute values.public static GetJobRequest.Builder builder()
GetJobRequest.
GetJobRequest.builder()
.jobId(String) // required jobId
.build();
Copyright © 2020. All rights reserved.