| | |
| | | package safeluck.drive.evaluation.bean; |
| | | |
| | | import androidx.annotation.NonNull; |
| | | |
| | | import com.google.gson.JsonArray; |
| | | import com.google.gson.annotations.SerializedName; |
| | | |
| | | import org.json.JSONArray; |
| | | |
| | | import java.util.List; |
| | | |
| | | import safeluck.drive.evaluation.util.FileUtil; |
| | | |
| | | /** |
| | | * MyApplication2 |
| | |
| | | public void setXy(List<Double> xy) { |
| | | this.xy = xy; |
| | | } |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return "PointBean{" + |
| | | "xy=" + FileUtil.ListToString(xy) + |
| | | '}'; |
| | | } |
| | | } |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return "ExamMap{" + |
| | | "id=" + id + |
| | | ", item=" + item + |
| | | ", point=" + FileUtil.ListToString(point) + |
| | | '}'; |
| | | } |
| | | |
| | | } |