Class OutputOptions

    • Constructor Detail

      • OutputOptions

        @DataBoundConstructor
        public OutputOptions​(String output,
                             boolean prettyPrint,
                             String outputUnsigned)
    • Method Detail

      • getOutput

        public String getOutput()
      • setOutput

        @DataBoundSetter
        public void setOutput​(String output)
      • getPrettyPrint

        public boolean getPrettyPrint()
      • setPrettyPrint

        @DataBoundSetter
        public void setPrettyPrint​(boolean prettyPrint)
      • getOutputUnsigned

        public String getOutputUnsigned()
      • setOutputUnsigned

        @DataBoundSetter
        public void setOutputUnsigned​(String outputUnsigned)