Interface TXRecordInterface
-
public interface TXRecordInterfaceThanks 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 StringgetStoredToken()net.sf.json.JSONObjectgetToken()voidsetStoredToken(String storedToken)voidsetToken(net.sf.json.JSONObject token)
-