Class AbstractModelObject

    • Constructor Detail

      • AbstractModelObject

        protected AbstractModelObject​(AbstractModelObject.Builder builder)
        This constructor initializes the time zone.
        Parameters:
        builder - The builder object of the corresponding model object.
    • Method Detail

      • toString

        public abstract String toString()
        Returns a String representation of this model object in the style:

        ModelObject(attr1=value1, attr2=value2, ...)

        Overrides:
        toString in class Object