public class UnlockRequest extends TXPacket
TXPacket.PacketTypePACKET_TYPE, type| Constructor and Description |
|---|
UnlockRequest(org.json.JSONObject json) |
UnlockRequest(java.lang.String lockID,
java.lang.String txID) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getTXID() |
org.json.JSONObject |
toJSONObjectImpl() |
getRequestID, getRequestType, getResponse, getResponseCode, getServiceName, getTXPacketType, isFailed, needsCoordination, setFailed, setResponseCodecouldBeJSON, couldBeJSON, couldBeJSON, couldBeJSONArray, couldBeJSONObject, getPacketType, putPacketType, putPacketType, toJSONObject, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetNeedsCoordinationgetClientAddressgetSummary, toBytes, toStringgetSummarypublic UnlockRequest(java.lang.String lockID,
java.lang.String txID)
public UnlockRequest(org.json.JSONObject json)
throws org.json.JSONException
org.json.JSONExceptionpublic org.json.JSONObject toJSONObjectImpl()
toJSONObjectImpl in class TXPacket