Class HandlerMetadata
java.lang.Object
dev.restate.admin.model.HandlerMetadata
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondocumentation(String documentation) Deprecated.booleanDeprecated.Return true if this HandlerMetadata object is equal to o.Deprecated.Documentation of the handler, as propagated by the SDKs.Deprecated.If empty, no schema was provided by the user at discovery time.Deprecated.JSON Schema of the handler inputDeprecated.Additional handler metadata, as propagated by the SDKs.getName()Deprecated.Get nameDeprecated.If empty, no schema was provided by the user at discovery time.Deprecated.JSON Schema of the handler outputgetTy()Deprecated.Get tyinthashCode()Deprecated.inputDescription(String inputDescription) Deprecated.inputJsonSchema(Object inputJsonSchema) Deprecated.Deprecated.Deprecated.outputDescription(String outputDescription) Deprecated.outputJsonSchema(Object outputJsonSchema) Deprecated.putMetadataItem(String key, String metadataItem) Deprecated.voidsetDocumentation(String documentation) Deprecated.voidsetInputDescription(String inputDescription) Deprecated.voidsetInputJsonSchema(Object inputJsonSchema) Deprecated.voidsetMetadata(Map<String, String> metadata) Deprecated.voidDeprecated.voidsetOutputDescription(String outputDescription) Deprecated.voidsetOutputJsonSchema(Object outputJsonSchema) Deprecated.voidDeprecated.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_NAME
-
JSON_PROPERTY_TY
-
JSON_PROPERTY_DOCUMENTATION
-
JSON_PROPERTY_METADATA
-
JSON_PROPERTY_INPUT_DESCRIPTION
-
JSON_PROPERTY_OUTPUT_DESCRIPTION
-
JSON_PROPERTY_INPUT_JSON_SCHEMA
-
JSON_PROPERTY_OUTPUT_JSON_SCHEMA
-
-
Constructor Details
-
HandlerMetadata
public HandlerMetadata()Deprecated.
-
-
Method Details
-
name
Deprecated. -
getName
-
setName
Deprecated. -
ty
Deprecated. -
getTy
-
setTy
Deprecated. -
documentation
Deprecated. -
getDocumentation
Deprecated.Documentation of the handler, as propagated by the SDKs.- Returns:
- documentation
-
setDocumentation
Deprecated. -
metadata
Deprecated. -
putMetadataItem
Deprecated. -
getMetadata
-
setMetadata
-
inputDescription
Deprecated. -
getInputDescription
Deprecated.If empty, no schema was provided by the user at discovery time.- Returns:
- inputDescription
-
setInputDescription
Deprecated. -
outputDescription
Deprecated. -
getOutputDescription
Deprecated.If empty, no schema was provided by the user at discovery time.- Returns:
- outputDescription
-
setOutputDescription
Deprecated. -
inputJsonSchema
Deprecated. -
getInputJsonSchema
Deprecated.JSON Schema of the handler input- Returns:
- inputJsonSchema
-
setInputJsonSchema
Deprecated. -
outputJsonSchema
Deprecated. -
getOutputJsonSchema
Deprecated.JSON Schema of the handler output- Returns:
- outputJsonSchema
-
setOutputJsonSchema
Deprecated. -
equals
-
hashCode
-
toString
-
toUrlQueryString
Deprecated.Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
-