Class MonetizationInfoDTO
java.lang.Object
org.wso2.am.integration.clients.admin.api.dto.MonetizationInfoDTO
MonetizationInfoDTO
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumFlag to indicate the monetization plan -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanFlag to indicate the monetization planMap of custom properties related to each monetization planinthashCode()monetizationPlan(MonetizationInfoDTO.MonetizationPlanEnum monetizationPlan) properties(Map<String, String> properties) voidsetMonetizationPlan(MonetizationInfoDTO.MonetizationPlanEnum monetizationPlan) voidsetProperties(Map<String, String> properties) toString()
-
Field Details
-
SERIALIZED_NAME_MONETIZATION_PLAN
- See Also:
-
SERIALIZED_NAME_PROPERTIES
- See Also:
-
-
Constructor Details
-
MonetizationInfoDTO
public MonetizationInfoDTO()
-
-
Method Details
-
monetizationPlan
public MonetizationInfoDTO monetizationPlan(MonetizationInfoDTO.MonetizationPlanEnum monetizationPlan) -
getMonetizationPlan
Flag to indicate the monetization plan- Returns:
- monetizationPlan
-
setMonetizationPlan
-
properties
-
getProperties
Map of custom properties related to each monetization plan- Returns:
- properties
-
setProperties
-
equals
-
hashCode
public int hashCode() -
toString
-