Class PerfSigMemoryDump

    • Constructor Detail

      • PerfSigMemoryDump

        @DataBoundConstructor
        public PerfSigMemoryDump​(String dynatraceProfile,
                                 String agent,
                                 String host)
    • Method Detail

      • getDynatraceProfile

        public String getDynatraceProfile()
      • getAgent

        public String getAgent()
      • getHost

        public String getHost()
      • getType

        public String getType()
      • setType

        @DataBoundSetter
        public void setType​(String type)
      • getLockSession

        public boolean getLockSession()
      • setLockSession

        @DataBoundSetter
        public void setLockSession​(boolean lockSession)
      • getCaptureStrings

        public boolean getCaptureStrings()
      • setCaptureStrings

        @DataBoundSetter
        public void setCaptureStrings​(boolean captureStrings)
      • getCapturePrimitives

        public boolean getCapturePrimitives()
      • setCapturePrimitives

        @DataBoundSetter
        public void setCapturePrimitives​(boolean capturePrimitives)
      • getAutoPostProcess

        public boolean getAutoPostProcess()
      • setAutoPostProcess

        @DataBoundSetter
        public void setAutoPostProcess​(boolean autoPostProcess)
      • getDogc

        public boolean getDogc()
      • setDogc

        @DataBoundSetter
        public void setDogc​(boolean dogc)