Class ActivityStreamResource.CountVO

  • Enclosing class:
    ActivityStreamResource

    public static class ActivityStreamResource.CountVO
    extends java.lang.Object
    Value object used for returning a numeric count.
    Since:
    8.2.0
    Version:
    $Revision: 26586 $ $Date: 2024-08-26 21:06:04 -0300 (Mon, 26 Aug 2024) $
    • Field Summary

      Fields 
      Modifier and Type Field Description
      long count  
    • Constructor Summary

      Constructors 
      Constructor Description
      CountVO()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • count

        public long count
    • Constructor Detail

      • CountVO

        public CountVO()