Class ExportArchivedIssuesTaskProgressResponse
java.lang.Object
io.github.primelib.jira4j.restv2.model.ExportArchivedIssuesTaskProgressResponse
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ExportArchivedIssuesTaskProgressResponse
extends Object
ExportArchivedIssuesTaskProgressResponse
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedExportArchivedIssuesTaskProgressResponse(String fileUrl, String payload, Long progress, String status, OffsetDateTime submittedTime, String taskId) Constructs a validated instance ofExportArchivedIssuesTaskProgressResponse.Constructs a validated instance ofExportArchivedIssuesTaskProgressResponse. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanfileUrl()inthashCode()payload()progress()status()submittedTime(OffsetDateTime submittedTime) taskId()toString()
-
Field Details
-
fileUrl
-
payload
-
progress
-
status
-
submittedTime
-
taskId
-
-
Constructor Details
-
ExportArchivedIssuesTaskProgressResponse
public ExportArchivedIssuesTaskProgressResponse(Consumer<ExportArchivedIssuesTaskProgressResponse> spec) Constructs a validated instance ofExportArchivedIssuesTaskProgressResponse.- Parameters:
spec- the specification to process
-
ExportArchivedIssuesTaskProgressResponse
@Internal public ExportArchivedIssuesTaskProgressResponse(String fileUrl, String payload, Long progress, String status, OffsetDateTime submittedTime, String taskId) Constructs a validated instance ofExportArchivedIssuesTaskProgressResponse.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ExportArchivedIssuesTaskProgressResponse(Consumer)instead.- Parameters:
fileUrl- fileUrlpayload- payloadprogress- progressstatus- statussubmittedTime- submittedTimetaskId- taskId
-
ExportArchivedIssuesTaskProgressResponse
protected ExportArchivedIssuesTaskProgressResponse()
-
-
Method Details
-
builder
public static ExportArchivedIssuesTaskProgressResponse.ExportArchivedIssuesTaskProgressResponseBuilder builder() -
fileUrl
-
payload
-
progress
-
status
-
submittedTime
-
taskId
-
fileUrl
- Returns:
this.
-
payload
- Returns:
this.
-
progress
- Returns:
this.
-
status
- Returns:
this.
-
submittedTime
- Returns:
this.
-
taskId
- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-