Class ResponseOutputText.Annotation.ContainerFileCitation
- 
                    
                    - All Implemented Interfaces:
 
 public final class ResponseOutputText.Annotation.ContainerFileCitationA citation for a container file used to generate a model response. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classResponseOutputText.Annotation.ContainerFileCitation.BuilderA builder for ContainerFileCitation. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final StringcontainerId()The ID of the container file. final LongendIndex()The index of the last character of the container file citation in the message. final StringfileId()The ID of the file. final Stringfilename()The filename of the container file cited. final LongstartIndex()The index of the first character of the container file citation in the message. final JsonValue_type()The type of the container file citation. final JsonField<String>_containerId()Returns the raw JSON value of containerId. final JsonField<Long>_endIndex()Returns the raw JSON value of endIndex. final JsonField<String>_fileId()Returns the raw JSON value of fileId. final JsonField<String>_filename()Returns the raw JSON value of filename. final JsonField<Long>_startIndex()Returns the raw JSON value of startIndex. final Map<String, JsonValue>_additionalProperties()final ResponseOutputText.Annotation.ContainerFileCitation.BuildertoBuilder()final ResponseOutputText.Annotation.ContainerFileCitationvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ResponseOutputText.Annotation.ContainerFileCitation.Builderbuilder()Returns a mutable builder for constructing an instance of ContainerFileCitation. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        containerIdfinal String containerId() The ID of the container file. 
 - 
                                        endIndexfinal Long endIndex() The index of the last character of the container file citation in the message. 
 - 
                                        startIndexfinal Long startIndex() The index of the first character of the container file citation in the message. 
 - 
                                        _typefinal JsonValue _type() The type of the container file citation. Always container_file_citation.Expected to always return the following: JsonValue.from("container_file_citation")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value). 
 - 
                                        _containerIdfinal JsonField<String> _containerId() Returns the raw JSON value of containerId. Unlike containerId, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _endIndexfinal JsonField<Long> _endIndex() Returns the raw JSON value of endIndex. Unlike endIndex, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _fileIdfinal JsonField<String> _fileId() Returns the raw JSON value of fileId. Unlike fileId, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _filenamefinal JsonField<String> _filename() Returns the raw JSON value of filename. Unlike filename, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _startIndexfinal JsonField<Long> _startIndex() Returns the raw JSON value of startIndex. Unlike startIndex, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal ResponseOutputText.Annotation.ContainerFileCitation.Builder toBuilder() 
 - 
                                        validatefinal ResponseOutputText.Annotation.ContainerFileCitation validate() 
 - 
                                        builderfinal static ResponseOutputText.Annotation.ContainerFileCitation.Builder builder() Returns a mutable builder for constructing an instance of ContainerFileCitation. The following fields are required: .containerId() .endIndex() .fileId() .filename() .startIndex()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-