Class ValueRefFluent<A extends ValueRefFluent<A>>

    • Constructor Detail

      • ValueRefFluent

        public ValueRefFluent()
      • ValueRefFluent

        public ValueRefFluent​(io.sundr.model.ValueRef instance)
    • Method Detail

      • copyInstance

        protected void copyInstance​(io.sundr.model.ValueRef instance)
      • getValue

        public Object getValue()
      • withValue

        public A withValue​(Object value)
      • hasValue

        public boolean hasValue()
      • equals

        public boolean equals​(Object o)
        Overrides:
        equals in class io.sundr.builder.BaseFluent<A extends ValueRefFluent<A>>
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class io.sundr.builder.BaseFluent<A extends ValueRefFluent<A>>