|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gcube.common.core.monitoring.GCUBEMessage
org.gcube.messaging.common.messages.PortalAccountingMessage<RECORD>
public class PortalAccountingMessage<RECORD extends BaseRecord>
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.gcube.common.core.monitoring.GCUBEMessage |
---|
org.gcube.common.core.monitoring.GCUBEMessage.ResultType |
Field Summary | |
---|---|
static String |
PortalAccounting
the topic base |
Fields inherited from class org.gcube.common.core.monitoring.GCUBEMessage |
---|
DATE_FORMAT_NOW, result, scope, sourceGHN, time, topic |
Constructor Summary | |
---|---|
PortalAccountingMessage()
create a new portalAccoutingMessage |
Method Summary | |
---|---|
void |
addRecord(RECORD record)
Add a record to the message |
void |
createTopicName(org.gcube.common.core.scope.GCUBEScope scope)
creates the topic name for this message |
String |
getId()
the id |
ArrayList<RECORD> |
getRecords()
get the records |
String |
getUser()
get the user |
String |
getVre()
get the vre |
void |
setId(String id)
set the id for the message |
void |
setRecords(ArrayList<RECORD> records)
set the records |
void |
setUser(String user)
ser the user |
void |
setVre(String vre)
set the vre |
Methods inherited from class org.gcube.common.core.monitoring.GCUBEMessage |
---|
getResult, getScope, getSourceGHN, getTime, getTopic, setResult, setScope, setSourceGHN, setTime, setTimeNow, setTopic |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String PortalAccounting
Constructor Detail |
---|
public PortalAccountingMessage()
Method Detail |
---|
public void addRecord(RECORD record)
record
- the recordpublic String getUser()
public void setUser(String user)
user
- the userpublic String getVre()
public void setVre(String vre)
vre
- the vrepublic ArrayList<RECORD> getRecords()
public void setRecords(ArrayList<RECORD> records)
records
- public String getId()
public void setId(String id)
id
- the idpublic void createTopicName(org.gcube.common.core.scope.GCUBEScope scope)
scope
- the message scope
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |