Class ServiceWeights

  • Direct Known Subclasses:
    ImmutableServiceWeights

    @Immutable
    public abstract class ServiceWeights
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ServiceWeights()  
    • Method Summary

      Modifier and Type Method Description
      abstract int getPassing()  
      abstract int getWarning()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ServiceWeights

        public ServiceWeights()
    • Method Detail

      • getPassing

        public abstract int getPassing()
      • getWarning

        public abstract int getWarning()