Package com.stripe.model.terminal
Class Configuration.Wifi.EnterpriseEapTls
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.terminal.Configuration.Wifi.EnterpriseEapTls
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Configuration.Wifi
For more details about EnterpriseEapTls, 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.A File ID representing a PEM file containing the client certificate.A File ID representing a PEM file containing the client RSA private key.Password for the private key file.getSsid()
Name of the WiFi network.int
hashCode()
void
setCaCertificateFile
(String caCertificateFile) A File ID representing a PEM file containing the server certificate.void
setClientCertificateFile
(String clientCertificateFile) A File ID representing a PEM file containing the client certificate.void
setPrivateKeyFile
(String privateKeyFile) A File ID representing a PEM file containing the client RSA private key.void
setPrivateKeyFilePassword
(String privateKeyFilePassword) Password for the private key file.void
Name of the WiFi network.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
EnterpriseEapTls
public EnterpriseEapTls()
-
-
Method Details
-
getCaCertificateFile
A File ID representing a PEM file containing the server certificate. -
getClientCertificateFile
A File ID representing a PEM file containing the client certificate. -
getPrivateKeyFile
A File ID representing a PEM file containing the client RSA private key. -
getPrivateKeyFilePassword
Password for the private key file. -
getSsid
Name of the WiFi network. -
setCaCertificateFile
A File ID representing a PEM file containing the server certificate. -
setClientCertificateFile
A File ID representing a PEM file containing the client certificate. -
setPrivateKeyFile
A File ID representing a PEM file containing the client RSA private key. -
setPrivateKeyFilePassword
Password for the private key file. -
setSsid
Name of the WiFi network. -
equals
-
canEqual
-
hashCode
public int hashCode()
-