public class EdgeSslVpnUserResponse extends Object implements Serializable
| Constructor and Description | 
|---|
| EdgeSslVpnUserResponse(String userId,
                      String objectId,
                      String firstName,
                      String lastName,
                      String description,
                      Boolean disableAccount,
                      String password,
                      Boolean passwordNeverExpires,
                      Boolean changePwdOnNextLogin) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object o) | 
| String | getDescription()Gets the description. | 
| String | getFirstName()Gets the first name. | 
| String | getLastName()Gets the last name. | 
| String | getObjectId()Gets the object id. | 
| String | getPassword()Gets the password. | 
| String | getUserId()Gets the user id. | 
| int | hashCode() | 
| Boolean | isChangePwdOnNextLogin()Indicates whether user is required to change pwd on next login. | 
| Boolean | isDisableAccount()Indicates whether the account is disabled. | 
| Boolean | isPasswordNeverExpires()Indicates whether the password never expires. | 
| String | toString() | 
public String getUserId()
public String getFirstName()
public String getLastName()
public String getDescription()
public Boolean isDisableAccount()
public Boolean isPasswordNeverExpires()
public Boolean isChangePwdOnNextLogin()
public String getPassword()
public String getObjectId()
Copyright © 2020 iland Internet Solutions, Corp. All rights reserved.