Package 

Class AdvertisingModel

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public final class AdvertisingModel.Data

      Data class representing the advertising model data.

    • Constructor Summary

      Constructors 
      Constructor Description
      AdvertisingModel() Constructs a new instance of the model.
    • Method Summary

      Modifier and Type Method Description
      Unit initialize(ModelContext modelContext) Initializes the model with the provided context.
      AdvertisingModel.Data get(ModelContext modelContext) Retrieves the data associated with this model.
      • Methods inherited from class java.lang.Object

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

      • AdvertisingModel

        AdvertisingModel()
        Constructs a new instance of the model.
    • Method Detail

      • initialize

         Unit initialize(ModelContext modelContext)

        Initializes the model with the provided context.

        Parameters:
        modelContext - The context for managing models.
      • get

         AdvertisingModel.Data get(ModelContext modelContext)

        Retrieves the data associated with this model.

        Parameters:
        modelContext - The context in which the data is being retrieved.