probe model
This commit is contained in:
parent
5d55239309
commit
becee0d2a4
4
pom.xml
4
pom.xml
|
@ -68,7 +68,7 @@
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<!-- <plugin>
|
||||||
<groupId>cz.habarta.typescript-generator</groupId>
|
<groupId>cz.habarta.typescript-generator</groupId>
|
||||||
<artifactId>typescript-generator-maven-plugin</artifactId>
|
<artifactId>typescript-generator-maven-plugin</artifactId>
|
||||||
<version>1.25.322</version>
|
<version>1.25.322</version>
|
||||||
|
@ -89,7 +89,7 @@
|
||||||
<outputKind>module</outputKind>
|
<outputKind>module</outputKind>
|
||||||
<outputFileType>implementationFile</outputFileType>
|
<outputFileType>implementationFile</outputFileType>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin> -->
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
</project>
|
</project>
|
|
@ -25,7 +25,7 @@ public class Probe {
|
||||||
private String cidr;
|
private String cidr;
|
||||||
private Date authorizeDate;
|
private Date authorizeDate;
|
||||||
private Member authorizeMember;
|
private Member authorizeMember;
|
||||||
private int targetCount = 0;
|
// private int targetCount = 0;
|
||||||
|
|
||||||
|
|
||||||
public Probe() {
|
public Probe() {
|
||||||
|
@ -145,14 +145,14 @@ public class Probe {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@Column(name = "TARGET_COUNT", nullable = false)
|
// @Column(name = "TARGET_COUNT", nullable = false)
|
||||||
public int getTargetCount() {
|
// public int getTargetCount() {
|
||||||
return targetCount;
|
// return targetCount;
|
||||||
}
|
// }
|
||||||
|
|
||||||
public void setTargetCount(int targetCount) {
|
// public void setTargetCount(int targetCount) {
|
||||||
this.targetCount = targetCount;
|
// this.targetCount = targetCount;
|
||||||
}
|
// }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user