Class CommandOutputDto

java.lang.Object
org.qubership.atp.mia.controllers.api.dto.CommandOutputDto

@Generated(value="org.openapitools.codegen.languages.SpringCodegen", date="2025-09-12T06:34:48.437927154Z[Etc/UTC]") public class CommandOutputDto extends Object
CommandOutputDto
  • Constructor Details

    • CommandOutputDto

      public CommandOutputDto()
  • Method Details

    • internalPathToFile

      public CommandOutputDto internalPathToFile(String internalPathToFile)
    • getInternalPathToFile

      public String getInternalPathToFile()
      Get internalPathToFile
      Returns:
      internalPathToFile
    • setInternalPathToFile

      public void setInternalPathToFile(String internalPathToFile)
    • externalPathToFile

      public CommandOutputDto externalPathToFile(String externalPathToFile)
    • getExternalPathToFile

      public String getExternalPathToFile()
      Get externalPathToFile
      Returns:
      externalPathToFile
    • setExternalPathToFile

      public void setExternalPathToFile(String externalPathToFile)
    • link

      public CommandOutputDto link(LinkDto link)
    • getLink

      @Valid public @Valid LinkDto getLink()
      Get link
      Returns:
      link
    • setLink

      public void setLink(LinkDto link)
    • displayed

      public CommandOutputDto displayed(Boolean displayed)
    • getDisplayed

      public Boolean getDisplayed()
      Get displayed
      Returns:
      displayed
    • setDisplayed

      public void setDisplayed(Boolean displayed)
    • content

      public CommandOutputDto content(List<String> content)
    • addContentItem

      public CommandOutputDto addContentItem(String contentItem)
    • getContent

      public List<String> getContent()
      Get content
      Returns:
      content
    • setContent

      public void setContent(List<String> content)
    • markedContent

      public CommandOutputDto markedContent(List<@Valid MarkedContentDto> markedContent)
    • addMarkedContentItem

      public CommandOutputDto addMarkedContentItem(MarkedContentDto markedContentItem)
    • getMarkedContent

      @Valid public @Valid List<@Valid MarkedContentDto> getMarkedContent()
      Get markedContent
      Returns:
      markedContent
    • setMarkedContent

      public void setMarkedContent(List<@Valid MarkedContentDto> markedContent)
    • isSizeExceedLimit

      public CommandOutputDto isSizeExceedLimit(Boolean isSizeExceedLimit)
    • getIsSizeExceedLimit

      public Boolean getIsSizeExceedLimit()
      Get isSizeExceedLimit
      Returns:
      isSizeExceedLimit
    • setIsSizeExceedLimit

      public void setIsSizeExceedLimit(Boolean isSizeExceedLimit)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object