Package ai.extend.types
Class ParseRequestFile
- java.lang.Object
-
- ai.extend.types.ParseRequestFile
-
public final class ParseRequestFile extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceParseRequestFile.Visitor<T>
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)java.lang.Objectget()inthashCode()static ParseRequestFileof(FileFromId value)static ParseRequestFileof(FileFromUrl value)java.lang.StringtoString()<T> Tvisit(ParseRequestFile.Visitor<T> visitor)
-
-
-
Method Detail
-
get
public java.lang.Object get()
-
visit
public <T> T visit(ParseRequestFile.Visitor<T> visitor)
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
of
public static ParseRequestFile of(FileFromUrl value)
-
of
public static ParseRequestFile of(FileFromId value)
-
-