public abstract class Notification extends Object
Constructor and Description |
---|
Notification()
default constructor
|
Modifier and Type | Method and Description |
---|---|
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
|
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 scopeCopyright © 2015. All Rights Reserved.