Package ai.extend.types
Class EditSchemaGenerationResponse
- java.lang.Object
-
- ai.extend.types.EditSchemaGenerationResponse
-
public final class EditSchemaGenerationResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEditSchemaGenerationResponse._FinalStagestatic classEditSchemaGenerationResponse.Builderstatic interfaceEditSchemaGenerationResponse.SchemaStage
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EditSchemaGenerationResponse.SchemaStagebuilder()booleanequals(java.lang.Object other)java.util.Map<java.lang.String,java.lang.Object>getAdditionalProperties()java.util.Optional<EditRootJson>getAnnotatedSchema()java.util.Optional<EditSchemaGenerationMappingResult>getMappingResult()EditRootJsongetSchema()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getSchema
public EditRootJson getSchema()
- Returns:
- The final generated schema after mapping. If no input schema was provided this will be the same as the annotatedSchema.
-
getAnnotatedSchema
public java.util.Optional<EditRootJson> getAnnotatedSchema()
- Returns:
- The original schema that was detected and annotated from the file.
-
getMappingResult
public java.util.Optional<EditSchemaGenerationMappingResult> getMappingResult()
- Returns:
- Mapping information between
inputSchemapaths and detected form fields when an input schema was provided.
-
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 EditSchemaGenerationResponse.SchemaStage builder()
-
-