cisco.uc.cuae.legacy
Class Presence.NotifyOptions

java.lang.Object
  extended by cisco.uc.cuae.legacy.Presence.NotifyOptions
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
Presence

public static class Presence.NotifyOptions
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 java.lang.String partition
          Name of the partition from which the event is triggered.
 java.lang.String requestUri
          The URI of the presentity being watched.
 java.lang.String status
          The notification message from presence server.
 java.lang.String subscriber
          The subscriber.
 
Constructor Summary
Presence.NotifyOptions()
          Constructs the NotifyOptions.
Presence.NotifyOptions(java.lang.String subscriber, java.lang.String requestUri, java.lang.String status, java.lang.String partition)
          Constructs the NotifyOptions.
 
Method Summary
 java.lang.String getPartition()
          Gets the value.
 java.lang.String getRequestUri()
          Gets the value.
 java.lang.String getStatus()
          Gets the value.
 java.lang.String getSubscriber()
          Gets the value.
 void setPartition(java.lang.String value)
          Sets the value.
 void setRequestUri(java.lang.String value)
          Sets the value.
 void setStatus(java.lang.String value)
          Sets the value.
 void setSubscriber(java.lang.String value)
          Sets the value.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

subscriber

public java.lang.String subscriber
The subscriber.


requestUri

public java.lang.String requestUri
The URI of the presentity being watched.


status

public java.lang.String status
The notification message from presence server. This event parameter can either be used to initialize a string variable, in which case the application will need to manually parse the resulting message, or a PresenceNotification native type, which is a stongly-typed variable with members that represent the data of interest in the message.


partition

public java.lang.String partition
Name of the partition from which the event is triggered.

Constructor Detail

Presence.NotifyOptions

public Presence.NotifyOptions()
Constructs the NotifyOptions. Don't init any fields.


Presence.NotifyOptions

public Presence.NotifyOptions(java.lang.String subscriber,
                              java.lang.String requestUri,
                              java.lang.String status,
                              java.lang.String partition)
Constructs the NotifyOptions.

Parameters:
subscriber - The subscriber. subscriber
requestUri - The URI of the presentity being watched. requestUri
status - The notification message from presence server. This event parameter can status either be used to initialize a string variable, in which case the status application will need to manually parse the resulting message, or a status PresenceNotification native type, which is a stongly-typed variable with status members that represent the data of interest in the message. status
partition - Name of the partition from which the event is triggered.
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getSubscriber

public java.lang.String getSubscriber()
Gets the value. The subscriber.

Returns:
the value.

setSubscriber

public void setSubscriber(java.lang.String value)
Sets the value. The subscriber.

Parameters:
value - the value.

getRequestUri

public java.lang.String getRequestUri()
Gets the value. The URI of the presentity being watched.

Returns:
the value.

setRequestUri

public void setRequestUri(java.lang.String value)
Sets the value. The URI of the presentity being watched.

Parameters:
value - the value.

getStatus

public java.lang.String getStatus()
Gets the value. The notification message from presence server. This event parameter can either be used to initialize a string variable, in which case the application will need to manually parse the resulting message, or a PresenceNotification native type, which is a stongly-typed variable with members that represent the data of interest in the message.

Returns:
the value.

setStatus

public void setStatus(java.lang.String value)
Sets the value. The notification message from presence server. This event parameter can either be used to initialize a string variable, in which case the application will need to manually parse the resulting message, or a PresenceNotification native type, which is a stongly-typed variable with members that represent the data of interest in the message.

Parameters:
value - the value.

getPartition

public java.lang.String getPartition()
Gets the value. Name of the partition from which the event is triggered.

Returns:
the value.

setPartition

public void setPartition(java.lang.String value)
Sets the value. Name of the partition from which the event is triggered.

Parameters:
value - the value.


Copyright © 2010. All Rights Reserved.