X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ves-agent%2Fsrc%2Fmain%2Fjava%2Forg%2Fcommscope%2Ftr069adapter%2Fvesagent%2Fmodel%2FHeartbeatFields.java;h=f3853b491df7995efc108267917aa49e454bc957;hb=641a6c47b4ee74412e9386b3c95693adda3cafc9;hp=c85edbe9a6f66b20bea6d1096d02c06a1e4f4f1d;hpb=8c7432b8380a355e89df05f070e7d88e599912fd;p=oam%2Ftr069-adapter.git diff --git a/ves-agent/src/main/java/org/commscope/tr069adapter/vesagent/model/HeartbeatFields.java b/ves-agent/src/main/java/org/commscope/tr069adapter/vesagent/model/HeartbeatFields.java index c85edbe..f3853b4 100644 --- a/ves-agent/src/main/java/org/commscope/tr069adapter/vesagent/model/HeartbeatFields.java +++ b/ves-agent/src/main/java/org/commscope/tr069adapter/vesagent/model/HeartbeatFields.java @@ -1,35 +1,11 @@ -/* - * ============LICENSE_START======================================================================== - * ONAP : tr-069-adapter - * ================================================================================================= - * Copyright (C) 2020 CommScope Inc Intellectual Property. - * ================================================================================================= - * This tr-069-adapter software file is distributed by CommScope Inc under the Apache License, - * Version 2.0 (the "License"); you may not use this file except in compliance with the License. You - * may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, - * either express or implied. See the License for the specific language governing permissions and - * limitations under the License. - * ===============LICENSE_END======================================================================= - */ - package org.commscope.tr069adapter.vesagent.model; import com.fasterxml.jackson.annotation.JsonInclude; -import java.io.Serializable; - @JsonInclude(JsonInclude.Include.NON_NULL) -public class HeartbeatFields implements Serializable { - /** - * - */ - private static final long serialVersionUID = -4654513718975538805L; - private String heartbeatFieldsVersion; - private int heartbeatInterval; +public class HeartbeatFields { + public String heartbeatFieldsVersion; + public int heartbeatInterval; public String getHeartbeatFieldsVersion() { return heartbeatFieldsVersion;