public class ChallengeData extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
headerContent |
CharSequence |
headerName |
int |
status |
| Constructor and Description |
|---|
ChallengeData(int status,
CharSequence headerName,
String headerContent) |
public final int status
public final CharSequence headerName
public final String headerContent
public ChallengeData(int status,
CharSequence headerName,
String headerContent)
Copyright © 2021 JBoss by Red Hat. All rights reserved.