Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,6 @@ public class AdminSettingsId extends EntityId {
public AdminSettingsId() {
}

@Override
public AdminSettingsId entityType(@Nonnull EntityType entityType) {
this.setEntityType(entityType);
return this;
}

@Override
public AdminSettingsId id(@Nonnull UUID id) {
this.setId(id);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
package org.thingsboard.client.model;

import javax.annotation.Generated;
import javax.annotation.Nonnull;
import java.net.URLEncoder;
import java.nio.charset.StandardCharsets;
import java.util.StringJoiner;
Expand Down Expand Up @@ -54,12 +53,6 @@ public class AffectedTenantAdministratorsFilter extends UsersFilter {
public AffectedTenantAdministratorsFilter() {
}

@Override
public AffectedTenantAdministratorsFilter type(@Nonnull String type) {
this.setType(type);
return this;
}

/**
* Return true if this AffectedTenantAdministratorsFilter object is equal to o.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
package org.thingsboard.client.model;

import javax.annotation.Generated;
import javax.annotation.Nonnull;
import java.net.URLEncoder;
import java.nio.charset.StandardCharsets;
import java.util.StringJoiner;
Expand Down Expand Up @@ -54,12 +53,6 @@ public class AffectedUserFilter extends UsersFilter {
public AffectedUserFilter() {
}

@Override
public AffectedUserFilter type(@Nonnull String type) {
this.setType(type);
return this;
}

/**
* Return true if this AffectedUserFilter object is equal to o.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
package org.thingsboard.client.model;

import javax.annotation.Generated;
import javax.annotation.Nonnull;
import javax.annotation.Nullable;
import java.net.URLEncoder;
import java.nio.charset.StandardCharsets;
Expand Down Expand Up @@ -84,12 +83,6 @@ public void setFunction(@Nullable String function) {
}


@Override
public AggFunctionInput type(@Nonnull String type) {
this.setType(type);
return this;
}

/**
* Return true if this AggFunctionInput object is equal to o.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
package org.thingsboard.client.model;

import javax.annotation.Generated;
import javax.annotation.Nonnull;
import javax.annotation.Nullable;
import java.net.URLEncoder;
import java.nio.charset.StandardCharsets;
Expand Down Expand Up @@ -84,12 +83,6 @@ public void setKey(@Nullable String key) {
}


@Override
public AggKeyInput type(@Nonnull String type) {
this.setType(type);
return this;
}

/**
* Return true if this AggKeyInput object is equal to o.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
package org.thingsboard.client.model;

import javax.annotation.Generated;
import javax.annotation.Nonnull;
import javax.annotation.Nullable;
import java.net.URLEncoder;
import java.nio.charset.StandardCharsets;
Expand Down Expand Up @@ -88,12 +87,6 @@ public AiModelExportData calculatedFields(@Nullable List<CalculatedField> calcul
return this;
}

@Override
public AiModelExportData entityType(@Nonnull EntityType entityType) {
this.setEntityType(entityType);
return this;
}

/**
* Return true if this AiModelExportData object is equal to o.
*/
Expand Down
6 changes: 0 additions & 6 deletions ce/src/main/java/org/thingsboard/client/model/AiModelId.java
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,6 @@ public class AiModelId extends EntityId {
public AiModelId() {
}

@Override
public AiModelId entityType(@Nonnull EntityType entityType) {
this.setEntityType(entityType);
return this;
}

@Override
public AiModelId id(@Nonnull UUID id) {
this.setId(id);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -214,12 +214,6 @@ public void setNotifyOn(@Nonnull Set<Action> notifyOn) {
}


@Override
public AlarmAssignmentNotificationRuleTriggerConfig triggerType(@Nonnull NotificationRuleTriggerType triggerType) {
this.setTriggerType(triggerType);
return this;
}

/**
* Return true if this AlarmAssignmentNotificationRuleTriggerConfig object is equal to o.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

import javax.annotation.Generated;
import javax.annotation.Nonnull;
import javax.annotation.Nullable;
import java.net.URLEncoder;
import java.nio.charset.StandardCharsets;
import java.util.StringJoiner;
Expand Down Expand Up @@ -96,12 +95,6 @@ public void setTargets(@Nonnull List<UUID> targets) {
}


@Override
public AlarmAssignmentRecipientsConfig triggerType(@Nullable NotificationRuleTriggerType triggerType) {
this.setTriggerType(triggerType);
return this;
}

/**
* Return true if this AlarmAssignmentRecipientsConfig object is equal to o.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -295,12 +295,6 @@ public AlarmCalculatedFieldConfiguration output(@Nullable Output output) {
return this;
}

@Override
public AlarmCalculatedFieldConfiguration type(@Nonnull String type) {
this.setType(type);
return this;
}

/**
* Return true if this AlarmCalculatedFieldConfiguration object is equal to o.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
package org.thingsboard.client.model;

import javax.annotation.Generated;
import javax.annotation.Nonnull;
import javax.annotation.Nullable;
import java.net.URLEncoder;
import java.nio.charset.StandardCharsets;
Expand Down Expand Up @@ -233,12 +232,6 @@ public void setNotifyOnCommentUpdate(@Nullable Boolean notifyOnCommentUpdate) {
}


@Override
public AlarmCommentNotificationRuleTriggerConfig triggerType(@Nonnull NotificationRuleTriggerType triggerType) {
this.setTriggerType(triggerType);
return this;
}

/**
* Return true if this AlarmCommentNotificationRuleTriggerConfig object is equal to o.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

import javax.annotation.Generated;
import javax.annotation.Nonnull;
import javax.annotation.Nullable;
import java.net.URLEncoder;
import java.nio.charset.StandardCharsets;
import java.util.StringJoiner;
Expand Down Expand Up @@ -96,12 +95,6 @@ public void setTargets(@Nonnull List<UUID> targets) {
}


@Override
public AlarmCommentRecipientsConfig triggerType(@Nullable NotificationRuleTriggerType triggerType) {
this.setTriggerType(triggerType);
return this;
}

/**
* Return true if this AlarmCommentRecipientsConfig object is equal to o.
*/
Expand Down
6 changes: 0 additions & 6 deletions ce/src/main/java/org/thingsboard/client/model/AlarmId.java
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,6 @@ public class AlarmId extends EntityId {
public AlarmId() {
}

@Override
public AlarmId entityType(@Nonnull EntityType entityType) {
this.setEntityType(entityType);
return this;
}

@Override
public AlarmId id(@Nonnull UUID id) {
this.setId(id);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -205,12 +205,6 @@ public void setClearRule(@Nullable ClearRule clearRule) {
}


@Override
public AlarmNotificationRuleTriggerConfig triggerType(@Nonnull NotificationRuleTriggerType triggerType) {
this.setTriggerType(triggerType);
return this;
}

/**
* Return true if this AlarmNotificationRuleTriggerConfig object is equal to o.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
package org.thingsboard.client.model;

import javax.annotation.Generated;
import javax.annotation.Nonnull;
import java.net.URLEncoder;
import java.nio.charset.StandardCharsets;
import java.util.StringJoiner;
Expand Down Expand Up @@ -54,12 +53,6 @@ public class AlarmRuleAnyTimeSchedule extends AlarmRuleSchedule {
public AlarmRuleAnyTimeSchedule() {
}

@Override
public AlarmRuleAnyTimeSchedule type(@Nonnull String type) {
this.setType(type);
return this;
}

/**
* Return true if this AlarmRuleAnyTimeSchedule object is equal to o.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,6 @@ public void setValue(@Nonnull AlarmConditionValueBoolean value) {
}


@Override
public AlarmRuleBooleanFilterPredicate type(@Nonnull String type) {
this.setType(type);
return this;
}

/**
* Return true if this AlarmRuleBooleanFilterPredicate object is equal to o.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
package org.thingsboard.client.model;

import javax.annotation.Generated;
import javax.annotation.Nonnull;
import javax.annotation.Nullable;
import java.net.URLEncoder;
import java.nio.charset.StandardCharsets;
Expand Down Expand Up @@ -124,12 +123,6 @@ public void setPredicates(@Nullable List<AlarmRuleKeyFilterPredicate> predicates
}


@Override
public AlarmRuleComplexFilterPredicate type(@Nonnull String type) {
this.setType(type);
return this;
}

/**
* Return true if this AlarmRuleComplexFilterPredicate object is equal to o.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
package org.thingsboard.client.model;

import javax.annotation.Generated;
import javax.annotation.Nonnull;
import javax.annotation.Nullable;
import java.net.URLEncoder;
import java.nio.charset.StandardCharsets;
Expand Down Expand Up @@ -124,12 +123,6 @@ public void setTimezone(@Nullable String timezone) {
}


@Override
public AlarmRuleCustomTimeSchedule type(@Nonnull String type) {
this.setType(type);
return this;
}

/**
* Return true if this AlarmRuleCustomTimeSchedule object is equal to o.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,6 @@ public AlarmRuleDurationCondition schedule(@Nullable AlarmConditionValueAlarmRul
return this;
}

@Override
public AlarmRuleDurationCondition type(@Nonnull String type) {
this.setType(type);
return this;
}

/**
* Return true if this AlarmRuleDurationCondition object is equal to o.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,6 @@ public void setUnit(@Nonnull TimeUnit unit) {
}


@Override
public AlarmRuleNoDataFilterPredicate type(@Nonnull String type) {
this.setType(type);
return this;
}

/**
* Return true if this AlarmRuleNoDataFilterPredicate object is equal to o.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,6 @@ public void setValue(@Nonnull AlarmConditionValueDouble value) {
}


@Override
public AlarmRuleNumericFilterPredicate type(@Nonnull String type) {
this.setType(type);
return this;
}

/**
* Return true if this AlarmRuleNumericFilterPredicate object is equal to o.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,6 @@ public AlarmRuleRepeatingCondition schedule(@Nullable AlarmConditionValueAlarmRu
return this;
}

@Override
public AlarmRuleRepeatingCondition type(@Nonnull String type) {
this.setType(type);
return this;
}

/**
* Return true if this AlarmRuleRepeatingCondition object is equal to o.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,6 @@ public AlarmRuleSimpleCondition schedule(@Nullable AlarmConditionValueAlarmRuleS
return this;
}

@Override
public AlarmRuleSimpleCondition type(@Nonnull String type) {
this.setType(type);
return this;
}

/**
* Return true if this AlarmRuleSimpleCondition object is equal to o.
*/
Expand Down
Loading
Loading