Class SubscribeToFundingStatusSSE200ResponseInner

java.lang.Object
markets.alpaca.client.openapi.broker.model.AbstractOpenApiSchema
markets.alpaca.client.openapi.broker.model.SubscribeToFundingStatusSSE200ResponseInner
All Implemented Interfaces:
Serializable

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.23.0") public class SubscribeToFundingStatusSSE200ResponseInner extends AbstractOpenApiSchema implements Serializable
See Also:
  • Field Details

  • Constructor Details

    • SubscribeToFundingStatusSSE200ResponseInner

      public SubscribeToFundingStatusSSE200ResponseInner()
    • SubscribeToFundingStatusSSE200ResponseInner

      public SubscribeToFundingStatusSSE200ResponseInner(Object o)
  • Method Details

    • getSchemas

      public Map<String,Class<?>> getSchemas()
      Description copied from class: AbstractOpenApiSchema
      Get the list of oneOf/anyOf composed schemas allowed to be stored in this object
      Specified by:
      getSchemas in class AbstractOpenApiSchema
      Returns:
      an instance of the actual schema/object
    • setActualInstance

      public void setActualInstance(Object instance)
      Set the instance that matches the oneOf child schema, check the instance parameter is valid against the oneOf child schemas: StatusFundingEvent It could be an instance of the 'oneOf' schemas.
      Overrides:
      setActualInstance in class AbstractOpenApiSchema
      Parameters:
      instance - the actual instance of the schema/object
    • getActualInstance

      public Object getActualInstance()
      Get the actual instance, which can be the following: StatusFundingEvent
      Overrides:
      getActualInstance in class AbstractOpenApiSchema
      Returns:
      The actual instance (StatusFundingEvent)
    • getStatusFundingEvent

      public StatusFundingEvent getStatusFundingEvent() throws ClassCastException
      Get the actual instance of `StatusFundingEvent`. If the actual instance is not `StatusFundingEvent`, the ClassCastException will be thrown.
      Returns:
      The actual instance of `StatusFundingEvent`
      Throws:
      ClassCastException - if the instance is not `StatusFundingEvent`
    • validateJsonElement

      public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws IOException
      Validates the JSON Element and throws an exception if issues found
      Parameters:
      jsonElement - JSON Element
      Throws:
      IOException - if the JSON Element is invalid with respect to SubscribeToFundingStatusSSE200ResponseInner
    • fromJson

      public static SubscribeToFundingStatusSSE200ResponseInner fromJson(String jsonString) throws IOException
      Create an instance of SubscribeToFundingStatusSSE200ResponseInner given an JSON string
      Parameters:
      jsonString - JSON string
      Returns:
      An instance of SubscribeToFundingStatusSSE200ResponseInner
      Throws:
      IOException - if the JSON string is invalid with respect to SubscribeToFundingStatusSSE200ResponseInner
    • toJson

      public String toJson()
      Convert an instance of SubscribeToFundingStatusSSE200ResponseInner to an JSON string
      Returns:
      JSON string