Class Lastcontributed
java.lang.Object
io.github.primelib.confluence4j.rest.v1.models.Lastcontributed
Lastcontributed
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedProtected no-args constructor for use by serialization frameworks.Lastcontributed(String status, Instant when) Constructs a validated instance ofLastcontributed.Constructs a validated instance ofLastcontributed. -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of status.getWhen()Gets the value of when.inthashCode()voidSets the value of status.voidSets the value of when.status()Fluent getter for status.Fluent setter for status.toString()when()Fluent getter for when.Fluent setter for when.
-
Field Details
-
status
-
when
-
-
Constructor Details
-
Lastcontributed
Constructs a validated instance ofLastcontributed.- Parameters:
spec- the specification to process
-
Lastcontributed
@Internal protected Lastcontributed()Protected no-args constructor for use by serialization frameworks. -
Lastcontributed
Constructs a validated instance ofLastcontributed.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
Lastcontributed(Consumer)instead.- Parameters:
status- statuswhen- when
-
-
Method Details
-
status
-
status
Fluent setter for status.- Parameters:
status- status- Returns:
- this
-
getStatus
-
setStatus
-
when
-
when
Fluent setter for when.- Parameters:
when- when- Returns:
- this
-
getWhen
-
setWhen
-
equals
-
hashCode
-
toString
-