|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gcube.messaging.common.consumer.notifier.Notification
public abstract class Notification
Constructor Summary | |
---|---|
Notification()
default constructor |
Method Summary | |
---|---|
java.lang.String |
getMessage()
get the message |
GCUBEScope |
getScope()
return the scope |
java.lang.String |
getSourceGHN()
Get the source GHN |
java.lang.String |
getTime()
The Notification time |
java.lang.String |
getType()
type |
void |
setMessage(java.lang.String message)
set the message |
void |
setScope(GCUBEScope scope)
set the scope |
void |
setSourceGHN(java.lang.String sourceGHN)
Set the source GHN |
void |
setTime(java.lang.String time)
The Notification time |
void |
setType(java.lang.String type)
set the type |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Notification()
Method Detail |
---|
public java.lang.String getTime()
public void setTime(java.lang.String time)
time
- public java.lang.String getType()
public void setType(java.lang.String type)
type
- the typepublic java.lang.String getSourceGHN()
public void setSourceGHN(java.lang.String sourceGHN)
sourceGHN
- the source GHNpublic java.lang.String getMessage()
public void setMessage(java.lang.String message)
message
- public GCUBEScope getScope()
public void setScope(GCUBEScope scope)
scope
- the scope
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |