Package co.permify.sdk.model
Class Version
java.lang.Object
co.permify.sdk.model.Version
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class Version
extends Object
Version
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this Version object is equal to o.getMajor()Major version changes indicate different required support level from the required components.getMinor()Minor version changes must not change the observed behavior from existing implementations, but may be provided informationally.inthashCode()voidvoidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_MAJOR
- See Also:
-
JSON_PROPERTY_MINOR
- See Also:
-
-
Constructor Details
-
Version
public Version()
-
-
Method Details
-
major
-
getMajor
Major version changes indicate different required support level from the required components.- Returns:
- major
-
setMajor
-
minor
-
getMinor
Minor version changes must not change the observed behavior from existing implementations, but may be provided informationally.- Returns:
- minor
-
setMinor
-
equals
Return true if this Version 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
-