Interface TXRecordInterface
-
public interface TXRecordInterface
Thanks to Java package restrictions, have to make an interface for TXRecords here.Created by Jeff Gaynor
on 10/16/23 at 9:29 AM
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getStoredToken()
net.sf.json.JSONObject
getToken()
void
setStoredToken(String storedToken)
void
setToken(net.sf.json.JSONObject token)
-