Class QueryConstraints

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

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

    • QueryConstraints

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

    • createFromDiscriminatorValue

      @Nonnull public static QueryConstraints 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 QueryConstraints
    • getActivities

      @Nullable public List<String> getActivities()
      Gets the activities property value. The activities property
      Returns:
      a List<String>
    • 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>
    • getConcepts

      @Nullable public List<String> getConcepts()
      Gets the concepts property value. The concepts property
      Returns:
      a List<String>
    • getData

      @Nullable public Boolean getData()
      Gets the data property value. The data property
      Returns:
      a Boolean
    • 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>>
    • getGroups

      @Nullable public List<String> getGroups()
      Gets the groups property value. The groups property
      Returns:
      a List<String>
    • getLimit

      @Nullable public Integer getLimit()
      Gets the limit property value. The limit property
      Returns:
      a Integer
    • getLinkName

      @Nullable public String getLinkName()
      Gets the linkName property value. The linkName property
      Returns:
      a String
    • getLinkValue

      @Nullable public String getLinkValue()
      Gets the linkValue property value. The linkValue property
      Returns:
      a String
    • getMaxDepth

      @Nullable public Double getMaxDepth()
      Gets the maxDepth property value. The maxDepth property
      Returns:
      a Double
    • getMaxLat

      @Nullable public Double getMaxLat()
      Gets the maxLat property value. The maxLat property
      Returns:
      a Double
    • getMaxLon

      @Nullable public Double getMaxLon()
      Gets the maxLon property value. The maxLon property
      Returns:
      a Double
    • getMaxTimestamp

      @Nullable public String getMaxTimestamp()
      Gets the maxTimestamp property value. The maxTimestamp property
      Returns:
      a String
    • getMinDepth

      @Nullable public Double getMinDepth()
      Gets the minDepth property value. The minDepth property
      Returns:
      a Double
    • getMinLat

      @Nullable public Double getMinLat()
      Gets the minLat property value. The minLat property
      Returns:
      a Double
    • getMinLon

      @Nullable public Double getMinLon()
      Gets the minLon property value. The minLon property
      Returns:
      a Double
    • getMinTimestamp

      @Nullable public String getMinTimestamp()
      Gets the minTimestamp property value. The minTimestamp property
      Returns:
      a String
    • getMissionContacts

      @Nullable public List<String> getMissionContacts()
      Gets the missionContacts property value. The missionContacts property
      Returns:
      a List<String>
    • getMissionId

      @Nullable public String getMissionId()
      Gets the missionId property value. The missionId property
      Returns:
      a String
    • getObservers

      @Nullable public List<String> getObservers()
      Gets the observers property value. The observers property
      Returns:
      a List<String>
    • getOffset

      @Nullable public Integer getOffset()
      Gets the offset property value. The offset property
      Returns:
      a Integer
    • getPlatformName

      @Nullable public String getPlatformName()
      Gets the platformName property value. The platformName property
      Returns:
      a String
    • getVideoReferenceUuids

      @Nullable public List<UUID> getVideoReferenceUuids()
      Gets the videoReferenceUuids property value. The videoReferenceUuids property
      Returns:
      a List<UUID>
    • 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
    • setActivities

      public void setActivities(@Nullable List<String> value)
      Sets the activities property value. The activities property
      Parameters:
      value - Value to set for the activities property.
    • 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.
    • setConcepts

      public void setConcepts(@Nullable List<String> value)
      Sets the concepts property value. The concepts property
      Parameters:
      value - Value to set for the concepts property.
    • setData

      public void setData(@Nullable Boolean value)
      Sets the data property value. The data property
      Parameters:
      value - Value to set for the data property.
    • setGroups

      public void setGroups(@Nullable List<String> value)
      Sets the groups property value. The groups property
      Parameters:
      value - Value to set for the groups property.
    • setLimit

      public void setLimit(@Nullable Integer value)
      Sets the limit property value. The limit property
      Parameters:
      value - Value to set for the limit property.
    • setLinkName

      public void setLinkName(@Nullable String value)
      Sets the linkName property value. The linkName property
      Parameters:
      value - Value to set for the linkName property.
    • setLinkValue

      public void setLinkValue(@Nullable String value)
      Sets the linkValue property value. The linkValue property
      Parameters:
      value - Value to set for the linkValue property.
    • setMaxDepth

      public void setMaxDepth(@Nullable Double value)
      Sets the maxDepth property value. The maxDepth property
      Parameters:
      value - Value to set for the maxDepth property.
    • setMaxLat

      public void setMaxLat(@Nullable Double value)
      Sets the maxLat property value. The maxLat property
      Parameters:
      value - Value to set for the maxLat property.
    • setMaxLon

      public void setMaxLon(@Nullable Double value)
      Sets the maxLon property value. The maxLon property
      Parameters:
      value - Value to set for the maxLon property.
    • setMaxTimestamp

      public void setMaxTimestamp(@Nullable String value)
      Sets the maxTimestamp property value. The maxTimestamp property
      Parameters:
      value - Value to set for the maxTimestamp property.
    • setMinDepth

      public void setMinDepth(@Nullable Double value)
      Sets the minDepth property value. The minDepth property
      Parameters:
      value - Value to set for the minDepth property.
    • setMinLat

      public void setMinLat(@Nullable Double value)
      Sets the minLat property value. The minLat property
      Parameters:
      value - Value to set for the minLat property.
    • setMinLon

      public void setMinLon(@Nullable Double value)
      Sets the minLon property value. The minLon property
      Parameters:
      value - Value to set for the minLon property.
    • setMinTimestamp

      public void setMinTimestamp(@Nullable String value)
      Sets the minTimestamp property value. The minTimestamp property
      Parameters:
      value - Value to set for the minTimestamp property.
    • setMissionContacts

      public void setMissionContacts(@Nullable List<String> value)
      Sets the missionContacts property value. The missionContacts property
      Parameters:
      value - Value to set for the missionContacts property.
    • setMissionId

      public void setMissionId(@Nullable String value)
      Sets the missionId property value. The missionId property
      Parameters:
      value - Value to set for the missionId property.
    • setObservers

      public void setObservers(@Nullable List<String> value)
      Sets the observers property value. The observers property
      Parameters:
      value - Value to set for the observers property.
    • setOffset

      public void setOffset(@Nullable Integer value)
      Sets the offset property value. The offset property
      Parameters:
      value - Value to set for the offset property.
    • setPlatformName

      public void setPlatformName(@Nullable String value)
      Sets the platformName property value. The platformName property
      Parameters:
      value - Value to set for the platformName property.
    • setVideoReferenceUuids

      public void setVideoReferenceUuids(@Nullable List<UUID> value)
      Sets the videoReferenceUuids property value. The videoReferenceUuids property
      Parameters:
      value - Value to set for the videoReferenceUuids property.