@Generated(value="org.immutables.processor.ProxyProcessor") public final class ManifestV3 extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ManifestV3.Builder
Builds instances of type
ManifestV3. |
| Modifier and Type | Method and Description |
|---|---|
static ManifestV3.Builder |
builder()
Creates a builder for
ManifestV3. |
boolean |
equals(Object another)
This instance is equal to all instances of
ManifestV3 that have equal attribute values. |
List<ManifestV3Application> |
getApplications() |
Integer |
getVersion() |
int |
hashCode()
Computes a hash code from attributes:
applications, version. |
String |
toString()
Prints the immutable value
ManifestV3 with attribute values. |
public List<ManifestV3Application> getApplications()
applications attributepublic Integer getVersion()
version attributepublic boolean equals(Object another)
ManifestV3 that have equal attribute values.public int hashCode()
applications, version.public String toString()
ManifestV3 with attribute values.public static ManifestV3.Builder builder()
ManifestV3.
ManifestV3.builder()
.application|addAllApplications(ManifestV3Application) // applications elements
.version(Integer) // optional version
.build();
Copyright © 2024. All rights reserved.