java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<PrintQueueInfo>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.printqueueitem.PrintQueueInfo

public class PrintQueueInfo extends VdmEntity<PrintQueueInfo>

Original entity name from the Odata EDM: PrintQueueInfo

  • Field Details

    • ALL_FIELDS

      public static final PrintQueueInfoSelectable ALL_FIELDS
      Selector for all available fields of PrintQueueInfo.
    • MANDT

      public static final PrintQueueInfoField<String> MANDT
      Use with available fluent helpers to apply the Mandt field to query operations.
    • QNAME

      public static final PrintQueueInfoField<String> QNAME
      Use with available fluent helpers to apply the Qname field to query operations.
    • QDESCRIPTION

      public static final PrintQueueInfoField<String> QDESCRIPTION
      Use with available fluent helpers to apply the Qdescription field to query operations.
    • QFORMAT

      public static final PrintQueueInfoField<String> QFORMAT
      Use with available fluent helpers to apply the Qformat field to query operations.
    • QFORMAT_DESCRIPT

      public static final PrintQueueInfoField<String> QFORMAT_DESCRIPT
      Use with available fluent helpers to apply the QformatDescript field to query operations.
    • TECH_USER_NAME

      public static final PrintQueueInfoField<String> TECH_USER_NAME
      Use with available fluent helpers to apply the TechUserName field to query operations.
    • QSTATUS

      public static final PrintQueueInfoField<String> QSTATUS
      Use with available fluent helpers to apply the Qstatus field to query operations.
    • CREATE_TIME

      public static final PrintQueueInfoField<LocalDateTime> CREATE_TIME
      Use with available fluent helpers to apply the CreateTime field to query operations.
    • LAST_RETRIEVE_TIME

      public static final PrintQueueInfoField<LocalDateTime> LAST_RETRIEVE_TIME
      Use with available fluent helpers to apply the LastRetrieveTime field to query operations.
    • CLEANUP_PRD

      public static final PrintQueueInfoField<Short> CLEANUP_PRD
      Use with available fluent helpers to apply the CleanupPrd field to query operations.
    • LOCATION_ID

      public static final PrintQueueInfoField<String> LOCATION_ID
      Use with available fluent helpers to apply the LocationID field to query operations.
    • LOCATION_ID_TYPE

      public static final PrintQueueInfoField<String> LOCATION_ID_TYPE
      Use with available fluent helpers to apply the LocationIDType field to query operations.
    • OMS_TYPE

      public static final PrintQueueInfoField<Short> OMS_TYPE
      Use with available fluent helpers to apply the OMSType field to query operations.
    • QPARAMS

      public static final PrintQueueInfoField<String> QPARAMS
      Use with available fluent helpers to apply the Qparams field to query operations.
    • NR_OF_NEW_ITEMS

      public static final PrintQueueInfoField<Short> NR_OF_NEW_ITEMS
      Use with available fluent helpers to apply the NrOfNewItems field to query operations.
  • Constructor Details

    • PrintQueueInfo

      public PrintQueueInfo()
    • PrintQueueInfo

      public PrintQueueInfo(@Nullable String mandt, @Nullable String qname, @Nullable String qdescription, @Nullable String qformat, @Nullable String qformatDescript, @Nullable String techUserName, @Nullable String qstatus, @Nullable LocalDateTime createTime, @Nullable LocalDateTime lastRetrieveTime, @Nullable Short cleanupPrd, @Nullable String locationID, @Nullable String locationIDType, @Nullable Short oMSType, @Nullable String qparams, @Nullable Short nrOfNewItems)
  • Method Details

    • getType

      @Nonnull public Class<PrintQueueInfo> getType()
      Specified by:
      getType in class VdmObject<PrintQueueInfo>
    • setMandt

      public void setMandt(@Nullable String mandt)
      (Key Field) Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: Mandt

      Parameters:
      mandt - Client
    • setQname

      public void setQname(@Nullable String qname)
      (Key Field) Constraints: Not nullable, Maximum length: 32

      Original property name from the Odata EDM: Qname

      Parameters:
      qname - Unique ID of a Queue
    • setQdescription

      public void setQdescription(@Nullable String qdescription)
      Constraints: Not nullable, Maximum length: 80

      Original property name from the Odata EDM: Qdescription

      Parameters:
      qdescription - Queue Description
    • setQformat

      public void setQformat(@Nullable String qformat)
      Constraints: Not nullable, Maximum length: 51

      Original property name from the Odata EDM: Qformat

      Parameters:
      qformat - Technical Format ID
    • setQformatDescript

      public void setQformatDescript(@Nullable String qformatDescript)
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: QformatDescript

      Parameters:
      qformatDescript - Queue Format
    • setTechUserName

      public void setTechUserName(@Nullable String techUserName)
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: TechUserName

      Parameters:
      techUserName - Technical User
    • setQstatus

      public void setQstatus(@Nullable String qstatus)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: Qstatus

      Parameters:
      qstatus - Queue Status
    • setCreateTime

      public void setCreateTime(@Nullable LocalDateTime createTime)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: CreateTime

      Parameters:
      createTime - Create time
    • setLastRetrieveTime

      public void setLastRetrieveTime(@Nullable LocalDateTime lastRetrieveTime)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: LastRetrieveTime

      Parameters:
      lastRetrieveTime - Time of last retr.
    • setCleanupPrd

      public void setCleanupPrd(@Nullable Short cleanupPrd)
      Constraints: Not nullable

      Original property name from the Odata EDM: CleanupPrd

      Parameters:
      cleanupPrd - Cleanup Queue Items
    • setLocationID

      public void setLocationID(@Nullable String locationID)
      Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: LocationID

      Parameters:
      locationID - Location ID
    • setLocationIDType

      public void setLocationIDType(@Nullable String locationIDType)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: LocationIDType

      Parameters:
      locationIDType - Location ID Type
    • setOMSType

      public void setOMSType(@Nullable Short oMSType)
      Constraints: Not nullable

      Original property name from the Odata EDM: OMSType

      Parameters:
      oMSType - OMS Type
    • setQparams

      public void setQparams(@Nullable String qparams)
      Constraints: Not nullable

      Original property name from the Odata EDM: Qparams

      Parameters:
      qparams - Print Parameter
    • setNrOfNewItems

      public void setNrOfNewItems(@Nullable Short nrOfNewItems)
      Constraints: Not nullable

      Original property name from the Odata EDM: NrOfNewItems

      Parameters:
      nrOfNewItems - Number of Item
    • getEntityCollection

      protected String getEntityCollection()
      Specified by:
      getEntityCollection in class VdmEntity<PrintQueueInfo>
    • getKey

      @Nonnull protected Map<String,Object> getKey()
      Overrides:
      getKey in class VdmObject<PrintQueueInfo>
    • toMapOfFields

      @Nonnull protected Map<String,Object> toMapOfFields()
      Overrides:
      toMapOfFields in class VdmObject<PrintQueueInfo>
    • fromMap

      protected void fromMap(Map<String,Object> inputValues)
      Overrides:
      fromMap in class VdmObject<PrintQueueInfo>
    • field

      @Nonnull public static <T> PrintQueueInfoField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType)
      Use with available fluent helpers to apply an extension field to query operations.
      Type Parameters:
      T - The type of the extension field when performing value comparisons.
      Parameters:
      fieldName - The name of the extension field as returned by the OData service.
      fieldType - The Java type to use for the extension field when performing value comparisons.
      Returns:
      A representation of an extension field from this entity.
    • field

      @Nonnull public static <T, DomainT> PrintQueueInfoField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
      Use with available fluent helpers to apply an extension field to query operations.
      Type Parameters:
      T - The type of the extension field when performing value comparisons.
      DomainT - The type of the extension field as returned by the OData service.
      Parameters:
      typeConverter - A TypeConverter<T, DomainT> instance whose first generic type matches the Java type of the field
      fieldName - The name of the extension field as returned by the OData service.
      Returns:
      A representation of an extension field from this entity, holding a reference to the given TypeConverter.
    • getDestinationForFetch

      @Nullable public HttpDestinationProperties getDestinationForFetch()
      Overrides:
      getDestinationForFetch in class VdmEntity<PrintQueueInfo>
    • setServicePathForFetch

      protected void setServicePathForFetch(@Nullable String servicePathForFetch)
      Overrides:
      setServicePathForFetch in class VdmEntity<PrintQueueInfo>
    • attachToService

      public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination)
      Overrides:
      attachToService in class VdmEntity<PrintQueueInfo>
    • getDefaultServicePath

      protected String getDefaultServicePath()
      Overrides:
      getDefaultServicePath in class VdmEntity<PrintQueueInfo>
    • builder

      @Nonnull public static PrintQueueInfo.PrintQueueInfoBuilder builder()
    • getMandt

      @Nullable public String getMandt()
      (Key Field) Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: Mandt

      Returns:
      Client
    • getQname

      @Nullable public String getQname()
      (Key Field) Constraints: Not nullable, Maximum length: 32

      Original property name from the Odata EDM: Qname

      Returns:
      Unique ID of a Queue
    • getQdescription

      @Nullable public String getQdescription()
      Constraints: Not nullable, Maximum length: 80

      Original property name from the Odata EDM: Qdescription

      Returns:
      Queue Description
    • getQformat

      @Nullable public String getQformat()
      Constraints: Not nullable, Maximum length: 51

      Original property name from the Odata EDM: Qformat

      Returns:
      Technical Format ID
    • getQformatDescript

      @Nullable public String getQformatDescript()
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: QformatDescript

      Returns:
      Queue Format
    • getTechUserName

      @Nullable public String getTechUserName()
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: TechUserName

      Returns:
      Technical User
    • getQstatus

      @Nullable public String getQstatus()
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: Qstatus

      Returns:
      Queue Status
    • getCreateTime

      @Nullable public LocalDateTime getCreateTime()
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: CreateTime

      Returns:
      Create time
    • getLastRetrieveTime

      @Nullable public LocalDateTime getLastRetrieveTime()
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: LastRetrieveTime

      Returns:
      Time of last retr.
    • getCleanupPrd

      @Nullable public Short getCleanupPrd()
      Constraints: Not nullable

      Original property name from the Odata EDM: CleanupPrd

      Returns:
      Cleanup Queue Items
    • getLocationID

      @Nullable public String getLocationID()
      Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: LocationID

      Returns:
      Location ID
    • getLocationIDType

      @Nullable public String getLocationIDType()
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: LocationIDType

      Returns:
      Location ID Type
    • getOMSType

      @Nullable public Short getOMSType()
      Constraints: Not nullable

      Original property name from the Odata EDM: OMSType

      Returns:
      OMS Type
    • getQparams

      @Nullable public String getQparams()
      Constraints: Not nullable

      Original property name from the Odata EDM: Qparams

      Returns:
      Print Parameter
    • getNrOfNewItems

      @Nullable public Short getNrOfNewItems()
      Constraints: Not nullable

      Original property name from the Odata EDM: NrOfNewItems

      Returns:
      Number of Item
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class VdmObject<PrintQueueInfo>
    • equals

      public boolean equals(@Nullable Object o)
      Overrides:
      equals in class VdmEntity<PrintQueueInfo>
    • canEqual

      protected boolean canEqual(@Nullable Object other)
      Overrides:
      canEqual in class VdmEntity<PrintQueueInfo>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class VdmEntity<PrintQueueInfo>