Class ListenerSetList
- java.lang.Object
-
- io.fabric8.kubernetes.api.model.gatewayapi.v1.ListenerSetList
-
- All Implemented Interfaces:
Editable<ListenerSetListBuilder>,KubernetesResource,KubernetesResourceList<ListenerSet>,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class ListenerSetList extends Object implements Editable<ListenerSetListBuilder>, KubernetesResource, KubernetesResourceList<ListenerSet>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ListenerSetList()No args constructor for use in serializationListenerSetList(String apiVersion, List<ListenerSet> items, String kind, ListMeta metadata)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListenerSetListBuilderedit()Map<String,Object>getAdditionalProperties()StringgetApiVersion()APIVersion defines the versioned schema of this representation of an object.List<ListenerSet>getItems()StringgetKind()Kind is a string value representing the REST resource this object represents.ListMetagetMetadata()voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetApiVersion(String apiVersion)APIVersion defines the versioned schema of this representation of an object.voidsetItems(List<ListenerSet> items)voidsetKind(String kind)Kind is a string value representing the REST resource this object represents.voidsetMetadata(ListMeta metadata)ListenerSetListBuildertoBuilder()
-
-
-
Constructor Detail
-
ListenerSetList
public ListenerSetList()
No args constructor for use in serialization
-
ListenerSetList
public ListenerSetList(String apiVersion, List<ListenerSet> items, String kind, ListMeta metadata)
-
-
Method Detail
-
getApiVersion
public String getApiVersion()
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
-
setApiVersion
public void setApiVersion(String apiVersion)
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
-
getItems
public List<ListenerSet> getItems()
- Specified by:
getItemsin interfaceKubernetesResourceList<ListenerSet>
-
setItems
public void setItems(List<ListenerSet> items)
-
getKind
public String getKind()
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
-
setKind
public void setKind(String kind)
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
-
getMetadata
public ListMeta getMetadata()
- Specified by:
getMetadatain interfaceKubernetesResourceList<ListenerSet>
-
setMetadata
public void setMetadata(ListMeta metadata)
-
edit
public ListenerSetListBuilder edit()
- Specified by:
editin interfaceEditable<ListenerSetListBuilder>
-
toBuilder
public ListenerSetListBuilder toBuilder()
-
-