public class ConsentRepresentation extends Object
| Constructor and Description |
|---|
ConsentRepresentation() |
ConsentRepresentation(List<ConsentScopeRepresentation> scopes,
Long createdDate,
Long lastUpdatedDate) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCreatedDate() |
Long |
getLastUpdatedDate() |
List<ConsentScopeRepresentation> |
getScopes() |
void |
setCreatedDate(Long createdDate) |
void |
setLastUpdatedDate(Long lastUpdatedDate) |
void |
setScopes(List<ConsentScopeRepresentation> scopes) |
public ConsentRepresentation()
public ConsentRepresentation(List<ConsentScopeRepresentation> scopes, Long createdDate, Long lastUpdatedDate)
public List<ConsentScopeRepresentation> getScopes()
public void setScopes(List<ConsentScopeRepresentation> scopes)
public Long getCreatedDate()
public void setCreatedDate(Long createdDate)
public Long getLastUpdatedDate()
public void setLastUpdatedDate(Long lastUpdatedDate)
Copyright © 2019 JBoss by Red Hat. All rights reserved.