Class MonetizationAttributeDTO
java.lang.Object
org.wso2.am.integration.clients.publisher.api.v1.dto.MonetizationAttributeDTO
MonetizationAttributeDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) displayName(String displayName) booleanDefault value of the attributeDescription of the attributeDisplay name of the attributegetName()Name of the attributeinthashCode()isHidden()Is attribute hiddenIs attribute requiredvoidsetDefault(String _default) voidsetDescription(String description) voidsetDisplayName(String displayName) voidvoidvoidsetRequired(Boolean required) toString()
-
Field Details
-
SERIALIZED_NAME_REQUIRED
- See Also:
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_DISPLAY_NAME
- See Also:
-
SERIALIZED_NAME_DESCRIPTION
- See Also:
-
SERIALIZED_NAME_HIDDEN
- See Also:
-
SERIALIZED_NAME_DEFAULT
- See Also:
-
-
Constructor Details
-
MonetizationAttributeDTO
public MonetizationAttributeDTO()
-
-
Method Details
-
required
-
isRequired
Is attribute required- Returns:
- required
-
setRequired
-
name
-
getName
Name of the attribute- Returns:
- name
-
setName
-
displayName
-
getDisplayName
Display name of the attribute- Returns:
- displayName
-
setDisplayName
-
description
-
getDescription
Description of the attribute- Returns:
- description
-
setDescription
-
isHidden
Is attribute hidden- Returns:
- hidden
-
setHidden
-
_default
-
getDefault
Default value of the attribute- Returns:
- _default
-
setDefault
-
equals
-
hashCode
public int hashCode() -
toString
-