Class SubtypeConfigurationDTO
java.lang.Object
org.wso2.am.integration.clients.publisher.api.v1.dto.SubtypeConfigurationDTO
Configuration settings for the subtype
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription_configuration(Object _configuration) booleanSpecific configuration properties related to the subtype.The designated name of the subtype.inthashCode()voidsetConfiguration(Object _configuration) voidsetSubtype(String subtype) toString()
-
Field Details
-
SERIALIZED_NAME_SUBTYPE
- See Also:
-
SERIALIZED_NAME_CONFIGURATION
- See Also:
-
-
Constructor Details
-
SubtypeConfigurationDTO
public SubtypeConfigurationDTO()
-
-
Method Details
-
subtype
-
getSubtype
The designated name of the subtype.- Returns:
- subtype
-
setSubtype
-
_configuration
-
getConfiguration
Specific configuration properties related to the subtype.- Returns:
- _configuration
-
setConfiguration
-
equals
-
hashCode
public int hashCode() -
toString
-