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