Class BuildTestResults

java.lang.Object
com.polarion.alm.ws.client.types.builder.BuildTestResults
All Implemented Interfaces:
Serializable

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

    • BuildTestResults

      public BuildTestResults()
    • BuildTestResults

      public BuildTestResults(Integer errorCount, Integer failureCount, Integer skippedCount, Integer testCount)
  • Method Details

    • getErrorCount

      public Integer getErrorCount()
      Gets the errorCount value for this BuildTestResults.
      Returns:
      errorCount
    • setErrorCount

      public void setErrorCount(Integer errorCount)
      Sets the errorCount value for this BuildTestResults.
      Parameters:
      errorCount -
    • getFailureCount

      public Integer getFailureCount()
      Gets the failureCount value for this BuildTestResults.
      Returns:
      failureCount
    • setFailureCount

      public void setFailureCount(Integer failureCount)
      Sets the failureCount value for this BuildTestResults.
      Parameters:
      failureCount -
    • getSkippedCount

      public Integer getSkippedCount()
      Gets the skippedCount value for this BuildTestResults.
      Returns:
      skippedCount
    • setSkippedCount

      public void setSkippedCount(Integer skippedCount)
      Sets the skippedCount value for this BuildTestResults.
      Parameters:
      skippedCount -
    • getTestCount

      public Integer getTestCount()
      Gets the testCount value for this BuildTestResults.
      Returns:
      testCount
    • setTestCount

      public void setTestCount(Integer testCount)
      Sets the testCount value for this BuildTestResults.
      Parameters:
      testCount -
    • 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