public class NotificationSQSActionType extends NotificationActionType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
Java class for NotificationSQSActionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NotificationSQSActionType">
<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="queue" 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>
| Modifier and Type | Class and Description |
|---|---|
static class |
NotificationSQSActionType.PropInfo |
| Modifier and Type | Field and Description |
|---|---|
protected String |
accessKey |
protected String |
contentType |
protected String |
endpoint |
protected String |
queue |
protected String |
secret |
extradata, group, retry, synchronous| Constructor and Description |
|---|
NotificationSQSActionType() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy 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.EqualsStrategy 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 |
getQueue()
Gets the value of the queue property.
|
String |
getSecret()
Gets the value of the secret property.
|
boolean |
isSetAccessKey() |
boolean |
isSetContentType() |
boolean |
isSetEndpoint() |
boolean |
isSetQueue() |
boolean |
isSetSecret() |
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 |
setQueue(String value)
Sets the value of the queue property.
|
void |
setSecret(String value)
Sets the value of the secret property.
|
NotificationSQSActionType |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
NotificationSQSActionType |
withAccessKey(String value) |
NotificationSQSActionType |
withContentType(String value) |
NotificationSQSActionType |
withEndpoint(String value) |
NotificationSQSActionType |
withExtradata(String value) |
NotificationSQSActionType |
withGroup(String value) |
NotificationSQSActionType |
withQueue(String value) |
NotificationSQSActionType |
withRetry(BigInteger value) |
NotificationSQSActionType |
withSecret(String value) |
NotificationSQSActionType |
withSynchronous(boolean value) |
getExtradata, getGroup, getRetry, isSetExtradata, isSetGroup, isSetRetry, isSetSynchronous, isSynchronous, setExtradata, setGroup, setRetry, setSynchronousprotected String contentType
protected String endpoint
protected String queue
protected String secret
protected String accessKey
public String getContentType()
Stringpublic void setContentType(String value)
value - allowed object is
Stringpublic boolean isSetContentType()
public String getEndpoint()
Stringpublic void setEndpoint(String value)
value - allowed object is
Stringpublic boolean isSetEndpoint()
public String getQueue()
Stringpublic void setQueue(String value)
value - allowed object is
Stringpublic boolean isSetQueue()
public String getSecret()
Stringpublic void setSecret(String value)
value - allowed object is
Stringpublic boolean isSetSecret()
public String getAccessKey()
Stringpublic void setAccessKey(String value)
value - allowed object is
Stringpublic boolean isSetAccessKey()
public Object clone()
clone in class NotificationActionTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class NotificationActionTypepublic Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class NotificationActionTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in class NotificationActionTypepublic NotificationSQSActionType withContentType(String value)
public NotificationSQSActionType withEndpoint(String value)
public NotificationSQSActionType withQueue(String value)
public NotificationSQSActionType withSecret(String value)
public NotificationSQSActionType withAccessKey(String value)
public NotificationSQSActionType withExtradata(String value)
withExtradata in class NotificationActionTypepublic NotificationSQSActionType withRetry(BigInteger value)
withRetry in class NotificationActionTypepublic NotificationSQSActionType withSynchronous(boolean value)
withSynchronous in class NotificationActionTypepublic NotificationSQSActionType withGroup(String value)
withGroup in class NotificationActionTypepublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class NotificationActionTypepublic boolean equals(Object object)
equals in class NotificationActionTypepublic NotificationSQSActionType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
visit in class NotificationActionTypeCopyright © 2019. All rights reserved.