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