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

public class UpdateWithPRAKeysResult_Type extends VdmComplex<UpdateWithPRAKeysResult_Type>

Original complex type name from the Odata EDM: UpdateWithPRAKeysResult_Type

  • Field Details

  • Constructor Details

    • UpdateWithPRAKeysResult_Type

      public UpdateWithPRAKeysResult_Type()
    • UpdateWithPRAKeysResult_Type

      public UpdateWithPRAKeysResult_Type(@Nullable String marketingType, @Nullable String pRAMarketingRateNumber, @Nullable String pRASystemMessageClass, @Nullable String pRASystemMessageNumber, @Nullable String pRASystemMessageText, @Nullable String pRASystemMessageType)
  • Method Details

    • getType

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

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

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

      @Nonnull protected ODataEntityKey getKey()
      Overrides:
      getKey in class VdmObject<UpdateWithPRAKeysResult_Type>
    • setMarketingType

      public void setMarketingType(@Nullable String marketingType)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: MarketingType

      Parameters:
      marketingType - The marketingType to set.
    • setPRAMarketingRateNumber

      public void setPRAMarketingRateNumber(@Nullable String pRAMarketingRateNumber)
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: PRAMarketingRateNumber

      Parameters:
      pRAMarketingRateNumber - The pRAMarketingRateNumber 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

    • getMarketingType

      @Nullable public String getMarketingType()
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: MarketingType

      Returns:
      The marketingType contained in this VdmComplex.
    • getPRAMarketingRateNumber

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

      Original property name from the Odata EDM: PRAMarketingRateNumber

      Returns:
      The pRAMarketingRateNumber 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<UpdateWithPRAKeysResult_Type>
    • equals

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

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

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

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