| Modifier and Type | Field and Description |
|---|---|
protected String |
cid |
protected ActionDetailsArray |
data |
protected String |
ddid |
protected String |
sdid |
protected Long |
ts |
protected String |
type |
| Constructor and Description |
|---|
ActionIn() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCid() |
ActionDetailsArray |
getData() |
String |
getDdid() |
String |
getSdid() |
Long |
getTs() |
String |
getType() |
int |
hashCode() |
void |
setCid(String cid) |
void |
setData(ActionDetailsArray data) |
void |
setDdid(String ddid) |
void |
setSdid(String sdid) |
void |
setTs(Long ts) |
void |
setType(String type) |
String |
toString() |
protected ActionDetailsArray data
protected String cid
protected String ddid
protected String sdid
protected Long ts
protected String type
public ActionDetailsArray getData()
public void setData(ActionDetailsArray data)
public String getCid()
public void setCid(String cid)
public String getDdid()
public void setDdid(String ddid)
public String getSdid()
public void setSdid(String sdid)
public Long getTs()
public void setTs(Long ts)
public String getType()
public void setType(String type)
public boolean equals(Object o)
public int hashCode()
public String toString()
Copyright © 2016. All rights reserved.