Class ApplicationStatus


  • public class ApplicationStatus
    extends java.lang.Object
    • Constructor Detail

      • ApplicationStatus

        public ApplicationStatus​(org.openapitools.jackson.nullable.JsonNullable<? extends ApplicationValue> value,
                                 org.openapitools.jackson.nullable.JsonNullable<? extends ApplicationSourceValue> sourceValue)
      • ApplicationStatus

        public ApplicationStatus()
    • Method Detail

      • value

        public org.openapitools.jackson.nullable.JsonNullable<ApplicationValue> value()
        The status of the application.
      • sourceValue

        public org.openapitools.jackson.nullable.JsonNullable<ApplicationSourceValue> sourceValue()
        The source value of the application status.
      • withValue

        public ApplicationStatus withValue​(org.openapitools.jackson.nullable.JsonNullable<? extends ApplicationValue> value)
        The status of the application.
      • withSourceValue

        public ApplicationStatus withSourceValue​(org.openapitools.jackson.nullable.JsonNullable<? extends ApplicationSourceValue> sourceValue)
        The source value of the application status.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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

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