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

public class JobScheduleStatus extends VdmEntity<JobScheduleStatus>

Original entity name from the Odata EDM: JobScheduleStatus

  • Field Details

    • ALL_FIELDS

      public static final JobScheduleStatusSelectable ALL_FIELDS
      Selector for all available fields of JobScheduleStatus.
    • JOB_NAME

      public static final JobScheduleStatusField<String> JOB_NAME
      Use with available fluent helpers to apply the JobName field to query operations.
    • JOB_RUN_COUNT

      public static final JobScheduleStatusField<String> JOB_RUN_COUNT
      Use with available fluent helpers to apply the JobRunCount field to query operations.
    • JOB_STATUS

      public static final JobScheduleStatusField<String> JOB_STATUS
      Use with available fluent helpers to apply the JobStatus field to query operations.
    • RETURN_CODE

      public static final JobScheduleStatusField<Short> RETURN_CODE
      Use with available fluent helpers to apply the ReturnCode field to query operations.
  • Constructor Details

    • JobScheduleStatus

      public JobScheduleStatus()
    • JobScheduleStatus

      public JobScheduleStatus(@Nullable String jobName, @Nullable String jobRunCount, @Nullable String jobStatus, @Nullable Short returnCode)
  • Method Details

    • getType

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

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

      Original property name from the Odata EDM: JobName

      Parameters:
      jobName - The jobName to set.
    • setJobRunCount

      public void setJobRunCount(@Nullable String jobRunCount)
      (Key Field) Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: JobRunCount

      Parameters:
      jobRunCount - The jobRunCount to set.
    • setJobStatus

      public void setJobStatus(@Nullable String jobStatus)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: JobStatus

      Parameters:
      jobStatus - The jobStatus to set.
    • setReturnCode

      public void setReturnCode(@Nullable Short returnCode)
      Constraints: none

      Original property name from the Odata EDM: ReturnCode

      Parameters:
      returnCode - Signed INT2 / Edm.int16
    • getEntityCollection

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

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

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

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

      @Nonnull public static <T> JobScheduleStatusField<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> JobScheduleStatusField<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<JobScheduleStatus>
    • setServicePathForFetch

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

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

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

      @Nonnull public static JobScheduleStatus.JobScheduleStatusBuilder builder()
    • getJobName

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

      Original property name from the Odata EDM: JobName

      Returns:
      The jobName contained in this entity.
    • getJobRunCount

      @Nullable public String getJobRunCount()
      (Key Field) Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: JobRunCount

      Returns:
      The jobRunCount contained in this entity.
    • getJobStatus

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

      Original property name from the Odata EDM: JobStatus

      Returns:
      The jobStatus contained in this entity.
    • getReturnCode

      @Nullable public Short getReturnCode()
      Constraints: none

      Original property name from the Odata EDM: ReturnCode

      Returns:
      Signed INT2 / Edm.int16
    • toString

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

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

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

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