Class SubtypeConfigurationDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.publisher.api.v1.dto.SubtypeConfigurationDTO
-
public class SubtypeConfigurationDTO extends Object
Configuration settings for the subtype
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CONFIGURATIONstatic StringSERIALIZED_NAME_SUBTYPE
-
Constructor Summary
Constructors Constructor Description SubtypeConfigurationDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SubtypeConfigurationDTO_configuration(Object _configuration)booleanequals(Object o)ObjectgetConfiguration()Specific configuration properties related to the subtype.StringgetSubtype()The designated name of the subtype.inthashCode()voidsetConfiguration(Object _configuration)voidsetSubtype(String subtype)SubtypeConfigurationDTOsubtype(String subtype)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_SUBTYPE
public static final String SERIALIZED_NAME_SUBTYPE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CONFIGURATION
public static final String SERIALIZED_NAME_CONFIGURATION
- See Also:
- Constant Field Values
-
-
Method Detail
-
subtype
public SubtypeConfigurationDTO subtype(String subtype)
-
getSubtype
@Nullable public String getSubtype()
The designated name of the subtype.- Returns:
- subtype
-
setSubtype
public void setSubtype(String subtype)
-
_configuration
public SubtypeConfigurationDTO _configuration(Object _configuration)
-
getConfiguration
@Nullable public Object getConfiguration()
Specific configuration properties related to the subtype.- Returns:
- _configuration
-
setConfiguration
public void setConfiguration(Object _configuration)
-
-