@NotMutable @ThreadSafety(level=COMPLETELY_THREADSAFE) public final class ChangeLogEntryAttributeExceededMaxValuesCount extends java.lang.Object implements java.io.Serializable
NOTE: This class, and other classes within the
com.unboundid.ldap.sdk.unboundidds
package structure, are only
supported for use against Ping Identity, UnboundID, and
Nokia/Alcatel-Lucent 8661 server products. These classes provide support
for proprietary functionality or for external specifications that are not
considered stable or mature enough to be guaranteed to work in an
interoperable way with other types of LDAP servers.
Constructor and Description |
---|
ChangeLogEntryAttributeExceededMaxValuesCount(java.lang.String s)
Creates a new instance of this object from the provided string value from
the ds-changelog-attr-exceeded-max-values-count.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o)
Indicates whether the provided object is equal to this changelog attribute
exceeded max values count object.
|
long |
getAfterCount()
Retrieves the number of values the specified attribute had in the
target entry after the associated change was processed.
|
java.lang.String |
getAttributeName()
Retrieves the name of the attribute that exceeded the maximum number of
values for inclusion in the ds-changelog-before-values and/or
ds-changelog-after-values attribute of the changelog entry.
|
long |
getBeforeCount()
Retrieves the number of values the specified attribute had in the
target entry before the associated change was processed.
|
int |
hashCode()
Generates a hash code for this changelog attribute exceeded max values
count object.
|
java.lang.String |
toString()
Retrieves a string representation of this changelog entry attribute
exceeded max values count.
|
public ChangeLogEntryAttributeExceededMaxValuesCount(@NotNull java.lang.String s) throws LDAPException
s
- The value to be parsed.LDAPException
- If an error occurred while attempting to parse the
value.@NotNull public java.lang.String getAttributeName()
public long getBeforeCount()
public long getAfterCount()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(@Nullable java.lang.Object o)
equals
in class java.lang.Object
o
- The object for which to make the determination.true
if the provided object may be considered equal to
this changelog attribute exceeded max values count object, or
false
if not.