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