Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. @ApiModelProperty(value = "Сенсоры устройства", example = "{"BATTERY":67, "VOLUME":50, "AIRPLANE":false, "ALARM":true, "CHARGE":false, "MUTE":false, "SCREEN":true, "WIFI":true, "LOCATION": {"latitude":55.78409222171274,"precision":65.0,"time":"2017-09-29T14:55:00Z","detectionTechnology":"GPS","msisdn":"79851620850","deviceId":"28255923","longitude":37.62893324268332}}")
  2.  
  3. example: "{"BATTERY":67, "VOLUME":50, "AIRPLANE":false, "ALARM":true,
  4. "CHARGE":false, "MUTE":false, "SCREEN":true, "WIFI":true, "LOCATION"
  5. : {"latitude":55.78409222171274,"precision":65.0,"time":"2017-09-29T14:55:00Z"
  6. ,"detectionTechnology":"GPS","msisdn":"79851620850","deviceId"
  7. :"28255923","longitude":37.62893324268332}}"
  8.  
  9. @ApiModelProperty(example = ""{\"BATTERY\":67, \"VOLUME\":50, \"AIRPLANE\":false, \"ALARM\":true, \"CHARGE\":false, \"MUTE\":false, \"SCREEN\":true, \"WIFI\":true, \"LOCATION\": {\"latitude\":55.78409222171274,\"precision\":65.0,\"time\":\"2017-09-29T14:55:00Z\",\"detectionTechnology\":\"GPS\",\"msisdn\":\"79851620850\",\"deviceId\":\"28255923\",\"longitude\":37.62893324268332}}"", value = "Сенсоры устройства")
  10.  
  11. "sensors" : "{\"BATTERY\":67, \"VOLUME\":50, \"AIRPLANE\":false, \"ALARM\":true, \"CHARGE\":false, \"MUTE\":false, \"SCREEN\":true, \"WIFI\":true, \"LOCATION\": {\"latitude\":55.78409222171274,\"precision\":65.0,\"time\":\"2017-09-29T14:55:00Z\",\"detectionTechnology\":\"GPS\",\"msisdn\":\"79851620850\",\"deviceId\":\"28255923\",\"longitude\":37.62893324268332}}"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement