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