com.baidubce.services.iottimer.model
Class UpdateIotTimerRequest
java.lang.Object
com.baidubce.model.AbstractBceRequest
com.baidubce.model.GenericAccountRequest
com.baidubce.services.iottimer.model.UpdateIotTimerRequest
public class UpdateIotTimerRequest
- extends GenericAccountRequest
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UpdateIotTimerRequest
public UpdateIotTimerRequest()
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)
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.