Class ModifyServiceStateRequest
java.lang.Object
dev.restate.admin.model.ModifyServiceStateRequest
Deprecated.
ModifyServiceStateRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.Return true if this ModifyServiceStateRequest object is equal to o.Deprecated.The new state to replace the previous state withDeprecated.To what virtual object key to apply this changeDeprecated.If set, the latest version of the state is compared with this value and the operation will fail when the versions differ.inthashCode()Deprecated.Deprecated.Deprecated.putNewStateItem(String key, List<Integer> newStateItem) Deprecated.voidsetNewState(Map<String, List<Integer>> newState) Deprecated.voidsetObjectKey(String objectKey) Deprecated.voidsetVersion(String version) Deprecated.toString()Deprecated.Deprecated.Convert the instance into URL query string.toUrlQueryString(String prefix) Deprecated.Convert the instance into URL query string.Deprecated.
-
Field Details
-
JSON_PROPERTY_VERSION
-
JSON_PROPERTY_OBJECT_KEY
-
JSON_PROPERTY_NEW_STATE
-
-
Constructor Details
-
ModifyServiceStateRequest
public ModifyServiceStateRequest()Deprecated.
-
-
Method Details
-
version
Deprecated. -
getVersion
Deprecated.If set, the latest version of the state is compared with this value and the operation will fail when the versions differ.- Returns:
- version
-
setVersion
Deprecated. -
objectKey
Deprecated. -
getObjectKey
Deprecated.To what virtual object key to apply this change- Returns:
- objectKey
-
setObjectKey
Deprecated. -
newState
Deprecated. -
putNewStateItem
Deprecated. -
getNewState
-
setNewState
-
equals
-
hashCode
-
toString
-
toUrlQueryString
Deprecated.Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
-