Class GetViewersR200
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.GetViewersR200
GetViewersR200
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedProtected no-args constructor for use by serialization frameworks.GetViewersR200(Long id, Long count) Constructs a validated instance ofGetViewersR200.GetViewersR200(Consumer<GetViewersR200> spec) Constructs a validated instance ofGetViewersR200. -
Method Summary
Modifier and TypeMethodDescriptioncount()Fluent getter for count.Fluent setter for count.booleangetCount()Gets the value of count.getId()Gets the value of id.inthashCode()id()Fluent getter for id.Fluent setter for id.voidSets the value of count.voidSets the value of id.toString()
-
Field Details
-
id
The content ID. -
count
The total number of distinct viewers for the content.
-
-
Constructor Details
-
GetViewersR200
Constructs a validated instance ofGetViewersR200.- Parameters:
spec- the specification to process
-
GetViewersR200
@Internal protected GetViewersR200()Protected no-args constructor for use by serialization frameworks. -
GetViewersR200
Constructs a validated instance ofGetViewersR200.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
GetViewersR200(Consumer)instead.- Parameters:
id- The content ID.count- The total number of distinct viewers for the content.
-
-
Method Details
-
id
-
id
Fluent setter for id.The content ID.
- Parameters:
id- id- Returns:
- this
-
getId
-
setId
-
count
Fluent getter for count.The total number of distinct viewers for the content.
- Returns:
- count
-
count
Fluent setter for count.The total number of distinct viewers for the content.
- Parameters:
count- count- Returns:
- this
-
getCount
Gets the value of count.The total number of distinct viewers for the content.
- Returns:
- count
-
setCount
Sets the value of count.The total number of distinct viewers for the content.
- Parameters:
count- count
-
equals
-
hashCode
-
toString
-