Class IntegerRange

    • Constructor Detail

      • IntegerRange

        public IntegerRange()
      • IntegerRange

        public IntegerRange​(IntegerRange source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getLowerBound

        public Long getLowerBound()
        Get 按整形代表值的下限检索。
        Returns:
        LowerBound 按整形代表值的下限检索。
      • setLowerBound

        public void setLowerBound​(Long LowerBound)
        Set 按整形代表值的下限检索。
        Parameters:
        LowerBound - 按整形代表值的下限检索。
      • getUpperBound

        public Long getUpperBound()
        Get 按整形代表值的上限检索。
        Returns:
        UpperBound 按整形代表值的上限检索。
      • setUpperBound

        public void setUpperBound​(Long UpperBound)
        Set 按整形代表值的上限检索。
        Parameters:
        UpperBound - 按整形代表值的上限检索。