Package com.stripe.model.terminal
Class Configuration.Wifi
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.terminal.Configuration.Wifi
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Configuration
For more details about Wifi, please refer to the API
Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about EnterpriseEapPeap, please refer to the API Reference.static class
For more details about EnterpriseEapTls, please refer to the API Reference.static class
For more details about PersonalPsk, please refer to the API Reference. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getType()
Security type of the WiFi network.int
hashCode()
void
setEnterpriseEapPeap
(Configuration.Wifi.EnterpriseEapPeap enterpriseEapPeap) void
setEnterpriseEapTls
(Configuration.Wifi.EnterpriseEapTls enterpriseEapTls) void
setPersonalPsk
(Configuration.Wifi.PersonalPsk personalPsk) void
Security type of the WiFi network.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Wifi
public Wifi()
-
-
Method Details
-
getEnterpriseEapPeap
-
getEnterpriseEapTls
-
getPersonalPsk
-
getType
Security type of the WiFi network. The hash with the corresponding name contains the credentials for this security type.One of
enterprise_eap_peap
,enterprise_eap_tls
, orpersonal_psk
. -
setEnterpriseEapPeap
-
setEnterpriseEapTls
-
setPersonalPsk
-
setType
Security type of the WiFi network. The hash with the corresponding name contains the credentials for this security type.One of
enterprise_eap_peap
,enterprise_eap_tls
, orpersonal_psk
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-