public class DefaultOperationInfo extends Object implements OperationInfo
| Constructor and Description |
|---|
DefaultOperationInfo(String kind,
String operationType,
String name,
String namespace,
String group,
String plural,
String version) |
| Modifier and Type | Method and Description |
|---|---|
OperationInfo |
forOperationType(String type) |
String |
getGroup() |
String |
getKind() |
String |
getName() |
String |
getNamespace() |
String |
getOperationType() |
String |
getPlural() |
String |
getVersion() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFullResourceNamepublic String getKind()
getKind in interface OperationInfopublic String getName()
getName in interface OperationInfopublic String getNamespace()
getNamespace in interface OperationInfopublic String getOperationType()
getOperationType in interface OperationInfopublic OperationInfo forOperationType(String type)
forOperationType in interface OperationInfopublic String getGroup()
getGroup in interface OperationInfopublic String getPlural()
getPlural in interface OperationInfopublic String getVersion()
getVersion in interface OperationInfoCopyright © 2015–2023 Red Hat. All rights reserved.