java.lang.Object
com.polarion.alm.tracker.exporter.configuration.Size

public class Size extends Object
Size in default units depending on a particular export and the place of usage.
Since:
3.17.1
  • Method Details

    • fromString

      @Nullable public static Size fromString(String size)
    • fromInteger

      @NotNull public static Size fromInteger(int size)
    • fromInteger

      @Nullable public static Size fromInteger(@Nullable Integer size)
      Since:
      3.17.3
    • asString

      @NotNull public String asString()
    • asInteger

      @Nullable public Integer asInteger()
      Integer representation of Size. Returns null if size is not parseable into an integer.
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(@Nullable Object obj)
      Overrides:
      equals in class Object