public class LicenseIdRequestBody extends GovernanceProgramOMASAPIRequestBody
| Constructor and Description |
|---|
LicenseIdRequestBody()
Default constructor
|
LicenseIdRequestBody(LicenseIdRequestBody template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Equals method that returns true if containing properties are the same.
|
String |
getLicenseId()
Return the unique identifier for the license.
|
int |
hashCode()
Return hash code for this object
|
void |
setLicenseId(String licenseId)
Set up the unique identifier for the license.
|
String |
toString()
JSON-style toString.
|
public LicenseIdRequestBody()
public LicenseIdRequestBody(LicenseIdRequestBody template)
template - object to copypublic String getLicenseId()
public void setLicenseId(String licenseId)
licenseId - String identifierpublic String toString()
toString in class GovernanceProgramOMASAPIRequestBodypublic boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.