@Generated(value="org.immutables.processor.ProxyProcessor") public final class ImmutableQuarkusRuntimeProvider extends Object implements QuarkusRuntimeProvider
QuarkusRuntimeProvider.
Use the builder to create immutable instances:
new QuarkusRuntimeProvider.Builder().
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableQuarkusRuntimeProvider.Builder
Builds instances of type
ImmutableQuarkusRuntimeProvider. |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableQuarkusRuntimeProvider |
copyOf(QuarkusRuntimeProvider instance)
Creates an immutable copy of a
QuarkusRuntimeProvider value. |
boolean |
equals(Object another)
This instance is equal to all instances of
ImmutableQuarkusRuntimeProvider that have equal attribute values. |
String |
getCamelQuarkusVersion() |
String |
getQuarkusVersion() |
int |
hashCode()
Computes a hash code from attributes:
camelQuarkusVersion, quarkusVersion. |
String |
toString()
Prints the immutable value
QuarkusRuntimeProvider with attribute values. |
ImmutableQuarkusRuntimeProvider |
withCamelQuarkusVersion(String value)
Copy the current immutable object by setting a value for the
camelQuarkusVersion attribute. |
ImmutableQuarkusRuntimeProvider |
withQuarkusVersion(String value)
Copy the current immutable object by setting a value for the
quarkusVersion attribute. |
public String getCamelQuarkusVersion()
getCamelQuarkusVersion in interface QuarkusRuntimeProvidercamelQuarkusVersion attributepublic String getQuarkusVersion()
getQuarkusVersion in interface QuarkusRuntimeProviderquarkusVersion attributepublic final ImmutableQuarkusRuntimeProvider withCamelQuarkusVersion(String value)
camelQuarkusVersion attribute.
An equals check used to prevent copying of the same value by returning this.value - A new value for camelQuarkusVersionthis objectpublic final ImmutableQuarkusRuntimeProvider withQuarkusVersion(String value)
quarkusVersion attribute.
An equals check used to prevent copying of the same value by returning this.value - A new value for quarkusVersionthis objectpublic boolean equals(Object another)
ImmutableQuarkusRuntimeProvider that have equal attribute values.public int hashCode()
camelQuarkusVersion, quarkusVersion.public String toString()
QuarkusRuntimeProvider with attribute values.public static ImmutableQuarkusRuntimeProvider copyOf(QuarkusRuntimeProvider instance)
QuarkusRuntimeProvider value.
Uses accessors to get values to initialize the new immutable instance.
If an instance is already immutable, it is returned as is.instance - The instance to copyCopyright © 2019 The Apache Software Foundation. All rights reserved.