Package ai.extend.types
Class FileMetadataParentSplit
- java.lang.Object
-
- ai.extend.types.FileMetadataParentSplit
-
public final class FileMetadataParentSplit extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFileMetadataParentSplit._FinalStagestatic classFileMetadataParentSplit.Builderstatic interfaceFileMetadataParentSplit.EndPageStagestatic interfaceFileMetadataParentSplit.IdentifierStagestatic interfaceFileMetadataParentSplit.IdStagestatic interfaceFileMetadataParentSplit.StartPageStagestatic interfaceFileMetadataParentSplit.TypeStage
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FileMetadataParentSplit.IdStagebuilder()booleanequals(java.lang.Object other)java.util.Map<java.lang.String,java.lang.Object>getAdditionalProperties()intgetEndPage()java.lang.StringgetId()java.lang.StringgetIdentifier()intgetStartPage()java.lang.StringgetType()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getId
public java.lang.String getId()
- Returns:
- The ID of the split.
-
getType
public java.lang.String getType()
- Returns:
- The type of the split.
-
getIdentifier
public java.lang.String getIdentifier()
- Returns:
- The identifier of the split.
-
getStartPage
public int getStartPage()
- Returns:
- The start page of the split.
-
getEndPage
public int getEndPage()
- Returns:
- The end page of the split.
-
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 FileMetadataParentSplit.IdStage builder()
-
-