Package com.stripe.model.terminal
Class Configuration.Wifi.EnterpriseEapPeap
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.terminal.Configuration.Wifi.EnterpriseEapPeap
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Configuration.Wifi
For more details about EnterpriseEapPeap, 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
A File ID representing a PEM file containing the server certificate.Password for connecting to the WiFi network.getSsid()
Name of the WiFi network.Username for connecting to the WiFi network.int
hashCode()
void
setCaCertificateFile
(String caCertificateFile) A File ID representing a PEM file containing the server certificate.void
setPassword
(String password) Password for connecting to the WiFi network.void
Name of the WiFi network.void
setUsername
(String username) Username for connecting to the WiFi network.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
EnterpriseEapPeap
public EnterpriseEapPeap()
-
-
Method Details
-
getCaCertificateFile
A File ID representing a PEM file containing the server certificate. -
getPassword
Password for connecting to the WiFi network. -
getSsid
Name of the WiFi network. -
getUsername
Username for connecting to the WiFi network. -
setCaCertificateFile
A File ID representing a PEM file containing the server certificate. -
setPassword
Password for connecting to the WiFi network. -
setSsid
Name of the WiFi network. -
setUsername
Username for connecting to the WiFi network. -
equals
-
canEqual
-
hashCode
public int hashCode()
-