Platform SDK Java 8.5 API Reference

com.genesyslab.platform.webmedia.protocol.espemail.events
Class EventError

java.lang.Object
  extended by com.genesyslab.platform.commons.protocol.DataObject
      extended by com.genesyslab.platform.commons.protocol.Message
          extended by com.genesyslab.platform.webmedia.protocol.espemail.AbstractMessage
              extended by com.genesyslab.platform.webmedia.protocol.espemail.events.EventError
All Implemented Interfaces:
EndpointSupport, ProtocolDescriptionSupport, Referenceable, com.genesyslab.platform.commons.protocol.runtime.DataSupport, com.genesyslab.platform.commons.protocol.runtime.UpdatableProtocolId, RequestorInfoSupport, EspEmailMessage

public final class EventError
extends AbstractMessage

Indicates that an error has occurred.


Field Summary
static int ID
           
static java.lang.String NAME
           
 
Fields inherited from class com.genesyslab.platform.webmedia.protocol.espemail.AbstractMessage
protId, REF_ID_KEY
 
Constructor Summary
EventError()
           
 
Method Summary
static EventError create()
           
 com.genesyslab.platform.commons.protocol.runtime.DataSupport createClone(com.genesyslab.platform.commons.protocol.runtime.DataSupport sample)
           
 boolean equals(java.lang.Object obj)
           
 ErrorCodes getFaultCode()
           
 java.lang.String getFaultString()
           
 com.genesyslab.platform.commons.protocol.runtime.MetaData getMetaData()
           
 int hashCode()
           
 void setFaultCode(ErrorCodes value)
           
 void setFaultString(java.lang.String value)
           
 
Methods inherited from class com.genesyslab.platform.webmedia.protocol.espemail.AbstractMessage
attributes, getCompounds, getCustomPackagers, getEndpoint, getEnumDescription, getLazyParser, getMessageAttribute, getProtocolId, getReferenceId, getRequestorInfo, retreiveReference, setEndpoint, setProtocolId, setReferenceId, setRequestorInfo, toString, toString, toString, updateReference
 
Methods inherited from class com.genesyslab.platform.commons.protocol.Message
cloneMessage, getProtocolDescription, messageId, messageName, setProtocolDescription
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.genesyslab.platform.commons.protocol.ProtocolDescriptionSupport
getProtocolDescription
 

Field Detail

ID

public static final int ID
See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
See Also:
Constant Field Values
Constructor Detail

EventError

public EventError()
Method Detail

create

public static EventError create()

getFaultCode

public ErrorCodes getFaultCode()

setFaultCode

public void setFaultCode(ErrorCodes value)

getFaultString

public java.lang.String getFaultString()

setFaultString

public void setFaultString(java.lang.String value)

getMetaData

public com.genesyslab.platform.commons.protocol.runtime.MetaData getMetaData()

createClone

public com.genesyslab.platform.commons.protocol.runtime.DataSupport createClone(com.genesyslab.platform.commons.protocol.runtime.DataSupport sample)

hashCode

public int hashCode()
Overrides:
hashCode in class AbstractMessage

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class AbstractMessage

Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.