public class ProviderReport extends Object implements Serializable
| Constructor and Description |
|---|
ProviderReport()
Default constructor
|
ProviderReport(ProviderReport template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
ConnectorType |
getConnectorType()
Return the connector type for this connector.
|
List<String> |
getSupportedActionTargetNames()
The action target names returned are those that affect the governance action service's behaviour.
|
List<String> |
getSupportedGuards()
The guards describe the output assessment from the governance action service.
|
List<String> |
getSupportedRequestParameters()
The request parameters returned are used by the governance action service to control its behaviour.
|
List<String> |
getSupportedRequestSourceNames()
The request source names returned are the request source names that affect the governance action service's behaviour.
|
List<String> |
getSupportedRequestTypes()
The request types returned are those that affect the governance action service's behaviour.
|
int |
hashCode()
Return hash code for this object
|
void |
setConnectorType(ConnectorType connectorType)
Set up the connector type for this connector.
|
void |
setSupportedActionTargetNames(List<String> supportedActionTargetNames)
Set up the supported action target names
|
void |
setSupportedGuards(List<String> supportedGuards)
Set up the supported guards
|
void |
setSupportedRequestParameters(List<String> supportedRequestParameters)
Set up request parameters returned are used by the governance action service to control its behaviour.
|
void |
setSupportedRequestSourceNames(List<String> supportedRequestSourceNames)
Set up the request source names.
|
void |
setSupportedRequestTypes(List<String> supportedRequestTypes)
Set up the supported request types.
|
String |
toString()
JSON-style toString
|
public ProviderReport()
public ProviderReport(ProviderReport template)
template - object to copypublic ConnectorType getConnectorType()
public void setConnectorType(ConnectorType connectorType)
connectorType - OCF ConnectorType objectpublic List<String> getSupportedRequestTypes()
public void setSupportedRequestTypes(List<String> supportedRequestTypes)
supportedRequestTypes - list of request types with special meaningpublic List<String> getSupportedRequestParameters()
public void setSupportedRequestParameters(List<String> supportedRequestParameters)
supportedRequestParameters - list of parameter names with special meaningpublic List<String> getSupportedRequestSourceNames()
public void setSupportedRequestSourceNames(List<String> supportedRequestSourceNames)
supportedRequestSourceNames - list of request source names with special meaningpublic List<String> getSupportedActionTargetNames()
public void setSupportedActionTargetNames(List<String> supportedActionTargetNames)
supportedActionTargetNames - list of action target names with special meaningpublic List<String> getSupportedGuards()
public void setSupportedGuards(List<String> supportedGuards)
supportedGuards - list of guards produced by this servicepublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.