@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableObjectTypeInheritanceTreeBean extends ObjectTypeInheritanceTreeBean
ObjectTypeInheritanceTreeBean.
Use the builder to create immutable instances:
ImmutableObjectTypeInheritanceTreeBean.builder().
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableObjectTypeInheritanceTreeBean.Builder
Builds instances of type
ImmutableObjectTypeInheritanceTreeBean. |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableObjectTypeInheritanceTreeBean.Builder |
builder()
Creates a builder for
ImmutableObjectTypeInheritanceTreeBean. |
static ImmutableObjectTypeInheritanceTreeBean |
copyOf(ObjectTypeInheritanceTreeBean instance)
Creates an immutable copy of a
ObjectTypeInheritanceTreeBean value. |
boolean |
equals(Object another)
This instance is equal to all instances of
ImmutableObjectTypeInheritanceTreeBean that have equal attribute values. |
com.google.common.collect.ImmutableMap<Integer,List<ObjectTypeBean>> |
getParentObjectTypesInclSelf() |
int |
hashCode()
Computes a hash code from attributes:
parentObjectTypesInclSelf. |
String |
toString()
Prints the immutable value
ObjectTypeInheritanceTreeBean with attribute values. |
ImmutableObjectTypeInheritanceTreeBean |
withParentObjectTypesInclSelf(Map<Integer,? extends List<ObjectTypeBean>> entries)
Copy the current immutable object by replacing the
parentObjectTypesInclSelf map with the specified map. |
inheritanceDepthLevelForObjectType, nearestParentObjectTypepublic com.google.common.collect.ImmutableMap<Integer,List<ObjectTypeBean>> getParentObjectTypesInclSelf()
getParentObjectTypesInclSelf in class ObjectTypeInheritanceTreeBeanparentObjectTypesInclSelf attributepublic final ImmutableObjectTypeInheritanceTreeBean withParentObjectTypesInclSelf(Map<Integer,? extends List<ObjectTypeBean>> entries)
parentObjectTypesInclSelf map with the specified map.
Nulls are not permitted as keys or values.
A shallow reference equality check is used to prevent copying of the same value by returning this.entries - The entries to be added to the parentObjectTypesInclSelf mapthis objectpublic boolean equals(@Nullable Object another)
ImmutableObjectTypeInheritanceTreeBean that have equal attribute values.public int hashCode()
parentObjectTypesInclSelf.public String toString()
ObjectTypeInheritanceTreeBean with attribute values.public static ImmutableObjectTypeInheritanceTreeBean copyOf(ObjectTypeInheritanceTreeBean instance)
ObjectTypeInheritanceTreeBean 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 copypublic static ImmutableObjectTypeInheritanceTreeBean.Builder builder()
ImmutableObjectTypeInheritanceTreeBean.
ImmutableObjectTypeInheritanceTreeBean.builder()
.putParentObjectTypesInclSelf|putAllParentObjectTypesInclSelf(int => List<com.riadalabs.jira.plugins.insight.services.model.ObjectTypeBean>) // parentObjectTypesInclSelf mappings
.build();
Copyright © 2024 Atlassian. All rights reserved.