public class UserFederationSyncResult extends Object
| Constructor and Description |
|---|
UserFederationSyncResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(UserFederationSyncResult other) |
static UserFederationSyncResult |
empty() |
int |
getAdded() |
int |
getRemoved() |
String |
getStatus() |
int |
getUpdated() |
void |
increaseAdded() |
void |
increaseRemoved() |
void |
increaseUpdated() |
void |
setAdded(int added) |
void |
setRemoved(int removed) |
void |
setUpdated(int updated) |
String |
toString() |
public int getAdded()
public void setAdded(int added)
public int getUpdated()
public void setUpdated(int updated)
public int getRemoved()
public void setRemoved(int removed)
public void increaseAdded()
public void increaseUpdated()
public void increaseRemoved()
public void add(UserFederationSyncResult other)
public String getStatus()
public static UserFederationSyncResult empty()
Copyright © 2015 JBoss by Red Hat. All rights reserved.