Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


waggle.common.modules.systemreport.infos
Class XSystemReportInfo

java.lang.Object
  extended by waggle.core.info.XDTO
      extended by waggle.common.modules.systemreport.infos.XSystemReportInfo


public class XSystemReportInfo
extends XDTO

XSystemReportInfo is the top level DTO for the system report.


Field Summary
 List<XSystemReportOperationInfo> APIOperations
          A list of API operations.
 List<XSystemReportCounterInfo> Counters
          The counters.
 List<XSystemReportGaugeInfo> Gauges
          The gauges.
 List<XSystemReportOperationInfo> MethodOperations
          A list of method operations.
 Date RangeFromDate
          The from date.
 long RangeMilliseconds
          The range's duration in milliseconds.
 Date RangeToDate
          The to date.
 Date ReportDate
          The report date.
 List<XSystemReportVariableInfo> Variables
          The variables.

 

Constructor Summary
XSystemReportInfo()
           

 

Method Summary

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

ReportDate

public Date ReportDate
The report date.

RangeFromDate

public Date RangeFromDate
The from date.

RangeToDate

public Date RangeToDate
The to date.

RangeMilliseconds

public long RangeMilliseconds
The range's duration in milliseconds.

APIOperations

public List<XSystemReportOperationInfo> APIOperations
A list of API operations.

MethodOperations

public List<XSystemReportOperationInfo> MethodOperations
A list of method operations.

Counters

public List<XSystemReportCounterInfo> Counters
The counters.

Gauges

public List<XSystemReportGaugeInfo> Gauges
The gauges.

Variables

public List<XSystemReportVariableInfo> Variables
The variables.

Constructor Detail

XSystemReportInfo

public XSystemReportInfo()

Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.