org.apache.jmeter.config
Class LoginConfig
- Cloneable, Serializable, ConfigElement, TestElement
public class LoginConfig
implements Serializable
String | getPassword() - Gets the Password attribute of the LoginConfig object.
|
String | getUsername() - Gets the Username attribute of the LoginConfig object.
|
void | setPassword(String password) - Sets the Password attribute of the LoginConfig object.
|
void | setUsername(String username) - Sets the Username attribute of the LoginConfig object.
|
String | toString()
|
addProperty , addTestElement , canRemove , clear , clearTemporary , clone , emptyTemporary , equals , getComment , getName , getProperty , getPropertyAsBoolean , getPropertyAsBoolean , getPropertyAsDouble , getPropertyAsFloat , getPropertyAsInt , getPropertyAsInt , getPropertyAsLong , getPropertyAsString , getPropertyAsString , getThreadContext , getThreadName , hashCode , isEnabled , isRunningVersion , isTemporary , logProperties , mergeIn , propertyIterator , recoverRunningVersion , removeProperty , setComment , setName , setProperty , setProperty , setProperty , setProperty , setProperty , setProperty , setProperty , setRunningVersion , setTemporary , setThreadContext , setThreadName , traverse , traverseCollection , traverseMap , traverseProperty |
LoginConfig
public LoginConfig()
Constructor for the LoginConfig object.
getPassword
public String getPassword()
Gets the Password attribute of the LoginConfig object.
getUsername
public String getUsername()
Gets the Username attribute of the LoginConfig object.
setPassword
public void setPassword(String password)
Sets the Password attribute of the LoginConfig object.
password
- the new Password value
setUsername
public void setUsername(String username)
Sets the Username attribute of the LoginConfig object.
username
- the new Username value
toString
public String toString()
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.