@Generated(value="org.immutables.processor.ProxyProcessor") public final class ManifestV3Service extends Object
_ManifestV3Service.
Use the builder to create immutable instances:
ManifestV3Service.builder().
| Modifier and Type | Class and Description |
|---|---|
static class |
ManifestV3Service.Builder
Builds instances of type
ManifestV3Service. |
| Modifier and Type | Method and Description |
|---|---|
static ManifestV3Service.Builder |
builder()
Creates a builder for
ManifestV3Service. |
boolean |
equals(Object another)
This instance is equal to all instances of
ManifestV3Service that have equal attribute values. |
String |
getBindingName() |
String |
getName() |
Object |
getParameters() |
int |
hashCode()
Computes a hash code from attributes:
bindingName, name, parameters. |
String |
toString()
Prints the immutable value
ManifestV3Service with attribute values. |
public String getBindingName()
bindingName attributepublic String getName()
name attributepublic Object getParameters()
parameters attributepublic boolean equals(Object another)
ManifestV3Service that have equal attribute values.public int hashCode()
bindingName, name, parameters.public String toString()
ManifestV3Service with attribute values.public static ManifestV3Service.Builder builder()
ManifestV3Service.
ManifestV3Service.builder()
.bindingName(String | null) // nullable bindingName
.name(String) // required name
.parameters(Object | null) // nullable parameters
.build();
Copyright © 2024. All rights reserved.