public class MaxiCodeStandartSecondMessage extends MaxiCodeSecondMessage
| Constructor and Description |
|---|
MaxiCodeStandartSecondMessage() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Returns a value indicating whether this instance is equal to a specified MaxiCodeStandartSecondMessage value.
|
int |
getHashCode()
Returns the hash code for this instance.
|
java.lang.String |
getMessage()
Gets second message
|
void |
setMessage(java.lang.String value)
Sets second message
|
public void setMessage(java.lang.String value)
public java.lang.String getMessage()
getMessage in class MaxiCodeSecondMessagepublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - An MaxiCodeStandartSecondMessage value to compare to this instancepublic int getHashCode()