Class LaunchResourceStatus

java.lang.Object
com.adobe.cq.launches.api.LaunchResourceStatus

public final class LaunchResourceStatus extends Object
Launch status compared to production.
  • Constructor Details

  • Method Details

    • getType

    • getResourcePath

      public String getResourcePath()
    • getTitle

      public String getTitle()
    • getLaunchModificationDate

      public Date getLaunchModificationDate()
    • getProductionModificationDate

      public Date getProductionModificationDate()
    • getLaunchUserId

      public String getLaunchUserId()
    • getProductionUserId

      public String getProductionUserId()
    • equals

      public final boolean equals(Object o)
      Overridden to alter the preconditions when two launch statuses are considered equal.
      Overrides:
      equals in class Object
      Parameters:
      o - object to compare this object against
      Returns:
      true if this object is considered equal to the other object, otherwise false
    • hashCode

      public int hashCode()
      Returns a hash code value for the object. Replaced in order to return the same hashcode for two objects that are considered equal according to the equals(java.lang.Object) method implemented above.
      Overrides:
      hashCode in class Object
      Returns:
      a hash code value for this object.
      See Also: