Boostlingo Android SDK
Boostlingo Android SDK
/
com.boostlingo.android
/
ServiceType
Service
Type
public
final
class
ServiceType
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Service
Type
Link copied to clipboard
public
ServiceType
ServiceType
(
Integer
id
,
String
name
,
Boolean
enable
)
Content copied to clipboard
Functions
get
Enable
Link copied to clipboard
public
final
Boolean
getEnable
(
)
Content copied to clipboard
get
Id
Link copied to clipboard
public
final
Integer
getId
(
)
Content copied to clipboard
get
Name
Link copied to clipboard
public
final
String
getName
(
)
Content copied to clipboard
Properties
enable
Link copied to clipboard
private
final
Boolean
enable
Content copied to clipboard
id
Link copied to clipboard
private
final
Integer
id
Content copied to clipboard
name
Link copied to clipboard
private
final
String
name
Content copied to clipboard