Class ReleaseData

    • Constructor Summary

      Constructors 
      Constructor Description
      ReleaseData()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getId()  
      Version getVersion()  
      void setId​(java.lang.String id)  
      void setVersion​(Version version)  
      • 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

      • ReleaseData

        public ReleaseData()
    • Method Detail

      • getId

        public java.lang.String getId()
      • setId

        public void setId​(java.lang.String id)
      • getVersion

        public Version getVersion()
      • setVersion

        public void setVersion​(Version version)