Class NodeList

  • All Implemented Interfaces:
    com.marcnuri.yakc.model.ListModel<Node>, com.marcnuri.yakc.model.Model

    public class NodeList
    extends java.lang.Object
    implements com.marcnuri.yakc.model.Model, com.marcnuri.yakc.model.ListModel<Node>
    NodeList is the whole list of all Nodes which have been registered with master.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  NodeList.Builder  
    • Constructor Summary

      Constructors 
      Constructor Description
      NodeList()  
      NodeList​(java.lang.String apiVersion, @NonNull java.util.List<Node> items, java.lang.String kind, ListMeta metadata)  
    • Constructor Detail

      • NodeList

        public NodeList​(java.lang.String apiVersion,
                        @NonNull
                        @NonNull java.util.List<Node> items,
                        java.lang.String kind,
                        ListMeta metadata)
      • NodeList

        public NodeList()
    • Method Detail

      • getApiVersion

        public java.lang.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
      • getItems

        @NonNull
        public @NonNull java.util.List<Node> getItems()
        List of nodes
        Specified by:
        getItems in interface com.marcnuri.yakc.model.ListModel<Node>
      • getKind

        public java.lang.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
      • getMetadata

        public ListMeta getMetadata()
      • setApiVersion

        public void setApiVersion​(java.lang.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
      • setItems

        public void setItems​(@NonNull
                             @NonNull java.util.List<Node> items)
        List of nodes
      • setKind

        public void setKind​(java.lang.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
      • setMetadata

        public void setMetadata​(ListMeta metadata)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object