Class AIServiceProviderEndpointConfigurationDTO
java.lang.Object
org.wso2.am.integration.clients.publisher.api.v1.dto.AIServiceProviderEndpointConfigurationDTO
AIServiceProviderEndpointConfigurationDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionauthenticationConfiguration(AIServiceProviderEndpointAuthenticationConfigurationDTO authenticationConfiguration) authHeader(String authHeader) authQueryParameter(String authQueryParameter) booleanGet authenticationConfigurationGet authHeaderGet authQueryParameterinthashCode()voidsetAuthenticationConfiguration(AIServiceProviderEndpointAuthenticationConfigurationDTO authenticationConfiguration) voidsetAuthHeader(String authHeader) voidsetAuthQueryParameter(String authQueryParameter) toString()
-
Field Details
-
SERIALIZED_NAME_AUTHENTICATION_CONFIGURATION
- See Also:
-
SERIALIZED_NAME_AUTH_HEADER
- See Also:
-
SERIALIZED_NAME_AUTH_QUERY_PARAMETER
- See Also:
-
-
Constructor Details
-
AIServiceProviderEndpointConfigurationDTO
public AIServiceProviderEndpointConfigurationDTO()
-
-
Method Details
-
authenticationConfiguration
public AIServiceProviderEndpointConfigurationDTO authenticationConfiguration(AIServiceProviderEndpointAuthenticationConfigurationDTO authenticationConfiguration) -
getAuthenticationConfiguration
@Nullable public AIServiceProviderEndpointAuthenticationConfigurationDTO getAuthenticationConfiguration()Get authenticationConfiguration- Returns:
- authenticationConfiguration
-
setAuthenticationConfiguration
public void setAuthenticationConfiguration(AIServiceProviderEndpointAuthenticationConfigurationDTO authenticationConfiguration) -
authHeader
-
getAuthHeader
Get authHeader- Returns:
- authHeader
-
setAuthHeader
-
authQueryParameter
-
getAuthQueryParameter
Get authQueryParameter- Returns:
- authQueryParameter
-
setAuthQueryParameter
-
equals
-
hashCode
public int hashCode() -
toString
-