| Package | Description |
|---|---|
| com.abiquo.event.model.details | |
| com.abiquo.event.model.enumerations |
| Modifier and Type | Class and Description |
|---|---|
static class |
ErrorDetails.KEYS
Enumeration of all keys for this map
|
static class |
MoveDetails.KEYS
Enumeration of all keys for this map
|
static class |
ReconfigureDetails.keys
All data susceptible to change in a virtual machine reconfigure.
|
| Modifier and Type | Field and Description |
|---|---|
protected com.google.common.collect.ImmutableMap.Builder<AbiquoKey,java.lang.Object> |
EventDetails.Builder.mapBuilder
The builder of the result immutable map.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map<AbiquoKey,java.lang.Object> |
EventDetails.delegate() |
| Modifier and Type | Method and Description |
|---|---|
B |
EventDetails.Builder.put(AbiquoKey key,
java.util.Collection<java.lang.String> value)
Associates
key with value (as collection) in the built map. |
B |
EventDetails.Builder.put(AbiquoKey key,
java.lang.String value)
Associates
key with value in the built map. |
| Modifier and Type | Method and Description |
|---|---|
static MessageDetails.Builder<?,MessageDetails> |
MessageDetails.builder(com.google.common.collect.ImmutableMap<? extends AbiquoKey,java.lang.String> map)
Returns a builder instance for
MessageDetails adding all entries from the given
ImmutableMap. |
B |
EventDetails.Builder.messageArgs(java.util.Map<? extends AbiquoKey,? extends java.lang.Object> messageArgs)
Adds the given message arguments.
|
B |
EventDetails.Builder.messageArgsCollection(java.util.Map<? extends AbiquoKey,java.util.Collection<java.lang.String>> messageArgs)
Adds the given message arguments (as collection).
|
| Constructor and Description |
|---|
Builder(com.google.common.collect.ImmutableMap<AbiquoKey,java.lang.String> map)
Initializes the builder adding all entries from the given
ImmutableMap. |
ErrorDetails(com.google.common.collect.ImmutableMap<AbiquoKey,java.lang.Object> map)
Creates the forwarding map using a copy of the given
ImmutableMap
map. |
EventDetails(com.google.common.collect.ImmutableMap<AbiquoKey,java.lang.Object> map)
Creates the forwarding map using a copy of the given
ImmutableMap
map. |
MessageDetails(com.google.common.collect.ImmutableMap<AbiquoKey,java.lang.Object> map)
Creates the forwarding map using a copy of the given
ImmutableMap
map. |
MoveDetails(com.google.common.collect.ImmutableMap<AbiquoKey,java.lang.Object> map)
Creates the forwarding map using a copy of the given
ImmutableMap
map. |
ReconfigureDetails(com.google.common.collect.ImmutableMap<AbiquoKey,java.lang.Object> map)
Creates the forwarding map using a copy of the given
ImmutableMap
map. |
| Modifier and Type | Class and Description |
|---|---|
static class |
EntityAction.KEYS
Possible keys given in the event details with important values not recoverable using the API
|
Copyright © 2008-2020 Abiquo Holdings S.L.. All Rights Reserved.