Class DownwardAPIProjection

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

    public class DownwardAPIProjection
    extends java.lang.Object
    implements com.marcnuri.yakc.model.Model, com.marcnuri.yakc.model.ListModel<DownwardAPIVolumeFile>
    Represents downward API info for projecting into a projected volume. Note that this is identical to a downwardAPI volume source without the default mode.
    • Constructor Detail

      • DownwardAPIProjection

        public DownwardAPIProjection()
    • Method Detail

      • setItems

        public void setItems​(java.util.List<DownwardAPIVolumeFile> items)
        Items is a list of DownwardAPIVolume file
      • 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