Class TotalByType

java.lang.Object
com.appiancorp.suiteapi.content.Total
com.appiancorp.suiteapi.content.TotalByType

public class TotalByType extends Total
This bean tracks the count for a Content type.
  • Constructor Details

    • TotalByType

      public TotalByType()
  • Method Details

    • getType

      public Integer getType()
      Returns the content type.
      Returns:
      the content type
      See Also:
    • setType

      public void setType(Integer type_)
      Set the content type.
      Parameters:
      type_ - the content type
      See Also:
    • toString

      public String toString()
      Overrides:
      toString in class Object