public class DeleteTimeseriesRequest
extends Object
implements Serializable
| Constructor and Description |
|---|
DeleteTimeseriesRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteTimeseriesRequest |
entity(String entity) |
boolean |
equals(Object o) |
DeleteTimeseriesRequest |
from(String from) |
String |
getEntity()
Get entity
|
String |
getFrom()
Get from
|
String |
getPropertysetname()
Get propertysetname
|
String |
getTo()
Get to
|
int |
hashCode() |
DeleteTimeseriesRequest |
propertysetname(String propertysetname) |
void |
setEntity(String entity) |
void |
setFrom(String from) |
void |
setPropertysetname(String propertysetname) |
void |
setTo(String to) |
DeleteTimeseriesRequest |
to(String to) |
String |
toString() |
public DeleteTimeseriesRequest from(String from)
public String getFrom()
public void setFrom(String from)
public DeleteTimeseriesRequest to(String to)
public String getTo()
public void setTo(String to)
public DeleteTimeseriesRequest entity(String entity)
public String getEntity()
public void setEntity(String entity)
public DeleteTimeseriesRequest propertysetname(String propertysetname)
public String getPropertysetname()
public void setPropertysetname(String propertysetname)
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object