Package ai.extend.types
Class FileContentsSheetsItem
- java.lang.Object
-
- ai.extend.types.FileContentsSheetsItem
-
public final class FileContentsSheetsItem extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFileContentsSheetsItem._FinalStagestatic classFileContentsSheetsItem.Builderstatic interfaceFileContentsSheetsItem.SheetNameStage
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FileContentsSheetsItem.SheetNameStagebuilder()booleanequals(java.lang.Object other)java.util.Map<java.lang.String,java.lang.Object>getAdditionalProperties()java.util.Optional<java.lang.String>getRawText()java.lang.StringgetSheetName()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getSheetName
public java.lang.String getSheetName()
- Returns:
- The name of the sheet.
-
getRawText
public java.util.Optional<java.lang.String> getRawText()
- Returns:
- The raw text content of the sheet.
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
getAdditionalProperties
public java.util.Map<java.lang.String,java.lang.Object> getAdditionalProperties()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
builder
public static FileContentsSheetsItem.SheetNameStage builder()
-
-