Package com.vidispine.generated
Class NotificationSNSActionType
- java.lang.Object
-
- com.vidispine.generated.NotificationActionType
-
- com.vidispine.generated.NotificationSNSActionType
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
public class NotificationSNSActionType extends NotificationActionType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for NotificationSNSActionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NotificationSNSActionType"> <complexContent> <extension base="{http://xml.vidispine.com/schema/vidispine}NotificationActionType"> <sequence> <element name="contentType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="endpoint" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="topic" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="secret" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="accessKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NotificationSNSActionType.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected String
accessKey
protected String
contentType
protected String
endpoint
protected String
secret
protected String
topic
-
Fields inherited from class com.vidispine.generated.NotificationActionType
extradata, group, retry, synchronous
-
-
Constructor Summary
Constructors Constructor Description NotificationSNSActionType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Object
copyTo(Object target)
Object
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
Object
createNewInstance()
boolean
equals(Object object)
boolean
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
String
getAccessKey()
Gets the value of the accessKey property.String
getContentType()
Gets the value of the contentType property.String
getEndpoint()
Gets the value of the endpoint property.String
getSecret()
Gets the value of the secret property.String
getTopic()
Gets the value of the topic property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetAccessKey()
boolean
isSetContentType()
boolean
isSetEndpoint()
boolean
isSetSecret()
boolean
isSetTopic()
void
setAccessKey(String value)
Sets the value of the accessKey property.void
setContentType(String value)
Sets the value of the contentType property.void
setEndpoint(String value)
Sets the value of the endpoint property.void
setSecret(String value)
Sets the value of the secret property.void
setTopic(String value)
Sets the value of the topic property.NotificationSNSActionType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
NotificationSNSActionType
withAccessKey(String value)
NotificationSNSActionType
withContentType(String value)
NotificationSNSActionType
withEndpoint(String value)
NotificationSNSActionType
withExtradata(String value)
NotificationSNSActionType
withGroup(String value)
NotificationSNSActionType
withRetry(BigInteger value)
NotificationSNSActionType
withSecret(String value)
NotificationSNSActionType
withSynchronous(boolean value)
NotificationSNSActionType
withTopic(String value)
-
Methods inherited from class com.vidispine.generated.NotificationActionType
getExtradata, getGroup, getRetry, isSetExtradata, isSetGroup, isSetRetry, isSetSynchronous, isSynchronous, setExtradata, setGroup, setRetry, setSynchronous
-
-
-
-
Method Detail
-
getContentType
public String getContentType()
Gets the value of the contentType property.- Returns:
- possible object is
String
-
setContentType
public void setContentType(String value)
Sets the value of the contentType property.- Parameters:
value
- allowed object isString
-
isSetContentType
public boolean isSetContentType()
-
getEndpoint
public String getEndpoint()
Gets the value of the endpoint property.- Returns:
- possible object is
String
-
setEndpoint
public void setEndpoint(String value)
Sets the value of the endpoint property.- Parameters:
value
- allowed object isString
-
isSetEndpoint
public boolean isSetEndpoint()
-
getTopic
public String getTopic()
Gets the value of the topic property.- Returns:
- possible object is
String
-
setTopic
public void setTopic(String value)
Sets the value of the topic property.- Parameters:
value
- allowed object isString
-
isSetTopic
public boolean isSetTopic()
-
getSecret
public String getSecret()
Gets the value of the secret property.- Returns:
- possible object is
String
-
setSecret
public void setSecret(String value)
Sets the value of the secret property.- Parameters:
value
- allowed object isString
-
isSetSecret
public boolean isSetSecret()
-
getAccessKey
public String getAccessKey()
Gets the value of the accessKey property.- Returns:
- possible object is
String
-
setAccessKey
public void setAccessKey(String value)
Sets the value of the accessKey property.- Parameters:
value
- allowed object isString
-
isSetAccessKey
public boolean isSetAccessKey()
-
clone
public Object clone()
- Overrides:
clone
in classNotificationActionType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
copyTo
in classNotificationActionType
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
copyTo
in classNotificationActionType
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
createNewInstance
in classNotificationActionType
-
withContentType
public NotificationSNSActionType withContentType(String value)
-
withEndpoint
public NotificationSNSActionType withEndpoint(String value)
-
withTopic
public NotificationSNSActionType withTopic(String value)
-
withSecret
public NotificationSNSActionType withSecret(String value)
-
withAccessKey
public NotificationSNSActionType withAccessKey(String value)
-
withExtradata
public NotificationSNSActionType withExtradata(String value)
- Overrides:
withExtradata
in classNotificationActionType
-
withRetry
public NotificationSNSActionType withRetry(BigInteger value)
- Overrides:
withRetry
in classNotificationActionType
-
withSynchronous
public NotificationSNSActionType withSynchronous(boolean value)
- Overrides:
withSynchronous
in classNotificationActionType
-
withGroup
public NotificationSNSActionType withGroup(String value)
- Overrides:
withGroup
in classNotificationActionType
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
- Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals2
- Overrides:
equals
in classNotificationActionType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classNotificationActionType
-
visit
public NotificationSNSActionType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
- Overrides:
visit
in classNotificationActionType
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
- Overrides:
hashCode
in classNotificationActionType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classNotificationActionType
-
-