Class CodeLocationProgress

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getMessage()  
      java.math.BigDecimal getPercentage()  
      java.lang.Long getValue()  
      void setMessage​(java.lang.String message)  
      void setPercentage​(java.math.BigDecimal percentage)  
      void setValue​(java.lang.Long value)  
      • Methods inherited from class com.synopsys.integration.util.Stringable

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CodeLocationProgress

        public CodeLocationProgress()
    • Method Detail

      • getMessage

        public java.lang.String getMessage()
      • setMessage

        public void setMessage​(java.lang.String message)
      • getPercentage

        public java.math.BigDecimal getPercentage()
      • setPercentage

        public void setPercentage​(java.math.BigDecimal percentage)
      • getValue

        public java.lang.Long getValue()
      • setValue

        public void setValue​(java.lang.Long value)