Added missing JsonIgnore after refactoring
This commit is contained in:
parent
87a27e95ef
commit
02bf78e681
@ -15,8 +15,11 @@
|
|||||||
*/
|
*/
|
||||||
package org.thingsboard.server.common.data.cf.configuration;
|
package org.thingsboard.server.common.data.cf.configuration;
|
||||||
|
|
||||||
|
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||||
|
|
||||||
public interface ScheduleSupportedCalculatedFieldConfiguration extends CalculatedFieldConfiguration {
|
public interface ScheduleSupportedCalculatedFieldConfiguration extends CalculatedFieldConfiguration {
|
||||||
|
|
||||||
|
@JsonIgnore
|
||||||
boolean isScheduledUpdateEnabled();
|
boolean isScheduledUpdateEnabled();
|
||||||
|
|
||||||
int getScheduledUpdateIntervalSec();
|
int getScheduledUpdateIntervalSec();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user