Class Metadata

java.lang.Object
org.mbari.vars.annosaurus.sdk.kiota.models.Metadata
All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.serialization.Parsable

@Generated("com.microsoft.kiota") public class Metadata extends Object implements com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.serialization.Parsable
  • Constructor Details

    • Metadata

      public Metadata()
      Instantiates a new Metadata and sets the default values.
  • Method Details

    • createFromDiscriminatorValue

      @Nonnull public static Metadata createFromDiscriminatorValue(@Nonnull com.microsoft.kiota.serialization.ParseNode parseNode)
      Creates a new instance of the appropriate class based on discriminator value
      Parameters:
      parseNode - The parse node to use to read the discriminator value and create the object
      Returns:
      a Metadata
    • getAdditionalData

      @Nonnull public Map<String,Object> getAdditionalData()
      Gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
      Specified by:
      getAdditionalData in interface com.microsoft.kiota.serialization.AdditionalDataHolder
      Returns:
      a Map<String,Object>
    • getColumnClassName

      @Nullable public String getColumnClassName()
      Gets the columnClassName property value. The columnClassName property
      Returns:
      a String
    • getColumnLabel

      @Nullable public String getColumnLabel()
      Gets the columnLabel property value. The columnLabel property
      Returns:
      a String
    • getColumnName

      @Nullable public String getColumnName()
      Gets the columnName property value. The columnName property
      Returns:
      a String
    • getColumnSize

      @Nullable public Integer getColumnSize()
      Gets the columnSize property value. The columnSize property
      Returns:
      a Integer
    • getColumnType

      @Nullable public String getColumnType()
      Gets the columnType property value. The columnType property
      Returns:
      a String
    • getFieldDeserializers

      @Nonnull public Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>> getFieldDeserializers()
      The deserialization information for the current model
      Specified by:
      getFieldDeserializers in interface com.microsoft.kiota.serialization.Parsable
      Returns:
      a Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
    • serialize

      public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer)
      Serializes information the current object
      Specified by:
      serialize in interface com.microsoft.kiota.serialization.Parsable
      Parameters:
      writer - Serialization writer to use to serialize this model
    • setAdditionalData

      public void setAdditionalData(@Nullable Map<String,Object> value)
      Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
      Parameters:
      value - Value to set for the AdditionalData property.
    • setColumnClassName

      public void setColumnClassName(@Nullable String value)
      Sets the columnClassName property value. The columnClassName property
      Parameters:
      value - Value to set for the columnClassName property.
    • setColumnLabel

      public void setColumnLabel(@Nullable String value)
      Sets the columnLabel property value. The columnLabel property
      Parameters:
      value - Value to set for the columnLabel property.
    • setColumnName

      public void setColumnName(@Nullable String value)
      Sets the columnName property value. The columnName property
      Parameters:
      value - Value to set for the columnName property.
    • setColumnSize

      public void setColumnSize(@Nullable Integer value)
      Sets the columnSize property value. The columnSize property
      Parameters:
      value - Value to set for the columnSize property.
    • setColumnType

      public void setColumnType(@Nullable String value)
      Sets the columnType property value. The columnType property
      Parameters:
      value - Value to set for the columnType property.