Class CapsuleInputV1

java.lang.Object
com.seeq.model.CapsuleInputV1

public class CapsuleInputV1 extends Object
The list of capsules
  • Constructor Details

    • CapsuleInputV1

      public CapsuleInputV1()
  • Method Details

    • end

      public CapsuleInputV1 end(Object end)
    • getEnd

      public Object getEnd()
      The end of the capsule. For a time, an ISO 8601 date string (YYYY-MM-DDThh:mm:ss.sssssssss±hh:mm), or a whole number of nanoseconds since the unix epoch (if the units are nanoseconds).
      Returns:
      end
    • setEnd

      public void setEnd(Object end)
    • properties

      public CapsuleInputV1 properties(List<ScalarPropertyV1> properties)
    • addPropertiesItem

      public CapsuleInputV1 addPropertiesItem(ScalarPropertyV1 propertiesItem)
    • getProperties

      public List<ScalarPropertyV1> getProperties()
      A list of the capsule's properties
      Returns:
      properties
    • setProperties

      public void setProperties(List<ScalarPropertyV1> properties)
    • start

      public CapsuleInputV1 start(Object start)
    • getStart

      public Object getStart()
      The start of the capsule. For a time, an ISO 8601 date string (YYYY-MM-DDThh:mm:ss.sssssssss±hh:mm), or a whole number of nanoseconds since the unix epoch (if the units are nanoseconds).
      Returns:
      start
    • setStart

      public void setStart(Object start)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object