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 -
Constructor Summary
ConstructorsConstructorDescriptionAutoValue_FormatFileCallable_Result(@Nullable Path path, String input, @Nullable String output, @Nullable FormatterException exception) -
Method Summary
Methods inherited from class com.google.googlejavaformat.java.FormatFileCallable.Result
changed, create
-
Field Details
-
path
-
input
-
output
-
exception
-
-
Constructor Details
-
AutoValue_FormatFileCallable_Result
AutoValue_FormatFileCallable_Result(@Nullable Path path, String input, @Nullable String output, @Nullable FormatterException exception)
-
-
Method Details
-
path
@Nullable Path path()- Specified by:
pathin classFormatFileCallable.Result
-
input
String input()- Specified by:
inputin classFormatFileCallable.Result
-
output
@Nullable String output()- Specified by:
outputin classFormatFileCallable.Result
-
exception
@Nullable FormatterException exception()- Specified by:
exceptionin classFormatFileCallable.Result
-
toString
-
equals
-
hashCode
public int hashCode()
-