public class StiNotice
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.util.List<java.lang.String> |
arguments |
java.lang.String |
customMessage |
StiNoticeIdent |
ident |
| Constructor and Description |
|---|
StiNotice() |
| Modifier and Type | Method and Description |
|---|---|
static StiNotice |
create(StiNoticeIdent ident) |
boolean |
equals(java.lang.Object obj) |
protected boolean |
equals(StiNotice other) |
java.util.List<java.lang.String> |
getArguments() |
java.lang.String |
getCustomMessage() |
int |
getHashCode() |
StiNoticeIdent |
getIdent() |
void |
setArguments(java.util.List<java.lang.String> arguments) |
void |
setCustomMessage(java.lang.String customMessage) |
void |
setIdent(StiNoticeIdent ident) |
java.lang.String |
toString() |
public StiNoticeIdent ident
public java.util.List<java.lang.String> arguments
public java.lang.String customMessage
public StiNoticeIdent getIdent()
public void setIdent(StiNoticeIdent ident)
ident - the ident to setpublic java.util.List<java.lang.String> getArguments()
public void setArguments(java.util.List<java.lang.String> arguments)
arguments - the arguments to setpublic java.lang.String getCustomMessage()
public void setCustomMessage(java.lang.String customMessage)
customMessage - the customMessage to setprotected boolean equals(StiNotice other)
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int getHashCode()
public java.lang.String toString()
toString in class java.lang.Objectpublic static StiNotice create(StiNoticeIdent ident)
Copyright © 2020 Stimulsoft. All Rights Reserved.