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

public class Et_ActionResult extends VdmEntity<Et_ActionResult>
Action Result

Original entity name from the Odata EDM: et_ActionResult

  • Field Details

    • ALL_FIELDS

      public static final Et_ActionResultSelectable ALL_FIELDS
      Selector for all available fields of Et_ActionResult.
    • DOCUMENT_REF

      public static final Et_ActionResultField<String> DOCUMENT_REF
      Use with available fluent helpers to apply the DocumentRef field to query operations.
    • ERROR_MSG

      public static final Et_ActionResultField<String> ERROR_MSG
      Use with available fluent helpers to apply the ErrorMsg field to query operations.
    • SUCCESSSTATUS

      public static final Et_ActionResultField<String> SUCCESSSTATUS
      Use with available fluent helpers to apply the Successstatus field to query operations.
  • Constructor Details

    • Et_ActionResult

      public Et_ActionResult()
    • Et_ActionResult

      public Et_ActionResult(@Nullable String documentRef, @Nullable String errorMsg, @Nullable String successstatus)
  • Method Details

    • getType

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

      public void setDocumentRef(@Nullable String documentRef)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: DocumentRef

      Parameters:
      documentRef - Ref. Document
    • setErrorMsg

      public void setErrorMsg(@Nullable String errorMsg)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: ErrorMsg

      Parameters:
      errorMsg - String
    • setSuccessstatus

      public void setSuccessstatus(@Nullable String successstatus)
      (Key Field) Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: Successstatus

      Parameters:
      successstatus - Success status
    • getEntityCollection

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

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

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

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

      @Nonnull public static <T> Et_ActionResultField<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> Et_ActionResultField<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<Et_ActionResult>
    • setServicePathForFetch

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

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

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

      @Nonnull public static Et_ActionResult.Et_ActionResultBuilder builder()
    • getDocumentRef

      @Nullable public String getDocumentRef()
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: DocumentRef

      Returns:
      Ref. Document
    • getErrorMsg

      @Nullable public String getErrorMsg()
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: ErrorMsg

      Returns:
      String
    • getSuccessstatus

      @Nullable public String getSuccessstatus()
      (Key Field) Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: Successstatus

      Returns:
      Success status
    • toString

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

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

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

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