public class SubscriptionDurability
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
protected java.lang.String | 
id  | 
protected java.lang.String | 
value  | 
| Constructor and Description | 
|---|
SubscriptionDurability()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getId()
Gets the value of the id property. 
 | 
java.lang.String | 
getvalue()
Gets the value of the value property. 
 | 
void | 
setId(java.lang.String value)
Sets the value of the id property. 
 | 
void | 
setvalue(java.lang.String value)
Sets the value of the value property. 
 | 
public java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
              Stringpublic java.lang.String getvalue()
Stringpublic void setvalue(java.lang.String value)
value - allowed object is
              String