Package dev.restate.admin.model
Class RegisterDeploymentResponse
java.lang.Object
dev.restate.admin.model.RegisterDeploymentResponse
RegisterDeploymentResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddServicesItem(ServiceMetadata servicesItem) booleanReturn true if this RegisterDeploymentResponse object is equal to o.getId()Get idGet servicesinthashCode()services(List<ServiceMetadata> services) voidvoidsetServices(List<ServiceMetadata> services) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_SERVICES
- See Also:
-
-
Constructor Details
-
RegisterDeploymentResponse
public RegisterDeploymentResponse()
-
-
Method Details
-
id
-
getId
Get id- Returns:
- id
-
setId
-
services
-
addServicesItem
-
getServices
Get services- Returns:
- services
-
setServices
-
equals
Return true if this RegisterDeploymentResponse object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-