@Generated(value="org.jsonschema2pojo") public class AdmissionResponse extends Object implements KubernetesResource
| Constructor and Description |
|---|
AdmissionResponse()
No args constructor for use in serialization
|
AdmissionResponse(Boolean allowed,
Map<String,String> auditAnnotations,
String patch,
String patchType,
Status status,
String uid) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
Boolean |
getAllowed() |
Map<String,String> |
getAuditAnnotations() |
String |
getPatch() |
String |
getPatchType() |
Status |
getStatus() |
String |
getUid() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setAllowed(Boolean allowed) |
void |
setAuditAnnotations(Map<String,String> auditAnnotations) |
void |
setPatch(String patch) |
void |
setPatchType(String patchType) |
void |
setStatus(Status status) |
void |
setUid(String uid) |
public AdmissionResponse()
public Boolean getAllowed()
public void setAllowed(Boolean allowed)
allowed - The allowedpublic void setAuditAnnotations(Map<String,String> auditAnnotations)
auditAnnotations - The auditAnnotationspublic String getPatch()
public void setPatch(String patch)
patch - The patchpublic String getPatchType()
public void setPatchType(String patchType)
patchType - The patchTypepublic Status getStatus()
public void setStatus(Status status)
status - The statuspublic String getUid()
public void setUid(String uid)
uid - The uidCopyright © 2015–2020 Red Hat. All rights reserved.