Class Rating

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class Rating
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Repository info for offerings.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Rating.Builder
      Builder.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Long fourStarCount()
      Gets the fourStarCount.
      Rating.Builder newBuilder()
      New builder.
      java.lang.Long oneStarCount()
      Gets the oneStarCount.
      java.lang.Long threeStarCount()
      Gets the threeStarCount.
      java.lang.Long twoStarCount()
      Gets the twoStarCount.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • newBuilder

        public Rating.Builder newBuilder()
        New builder.
        Returns:
        a Rating builder
      • oneStarCount

        public java.lang.Long oneStarCount()
        Gets the oneStarCount. One start rating.
        Returns:
        the oneStarCount
      • twoStarCount

        public java.lang.Long twoStarCount()
        Gets the twoStarCount. Two start rating.
        Returns:
        the twoStarCount
      • threeStarCount

        public java.lang.Long threeStarCount()
        Gets the threeStarCount. Three start rating.
        Returns:
        the threeStarCount
      • fourStarCount

        public java.lang.Long fourStarCount()
        Gets the fourStarCount. Four start rating.
        Returns:
        the fourStarCount