Uses of Class
com.streamconverter.CommandResult.Builder
Packages that use CommandResult.Builder
-
Uses of CommandResult.Builder in com.streamconverter
Methods in com.streamconverter that return CommandResult.BuilderModifier and TypeMethodDescriptionCommandResult.Builder.withCommandName
(String commandName) コマンド名を設定CommandResult.Builder.withEndTime
(Instant endTime) 終了時刻を設定CommandResult.Builder.withErrorMessage
(String errorMessage) エラーメッセージを設定CommandResult.Builder.withExecMillis
(long execMillis) 実行時間を設定CommandResult.Builder.withInputBytes
(long inputBytes) 入力バイト数を設定CommandResult.Builder.withOutputBytes
(long outputBytes) 出力バイト数を設定CommandResult.Builder.withStartTime
(Instant startTime) 開始時刻を設定CommandResult.Builder.withSuccess
(boolean success) 成功フラグを設定