Class JobResult

java.lang.Object
org.jclouds.cloudstack.domain.JobResult

public class JobResult extends Object
The result of an operation.

A handful of Cloudstack API calls return this structure when there is no domain model data to return - for example, when deleting an object.

  • Constructor Details

  • Method Details

    • builder

      public static JobResult.Builder<?> builder()
    • toBuilder

      public JobResult.Builder<?> toBuilder()
    • isSuccess

      public boolean isSuccess()
    • getDisplayText

      @Nullable public String getDisplayText()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • string

      protected com.google.common.base.MoreObjects.ToStringHelper string()
    • toString

      public String toString()
      Overrides:
      toString in class Object