| Modifier and Type | Field and Description |
|---|---|
protected long |
endTimestamp |
| Constructor and Description |
|---|
StructLogPojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttribute(String key,
String value) |
void |
addDependentStructLog(StructLogPojo structLogPojo) |
void |
addExceptionCaught(String exceptionData) |
void |
addExceptionCaught(Throwable t) |
abstract void |
close() |
boolean |
equals(Object obj) |
Map<String,String> |
getAttributes()
Use only to get the whole Map.
|
List<StructLogPojo> |
getDependentStructLog()
Use only to get the whole list.
|
long |
getEndTimestamp() |
List<String> |
getExceptionsCaught()
Use only to get the List.
|
String |
getId() |
String |
getInput() |
String |
getName() |
String |
getOutput() |
long |
getStartTimestamp() |
int |
hashCode() |
boolean |
isRoot() |
protected abstract void |
save() |
void |
setInput(String input) |
void |
setName(String name) |
void |
setOutput(String output) |
void |
setRoot(boolean isRoot) |
String |
toJsonString() |
String |
toString() |
protected abstract void |
validate() |
@Min(message="Did not call Close() on the object.",
value=1L)
protected long endTimestamp
public String getInput()
public void setInput(String input)
public String getOutput()
public void setOutput(String output)
public String getId()
public List<String> getExceptionsCaught()
public void addExceptionCaught(Throwable t)
public void addExceptionCaught(String exceptionData)
public List<StructLogPojo> getDependentStructLog()
public void addDependentStructLog(StructLogPojo structLogPojo)
public Map<String,String> getAttributes()
public long getStartTimestamp()
public long getEndTimestamp()
public abstract void close()
protected abstract void save()
protected abstract void validate()
throws IllegalStateException
IllegalStateExceptionpublic boolean isRoot()
public void setRoot(boolean isRoot)
public String getName()
public void setName(String name)
public String toJsonString()
Copyright © 2015. All rights reserved.