@ParametersAreNonnullByDefault @Generated(value={"Immutables.generator","AbstractJasmineResult"}) @Immutable @CheckReturnValue public final class ImmutableJasmineResult extends AbstractJasmineResult
AbstractJasmineResult.
Use the builder to create immutable instances:
ImmutableJasmineResult.builder().
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableJasmineResult.Builder
Builds instances of type
ImmutableJasmineResult. |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableJasmineResult.Builder |
builder()
Creates a builder for
ImmutableJasmineResult. |
static ImmutableJasmineResult |
copyOf(AbstractJasmineResult instance)
Creates an immutable copy of a
AbstractJasmineResult value. |
boolean |
equals(Object another)
This instance is equal to all instances of
ImmutableJasmineResult that have equal attribute values. |
String |
getDetails() |
int |
hashCode()
Computes a hash code from attributes:
details. |
String |
toString()
Prints the immutable value
JasmineResult with attribute values. |
ImmutableJasmineResult |
withDetails(String value)
Copy the current immutable object by setting a value for the
details attribute. |
didPasspublic String getDetails()
details attributepublic final ImmutableJasmineResult withDetails(String value)
details attribute.
An equals check used to prevent copying of the same value by returning this.value - A new value for detailsthis objectpublic boolean equals(@Nullable Object another)
ImmutableJasmineResult that have equal attribute values.public int hashCode()
details.public String toString()
JasmineResult with attribute values.public static ImmutableJasmineResult copyOf(AbstractJasmineResult instance)
AbstractJasmineResult 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 ImmutableJasmineResult.Builder builder()
ImmutableJasmineResult.Copyright © 2010–2018 Justin Searls. All rights reserved.