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