public class CBSubscription extends Object
| Modifier and Type | Field and Description |
|---|---|
org.codehaus.jackson.node.ObjectNode |
config
This is used from server->client to represent the current details of the subscription.
|
String |
plan |
String |
service |
org.codehaus.jackson.node.ObjectNode |
settings
This is used from client->server to tweak the details of the subscrpition.
|
| Constructor and Description |
|---|
CBSubscription() |
public String service
public String plan
public org.codehaus.jackson.node.ObjectNode settings
public org.codehaus.jackson.node.ObjectNode config
Copyright © 2011-2015. All Rights Reserved.