Class SubscriptionResponse
java.lang.Object
dev.restate.admin.model.SubscriptionResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.Return true if this SubscriptionResponse object is equal to o.getId()Deprecated.Get idDeprecated.Get optionsgetSink()Deprecated.Get sinkDeprecated.Get sourceinthashCode()Deprecated.Deprecated.Deprecated.putOptionsItem(String key, String optionsItem) Deprecated.voidDeprecated.voidsetOptions(Map<String, String> options) Deprecated.voidDeprecated.voidDeprecated.Deprecated.Deprecated.toString()Deprecated.Deprecated.Convert the instance into URL query string.toUrlQueryString(String prefix) Deprecated.Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_ID
-
JSON_PROPERTY_SOURCE
-
JSON_PROPERTY_SINK
-
JSON_PROPERTY_OPTIONS
-
-
Constructor Details
-
SubscriptionResponse
public SubscriptionResponse()Deprecated.
-
-
Method Details
-
id
Deprecated. -
getId
-
setId
Deprecated. -
source
Deprecated. -
getSource
-
setSource
Deprecated. -
sink
Deprecated. -
getSink
-
setSink
Deprecated. -
options
Deprecated. -
putOptionsItem
Deprecated. -
getOptions
-
setOptions
-
equals
-
hashCode
-
toString
-
toUrlQueryString
Deprecated.Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
-