com.baidubce.services.iottimer.model
Class CreateIotTimerRequest
java.lang.Object
com.baidubce.model.AbstractBceRequest
com.baidubce.model.GenericAccountRequest
com.baidubce.services.iottimer.model.CreateIotTimerRequest
public class CreateIotTimerRequest
- extends GenericAccountRequest
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreateIotTimerRequest
public CreateIotTimerRequest()
getName
public String getName()
setName
public void setName(String name)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getPeriod
public long getPeriod()
setPeriod
public void setPeriod(long period)
getBeginAt
public long getBeginAt()
setBeginAt
public void setBeginAt(long beginAt)
getTimes
public long getTimes()
setTimes
public void setTimes(long times)
getEndpointName
public String getEndpointName()
setEndpointName
public void setEndpointName(String endpointName)
getTopic
public String getTopic()
setTopic
public void setTopic(String topic)
getMsg
public String getMsg()
setMsg
public void setMsg(String msg)
Copyright © 2018. All rights reserved.