@Generated(value="jsonschema2pojo") public class ServerStorageVersion extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
ServerStorageVersion()
No args constructor for use in serialization
|
ServerStorageVersion(String apiServerID,
List<String> decodableVersions,
String encodingVersion) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getApiServerID() |
List<String> |
getDecodableVersions() |
String |
getEncodingVersion() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setApiServerID(String apiServerID) |
void |
setDecodableVersions(List<String> decodableVersions) |
void |
setEncodingVersion(String encodingVersion) |
public ServerStorageVersion()
Copyright © 2015–2023 Red Hat. All rights reserved.