public class APIRevenueDTO extends Object
| Constructor and Description |
|---|
APIRevenueDTO() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Map<String,String> |
getProperties()
Map of custom properties related to API revenue
|
int |
hashCode() |
APIRevenueDTO |
properties(Map<String,String> properties) |
APIRevenueDTO |
putPropertiesItem(String key,
String propertiesItem) |
void |
setProperties(Map<String,String> properties) |
String |
toString() |
public APIRevenueDTO properties(Map<String,String> properties)
public APIRevenueDTO putPropertiesItem(String key, String propertiesItem)
public Map<String,String> getProperties()
Copyright © 2020 WSO2 Inc. All rights reserved.