public class PingLongRunningProcessQueueItem extends Object implements ClientApiObject
| Constructor and Description |
|---|
PingLongRunningProcessQueueItem() |
PingLongRunningProcessQueueItem(org.vertexium.Vertex vertex) |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
String |
getType() |
String |
getVertexId() |
static boolean |
isHandled(org.json.JSONObject jsonObject) |
void |
setId(String id) |
void |
setType(String type) |
void |
setVertexId(String vertexId) |
org.json.JSONObject |
toJson() |
public static final String TYPE
public PingLongRunningProcessQueueItem()
public PingLongRunningProcessQueueItem(org.vertexium.Vertex vertex)
public String getType()
public void setType(String type)
public String getId()
public void setId(String id)
public String getVertexId()
public void setVertexId(String vertexId)
public org.json.JSONObject toJson()
public static boolean isHandled(org.json.JSONObject jsonObject)
Copyright © 2013–2017 V5 Analytics. All rights reserved.