Package org.openapitools.client.model
Class InlineHookChannel
java.lang.Object
org.openapitools.client.model.InlineHookChannel
- Direct Known Subclasses:
InlineHookChannelHttp
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-04-19T09:13:44.263607-05:00[America/Chicago]")
public class InlineHookChannel
extends Object
InlineHookChannel
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
protected InlineHookChannelType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconfig
(InlineHookChannelConfig config) boolean
Get configgetType()
Get typeGet versionint
hashCode()
void
setConfig
(InlineHookChannelConfig config) void
setType
(InlineHookChannelType type) void
setVersion
(String version) toString()
type
(InlineHookChannelType type)
-
Field Details
-
JSON_PROPERTY_CONFIG
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
type
-
JSON_PROPERTY_VERSION
- See Also:
-
-
Constructor Details
-
InlineHookChannel
public InlineHookChannel()
-
-
Method Details
-
config
-
getConfig
Get config- Returns:
- config
-
setConfig
-
type
-
getType
Get type- Returns:
- type
-
setType
-
version
-
getVersion
Get version- Returns:
- version
-
setVersion
-
equals
-
hashCode
public int hashCode() -
toString
-