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

public class SubscriptionResult 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
    SubscriptionResult(String apiVersion, String kind)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    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

    • SubscriptionResult

      public SubscriptionResult(String apiVersion, String kind)
  • Method Details