public class OpenShiftTokenReviewResponseRepresentation extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
OpenShiftTokenReviewResponseRepresentation.Extra |
static class |
OpenShiftTokenReviewResponseRepresentation.Status |
static class |
OpenShiftTokenReviewResponseRepresentation.User |
Constructor and Description |
---|
OpenShiftTokenReviewResponseRepresentation() |
Modifier and Type | Method and Description |
---|---|
String |
getApiVersion() |
String |
getKind() |
OpenShiftTokenReviewResponseRepresentation.Status |
getStatus() |
void |
setApiVersion(String apiVersion) |
void |
setKind(String kind) |
void |
setStatus(OpenShiftTokenReviewResponseRepresentation.Status status) |
public OpenShiftTokenReviewResponseRepresentation()
public OpenShiftTokenReviewResponseRepresentation.Status getStatus()
public void setStatus(OpenShiftTokenReviewResponseRepresentation.Status status)
public String getApiVersion()
public void setApiVersion(String apiVersion)
public String getKind()
public void setKind(String kind)
Copyright © 2021 JBoss by Red Hat. All rights reserved.