public class LDAPArgument extends AbstractTestElement implements Serializable
| Constructor and Description |
|---|
LDAPArgument()
Create a new Argument without a name, value, or metadata.
|
LDAPArgument(String name,
String value,
String opcode)
Create a new Argument with the specified name and value, and no metadata.
|
LDAPArgument(String name,
String value,
String opcode,
String metadata)
Create a new Argument with the specified name, value, and metadata.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMetaData()
Gets the Meta Data attribute of the Argument.
|
String |
getName()
Get the name of the Argument.
|
String |
getOpcode()
Gets the opcode of the Argument object.
|
String |
getValue()
Gets the value of the Argument object.
|
void |
setMetaData(String newMetaData)
Sets the Meta Data attribute of the Argument.
|
void |
setName(String newName)
Set the name of the Argument.
|
void |
setOpcode(String newOpcode)
Sets the opcode of the Argument.
|
void |
setValue(String newValue)
Sets the value of the Argument.
|
addPropertiesValues, addProperty, addProperty, addTestElement, canRemove, clear, clearTemporary, clearTestElementChildren, clone, emptyTemporary, equals, getComment, getProperty, getPropertyAsBoolean, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsInt, getPropertyAsLong, getPropertyAsLong, getPropertyAsString, getPropertyAsString, getPropertyOrNull, getSearchableTokens, getThreadContext, getThreadName, hashCode, isEnabled, isRunningVersion, isTemporary, logProperties, mergeIn, propertyIterator, recoverRunningVersion, removeProperty, setComment, setEnabled, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setRunningVersion, setTemporary, setThreadContext, setThreadName, traverse, traverseCollection, traverseMap, traversePropertypublic LDAPArgument()
public LDAPArgument(String name, String value, String opcode)
name - the argument namevalue - the argument valueopcode - the operation to perform, may be one of add,
delete, remove or
modify.public LDAPArgument(String name, String value, String opcode, String metadata)
name - the argument namevalue - the argument valueopcode - the operation to perform, may be one of add,
delete, remove or
modify.metadata - the argument metadatapublic void setName(String newName)
setName in interface org.apache.jmeter.testelement.TestElementsetName in class AbstractTestElementnewName - the new namepublic String getName()
getName in interface org.apache.jmeter.testelement.TestElementgetName in class AbstractTestElementpublic void setValue(String newValue)
newValue - the new valuepublic String getValue()
public void setOpcode(String newOpcode)
newOpcode - the new valuepublic String getOpcode()
public void setMetaData(String newMetaData)
newMetaData - the new metadatapublic String getMetaData()
Copyright © 1998-2023 Apache Software Foundation. All Rights Reserved.