public class ExternalReferenceIdRequestBody extends GovernanceProgramOMASAPIRequestBody
| Constructor and Description |
|---|
ExternalReferenceIdRequestBody()
Default constructor
|
ExternalReferenceIdRequestBody(ExternalReferenceIdRequestBody 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 |
getReferenceId()
Return the unique identifier for the certificate from the certificate authority.
|
int |
hashCode()
Return hash code for this object
|
void |
setReferenceId(String referenceId)
Set up the unique identifier for the certificate from the certificate authority.
|
String |
toString()
JSON-style toString.
|
public ExternalReferenceIdRequestBody()
public ExternalReferenceIdRequestBody(ExternalReferenceIdRequestBody template)
template - object to copypublic String getReferenceId()
public void setReferenceId(String referenceId)
referenceId - String identifierpublic String toString()
toString in class GovernanceProgramOMASAPIRequestBodypublic boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.