Class RunCommandRequest


  • public class RunCommandRequest
    extends Object
    RunCommandRequest
    • Constructor Detail

      • RunCommandRequest

        public RunCommandRequest()
    • Method Detail

      • getCommand

        @NotNull
        public @NotNull String getCommand()
        Get command
        Returns:
        command
      • setCommand

        public void setCommand​(String command)
      • getPermissionType

        public String getPermissionType()
        Get permissionType
        Returns:
        permissionType
      • setPermissionType

        public void setPermissionType​(String permissionType)
      • getPodIdList

        public List<String> getPodIdList()
        Get podIdList
        Returns:
        podIdList
      • setPodIdList

        public void setPodIdList​(List<String> podIdList)
      • getProductId

        @NotNull
        public @NotNull String getProductId()
        Get productId
        Returns:
        productId
      • setProductId

        public void setProductId​(String productId)
      • getTimeoutSeconds

        public Integer getTimeoutSeconds()
        Get timeoutSeconds
        Returns:
        timeoutSeconds
      • setTimeoutSeconds

        public void setTimeoutSeconds​(Integer timeoutSeconds)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object