|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcisco.uc.cuae.legacy.Presence.SubscriptionTerminatedOptions
public static class Presence.SubscriptionTerminatedOptions
| 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 |
|---|
public java.lang.String subscriber
public java.lang.String requestUri
public java.lang.String partition
| Constructor Detail |
|---|
public Presence.SubscriptionTerminatedOptions()
public Presence.SubscriptionTerminatedOptions(java.lang.String subscriber,
java.lang.String requestUri,
java.lang.String partition)
subscriber - The subscriber.
subscriberrequestUri - The URI of the presentity being watched.
requestUripartition - Name of the partition from which the event is triggered.| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getSubscriber()
public void setSubscriber(java.lang.String value)
value - the value.public java.lang.String getRequestUri()
public void setRequestUri(java.lang.String value)
value - the value.public java.lang.String getPartition()
public void setPartition(java.lang.String value)
value - the value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||