@Deprecated public class CertificateError extends Object
| Constructor and Description |
|---|
CertificateError()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorType()
Deprecated.
The type of the error.
|
Integer |
getEventId()
Deprecated.
The ID of the event.
|
String |
getRequestURL()
Deprecated.
The url that was requested.
|
void |
setErrorType(String errorType)
Deprecated.
The type of the error.
|
void |
setEventId(Integer eventId)
Deprecated.
The ID of the event.
|
void |
setRequestURL(String requestURL)
Deprecated.
The url that was requested.
|
public Integer getEventId()
public void setEventId(Integer eventId)
public String getErrorType()
public void setErrorType(String errorType)
public String getRequestURL()
public void setRequestURL(String requestURL)
Copyright © 2020. All rights reserved.