Package io.gs2.formation.model
Class SlotWithSignature
java.lang.Object
io.gs2.formation.model.SlotWithSignature
- All Implemented Interfaces:
IModel,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic SlotWithSignaturefromJson(com.fasterxml.jackson.databind.JsonNode data) getBody()getName()inthashCode()voidvoidsetMetadata(String metadata) voidvoidsetPropertyType(String propertyType) voidsetSignature(String signature) com.fasterxml.jackson.databind.JsonNodetoJson()withMetadata(String metadata) withPropertyType(String propertyType) withSignature(String signature)
-
Constructor Details
-
SlotWithSignature
public SlotWithSignature()
-
-
Method Details
-
getName
-
setName
-
withName
-
getPropertyType
-
setPropertyType
-
withPropertyType
-
getBody
-
setBody
-
withBody
-
getSignature
-
setSignature
-
withSignature
-
getMetadata
-
setMetadata
-
withMetadata
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
hashCode
public int hashCode() -
equals
-