public class RequestTypeRequestBody extends Object implements Serializable
| Constructor and Description |
|---|
RequestTypeRequestBody()
Default constructor
|
RequestTypeRequestBody(RequestTypeRequestBody 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.
|
Map<String,String> |
getRequestParameters()
Return the parameters used to adapt the governance service's work.
|
List<String> |
getRequestType()
Return the request type.
|
int |
hashCode()
Return hash code for this object
|
void |
setRequestParameters(Map<String,String> requestParameters)
Set up the parameters used to adapt the governance service's work.
|
void |
setRequestType(List<String> requestType)
Set up the request type.
|
String |
toString()
JSON-style toString.
|
public RequestTypeRequestBody()
public RequestTypeRequestBody(RequestTypeRequestBody template)
template - object to copypublic List<String> getRequestType()
public void setRequestType(List<String> requestType)
requestType - list of typespublic Map<String,String> getRequestParameters()
public void setRequestParameters(Map<String,String> requestParameters)
requestParameters - map storing the request parameterspublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.