public class CreateIotTimerRequest extends GenericAccountRequest
| Constructor and Description |
|---|
CreateIotTimerRequest() |
| Modifier and Type | Method and Description |
|---|---|
long |
getBeginAt() |
String |
getDescription() |
String |
getEndpointName() |
String |
getMsg() |
String |
getName() |
long |
getPeriod() |
long |
getTimes() |
String |
getTopic() |
void |
setBeginAt(long beginAt) |
void |
setDescription(String description) |
void |
setEndpointName(String endpointName) |
void |
setMsg(String msg) |
void |
setName(String name) |
void |
setPeriod(long period) |
void |
setTimes(long times) |
void |
setTopic(String topic) |
withRequestCredentialsgetRequestCredentials, setRequestCredentialspublic String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public long getPeriod()
public void setPeriod(long period)
public long getBeginAt()
public void setBeginAt(long beginAt)
public long getTimes()
public void setTimes(long times)
public String getEndpointName()
public void setEndpointName(String endpointName)
public String getTopic()
public void setTopic(String topic)
public String getMsg()
public void setMsg(String msg)
Copyright © 2023. All rights reserved.