public class ClaimTypeModel extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ClaimTypeModel.ValueType |
Constructor and Description |
---|
ClaimTypeModel() |
ClaimTypeModel(ClaimTypeModel copy) |
ClaimTypeModel(String id,
String name,
boolean builtIn,
ClaimTypeModel.ValueType type) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getId() |
String |
getName() |
ClaimTypeModel.ValueType |
getType() |
int |
hashCode() |
boolean |
isBuiltIn() |
void |
setBuiltIn(boolean builtIn) |
void |
setId(String id) |
void |
setName(String name) |
void |
setType(ClaimTypeModel.ValueType type) |
public ClaimTypeModel(ClaimTypeModel copy)
public ClaimTypeModel(String id, String name, boolean builtIn, ClaimTypeModel.ValueType type)
public ClaimTypeModel()
public String getId()
public String getName()
public boolean isBuiltIn()
public ClaimTypeModel.ValueType getType()
public void setId(String id)
public void setName(String name)
public void setBuiltIn(boolean builtIn)
public void setType(ClaimTypeModel.ValueType type)
Copyright © 2021 JBoss by Red Hat. All rights reserved.