@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableEntityWithMap extends Object implements EntityWithMap
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableEntityWithMap.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableEntityWithMap.Builder |
builder() |
static ImmutableEntityWithMap |
copyOf(EntityWithMap instance) |
boolean |
equals(Object another) |
int |
hashCode() |
Map<String,String> |
properties() |
String |
toString() |
ImmutableEntityWithMap |
withProperties(Map<String,? extends String> entries) |
public final ImmutableEntityWithMap withProperties(Map<String,? extends String> entries)
public int hashCode()
public String toString()
public static ImmutableEntityWithMap copyOf(EntityWithMap instance)
public static ImmutableEntityWithMap.Builder builder()
Copyright © 2022 The Immutables.org authors. All rights reserved.