Package com.linecorp.bot.model.error
Class ErrorDetail
- java.lang.Object
-
- com.linecorp.bot.model.error.ErrorDetail
-
public final class ErrorDetail extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ErrorDetail(java.lang.String message, java.lang.String property)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetMessage()Details of the error.java.lang.StringgetProperty()Position of the error occurred.inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getMessage
public java.lang.String getMessage()
Details of the error.
-
getProperty
public java.lang.String getProperty()
Position of the error occurred.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-