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