Class GraphOutputsExtended

    • Field Detail

      • graphImageSpecified

        protected boolean graphImageSpecified
      • graphTitleSpecified

        protected boolean graphTitleSpecified
      • inBoundTotalBytesSpecified

        protected boolean inBoundTotalBytesSpecified
      • maxEndDateSpecified

        protected boolean maxEndDateSpecified
      • minStartDateSpecified

        protected boolean minStartDateSpecified
      • outBoundTotalBytesSpecified

        protected boolean outBoundTotalBytesSpecified
    • Constructor Detail

      • GraphOutputsExtended

        public GraphOutputsExtended()
    • Method Detail

      • getGraphImage

        public byte[] getGraphImage()
      • setGraphImage

        public void setGraphImage​(byte[] graphImage)
      • isGraphImageSpecified

        public boolean isGraphImageSpecified()
      • unsetGraphImage

        public void unsetGraphImage()
      • getGraphTitle

        public String getGraphTitle()
      • setGraphTitle

        public void setGraphTitle​(String graphTitle)
      • isGraphTitleSpecified

        public boolean isGraphTitleSpecified()
      • unsetGraphTitle

        public void unsetGraphTitle()
      • getInBoundTotalBytes

        public Long getInBoundTotalBytes()
      • setInBoundTotalBytes

        public void setInBoundTotalBytes​(Long inBoundTotalBytes)
      • isInBoundTotalBytesSpecified

        public boolean isInBoundTotalBytesSpecified()
      • unsetInBoundTotalBytes

        public void unsetInBoundTotalBytes()
      • isMaxEndDateSpecified

        public boolean isMaxEndDateSpecified()
      • unsetMaxEndDate

        public void unsetMaxEndDate()
      • isMinStartDateSpecified

        public boolean isMinStartDateSpecified()
      • unsetMinStartDate

        public void unsetMinStartDate()
      • getOutBoundTotalBytes

        public Long getOutBoundTotalBytes()
      • setOutBoundTotalBytes

        public void setOutBoundTotalBytes​(Long outBoundTotalBytes)
      • isOutBoundTotalBytesSpecified

        public boolean isOutBoundTotalBytesSpecified()
      • unsetOutBoundTotalBytes

        public void unsetOutBoundTotalBytes()