Class TRError
java.lang.Object
org.touchbit.testrail4j.jackson2.model.TRError
public class TRError extends Object
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description booleanequals(Object other)Map<String,Object>getAdditionalProperties()StringgetError()Error message (Required)inthashCode()voidsetAdditionalProperty(String name, Object value)voidsetError(String error)Error message (Required)StringtoString()TRErrorwithAdditionalProperty(String name, Object value)TRErrorwithError(String error)
-
Constructor Details
-
Method Details
-
getError
Error message (Required) -
setError
Error message (Required) -
withError
-
getAdditionalProperties
-
setAdditionalProperty
-
withAdditionalProperty
-
toString
-
hashCode
public int hashCode() -
equals
-