Class TestStepResult

java.lang.Object
com.polarion.alm.ws.client.types.testmanagement.TestStepResult
All Implemented Interfaces:
Serializable

public class TestStepResult extends Object implements Serializable
See Also:
  • Constructor Details

  • Method Details

    • getAttachments

      public TestRunAttachment[] getAttachments()
      Gets the attachments value for this TestStepResult.
      Returns:
      attachments
    • setAttachments

      public void setAttachments(TestRunAttachment[] attachments)
      Sets the attachments value for this TestStepResult.
      Parameters:
      attachments -
    • getComment

      public Text getComment()
      Gets the comment value for this TestStepResult.
      Returns:
      comment
    • setComment

      public void setComment(Text comment)
      Sets the comment value for this TestStepResult.
      Parameters:
      comment -
    • getResult

      public EnumOptionId getResult()
      Gets the result value for this TestStepResult.
      Returns:
      result
    • setResult

      public void setResult(EnumOptionId result)
      Sets the result value for this TestStepResult.
      Parameters:
      result -
    • equals

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

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

      public static org.apache.axis.description.TypeDesc getTypeDesc()
      Return type metadata object
    • getSerializer

      public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
      Get Custom Serializer
    • getDeserializer

      public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
      Get Custom Deserializer