Package dev.restate.admin.model
Class VersionInformation
java.lang.Object
dev.restate.admin.model.VersionInformation
VersionInformation
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return true if this VersionInformation object is equal to o.Ingress endpoint that the Web UI should use to interact with.Maximum supported admin API version by the admin server minimum: 0Minimum supported admin API version by the admin server minimum: 0Version of the admin serverint
hashCode()
ingressEndpoint
(URI ingressEndpoint) maxAdminApiVersion
(Integer maxAdminApiVersion) minAdminApiVersion
(Integer minAdminApiVersion) void
setIngressEndpoint
(URI ingressEndpoint) void
setMaxAdminApiVersion
(Integer maxAdminApiVersion) void
setMinAdminApiVersion
(Integer minAdminApiVersion) void
setVersion
(String version) toString()
Convert the instance into URL query string.toUrlQueryString
(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_VERSION
- See Also:
-
JSON_PROPERTY_MIN_ADMIN_API_VERSION
- See Also:
-
JSON_PROPERTY_MAX_ADMIN_API_VERSION
- See Also:
-
JSON_PROPERTY_INGRESS_ENDPOINT
- See Also:
-
-
Constructor Details
-
VersionInformation
public VersionInformation()
-
-
Method Details
-
version
-
getVersion
Version of the admin server- Returns:
- version
-
setVersion
-
minAdminApiVersion
-
getMinAdminApiVersion
Minimum supported admin API version by the admin server minimum: 0- Returns:
- minAdminApiVersion
-
setMinAdminApiVersion
-
maxAdminApiVersion
-
getMaxAdminApiVersion
Maximum supported admin API version by the admin server minimum: 0- Returns:
- maxAdminApiVersion
-
setMaxAdminApiVersion
-
ingressEndpoint
-
getIngressEndpoint
Ingress endpoint that the Web UI should use to interact with.- Returns:
- ingressEndpoint
-
setIngressEndpoint
-
equals
Return true if this VersionInformation 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
-