Class LogisticsResult

java.lang.Object
de.bytestore.hostinger.entity.logistics.LogisticsResult

public class LogisticsResult extends Object
Represents the result of a logistics operation, containing a collection of individual logistics result items. Key Features: - Uniquely identified by an autogenerated UUID field. - Contains a list of LogisticsResultItem objects, which store detailed information about individual logistics outcomes. Annotations: - @JmixEntity: Marks this class as a Jmix entity, enabling integration with the Jmix framework for metadata and data management. - @Setter and @Getter: Lombok annotations to automatically generate getter and setter methods for the class properties. - @JmixGeneratedValue: Indicates that the UUID field value is automatically generated. - @JmixId: Identifies the primary key for the entity.
  • Constructor Details

    • LogisticsResult

      public LogisticsResult()