Class LicenseIdRequestBody
java.lang.Object
org.odpi.openmetadata.commonservices.ffdc.rest.LicenseIdRequestBody
LicenseIdRequestBody provides a structure for the unique certificate identifier.
-
Constructor Summary
ConstructorDescriptionDefault constructorLicenseIdRequestBody
(LicenseIdRequestBody template) Copy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Equals method that returns true if containing properties are the same.Return the unique identifier for the license.int
hashCode()
Return hash code for this objectvoid
setLicenseId
(String licenseId) Set up the unique identifier for the license.toString()
JSON-style toString.
-
Constructor Details
-
LicenseIdRequestBody
public LicenseIdRequestBody()Default constructor -
LicenseIdRequestBody
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getLicenseId
Return the unique identifier for the license.- Returns:
- String identifier
-
setLicenseId
Set up the unique identifier for the license.- Parameters:
licenseId
- String identifier
-
toString
JSON-style toString. -
equals
Equals method that returns true if containing properties are the same. -
hashCode
public int hashCode()Return hash code for this object
-