public class LogHasAttributeEntity
extends java.lang.Object
| Constructor and Description |
|---|
LogHasAttributeEntity() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
AttributeEntity |
getAttributeByAttributeId() |
byte[] |
getAttributeId() |
java.lang.Boolean |
getEventGlobal() |
LogEntity |
getLogByLogId() |
byte[] |
getLogId() |
java.lang.Boolean |
getTraceGlobal() |
java.lang.String |
getValue() |
int |
hashCode() |
void |
setAttributeByAttributeId(AttributeEntity attributeByAttributeId) |
void |
setAttributeId(byte[] attributeId) |
void |
setEventGlobal(java.lang.Boolean eventGlobal) |
void |
setLogByLogId(LogEntity logByLogId) |
void |
setLogId(byte[] logId) |
void |
setTraceGlobal(java.lang.Boolean traceGlobal) |
void |
setValue(java.lang.String value) |
public byte[] getLogId()
public void setLogId(byte[] logId)
public java.lang.Boolean getTraceGlobal()
public void setTraceGlobal(java.lang.Boolean traceGlobal)
public java.lang.Boolean getEventGlobal()
public void setEventGlobal(java.lang.Boolean eventGlobal)
public byte[] getAttributeId()
public void setAttributeId(byte[] attributeId)
public java.lang.String getValue()
public void setValue(java.lang.String value)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic LogEntity getLogByLogId()
public void setLogByLogId(LogEntity logByLogId)
public AttributeEntity getAttributeByAttributeId()
public void setAttributeByAttributeId(AttributeEntity attributeByAttributeId)