public class GovernanceServiceRegistrationRequestBody extends Object implements Serializable
| Constructor and Description |
|---|
GovernanceServiceRegistrationRequestBody()
Default constructor
|
GovernanceServiceRegistrationRequestBody(GovernanceServiceRegistrationRequestBody 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 |
getGovernanceServiceGUID()
Return the unique identifier of the governance service.
|
Map<String,String> |
getRequestParameters()
Return the list of analysis parameters that are passed the the governance service (via
the governance context).
|
String |
getRequestType()
Return the new request that this governance service supports.
|
int |
hashCode()
Return hash code for this object
|
void |
setGovernanceServiceGUID(String governanceServiceGUID)
Set up the unique identifier of the governance service.
|
void |
setRequestParameters(Map<String,String> requestParameters)
Set up the list of analysis parameters that are passed the the governance service (via
the governance context).
|
void |
setRequestType(String requestType)
Set up the new request that this governance service supports.
|
String |
toString()
JSON-style toString.
|
public GovernanceServiceRegistrationRequestBody()
public GovernanceServiceRegistrationRequestBody(GovernanceServiceRegistrationRequestBody template)
template - object to copypublic String getGovernanceServiceGUID()
public void setGovernanceServiceGUID(String governanceServiceGUID)
governanceServiceGUID - guidpublic String getRequestType()
public void setRequestType(String requestType)
requestType - name of the requestpublic Map<String,String> getRequestParameters()
public void setRequestParameters(Map<String,String> requestParameters)
requestParameters - map of parameter name to parameter valuepublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.