java.lang.Object
com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity<MaintNotifDetCatGroup>
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.detectionmethod.MaintNotifDetCatGroup
All Implemented Interfaces:
VdmEntitySet

public class MaintNotifDetCatGroup extends VdmEntity<MaintNotifDetCatGroup> implements VdmEntitySet
Assign Group to Profile

Original entity name from the Odata EDM: MaintNotifDetCatGroup_Type

  • Field Details

  • Constructor Details

    • MaintNotifDetCatGroup

      public MaintNotifDetCatGroup()
    • MaintNotifDetCatGroup

      public MaintNotifDetCatGroup(@Nullable String maintNotifDetectionProfile, @Nullable String maintNotifDetectionGroup, @Nullable String maintNotifDetectionProfileText, @Nullable String maintNotifDetectionGroupText)
  • Method Details

    • getType

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

      public void setMaintNotifDetectionProfile(@Nullable String maintNotifDetectionProfile)
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: MaintNotifDetectionProfile

      Parameters:
      maintNotifDetectionProfile - Detection Method Profile
    • setMaintNotifDetectionGroup

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

      Original property name from the Odata EDM: MaintNotifDetectionGroup

      Parameters:
      maintNotifDetectionGroup - Detection Method Group
    • setMaintNotifDetectionProfileText

      public void setMaintNotifDetectionProfileText(@Nullable String maintNotifDetectionProfileText)
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: MaintNotifDetectionProfileText

      Parameters:
      maintNotifDetectionProfileText - Detection Method Profile Description
    • setMaintNotifDetectionGroupText

      public void setMaintNotifDetectionGroupText(@Nullable String maintNotifDetectionGroupText)
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: MaintNotifDetectionGroupText

      Parameters:
      maintNotifDetectionGroupText - Detection Method Group Description
    • getEntityCollection

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

      @Nonnull protected ODataEntityKey getKey()
      Overrides:
      getKey in class VdmObject<MaintNotifDetCatGroup>
    • toMapOfFields

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

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

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

      @Nonnull public static MaintNotifDetCatGroup.MaintNotifDetCatGroupBuilder builder()
    • getMaintNotifDetectionProfile

      @Nullable public String getMaintNotifDetectionProfile()
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: MaintNotifDetectionProfile

      Returns:
      Detection Method Profile
    • getMaintNotifDetectionGroup

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

      Original property name from the Odata EDM: MaintNotifDetectionGroup

      Returns:
      Detection Method Group
    • getMaintNotifDetectionProfileText

      @Nullable public String getMaintNotifDetectionProfileText()
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: MaintNotifDetectionProfileText

      Returns:
      Detection Method Profile Description
    • getMaintNotifDetectionGroupText

      @Nullable public String getMaintNotifDetectionGroupText()
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: MaintNotifDetectionGroupText

      Returns:
      Detection Method Group Description
    • toString

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

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

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

      public int hashCode()
      Overrides:
      hashCode in class VdmEntity<MaintNotifDetCatGroup>
    • getOdataType

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