|
||||||||||
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 | |
---|---|
String |
getMessage()
get the message |
org.gcube.common.core.scope.GCUBEScope |
getScope()
return the scope |
String |
getSourceGHN()
Get the source GHN |
String |
getTime()
The Notification time |
String |
getType()
type |
void |
setMessage(String message)
set the message |
void |
setScope(org.gcube.common.core.scope.GCUBEScope scope)
set the scope |
void |
setSourceGHN(String sourceGHN)
Set the source GHN |
void |
setTime(String time)
The Notification time |
void |
setType(String type)
set the type |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Notification()
Method Detail |
---|
public String getTime()
public void setTime(String time)
time
- public String getType()
public void setType(String type)
type
- the typepublic String getSourceGHN()
public void setSourceGHN(String sourceGHN)
sourceGHN
- the source GHNpublic String getMessage()
public void setMessage(String message)
message
- public org.gcube.common.core.scope.GCUBEScope getScope()
public void setScope(org.gcube.common.core.scope.GCUBEScope scope)
scope
- the scope
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |