Interface ResultKey

All Superinterfaces:
Key, Serializable
All Known Subinterfaces:
DeploymentResultKey
All Known Implementing Classes:
DeploymentResultKeyAsPlanResultKey, DeploymentResultKeyImpl, PlanResultKey, RestDeploymentResultKey, RestResultKey

public interface ResultKey extends Key, Serializable
Common interface to identify a result of running something identified by a Key
  • Method Details

    • getKey

      @NotNull @NotNull String getKey()
      Specified by:
      getKey in interface Key
      Returns:
      the string version of the result key
    • getEntityKey

      @NotNull @NotNull Key getEntityKey()
      What is this a result of.
      Returns:
    • getResultNumber

      @Deprecated int getResultNumber()
      Deprecated.
      since 6.5, use getResultNumberLong()
      Returns:
      Result number
    • getResultNumberLong

      long getResultNumberLong()
      Returns:
      Result number