Skip navigation links

Oracle Communications Service Broker SVC and VPN MBean Java API Reference
6.0

E26226-01


oracle.axia.apps.svc.common.configuration.beans
Class StatConfigType

java.lang.Object
  extended by oracle.axia.apps.svc.common.configuration.beans.StatConfigType


public class StatConfigType
extends java.lang.Object

Java class for StatConfigType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="StatConfigType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="busyHourAverageCPSThreshold" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Field Summary
protected  int busyHourAverageCPSThreshold
           

 

Constructor Summary
StatConfigType()
           

 

Method Summary
 int getBusyHourAverageCPSThreshold()
          Gets the value of the busyHourAverageCPSThreshold property.
 void setBusyHourAverageCPSThreshold(int value)
          Sets the value of the busyHourAverageCPSThreshold property.

 

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

 

Field Detail

busyHourAverageCPSThreshold

protected int busyHourAverageCPSThreshold

Constructor Detail

StatConfigType

public StatConfigType()

Method Detail

getBusyHourAverageCPSThreshold

public int getBusyHourAverageCPSThreshold()
Gets the value of the busyHourAverageCPSThreshold property.

setBusyHourAverageCPSThreshold

public void setBusyHourAverageCPSThreshold(int value)
Sets the value of the busyHourAverageCPSThreshold property.

Skip navigation links

Oracle Communications Service Broker SVC and VPN MBean Java API Reference
6.0

E26226-01


Copyright © 2011, Oracle. All rights reserved.