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