Class ActionDTO

java.lang.Object
org.apache.nifi.api.toolkit.model.ActionDTO

@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]") public class ActionDTO extends Object
ActionDTO
  • Field Details

  • Constructor Details

    • ActionDTO

      public ActionDTO()
  • Method Details

    • id

      public ActionDTO id(Integer id)
    • getId

      public Integer getId()
      The action id.
      Returns:
      id
    • setId

      public void setId(Integer id)
    • userIdentity

      public ActionDTO userIdentity(String userIdentity)
    • getUserIdentity

      public String getUserIdentity()
      The identity of the user that performed the action.
      Returns:
      userIdentity
    • setUserIdentity

      public void setUserIdentity(String userIdentity)
    • timestamp

      public ActionDTO timestamp(String timestamp)
    • getTimestamp

      public String getTimestamp()
      The timestamp of the action.
      Returns:
      timestamp
    • setTimestamp

      public void setTimestamp(String timestamp)
    • sourceId

      public ActionDTO sourceId(String sourceId)
    • getSourceId

      public String getSourceId()
      The id of the source component.
      Returns:
      sourceId
    • setSourceId

      public void setSourceId(String sourceId)
    • sourceName

      public ActionDTO sourceName(String sourceName)
    • getSourceName

      public String getSourceName()
      The name of the source component.
      Returns:
      sourceName
    • setSourceName

      public void setSourceName(String sourceName)
    • sourceType

      public ActionDTO sourceType(String sourceType)
    • getSourceType

      public String getSourceType()
      The type of the source component.
      Returns:
      sourceType
    • setSourceType

      public void setSourceType(String sourceType)
    • componentDetails

      public ActionDTO componentDetails(ComponentDetailsDTO componentDetails)
    • getComponentDetails

      public ComponentDetailsDTO getComponentDetails()
      Get componentDetails
      Returns:
      componentDetails
    • setComponentDetails

      public void setComponentDetails(ComponentDetailsDTO componentDetails)
    • operation

      public ActionDTO operation(String operation)
    • getOperation

      public String getOperation()
      The operation that was performed.
      Returns:
      operation
    • setOperation

      public void setOperation(String operation)
    • actionDetails

      public ActionDTO actionDetails(ActionDetailsDTO actionDetails)
    • getActionDetails

      public ActionDetailsDTO getActionDetails()
      Get actionDetails
      Returns:
      actionDetails
    • setActionDetails

      public void setActionDetails(ActionDetailsDTO actionDetails)
    • 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
    • toIndentedString

      private String toIndentedString(Object o)
      Convert the given object to string with each line indented by 4 spaces (except the first line).