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