Klasse HistoryMetadata
java.lang.Object
io.github.primelib.jira4j.restv3.model.HistoryMetadata
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class HistoryMetadata
extends Object
HistoryMetadata
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected String
The activity described in the history record.protected String
The key of the activity described in the history record.protected HistoryMetadataActor
protected HistoryMetadataCause
protected String
The description of the history record.protected String
The description key of the history record.protected String
The description of the email address associated the history record.protected String
The description key of the email address associated the history record.Additional arbitrary information about the history record.protected HistoryMetadataGenerator
protected String
The type of the history record. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
HistoryMetadata
(String activityDescription, String activityDescriptionKey, HistoryMetadataActor actor, HistoryMetadataCause cause, String description, String descriptionKey, String emailDescription, String emailDescriptionKey, Map<String, String> extraData, HistoryMetadataGenerator generator, String type) Constructs a validated instance ofHistoryMetadata
.Constructs a validated instance ofHistoryMetadata
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungThe activity described in the history record.activityDescription
(String activityDescription) The activity described in the history record.The key of the activity described in the history record.activityDescriptionKey
(String activityDescriptionKey) The key of the activity described in the history record.actor()
actor
(HistoryMetadataActor actor) builder()
protected boolean
cause()
cause
(HistoryMetadataCause cause) The description of the history record.description
(String description) The description of the history record.The description key of the history record.descriptionKey
(String descriptionKey) The description key of the history record.The description of the email address associated the history record.emailDescription
(String emailDescription) The description of the email address associated the history record.The description key of the email address associated the history record.emailDescriptionKey
(String emailDescriptionKey) The description key of the email address associated the history record.boolean
Additional arbitrary information about the history record.Additional arbitrary information about the history record.generator
(HistoryMetadataGenerator generator) int
hashCode()
toString()
type()
The type of the history record.The type of the history record.
-
Felddetails
-
activityDescription
The activity described in the history record. -
activityDescriptionKey
The key of the activity described in the history record. -
actor
-
cause
-
description
The description of the history record. -
descriptionKey
The description key of the history record. -
emailDescription
The description of the email address associated the history record. -
emailDescriptionKey
The description key of the email address associated the history record. -
extraData
Additional arbitrary information about the history record. -
generator
-
type
The type of the history record.
-
-
Konstruktordetails
-
HistoryMetadata
Constructs a validated instance ofHistoryMetadata
.- Parameter:
spec
- the specification to process
-
HistoryMetadata
@Internal public HistoryMetadata(String activityDescription, String activityDescriptionKey, HistoryMetadataActor actor, HistoryMetadataCause cause, String description, String descriptionKey, String emailDescription, String emailDescriptionKey, Map<String, String> extraData, HistoryMetadataGenerator generator, String type) Constructs a validated instance ofHistoryMetadata
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
HistoryMetadata(Consumer)
instead.- Parameter:
activityDescription
- The activity described in the history record.activityDescriptionKey
- The key of the activity described in the history record.actor
- actorcause
- causedescription
- The description of the history record.descriptionKey
- The description key of the history record.emailDescription
- The description of the email address associated the history record.emailDescriptionKey
- The description key of the email address associated the history record.extraData
- Additional arbitrary information about the history record.generator
- generatortype
- The type of the history record.
-
HistoryMetadata
protected HistoryMetadata()
-
-
Methodendetails
-
builder
-
activityDescription
The activity described in the history record. -
activityDescriptionKey
The key of the activity described in the history record. -
actor
-
cause
-
description
The description of the history record. -
descriptionKey
The description key of the history record. -
emailDescription
The description of the email address associated the history record. -
emailDescriptionKey
The description key of the email address associated the history record. -
extraData
Additional arbitrary information about the history record. -
generator
-
type
The type of the history record. -
activityDescription
The activity described in the history record.- Gibt zurück:
this
.
-
activityDescriptionKey
The key of the activity described in the history record.- Gibt zurück:
this
.
-
actor
- Gibt zurück:
this
.
-
cause
- Gibt zurück:
this
.
-
description
The description of the history record.- Gibt zurück:
this
.
-
descriptionKey
The description key of the history record.- Gibt zurück:
this
.
-
emailDescription
The description of the email address associated the history record.- Gibt zurück:
this
.
-
emailDescriptionKey
The description key of the email address associated the history record.- Gibt zurück:
this
.
-
extraData
Additional arbitrary information about the history record.- Gibt zurück:
this
.
-
generator
- Gibt zurück:
this
.
-
type
The type of the history record.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-