Class ProcessUpdateRequest

  • All Implemented Interfaces:
    Serializable

    @Generated("org.openapitools.codegen.languages.JavaClientCodegen")
    public class ProcessUpdateRequest
    extends Object
    implements Serializable
    ProcessUpdateRequest
    See Also:
    Serialized Form
    • Constructor Detail

      • ProcessUpdateRequest

        public ProcessUpdateRequest()
    • Method Detail

      • getDisplaydescription

        @Nullable
        public String getDisplaydescription()
        description of the Process
        Returns:
        displaydescription
      • setDisplaydescription

        public void setDisplaydescription​(String displaydescription)
      • getDisplayName

        @Nullable
        public String getDisplayName()
        display name of the Process
        Returns:
        displayName
      • setDisplayName

        public void setDisplayName​(String displayName)
      • getActivationState

        @Nullable
        public ActivationState getActivationState()
        Get activationState
        Returns:
        activationState
      • setActivationState

        public void setActivationState​(ActivationState activationState)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object