Package flexagon.fd.model.pojos.webhook
Class WebhookProperty
java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.model.pojos.webhook.WebhookProperty
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleangetName()getValue()inthashCode()voidsetCredentialId(Long pCredentialId) voidsetIsEncrypted(Boolean pIsEncrypted) voidvoidtoString()Returns custom String representation implemented by walking complete object structure.
-
Constructor Details
-
WebhookProperty
public WebhookProperty()
-
-
Method Details
-
toString
Description copied from class:BasePOJOReturns custom String representation implemented by walking complete object structure. -
setName
-
getName
-
setValue
-
getValue
-
setIsEncrypted
-
isEncrypted
-
setCredentialId
-
getCredentialId
-
hashCode
public int hashCode() -
equals
-
clone
- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-