models
GeoLocation
Related Doc:
package models
class
GeoLocation
extends
Model
Linear Supertypes
Model
,
Serializable
,
Unique
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
GeoLocation
Model
Serializable
Unique
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
GeoLocation
(
region:
String
,
city:
String
,
country:
String
,
iso3166:
String
,
locationLatitude:
Float
,
locationLongitude:
Float
)
new
GeoLocation
()
Attributes
protected[
models
]
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
o:
Any
)
:
Boolean
Definition Classes
Unique
→ AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
getCity
()
:
String
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getCountry
()
:
String
def
getId
()
:
Long
Definition Classes
Model
def
getIso3166
()
:
String
def
getLocationLatitude
()
:
Float
def
getLocationLongitude
()
:
Float
def
getLocations
()
:
List
[
Location
]
def
getRegion
()
:
String
def
getUuid
()
:
String
Definition Classes
Unique
def
hashCode
()
:
Int
Definition Classes
Unique
→ AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
setCity
(
city:
String
)
:
Unit
def
setCountry
(
country:
String
)
:
Unit
def
setId
(
id:
Long
)
:
Unit
Definition Classes
Model
def
setIso3166
(
iso3166:
String
)
:
Unit
def
setLocationLatitude
(
locationLatitude:
Float
)
:
Unit
def
setLocationLongitude
(
locationLongitude:
Float
)
:
Unit
def
setLocations
(
locations:
List
[
Location
]
)
:
Unit
def
setRegion
(
region:
String
)
:
Unit
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
Model
→
Unique
→ AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
Model
Inherited from
Serializable
Inherited from
Unique
Inherited from
AnyRef
Inherited from
Any
Ungrouped