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