MCPcopy Index your code
hub / github.com/bither/bither-desktop-java / toString

Method toString

src/main/java/net/bither/message/Message.java:129–133  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

127 }
128
129 @Override
130 public String toString() {
131 return "Message [text=" + text + ", clearAutomatically=" + clearAutomatically + ", percentComplete=" + percentComplete
132 + "]";
133 }
134
135 public boolean isShowInStatusBar() {
136 return showInStatusBar;

Callers 15

runMethod · 0.45
setAppModeMethod · 0.45
setTransactionFeeModeMethod · 0.45
setApiConfigMethod · 0.45
setDownloadSpvFinishMethod · 0.45
setVerionCodeMethod · 0.45
setMarketTypeMethod · 0.45
setExchangeCurrencyMethod · 0.45
setLastBackupKeyTimeMethod · 0.45
setQRQualityMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected