public class Version extends Object
Constructor and Description |
---|
Version() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
ZonedDateTime |
getReleaseDate()
Release date
|
String |
getVersion()
Available version for a product - returned from the LicenseClient implementation.
|
int |
hashCode() |
void |
setReleaseDate(ZonedDateTime releaseDate)
Release date
|
void |
setVersion(String version)
Available version for a product - returned from the LicenseClient implementation.
|
String |
toString() |
public String getVersion()
public ZonedDateTime getReleaseDate()
public void setVersion(String version)
public void setReleaseDate(ZonedDateTime releaseDate)
protected boolean canEqual(Object other)
Copyright © 2025 Cense Data Inc.. All rights reserved.