public class APIMonetizationInfoDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ENABLED |
static String |
SERIALIZED_NAME_PROPERTIES |
| Constructor and Description |
|---|
APIMonetizationInfoDTO() |
| Modifier and Type | Method and Description |
|---|---|
APIMonetizationInfoDTO |
enabled(Boolean enabled) |
boolean |
equals(Object o) |
Map<String,String> |
getProperties()
Map of custom properties related to monetization
|
int |
hashCode() |
Boolean |
isEnabled()
Flag to indicate the monetization status
|
APIMonetizationInfoDTO |
properties(Map<String,String> properties) |
void |
setEnabled(Boolean enabled) |
void |
setProperties(Map<String,String> properties) |
String |
toString() |
public static final String SERIALIZED_NAME_ENABLED
public static final String SERIALIZED_NAME_PROPERTIES
public APIMonetizationInfoDTO enabled(Boolean enabled)
public Boolean isEnabled()
public void setEnabled(Boolean enabled)
public APIMonetizationInfoDTO properties(Map<String,String> properties)
@Nullable public Map<String,String> getProperties()
Copyright © 2021 WSO2 Inc. All rights reserved.