java.lang.Object
com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject<ObjectT>
com.sap.cloud.sdk.datamodel.odatav4.core.VdmComplex<SimulateWithPRAKeysResult_Type>
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.productionrevenueaccountingrevenueaccountingdocument.SimulateWithPRAKeysResult_Type

public class SimulateWithPRAKeysResult_Type extends VdmComplex<SimulateWithPRAKeysResult_Type>

Original complex type name from the Odata EDM: SimulateWithPRAKeysResult_Type

  • Field Details

  • Constructor Details

    • SimulateWithPRAKeysResult_Type

      public SimulateWithPRAKeysResult_Type()
    • SimulateWithPRAKeysResult_Type

      public SimulateWithPRAKeysResult_Type(@Nullable String accountingDocument, @Nullable String companyCode, @Nullable String pRAAccountingPeriod, @Nullable String pRASystemMessageClass, @Nullable String pRASystemMessageNumber, @Nullable String pRASystemMessageText, @Nullable String pRASystemMessageType)
  • Method Details

    • getType

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

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

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

      @Nonnull protected ODataEntityKey getKey()
      Overrides:
      getKey in class VdmObject<SimulateWithPRAKeysResult_Type>
    • setAccountingDocument

      public void setAccountingDocument(@Nullable String accountingDocument)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: AccountingDocument

      Parameters:
      accountingDocument - The accountingDocument to set.
    • setCompanyCode

      public void setCompanyCode(@Nullable String companyCode)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: CompanyCode

      Parameters:
      companyCode - The companyCode to set.
    • setPRAAccountingPeriod

      public void setPRAAccountingPeriod(@Nullable String pRAAccountingPeriod)
      Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: PRAAccountingPeriod

      Parameters:
      pRAAccountingPeriod - The pRAAccountingPeriod to set.
    • setPRASystemMessageClass

      public void setPRASystemMessageClass(@Nullable String pRASystemMessageClass)
      Constraints: Not nullable, Maximum length: 20

      Original property name from the Odata EDM: PRASystemMessageClass

      Parameters:
      pRASystemMessageClass - The pRASystemMessageClass to set.
    • setPRASystemMessageNumber

      public void setPRASystemMessageNumber(@Nullable String pRASystemMessageNumber)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: PRASystemMessageNumber

      Parameters:
      pRASystemMessageNumber - The pRASystemMessageNumber to set.
    • setPRASystemMessageText

      public void setPRASystemMessageText(@Nullable String pRASystemMessageText)
      Constraints: Not nullable

      Original property name from the Odata EDM: PRASystemMessageText

      Parameters:
      pRASystemMessageText - The pRASystemMessageText to set.
    • setPRASystemMessageType

      public void setPRASystemMessageType(@Nullable String pRASystemMessageType)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: PRASystemMessageType

      Parameters:
      pRASystemMessageType - The pRASystemMessageType to set.
    • builder

    • getAccountingDocument

      @Nullable public String getAccountingDocument()
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: AccountingDocument

      Returns:
      The accountingDocument contained in this VdmComplex.
    • getCompanyCode

      @Nullable public String getCompanyCode()
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: CompanyCode

      Returns:
      The companyCode contained in this VdmComplex.
    • getPRAAccountingPeriod

      @Nullable public String getPRAAccountingPeriod()
      Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: PRAAccountingPeriod

      Returns:
      The pRAAccountingPeriod contained in this VdmComplex.
    • getPRASystemMessageClass

      @Nullable public String getPRASystemMessageClass()
      Constraints: Not nullable, Maximum length: 20

      Original property name from the Odata EDM: PRASystemMessageClass

      Returns:
      The pRASystemMessageClass contained in this VdmComplex.
    • getPRASystemMessageNumber

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

      Original property name from the Odata EDM: PRASystemMessageNumber

      Returns:
      The pRASystemMessageNumber contained in this VdmComplex.
    • getPRASystemMessageText

      @Nullable public String getPRASystemMessageText()
      Constraints: Not nullable

      Original property name from the Odata EDM: PRASystemMessageText

      Returns:
      The pRASystemMessageText contained in this VdmComplex.
    • getPRASystemMessageType

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

      Original property name from the Odata EDM: PRASystemMessageType

      Returns:
      The pRASystemMessageType contained in this VdmComplex.
    • toString

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

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

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

      public int hashCode()
      Overrides:
      hashCode in class VdmObject<SimulateWithPRAKeysResult_Type>
    • getOdataType

      public String getOdataType()
      Specified by:
      getOdataType in class VdmObject<SimulateWithPRAKeysResult_Type>