Package | Description |
---|---|
com.verisign.epp.codec.loginsec.v03 |
Modifier and Type | Method and Description |
---|---|
static EventLevel |
EventLevel.getEventLevel(java.lang.String aString)
Get the event level enumerated value given the matching string.
|
EventLevel |
EPPLoginSecEvent.getLevel()
Gets the event level.
|
static EventLevel |
EventLevel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EventLevel[] |
EventLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPLoginSecEvent.setLevel(EventLevel aLevel)
Sets the event level.
|
Constructor and Description |
---|
EPPLoginSecEvent(EventType aType,
EventLevel aLevel)
EPPLoginSecEvent constructor that takes the required
attributes of type and level. |
EPPLoginSecEvent(EventType aType,
EventLevel aLevel,
java.util.Date aExDate,
java.lang.String aDescription)
EPPLoginSecEvent constructor that takes likely attributes for
an expiry event. |
EPPLoginSecEvent(EventType aType,
EventLevel aLevel,
java.lang.String aDescription)
EPPLoginSecEvent constructor that takes required attributes
and a description. |
EPPLoginSecEvent(EventType aType,
EventLevel aLevel,
java.lang.String aValue,
java.lang.String aDescription)
EPPLoginSecEvent constructor that takes likely attribute for
a value event. |
EPPLoginSecEvent(EventType aType,
java.lang.String aTypeName,
EventLevel aLevel,
java.lang.String aDescription)
EPPLoginSecEvent constructor that takes likely attributes for
a custom event. |
EPPLoginSecEvent(EventType aType,
java.lang.String aTypeName,
EventLevel aLevel,
java.lang.String aValue,
java.lang.String aDuration,
java.lang.String aDescription)
EPPLoginSecEvent constructor that takes likely attribute for
a statistical event. |
Copyright © VeriSign Inc. All Rights Reserved.