ImmutableStoreExceptionMsg |
ImmutableStoreExceptionMsg.Builder.build() |
|
static ImmutableStoreExceptionMsg |
ImmutableStoreExceptionMsg.copyOf(DialobStore.StoreExceptionMsg instance) |
|
ImmutableStoreExceptionMsg |
ImmutableStoreExceptionMsg.withArgs(Iterable<String> elements) |
Copy the current immutable object with elements that replace the content of args.
|
ImmutableStoreExceptionMsg |
ImmutableStoreExceptionMsg.withArgs(String... elements) |
Copy the current immutable object with elements that replace the content of args.
|
ImmutableStoreExceptionMsg |
ImmutableStoreExceptionMsg.withId(String value) |
Copy the current immutable object by setting a value for the id attribute.
|
ImmutableStoreExceptionMsg |
ImmutableStoreExceptionMsg.withValue(String value) |
Copy the current immutable object by setting a value for the value attribute.
|