Proxy credentials. More...
Instance Methods | |
(instancetype) | - initWithUsername:password: |
Initializes a new instance of the FMLiveSwitchProxyCredentials class. More... | |
(NSString *) | - password |
Gets the password. More... | |
(void) | - setPassword: |
Sets the password. More... | |
(void) | - setUsername: |
Sets the username. More... | |
(NSString *) | - toJson |
Serializes this instance to JSON. More... | |
(NSString *) | - username |
Gets the username. More... | |
Class Methods | |
(FMLiveSwitchProxyCredentials *) | + fromJsonWithInstanceJson: |
Deserializes an instance from JSON. More... | |
(FMLiveSwitchProxyCredentials *) | + proxyCredentialsWithUsername:password: |
Initializes a new instance of the FMLiveSwitchProxyCredentials class. More... | |
(NSString *) | + toJsonWithInstance: |
Serializes an instance to JSON. More... | |
Proxy credentials.
+ (FMLiveSwitchProxyCredentials*) fromJsonWithInstanceJson: | (NSString *) | instanceJson |
Deserializes an instance from JSON.
instanceJson | The serialized JSON. |
Initializes a new instance of the FMLiveSwitchProxyCredentials class.
username | The username. |
password | The password. |
- (NSString*) password |
Gets the password.
+ (FMLiveSwitchProxyCredentials*) proxyCredentialsWithUsername: | (NSString *) | username | |
password: | (NSString *) | password | |
Initializes a new instance of the FMLiveSwitchProxyCredentials class.
username | The username. |
password | The password. |
- (void) setPassword: | (NSString *) | value |
Sets the password.
- (void) setUsername: | (NSString *) | value |
Sets the username.
- (NSString*) toJson |
Serializes this instance to JSON.
+ (NSString*) toJsonWithInstance: | (FMLiveSwitchProxyCredentials *) | instance |
Serializes an instance to JSON.
instance | The instance. |
- (NSString*) username |
Gets the username.