Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
geomultisens
gms-aux
Commits
80d2d5ce
Commit
80d2d5ce
authored
Aug 08, 2017
by
Daniel Eggert
Browse files
added toString
parent
59484e86
Changes
1
Hide whitespace changes
Inline
Side-by-side
usgs-api/src/main/java/de/potsdam/gfz/usgsapi/json/datamodels/InventoryScene.java
View file @
80d2d5ce
...
...
@@ -71,4 +71,8 @@ public class InventoryScene {
*/
public
String
summary
;
@Override
public
String
toString
()
{
return
"entityid("
+
entityId
+
"), acquisitiondate("
+
acquisitionDate
+
"), summary("
+
summary
+
")"
;
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment