Class ChangedWorklog
java.lang.Object
io.github.primelib.jira4j.restv2.model.ChangedWorklog
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ChangedWorklog
extends Object
ChangedWorklog
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<EntityProperty>Details of properties associated with the change.protected LongThe datetime of the change.protected LongThe ID of the worklog. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedChangedWorklog(Consumer<ChangedWorklog> spec) Constructs a validated instance ofChangedWorklog.ChangedWorklog(List<EntityProperty> properties, Long updatedTime, Long worklogId) Constructs a validated instance ofChangedWorklog. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleaninthashCode()Details of properties associated with the change.properties(List<EntityProperty> properties) Details of properties associated with the change.toString()The datetime of the change.updatedTime(Long updatedTime) The datetime of the change.The ID of the worklog.The ID of the worklog.
-
Field Details
-
properties
Details of properties associated with the change. -
updatedTime
The datetime of the change. -
worklogId
The ID of the worklog.
-
-
Constructor Details
-
ChangedWorklog
Constructs a validated instance ofChangedWorklog.- Parameters:
spec- the specification to process
-
ChangedWorklog
Constructs a validated instance ofChangedWorklog.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ChangedWorklog(Consumer)instead.- Parameters:
properties- Details of properties associated with the change.updatedTime- The datetime of the change.worklogId- The ID of the worklog.
-
ChangedWorklog
protected ChangedWorklog()
-
-
Method Details
-
builder
-
properties
Details of properties associated with the change. -
updatedTime
The datetime of the change. -
worklogId
The ID of the worklog. -
properties
Details of properties associated with the change.- Returns:
this.
-
updatedTime
The datetime of the change.- Returns:
this.
-
worklogId
The ID of the worklog.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-