Class Order1


  • public final class Order1
    extends java.lang.Object
    • Method Detail

      • getSchemaVersion

        public int getSchemaVersion()
      • getId

        public java.lang.String getId()
      • getShortId

        public java.lang.String getShortId()
      • getTaskGroupIds

        public java.util.Optional<java.util.List<java.lang.String>> getTaskGroupIds()
      • getOffChrtReferenceId

        public java.util.Optional<java.lang.String> getOffChrtReferenceId()
        Returns:
        Must be a URL-safe string of 1-64 characters. Allowed characters: A-Z, a-z, 0-9, '.', '_', '~', '-' (RFC 3986 unreserved).
      • getOrderScheduleId

        public java.util.Optional<java.lang.String> getOrderScheduleId()
      • getOrderScheduleRunIdempotencyKey

        public java.util.Optional<java.lang.String> getOrderScheduleRunIdempotencyKey()
      • getOrderTemplateId

        public java.util.Optional<java.lang.String> getOrderTemplateId()
      • getCreatedByUserId

        public java.util.Optional<java.lang.String> getCreatedByUserId()
        Returns:
        Must be a string starting with user_
      • getCreatedByOrgId

        public java.lang.String getCreatedByOrgId()
        Returns:
        Must be a string starting with org_
      • getShipperOrgId

        public java.util.Optional<java.lang.String> getShipperOrgId()
        Returns:
        Must be a string starting with org_
      • getOffChrtShipperOrgId

        public java.util.Optional<java.lang.String> getOffChrtShipperOrgId()
      • getCoordinatorOrgId

        public java.util.Optional<java.lang.String> getCoordinatorOrgId()
        Returns:
        Must be a string starting with org_
      • getExecutorOrgIds

        public java.util.Optional<java.util.List<java.lang.String>> getExecutorOrgIds()
      • getOffChrtExecutorOrgIds

        public java.util.Optional<java.util.List<java.lang.String>> getOffChrtExecutorOrgIds()
      • getDraftStartedAtTimestamp

        public java.time.OffsetDateTime getDraftStartedAtTimestamp()
      • getStagedAtTimestamp

        public java.util.Optional<java.time.OffsetDateTime> getStagedAtTimestamp()
      • getInProgressAtTimestamp

        public java.util.Optional<java.time.OffsetDateTime> getInProgressAtTimestamp()
      • getCompletedAtTimestamp

        public java.util.Optional<java.time.OffsetDateTime> getCompletedAtTimestamp()
      • getCancelledAtTimestamp

        public java.util.Optional<java.time.OffsetDateTime> getCancelledAtTimestamp()
      • getExceptionAtTimestamp

        public java.util.Optional<java.time.OffsetDateTime> getExceptionAtTimestamp()
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • getAdditionalProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getAdditionalProperties()
      • hashCode

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object