Class WorkflowStepSavePayload.ResponseUrl
java.lang.Object
com.slack.api.app_backend.views.payload.WorkflowStepSavePayload.ResponseUrl
- Enclosing class:
- WorkflowStepSavePayload
public static class WorkflowStepSavePayload.ResponseUrl extends Object
-
Constructor Summary
Constructors Constructor Description ResponseUrl() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetActionId()StringgetBlockId()StringgetChannelId()StringgetResponseUrl()inthashCode()voidsetActionId(String actionId)voidsetBlockId(String blockId)voidsetChannelId(String channelId)voidsetResponseUrl(String responseUrl)StringtoString()
-
Constructor Details
-
ResponseUrl
public ResponseUrl()
-
-
Method Details
-
getBlockId
-
getActionId
-
getChannelId
-
getResponseUrl
-
setBlockId
-
setActionId
-
setChannelId
-
setResponseUrl
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-