Class SubscribeForm
- java.lang.Object
-
- br.com.anteros.mqtt.core.server.http.api.form.BaseForm
-
- br.com.anteros.mqtt.core.server.http.api.form.SubscribeForm
-
- All Implemented Interfaces:
Serializable
public class SubscribeForm extends BaseForm
订阅表单- Author:
- L.cm
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SubscribeForm()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetQos()voidsetQos(int qos)-
Methods inherited from class br.com.anteros.mqtt.core.server.http.api.form.BaseForm
getClientId, getTopic, setClientId, setTopic
-
-