Class TagCount


  • public class TagCount
    extends Object
    Tag count.
    • Constructor Detail

      • TagCount

        public TagCount()
    • Method Detail

      • type

        public String type()
        Get the type value.
        Returns:
        the type value
      • withType

        public TagCount withType​(String type)
        Set the type value.
        Parameters:
        type - the type value to set
        Returns:
        the TagCount object itself.
      • value

        public Integer value()
        Get the value value.
        Returns:
        the value value
      • withValue

        public TagCount withValue​(Integer value)
        Set the value value.
        Parameters:
        value - the value value to set
        Returns:
        the TagCount object itself.