cisco.uc.cuae.legacy
Class Presence.SubscriptionTerminatedOptions

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

public static class Presence.SubscriptionTerminatedOptions
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 subscriber
          The subscriber.
 
Constructor Summary
Presence.SubscriptionTerminatedOptions()
          Constructs the SubscriptionTerminatedOptions.
Presence.SubscriptionTerminatedOptions(java.lang.String subscriber, java.lang.String requestUri, java.lang.String partition)
          Constructs the SubscriptionTerminatedOptions.
 
Method Summary
 java.lang.String getPartition()
          Gets the value.
 java.lang.String getRequestUri()
          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 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.


partition

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

Constructor Detail

Presence.SubscriptionTerminatedOptions

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


Presence.SubscriptionTerminatedOptions

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

Parameters:
subscriber - The subscriber. subscriber
requestUri - The URI of the presentity being watched. requestUri
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.

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.