java.lang.Object
org.opentestfactory.messages.OTFMessage
org.opentestfactory.messages.Status<String>
org.opentestfactory.services.components.bus.subscription.CancellationResult

public class CancellationResult extends org.opentestfactory.messages.Status<String>
Author:
edegenetais
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.opentestfactory.messages.Status

    org.opentestfactory.messages.Status.StatusValue
  • Field Summary

    Fields inherited from class org.opentestfactory.messages.OTFMessage

    apiVersion, NAME_KEY, WORKFLOW_ID_KEY
  • Constructor Summary

    Constructors
    Constructor
    Description
    CancellationResult(String apiVersion, String kind)
     
  • Method Summary

    Methods inherited from class org.opentestfactory.messages.Status

    equals, getCode, getDetails, getKind, getMessage, getReason, getStatus, hashCode, setCode, setDetails, setMessage, setReason, setStatus

    Methods inherited from class org.opentestfactory.messages.OTFMessage

    addMetadata, checkKind, getApiVersion, getMetadata, setApiVersion, setMetadata

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CancellationResult

      public CancellationResult(String apiVersion, String kind)