Skip navigation links
com.bharosa.vcrypt.tracker.intf
Class NameValueProfile
java.lang.Object
com.bharosa.vcrypt.tracker.intf.NameValueProfile
- All Implemented Interfaces:
- Serializable
-
public class NameValueProfile
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Method Summary |
Map<String,BigInteger> |
getAlteredBigIntegerValues()
|
Map<String,BigInteger> |
getAlteredLongValues()
Deprecated. Use getAlteredBigIntegerValues() instead |
Map<String,String> |
getAlteredStringValues()
|
BigInteger |
getBigIntegerValue(String aName)
Returns the BigInteger value associated with this name. |
Long |
getEntityId()
|
String |
getEntityType()
|
BigInteger |
getLongValue(String aName)
Deprecated. Use getBigIntegerValue(String) instead |
Map<String,BigInteger> |
getOriginalBigIntegerValues()
|
Map<String,BigInteger> |
getOriginalLongValues()
Deprecated. Use getOriginalBigIntegerValues() instead |
Map<String,String> |
getOriginalStringValues()
|
String |
getRequestId()
|
VCryptResponse |
getResponse()
|
String |
getValue(String aName)
Returns the String value associated with this name. |
BigInteger |
setBigIntegerValue(String aName, BigInteger aValue)
Sets the new value for this name. |
BigInteger |
setLongValue(String aName, BigInteger aValue)
Deprecated. Use setBigIntegerValue(String,BigInteger) instead |
void |
setResponse(VCryptResponse response)
|
String |
setValue(String aName, String aValue)
Sets the new value for this name. |
String |
toString()
|
NameValueProfile
public NameValueProfile(String anEntityType,
Long anEntityId,
String aRequestId,
Map<String,String> stringValues,
Map<String,BigInteger> bigIntegerValues)
NameValueProfile
public NameValueProfile(Throwable ex)
NameValueProfile
public NameValueProfile(VCryptResponse aResponse)
getValue
public String getValue(String aName)
- Returns the String value associated with this name.
-
- Parameters:
aName -
- Returns:
- String
getLongValue
@Deprecated
public BigInteger getLongValue(String aName)
- Deprecated. Use
getBigIntegerValue(String) instead
- Returns the BigInteger value associated with this name.
-
- Parameters:
aName -
- Returns:
- BigInteger
getBigIntegerValue
public BigInteger getBigIntegerValue(String aName)
- Returns the BigInteger value associated with this name.
-
- Parameters:
aName -
- Returns:
- BigInteger
setValue
public String setValue(String aName,
String aValue)
- Sets the new value for this name.
-
- Parameters:
aName -
aValue -
- Returns:
- the old value, or null if previously unset.
setLongValue
@Deprecated
public BigInteger setLongValue(String aName,
BigInteger aValue)
- Deprecated. Use
setBigIntegerValue(String,BigInteger) instead
- Sets the new value for this name.
-
- Parameters:
aName -
aValue -
- Returns:
- the old value, or null if previously unset.
setBigIntegerValue
public BigInteger setBigIntegerValue(String aName,
BigInteger aValue)
- Sets the new value for this name.
-
- Parameters:
aName -
aValue -
- Returns:
- the old value, or null if previously unset.
toString
public String toString()
-
- Overrides:
toString in class Object
getEntityType
public String getEntityType()
getEntityId
public Long getEntityId()
getRequestId
public String getRequestId()
setResponse
public void setResponse(VCryptResponse response)
getResponse
public VCryptResponse getResponse()
getOriginalStringValues
public Map<String,String> getOriginalStringValues()
getOriginalLongValues
@Deprecated
public Map<String,BigInteger> getOriginalLongValues()
- Deprecated. Use
getOriginalBigIntegerValues() instead
getOriginalBigIntegerValues
public Map<String,BigInteger> getOriginalBigIntegerValues()
getAlteredStringValues
public Map<String,String> getAlteredStringValues()
getAlteredLongValues
@Deprecated
public Map<String,BigInteger> getAlteredLongValues()
- Deprecated. Use
getAlteredBigIntegerValues() instead
getAlteredBigIntegerValues
public Map<String,BigInteger> getAlteredBigIntegerValues()
Skip navigation links
Copyright © 2007, 2015, Oracle and/or its affiliates. All rights reserved.