Class Change


  • @Immutable
    public class Change
    extends java.lang.Object
    Used to describe the changes that occurred on a web service action
    Since:
    6.4
    • Constructor Summary

      Constructors 
      Constructor Description
      Change​(java.lang.String version, java.lang.String description)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()  
      java.lang.String getVersion()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Change

        public Change​(java.lang.String version,
                      java.lang.String description)
    • Method Detail

      • getVersion

        public java.lang.String getVersion()
      • getDescription

        public java.lang.String getDescription()