org.dasein.cloud.services.notifications
Class Subscription

java.lang.Object
  extended by org.dasein.cloud.services.notifications.Subscription
All Implemented Interfaces:
Serializable

public class Subscription
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Subscription()
           
 
Method Summary
 DataFormat getDataFormat()
           
 String getDescription()
           
 String getEndpoint()
           
 EndpointType getEndpointType()
           
 String getName()
           
 String getProviderOwnerId()
           
 String getProviderRegionId()
           
 String getProviderSubscriptionId()
           
 String getProviderTopicId()
           
 void setDataFormat(DataFormat dataFormat)
           
 void setDescription(String description)
           
 void setEndpoint(String endpoint)
           
 void setEndpointType(EndpointType endpointType)
           
 void setName(String name)
           
 void setProviderOwnerId(String providerOwnerId)
           
 void setProviderRegionId(String providerRegionId)
           
 void setProviderSubscriptionId(String providerSubscriptionId)
           
 void setProviderTopicId(String providerTopicId)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Subscription

public Subscription()
Method Detail

getDataFormat

public DataFormat getDataFormat()

setDataFormat

public void setDataFormat(DataFormat dataFormat)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getEndpoint

public String getEndpoint()

setEndpoint

public void setEndpoint(String endpoint)

getEndpointType

public EndpointType getEndpointType()

setEndpointType

public void setEndpointType(EndpointType endpointType)

getProviderSubscriptionId

public String getProviderSubscriptionId()

setProviderSubscriptionId

public void setProviderSubscriptionId(String providerSubscriptionId)

getName

public String getName()

setName

public void setName(String name)

toString

public String toString()
Overrides:
toString in class Object

setProviderTopicId

public void setProviderTopicId(String providerTopicId)

getProviderTopicId

public String getProviderTopicId()

setProviderRegionId

public void setProviderRegionId(String providerRegionId)

getProviderRegionId

public String getProviderRegionId()

setProviderOwnerId

public void setProviderOwnerId(String providerOwnerId)

getProviderOwnerId

public String getProviderOwnerId()