📄 readerdevicereply.java
字号:
public NotificationChannelListReturnType getGetAllNotificationChannels() {
return getAllNotificationChannels;
}
/**
* Sets the value of the getAllNotificationChannels property.
*
* @param value
* allowed object is
* {@link NotificationChannelListReturnType }
*
*/
public void setGetAllNotificationChannels(NotificationChannelListReturnType value) {
this.getAllNotificationChannels = value;
}
/**
* Gets the value of the removeTriggers property.
*
* @return
* possible object is
* {@link NoParamType }
*
*/
public NoParamType getRemoveTriggers() {
return removeTriggers;
}
/**
* Sets the value of the removeTriggers property.
*
* @param value
* allowed object is
* {@link NoParamType }
*
*/
public void setRemoveTriggers(NoParamType value) {
this.removeTriggers = value;
}
/**
* Gets the value of the removeAllTriggers property.
*
* @return
* possible object is
* {@link NoParamType }
*
*/
public NoParamType getRemoveAllTriggers() {
return removeAllTriggers;
}
/**
* Sets the value of the removeAllTriggers property.
*
* @param value
* allowed object is
* {@link NoParamType }
*
*/
public void setRemoveAllTriggers(NoParamType value) {
this.removeAllTriggers = value;
}
/**
* Gets the value of the getTrigger property.
*
* @return
* possible object is
* {@link TriggerReturnType }
*
*/
public TriggerReturnType getGetTrigger() {
return getTrigger;
}
/**
* Sets the value of the getTrigger property.
*
* @param value
* allowed object is
* {@link TriggerReturnType }
*
*/
public void setGetTrigger(TriggerReturnType value) {
this.getTrigger = value;
}
/**
* Gets the value of the getAllTriggers property.
*
* @return
* possible object is
* {@link TriggerListReturnType }
*
*/
public TriggerListReturnType getGetAllTriggers() {
return getAllTriggers;
}
/**
* Sets the value of the getAllTriggers property.
*
* @param value
* allowed object is
* {@link TriggerListReturnType }
*
*/
public void setGetAllTriggers(TriggerListReturnType value) {
this.getAllTriggers = value;
}
/**
* Gets the value of the removeTagSelectors property.
*
* @return
* possible object is
* {@link NoParamType }
*
*/
public NoParamType getRemoveTagSelectors() {
return removeTagSelectors;
}
/**
* Sets the value of the removeTagSelectors property.
*
* @param value
* allowed object is
* {@link NoParamType }
*
*/
public void setRemoveTagSelectors(NoParamType value) {
this.removeTagSelectors = value;
}
/**
* Gets the value of the removeAllTagSelectors property.
*
* @return
* possible object is
* {@link NoParamType }
*
*/
public NoParamType getRemoveAllTagSelectors() {
return removeAllTagSelectors;
}
/**
* Sets the value of the removeAllTagSelectors property.
*
* @param value
* allowed object is
* {@link NoParamType }
*
*/
public void setRemoveAllTagSelectors(NoParamType value) {
this.removeAllTagSelectors = value;
}
/**
* Gets the value of the getTagSelector property.
*
* @return
* possible object is
* {@link TagSelectorReturnType }
*
*/
public TagSelectorReturnType getGetTagSelector() {
return getTagSelector;
}
/**
* Sets the value of the getTagSelector property.
*
* @param value
* allowed object is
* {@link TagSelectorReturnType }
*
*/
public void setGetTagSelector(TagSelectorReturnType value) {
this.getTagSelector = value;
}
/**
* Gets the value of the getAllTagSelectors property.
*
* @return
* possible object is
* {@link TagSelectorListReturnType }
*
*/
public TagSelectorListReturnType getGetAllTagSelectors() {
return getAllTagSelectors;
}
/**
* Sets the value of the getAllTagSelectors property.
*
* @param value
* allowed object is
* {@link TagSelectorListReturnType }
*
*/
public void setGetAllTagSelectors(TagSelectorListReturnType value) {
this.getAllTagSelectors = value;
}
/**
* Gets the value of the removeTagFields property.
*
* @return
* possible object is
* {@link NoParamType }
*
*/
public NoParamType getRemoveTagFields() {
return removeTagFields;
}
/**
* Sets the value of the removeTagFields property.
*
* @param value
* allowed object is
* {@link NoParamType }
*
*/
public void setRemoveTagFields(NoParamType value) {
this.removeTagFields = value;
}
/**
* Gets the value of the removeAllTagFields property.
*
* @return
* possible object is
* {@link NoParamType }
*
*/
public NoParamType getRemoveAllTagFields() {
return removeAllTagFields;
}
/**
* Sets the value of the removeAllTagFields property.
*
* @param value
* allowed object is
* {@link NoParamType }
*
*/
public void setRemoveAllTagFields(NoParamType value) {
this.removeAllTagFields = value;
}
/**
* Gets the value of the getTagField property.
*
* @return
* possible object is
* {@link TagFieldReturnType }
*
*/
public TagFieldReturnType getGetTagField() {
return getTagField;
}
/**
* Sets the value of the getTagField property.
*
* @param value
* allowed object is
* {@link TagFieldReturnType }
*
*/
public void setGetTagField(TagFieldReturnType value) {
this.getTagField = value;
}
/**
* Gets the value of the getAllTagFields property.
*
* @return
* possible object is
* {@link TagFieldListReturnType }
*
*/
public TagFieldListReturnType getGetAllTagFields() {
return getAllTagFields;
}
/**
* Sets the value of the getAllTagFields property.
*
* @param value
* allowed object is
* {@link TagFieldListReturnType }
*
*/
public void setGetAllTagFields(TagFieldListReturnType value) {
this.getAllTagFields = value;
}
/**
* Gets the value of the resetToDefaultSettings property.
*
* @return
* possible object is
* {@link NoParamType }
*
*/
public NoParamType getResetToDefaultSettings() {
return resetToDefaultSettings;
}
/**
* Sets the value of the resetToDefaultSettings property.
*
* @param value
* allowed object is
* {@link NoParamType }
*
*/
public void setResetToDefaultSettings(NoParamType value) {
this.resetToDefaultSettings = value;
}
/**
* Gets the value of the reboot property.
*
* @return
* possible object is
* {@link NoParamType }
*
*/
public NoParamType getReboot() {
return reboot;
}
/**
* Sets the value of the reboot property.
*
* @param value
* allowed object is
* {@link NoParamType }
*
*/
public void setReboot(NoParamType value) {
this.reboot = value;
}
/**
* Gets the value of the goodbye property.
*
* @return
* possible object is
* {@link NoParamType }
*
*/
public NoParamType getGoodbye() {
return goodbye;
}
/**
* Sets the value of the goodbye property.
*
* @param value
* allowed object is
* {@link NoParamType }
*
*/
public void setGoodbye(NoParamType value) {
this.goodbye = value;
}
/**
* Gets the value of the getReadPoint property.
*
* @return
* possible object is
* {@link ReadPointReturnType }
*
*/
public ReadPointReturnType getGetReadPoint() {
return getReadPoint;
}
/**
* Sets the value of the getReadPoint property.
*
* @param value
* allowed object is
* {@link ReadPointReturnType }
*
*/
public void setGetReadPoint(ReadPointReturnType value) {
this.getReadPoint = value;
}
/**
* Gets the value of the getAllReadPoints property.
*
* @return
* possible object is
* {@link ReadPointListReturnType }
*
*/
public ReadPointListReturnType getGetAllReadPoints() {
return getAllReadPoints;
}
/**
* Sets the value of the getAllReadPoints property.
*
* @param value
* allowed object is
* {@link ReadPointListReturnType }
*
*/
public void setGetAllReadPoints(ReadPointListReturnType value) {
this.getAllReadPoints = value;
}
/**
* Gets the value of the any property.
*
* @return
* possible object is
* {@link Element }
* {@link Object }
*
*/
public Object getAny() {
return any;
}
/**
* Sets the value of the any property.
*
* @param value
* allowed object is
* {@link Element }
* {@link Object }
*
*/
public void setAny(Object value) {
this.any = value;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -