Class JobScheduleStatus
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
Original entity name from the Odata EDM: JobScheduleStatus
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JobScheduleStatusSelectableSelector for all available fields of JobScheduleStatus.static final JobScheduleStatusField<String>Use with available fluent helpers to apply the JobName field to query operations.static final JobScheduleStatusField<String>Use with available fluent helpers to apply the JobRunCount field to query operations.static final JobScheduleStatusField<String>Use with available fluent helpers to apply the JobStatus field to query operations.static final JobScheduleStatusField<Short>Use with available fluent helpers to apply the ReturnCode field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionJobScheduleStatus(String jobName, String jobRunCount, String jobStatus, Short returnCode) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
JobScheduleStatusField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> JobScheduleStatusField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidprotected Stringprotected String(Key Field) Constraints: Not nullable, Maximum length: 32(Key Field) Constraints: Not nullable, Maximum length: 8Constraints: Not nullable, Maximum length: 1getKey()Constraints: nonegetType()inthashCode()voidsetJobName(String jobName) (Key Field) Constraints: Not nullable, Maximum length: 32voidsetJobRunCount(String jobRunCount) (Key Field) Constraints: Not nullable, Maximum length: 8voidsetJobStatus(String jobStatus) Constraints: Not nullable, Maximum length: 1voidsetReturnCode(Short returnCode) Constraints: noneprotected voidsetServicePathForFetch(String servicePathForFetch) toString()Methods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity
fetchFieldAsList, fetchFieldAsSingle, getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifierMethods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
-
Field Details
-
ALL_FIELDS
Selector for all available fields of JobScheduleStatus. -
JOB_NAME
Use with available fluent helpers to apply the JobName field to query operations. -
JOB_RUN_COUNT
Use with available fluent helpers to apply the JobRunCount field to query operations. -
JOB_STATUS
Use with available fluent helpers to apply the JobStatus field to query operations. -
RETURN_CODE
Use with available fluent helpers to apply the ReturnCode field to query operations.
-
-
Constructor Details
-
JobScheduleStatus
public JobScheduleStatus() -
JobScheduleStatus
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<JobScheduleStatus>
-
setJobName
(Key Field) Constraints: Not nullable, Maximum length: 32Original property name from the Odata EDM: JobName
- Parameters:
jobName- The jobName to set.
-
setJobRunCount
(Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: JobRunCount
- Parameters:
jobRunCount- The jobRunCount to set.
-
setJobStatus
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: JobStatus
- Parameters:
jobStatus- The jobStatus to set.
-
setReturnCode
Constraints: noneOriginal property name from the Odata EDM: ReturnCode
- Parameters:
returnCode- Signed INT2 / Edm.int16
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<JobScheduleStatus>
-
getKey
- Overrides:
getKeyin classVdmObject<JobScheduleStatus>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<JobScheduleStatus>
-
fromMap
- Overrides:
fromMapin classVdmObject<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 fieldfieldName- 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
- Overrides:
getDestinationForFetchin classVdmEntity<JobScheduleStatus>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<JobScheduleStatus>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<JobScheduleStatus>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<JobScheduleStatus>
-
builder
-
getJobName
(Key Field) Constraints: Not nullable, Maximum length: 32Original property name from the Odata EDM: JobName
- Returns:
- The jobName contained in this entity.
-
getJobRunCount
(Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: JobRunCount
- Returns:
- The jobRunCount contained in this entity.
-
getJobStatus
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: JobStatus
- Returns:
- The jobStatus contained in this entity.
-
getReturnCode
Constraints: noneOriginal property name from the Odata EDM: ReturnCode
- Returns:
- Signed INT2 / Edm.int16
-
toString
- Overrides:
toStringin classVdmObject<JobScheduleStatus>
-
equals
- Overrides:
equalsin classVdmEntity<JobScheduleStatus>
-
canEqual
- Overrides:
canEqualin classVdmEntity<JobScheduleStatus>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<JobScheduleStatus>
-