public class MapRequiredCredentialEntity extends Object implements UpdatableEntity
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static MapRequiredCredentialEntity |
fromModel(RequiredCredentialModel model) |
String |
getFormLabel() |
String |
getType() |
int |
hashCode() |
Boolean |
isInput() |
Boolean |
isSecret() |
boolean |
isUpdated()
Flag signalizing that any of the setters has been meaningfully used.
|
void |
setFormLabel(String formLabel) |
void |
setInput(boolean input) |
void |
setSecret(boolean secret) |
void |
setType(String type) |
static RequiredCredentialModel |
toModel(MapRequiredCredentialEntity entity) |
public static MapRequiredCredentialEntity fromModel(RequiredCredentialModel model)
public static RequiredCredentialModel toModel(MapRequiredCredentialEntity entity)
public boolean isUpdated()
UpdatableEntityisUpdated in interface UpdatableEntitypublic String getType()
public void setType(String type)
public String getFormLabel()
public void setFormLabel(String formLabel)
public Boolean isSecret()
public void setSecret(boolean secret)
public Boolean isInput()
public void setInput(boolean input)
Copyright © 2021 JBoss by Red Hat. All rights reserved.