Package org.cxml
Class SubscriptionStatusUpdateRequest
java.lang.Object
org.cxml.SubscriptionStatusUpdateRequest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected InternalIDprotected SubscriptionStatusprotected SubscriptionVersion -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the internalID property.Gets the value of the subscriptionStatus property.Gets the value of the subscriptionVersion property.voidsetInternalID(InternalID value) Sets the value of the internalID property.voidSets the value of the subscriptionStatus property.voidSets the value of the subscriptionVersion property.
-
Field Details
-
internalID
-
subscriptionVersion
-
subscriptionStatus
-
-
Constructor Details
-
SubscriptionStatusUpdateRequest
public SubscriptionStatusUpdateRequest()
-
-
Method Details
-
getInternalID
Gets the value of the internalID property.- Returns:
- possible object is
InternalID
-
setInternalID
Sets the value of the internalID property.- Parameters:
value- allowed object isInternalID
-
getSubscriptionVersion
Gets the value of the subscriptionVersion property.- Returns:
- possible object is
SubscriptionVersion
-
setSubscriptionVersion
Sets the value of the subscriptionVersion property.- Parameters:
value- allowed object isSubscriptionVersion
-
getSubscriptionStatus
Gets the value of the subscriptionStatus property.- Returns:
- possible object is
SubscriptionStatus
-
setSubscriptionStatus
Sets the value of the subscriptionStatus property.- Parameters:
value- allowed object isSubscriptionStatus
-