Package io.micronaut.serde.data
Class Users1.User
java.lang.Object
io.micronaut.serde.data.Users1.User
- Enclosing class:
 - Users1
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionintintbooleandoubledouble - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
_id
 - 
index
public int index - 
guid
 - 
isActive
public boolean isActive - 
balance
 - 
picture
 - 
age
public int age - 
eyeColor
 - 
name
 - 
gender
 - 
company
 - 
email
 - 
phone
 - 
address
 - 
about
 - 
registered
 - 
latitude
public double latitude - 
longitude
public double longitude - 
tags
 - 
friends
 - 
greeting
 - 
favoriteFruit
 
 - 
 - 
Constructor Details
- 
User
public User() 
 - 
 - 
Method Details