Package ion.Core

Class Property.SetValue

  • Enclosing class:
    Property<TValue>

    protected final class Property.SetValue
    extends ion.Meta.Request
    • Field Summary

      Fields 
      Modifier and Type Field Description
      TValue newValue  
    • Constructor Summary

      Constructors 
      Constructor Description
      SetValue​(TValue newValue)  
    • Method Summary

      • Methods inherited from class ion.Meta.Request

        getScheduleTime
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • newValue

        public final TValue newValue
    • Constructor Detail

      • SetValue

        public SetValue​(TValue newValue)