Class ProcessStatusDto
java.lang.Object
org.qubership.atp.environments.clients.api.healthcheck.dto.ProcessStatusDto
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2025-10-02T09:52:47.021408362Z[Etc/UTC]")
public class ProcessStatusDto
extends Object
ProcessStatusDto
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAttachmentsItem(AttachmentDto attachmentsItem) attachments(List<AttachmentDto> attachments) booleanGet actual@Valid List<AttachmentDto> Get attachmentsGet expectedGet isHtmlGet isMandatoryGet notAffectStatusGet process@Valid StatusDtoGet statusinthashCode()isMandatory(Boolean isMandatory) notAffectStatus(Boolean notAffectStatus) voidvoidsetAttachments(List<AttachmentDto> attachments) voidsetExpected(String expected) voidvoidsetIsMandatory(Boolean isMandatory) voidsetNotAffectStatus(Boolean notAffectStatus) voidsetProcess(String process) voidtoString()
-
Constructor Details
-
ProcessStatusDto
public ProcessStatusDto()
-
-
Method Details
-
process
-
getProcess
Get process- Returns:
- process
-
setProcess
-
actual
-
getActual
Get actual- Returns:
- actual
-
setActual
-
expected
-
getExpected
Get expected- Returns:
- expected
-
setExpected
-
status
-
getStatus
Get status- Returns:
- status
-
setStatus
-
isHtml
-
getIsHtml
Get isHtml- Returns:
- isHtml
-
setIsHtml
-
notAffectStatus
-
getNotAffectStatus
Get notAffectStatus- Returns:
- notAffectStatus
-
setNotAffectStatus
-
attachments
-
addAttachmentsItem
-
getAttachments
Get attachments- Returns:
- attachments
-
setAttachments
-
isMandatory
-
getIsMandatory
Get isMandatory- Returns:
- isMandatory
-
setIsMandatory
-
equals
-
hashCode
public int hashCode() -
toString
-