Class LicenseIdRequestBody
java.lang.Object
org.odpi.openmetadata.accessservices.governanceprogram.rest.GovernanceProgramOMASAPIRequestBody
org.odpi.openmetadata.accessservices.governanceprogram.rest.LicenseIdRequestBody
- All Implemented Interfaces:
Serializable
LicenseIdRequestBody provides a structure for the unique certificate identifier.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorLicenseIdRequestBody(LicenseIdRequestBody template) Copy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanEquals method that returns true if containing properties are the same.Return the unique identifier for the license.inthashCode()Return hash code for this objectvoidsetLicenseId(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.- Overrides:
toStringin classGovernanceProgramOMASAPIRequestBody- Returns:
- list of properties and their values.
-
equals
Equals method that returns true if containing properties are the same. -
hashCode
public int hashCode()Return hash code for this object
-