public class DeleteUpdatedTimeseriesRequest
extends Object
implements Serializable
Constructor and Description |
---|
DeleteUpdatedTimeseriesRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteUpdatedTimeseriesRequest |
entityId(String entityId) |
boolean |
equals(Object o) |
DeleteUpdatedTimeseriesRequest |
from(String from) |
String |
getEntityId()
Get entityId
|
String |
getFrom()
Get from
|
String |
getPropertySetName()
Get propertySetName
|
String |
getTo()
Get to
|
int |
hashCode() |
DeleteUpdatedTimeseriesRequest |
propertySetName(String propertySetName) |
void |
setEntityId(String entityId) |
void |
setFrom(String from) |
void |
setPropertySetName(String propertySetName) |
void |
setTo(String to) |
DeleteUpdatedTimeseriesRequest |
to(String to) |
String |
toString() |
public DeleteUpdatedTimeseriesRequest propertySetName(String propertySetName)
public String getPropertySetName()
public void setPropertySetName(String propertySetName)
public DeleteUpdatedTimeseriesRequest entityId(String entityId)
public String getEntityId()
public void setEntityId(String entityId)
public DeleteUpdatedTimeseriesRequest from(String from)
public String getFrom()
public void setFrom(String from)
public DeleteUpdatedTimeseriesRequest to(String to)
public String getTo()
public void setTo(String to)
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object