Class ReportInProductRunResponseRow


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

      • ReportInProductRunResponseRow

        public ReportInProductRunResponseRow()
    • Method Detail

      • envelopeId

        public ReportInProductRunResponseRow envelopeId​(java.lang.String envelopeId)
        envelopeId.
        Returns:
        ReportInProductRunResponseRow
      • getEnvelopeId

        public java.lang.String getEnvelopeId()
        The envelope ID of the envelope status that failed to post..
        Returns:
        envelopeId
      • setEnvelopeId

        public void setEnvelopeId​(java.lang.String envelopeId)
        setEnvelopeId.
      • equals

        public boolean equals​(java.lang.Object o)
        Compares objects.
        Overrides:
        equals in class java.lang.Object
        Returns:
        true or false depending on comparison result.
      • hashCode

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

        public java.lang.String toString()
        Converts the given object to string.
        Overrides:
        toString in class java.lang.Object