Package org.openapitools.client.model
Class InlineHook
java.lang.Object
org.openapitools.client.model.InlineHook
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2023-04-19T09:13:44.263607-05:00[America/Chicago]")
public class InlineHook
extends Object
InlineHook
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionchannel(InlineHookChannel channel) booleanGet channelGet createdgetId()Get idGet lastUpdatedgetLinks()Get linksgetName()Get nameGet statusgetType()Get typeGet versioninthashCode()voidsetChannel(InlineHookChannel channel) voidvoidsetStatus(InlineHookStatus status) voidsetType(InlineHookType type) voidsetVersion(String version) status(InlineHookStatus status) toString()type(InlineHookType type)  
- 
Field Details
- 
JSON_PROPERTY_CHANNEL
- See Also:
 
 - 
JSON_PROPERTY_CREATED
- See Also:
 
 - 
JSON_PROPERTY_ID
- See Also:
 
 - 
JSON_PROPERTY_LAST_UPDATED
- See Also:
 
 - 
JSON_PROPERTY_NAME
- See Also:
 
 - 
JSON_PROPERTY_STATUS
- See Also:
 
 - 
JSON_PROPERTY_TYPE
- See Also:
 
 - 
JSON_PROPERTY_VERSION
- See Also:
 
 - 
JSON_PROPERTY_LINKS
- See Also:
 
 
 - 
 - 
Constructor Details
- 
InlineHook
public InlineHook() 
 - 
 - 
Method Details
- 
channel
 - 
getChannel
Get channel- Returns:
 - channel
 
 - 
setChannel
 - 
getCreated
Get created- Returns:
 - created
 
 - 
getId
Get id- Returns:
 - id
 
 - 
getLastUpdated
Get lastUpdated- Returns:
 - lastUpdated
 
 - 
name
 - 
getName
Get name- Returns:
 - name
 
 - 
setName
 - 
status
 - 
getStatus
Get status- Returns:
 - status
 
 - 
setStatus
 - 
type
 - 
getType
Get type- Returns:
 - type
 
 - 
setType
 - 
version
 - 
getVersion
Get version- Returns:
 - version
 
 - 
setVersion
 - 
getLinks
Get links- Returns:
 - links
 
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -