@@ -5,10 +5,6 @@ import lombok.ToString;
|
||||
import org.simpleframework.xml.Attribute;
|
||||
import org.simpleframework.xml.Root;
|
||||
|
||||
@Root(strict = false, name = "keepmealive")
|
||||
@ToString
|
||||
public class HeartBeatInfos {
|
||||
@Attribute
|
||||
@Getter
|
||||
private int status;
|
||||
@Root(strict = false, name = "keepmealive") @ToString public class HeartBeatInfos {
|
||||
@Attribute @Getter private int status;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user