Methods Summary |
---|
java.lang.String | getContainerTypeOrApplicationType()
return containerTypeOrApplicationType;
|
java.lang.String | getRequestId()
return requestId;
|
long | getTimeStamp()
return timeStamp;
|
void | setContainerTypeOrApplicationType(ContainerTypeOrApplicationType type)
this.containerTypeOrApplicationType = type.toString();
|
void | setRequestId(java.lang.String requestId)
this.requestId = requestId;
|
void | setTimeStamp(long timeStamp)
this.timeStamp = timeStamp;
|