com.baidubce.services.iottimer.model
Class UpdateIotTimerRequest

java.lang.Object
  extended by com.baidubce.model.AbstractBceRequest
      extended by com.baidubce.model.GenericAccountRequest
          extended by com.baidubce.services.iottimer.model.UpdateIotTimerRequest

public class UpdateIotTimerRequest
extends GenericAccountRequest


Constructor Summary
UpdateIotTimerRequest()
           
 
Method Summary
 String getDescription()
           
 String getEndpointName()
           
 String getMsg()
           
 String getName()
           
 long getPeriod()
           
 long getTimes()
           
 String getTopic()
           
 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)
           
 
Methods inherited from class com.baidubce.model.GenericAccountRequest
withRequestCredentials
 
Methods inherited from class com.baidubce.model.AbstractBceRequest
getRequestCredentials, setRequestCredentials
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateIotTimerRequest

public UpdateIotTimerRequest()
Method Detail

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.