public class WaterDischarge extends AbstractRegionTimeAndValueModel<String,Integer,String>
Model for water discharge data.
| Constructor and Description |
|---|
WaterDischarge()
Default constructor.
|
WaterDischarge(String region,
Integer recipient,
Integer year,
List<ValueNode<String>> values)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static Map<String,Collection<String>> |
getInputs()
Get the available codes and their respective values for the water discharge data
from the API.
|
Integer |
getRecipient()
Getter for recipient.
|
int |
hashCode() |
void |
setRecipient(Integer recipient)
Setter for recipient.
|
String |
toString() |
getRegion, setRegiongetTime, setTimegetValue, getValues, setValue, setValuespublic Integer getRecipient()
Getter for recipient.
public void setRecipient(Integer recipient)
Setter for recipient.
recipient - the recipientpublic int hashCode()
hashCode in class AbstractRegionTimeAndValueModel<String,Integer,String>public boolean equals(Object obj)
equals in class AbstractRegionTimeAndValueModel<String,Integer,String>public String toString()
toString in class AbstractRegionTimeAndValueModel<String,Integer,String>public static Map<String,Collection<String>> getInputs()
Get the available codes and their respective values for the water discharge data from the API.
Copyright © 2017. All rights reserved.