Ref: cleanup, organise packages
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package com.sheepit.client.datamodel.server;
|
||||
|
||||
import lombok.Data;
|
||||
import lombok.ToString;
|
||||
import org.simpleframework.xml.Attribute;
|
||||
import org.simpleframework.xml.Root;
|
||||
|
||||
@Root(strict = false, name = "result") @Data @ToString public class SpeedTestTargetResult {
|
||||
|
||||
@Attribute private String target;
|
||||
|
||||
@Attribute private Long speed;
|
||||
|
||||
@Attribute private Integer ping;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user