Class TimeseriesIndexSizeResult


  • @Validated
    @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen",
               date="2023-12-06T11:25:47.362934Z[Etc/UTC]")
    public class TimeseriesIndexSizeResult
    extends java.lang.Object
    Encapsulates the response of the getIndexSizes API
    • Constructor Detail

      • TimeseriesIndexSizeResult

        public TimeseriesIndexSizeResult()
    • Method Detail

      • getIndexName

        @NotNull
        public @NotNull java.lang.String getIndexName()
        Name of the index
        Returns:
        indexName
      • setIndexName

        public void setIndexName​(java.lang.String indexName)
      • getEntityName

        @NotNull
        public @NotNull java.lang.String getEntityName()
        Name of the entity associated with the index
        Returns:
        entityName
      • setEntityName

        public void setEntityName​(java.lang.String entityName)
      • getAspectName

        @NotNull
        public @NotNull java.lang.String getAspectName()
        Name of the aspect associated with the index
        Returns:
        aspectName
      • setAspectName

        public void setAspectName​(java.lang.String aspectName)
      • getSizeMb

        @NotNull
        @Valid
        public @NotNull @Valid java.math.BigDecimal getSizeMb()
        Size
        Returns:
        sizeMb
      • setSizeMb

        public void setSizeMb​(java.math.BigDecimal sizeMb)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object