Package com.seeq.model
Class SubscriptionOutputV1
java.lang.Object
com.seeq.model.SubscriptionOutputV1
The list of subscriptions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
The identity ID associated with the subscriptionThe parameters associated with the subscriptionThe session ID that identifies this subscriptionint
hashCode()
identityId
(String identityId) parameters
(Map<String, String> parameters) putParametersItem
(String key, String parametersItem) void
setIdentityId
(String identityId) void
setParameters
(Map<String, String> parameters) void
setSessionId
(String sessionId) toString()
-
Constructor Details
-
SubscriptionOutputV1
public SubscriptionOutputV1()
-
-
Method Details
-
identityId
-
getIdentityId
The identity ID associated with the subscription- Returns:
- identityId
-
setIdentityId
-
parameters
-
putParametersItem
-
getParameters
The parameters associated with the subscription- Returns:
- parameters
-
setParameters
-
sessionId
-
getSessionId
The session ID that identifies this subscription- Returns:
- sessionId
-
setSessionId
-
equals
-
hashCode
public int hashCode() -
toString
-