Class AssignmentResult1


  • public class AssignmentResult1
    extends java.lang.Object
    AssignmentResult1

    The result of the assignment

    • Constructor Detail

      • AssignmentResult1

        public AssignmentResult1()
    • Method Detail

      • value

        public org.openapitools.jackson.nullable.JsonNullable<AssignmentResultValue> value()
        The StackOne unified result status.
      • sourceValue

        public org.openapitools.jackson.nullable.JsonNullable<AssignmentResultSourceValue> sourceValue()
        The original result status from the provider before normalization.
      • withSourceValue

        public AssignmentResult1 withSourceValue​(org.openapitools.jackson.nullable.JsonNullable<? extends AssignmentResultSourceValue> sourceValue)
        The original result status from the provider before normalization.
      • 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