public class AdminEventRepresentation extends Object
Constructor and Description |
---|
AdminEventRepresentation() |
Modifier and Type | Method and Description |
---|---|
AuthDetailsRepresentation |
getAuthDetails() |
String |
getError() |
String |
getOperationType() |
String |
getRealmId() |
String |
getRepresentation() |
String |
getResourcePath() |
long |
getTime() |
void |
setAuthDetails(AuthDetailsRepresentation authDetails) |
void |
setError(String error) |
void |
setOperationType(String operationType) |
void |
setRealmId(String realmId) |
void |
setRepresentation(String representation) |
void |
setResourcePath(String resourcePath) |
void |
setTime(long time) |
public long getTime()
public void setTime(long time)
public String getRealmId()
public void setRealmId(String realmId)
public AuthDetailsRepresentation getAuthDetails()
public void setAuthDetails(AuthDetailsRepresentation authDetails)
public String getOperationType()
public void setOperationType(String operationType)
public String getResourcePath()
public void setResourcePath(String resourcePath)
public String getRepresentation()
public void setRepresentation(String representation)
public String getError()
public void setError(String error)
Copyright © 2016 JBoss by Red Hat. All rights reserved.