Class BuildTestResults
java.lang.Object
com.polarion.alm.ws.client.types.builder.BuildTestResults
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBuildTestResults(Integer errorCount, Integer failureCount, Integer skippedCount, Integer testCount) -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic org.apache.axis.encoding.DeserializergetDeserializer(String mechType, Class _javaType, QName _xmlType) Get Custom DeserializerGets the errorCount value for this BuildTestResults.Gets the failureCount value for this BuildTestResults.static org.apache.axis.encoding.SerializergetSerializer(String mechType, Class _javaType, QName _xmlType) Get Custom SerializerGets the skippedCount value for this BuildTestResults.Gets the testCount value for this BuildTestResults.static org.apache.axis.description.TypeDescReturn type metadata objectinthashCode()voidsetErrorCount(Integer errorCount) Sets the errorCount value for this BuildTestResults.voidsetFailureCount(Integer failureCount) Sets the failureCount value for this BuildTestResults.voidsetSkippedCount(Integer skippedCount) Sets the skippedCount value for this BuildTestResults.voidsetTestCount(Integer testCount) Sets the testCount value for this BuildTestResults.
-
Constructor Details
-
BuildTestResults
public BuildTestResults() -
BuildTestResults
-
-
Method Details
-
getErrorCount
Gets the errorCount value for this BuildTestResults.- Returns:
- errorCount
-
setErrorCount
Sets the errorCount value for this BuildTestResults.- Parameters:
errorCount-
-
getFailureCount
Gets the failureCount value for this BuildTestResults.- Returns:
- failureCount
-
setFailureCount
Sets the failureCount value for this BuildTestResults.- Parameters:
failureCount-
-
getSkippedCount
Gets the skippedCount value for this BuildTestResults.- Returns:
- skippedCount
-
setSkippedCount
Sets the skippedCount value for this BuildTestResults.- Parameters:
skippedCount-
-
getTestCount
Gets the testCount value for this BuildTestResults.- Returns:
- testCount
-
setTestCount
Sets the testCount value for this BuildTestResults.- Parameters:
testCount-
-
equals
-
hashCode
public int hashCode() -
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
-