Class Rating
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.catalog_management.v1.model.Rating
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class Rating extends com.ibm.cloud.sdk.core.service.model.GenericModelRepository info for offerings.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRating.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.LongfourStarCount()Gets the fourStarCount.Rating.BuildernewBuilder()New builder.java.lang.LongoneStarCount()Gets the oneStarCount.java.lang.LongthreeStarCount()Gets the threeStarCount.java.lang.LongtwoStarCount()Gets the twoStarCount.
-
-
-
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
-
-