объекты для ссылок
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package _VisualDVM.ProjectData.SapforData.Arrays;
|
||||
import com.google.gson.annotations.Expose;
|
||||
|
||||
import java.util.List;
|
||||
public class ArrayLinkJson {
|
||||
@Expose
|
||||
public long id;
|
||||
@Expose
|
||||
public List<Long> links;
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
package _VisualDVM.ProjectData.SapforData.Arrays;
|
||||
import com.google.gson.annotations.Expose;
|
||||
|
||||
import java.util.List;
|
||||
public class ArrayLinksJson {
|
||||
@Expose
|
||||
public List<ArrayLinkJson> allLinks;
|
||||
}
|
||||
Reference in New Issue
Block a user