MinChangesConfigurationTypepublic final class MinChangesConfiguration extends java.lang.Object implements MinChangesConfigurationType
| Modifier and Type | Class | Description |
|---|---|---|
static class |
MinChangesConfiguration.Builder |
Builds instances of type
MinChangesConfiguration. |
| Modifier and Type | Method | Description |
|---|---|---|
static MinChangesConfiguration.Builder |
builder() |
Creates a builder for
MinChangesConfiguration. |
boolean |
equals(java.lang.Object another) |
This instance is equal to all instances of
MinChangesConfiguration that have equal attribute values. |
java.lang.String |
feedEmail() |
|
java.nio.file.Path |
file() |
|
int |
hashCode() |
Computes a hash code from attributes:
file, feedEmail. |
static MinChangesConfiguration |
of(java.nio.file.Path file,
java.lang.String feedEmail) |
Construct a new immutable
MinChangesConfiguration instance. |
java.lang.String |
toString() |
Prints the immutable value
MinChangesConfiguration with attribute values. |
public java.nio.file.Path file()
file in interface MinChangesConfigurationTypepublic java.lang.String feedEmail()
feedEmail in interface MinChangesConfigurationTypepublic boolean equals(java.lang.Object another)
MinChangesConfiguration that have equal attribute values.equals in class java.lang.Objecttrue if this is equal to another instancepublic int hashCode()
file, feedEmail.hashCode in class java.lang.Objectpublic java.lang.String toString()
MinChangesConfiguration with attribute values.toString in class java.lang.Objectpublic static MinChangesConfiguration of(java.nio.file.Path file, java.lang.String feedEmail)
MinChangesConfiguration instance.file - The value for the file attributefeedEmail - The value for the feedEmail attributepublic static MinChangesConfiguration.Builder builder()
MinChangesConfiguration.Copyright © 2017 <code@io7m.com> http://io7m.com