Skip navigation links

Oracle Communications Services Gatekeeper OAM Java API Reference
6.0

E55516-02


com.bea.wlcp.wlng.plugin.sms.common.state
Class NotificationInfo

java.lang.Object
  extended bycom.bea.wlcp.wlng.plugin.sms.common.state.NotificationInfo

All Implemented Interfaces:
Serializable

public class NotificationInfo
extends Object
implements Serializable
See Also:
Serialized Form

Field Summary
static int SERVICE_TYPE_PARLAY_REST
           
static int SERVICE_TYPE_PARLAY_X
           

 

Constructor Summary
protected NotificationInfo()
          Constructor
protected NotificationInfo(String endpoint, String correlator, String shortCode, String criteria, String appInstGroupID)
          Constructor

 

Method Summary
 String getAppInstGroupID()
           
 String getCorrelator()
           
 String getCriteria()
           
 String getEndpoint()
           
 String getShortCode()
           
 void setAppInstGroupID(String appInstGroupID)
           
 void setCorrelator(String correlator)
           
 void setCriteria(String criteria)
           
 void setEndpoint(String endpoint)
           
 void setShortCode(String shortCode)
           
 String toString()
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Field Detail

SERVICE_TYPE_PARLAY_REST

public static final int SERVICE_TYPE_PARLAY_REST
See Also:
Constant Field Values

SERVICE_TYPE_PARLAY_X

public static final int SERVICE_TYPE_PARLAY_X
See Also:
Constant Field Values

Constructor Detail

NotificationInfo

protected NotificationInfo()
Constructor

NotificationInfo

protected NotificationInfo(String endpoint,
                           String correlator,
                           String shortCode,
                           String criteria,
                           String appInstGroupID)
Constructor

Method Detail

getAppInstGroupID

public String getAppInstGroupID()

getCorrelator

public String getCorrelator()

getCriteria

public String getCriteria()

getEndpoint

public String getEndpoint()

getShortCode

public String getShortCode()

setAppInstGroupID

public void setAppInstGroupID(String appInstGroupID)

setCorrelator

public void setCorrelator(String correlator)

setCriteria

public void setCriteria(String criteria)

setEndpoint

public void setEndpoint(String endpoint)

setShortCode

public void setShortCode(String shortCode)

toString

public String toString()

Skip navigation links

Oracle Communications Services Gatekeeper OAM Java API Reference
6.0

E55516-02


Copyright © 2008, 2015, Oracle and/or its affiliates. All rights reserved.