Package com.google.googlejavaformat.java
Class AutoValue_FormatFileCallable_Result
- java.lang.Object
-
- com.google.googlejavaformat.java.FormatFileCallable.Result
-
- com.google.googlejavaformat.java.AutoValue_FormatFileCallable_Result
-
@Generated("com.google.auto.value.processor.AutoValueProcessor") final class AutoValue_FormatFileCallable_Result extends FormatFileCallable.Result
-
-
Field Summary
Fields Modifier and Type Field Description private @Nullable FormatterExceptionexceptionprivate java.lang.Stringinputprivate @Nullable java.lang.Stringoutputprivate @Nullable java.nio.file.Pathpath
-
Constructor Summary
Constructors Constructor Description AutoValue_FormatFileCallable_Result(@Nullable java.nio.file.Path path, java.lang.String input, @Nullable java.lang.String output, @Nullable FormatterException exception)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)(package private) @Nullable FormatterExceptionexception()inthashCode()(package private) java.lang.Stringinput()(package private) @Nullable java.lang.Stringoutput()(package private) @Nullable java.nio.file.Pathpath()java.lang.StringtoString()-
Methods inherited from class com.google.googlejavaformat.java.FormatFileCallable.Result
changed, create
-
-
-
-
Field Detail
-
path
private final @Nullable java.nio.file.Path path
-
input
private final java.lang.String input
-
output
private final @Nullable java.lang.String output
-
exception
private final @Nullable FormatterException exception
-
-
Constructor Detail
-
AutoValue_FormatFileCallable_Result
AutoValue_FormatFileCallable_Result(@Nullable java.nio.file.Path path, java.lang.String input, @Nullable java.lang.String output, @Nullable FormatterException exception)
-
-
Method Detail
-
path
@Nullable java.nio.file.Path path()
- Specified by:
pathin classFormatFileCallable.Result
-
input
java.lang.String input()
- Specified by:
inputin classFormatFileCallable.Result
-
output
@Nullable java.lang.String output()
- Specified by:
outputin classFormatFileCallable.Result
-
exception
@Nullable FormatterException exception()
- Specified by:
exceptionin classFormatFileCallable.Result
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-