Class MaintNotifDetCode
java.lang.Object
com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity<MaintNotifDetCode>
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.detectionmethod.MaintNotifDetCode
- All Implemented Interfaces:
VdmEntitySet
Detection Method
Original entity name from the Odata EDM: MaintNotifDetCode_Type
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SimpleProperty<MaintNotifDetCode>Selector for all available fields of MaintNotifDetCode.static final SimpleProperty.Boolean<MaintNotifDetCode>static final SimpleProperty.String<MaintNotifDetCode>static final SimpleProperty.String<MaintNotifDetCode>Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionMaintNotifDetCode(String maintNotifDetectionMethod, String maintNotifDetectionMethodText, Boolean isDeactivated) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanprotected voidprotected Stringprotected StringConstraints: Not nullableprotected ODataEntityKeygetKey()(Key Field) Constraints: Not nullable, Maximum length: 4Constraints: Not nullable, Maximum length: 40getType()inthashCode()voidsetIsDeactivated(Boolean isDeactivated) Constraints: Not nullablevoidsetMaintNotifDetectionMethod(String maintNotifDetectionMethod) (Key Field) Constraints: Not nullable, Maximum length: 4voidsetMaintNotifDetectionMethodText(String maintNotifDetectionMethodText) Constraints: Not nullable, Maximum length: 40toString()Methods inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity
all, attachToService, getDestinationForFetch, getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setServicePathForFetch, setVersionIdentifierMethods inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
getAnnotationProperties, 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 MaintNotifDetCode. -
MAINT_NOTIF_DETECTION_METHOD
-
MAINT_NOTIF_DETECTION_METHOD_TEXT
-
IS_DEACTIVATED
-
-
Constructor Details
-
MaintNotifDetCode
public MaintNotifDetCode() -
MaintNotifDetCode
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<MaintNotifDetCode>
-
setMaintNotifDetectionMethod
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: MaintNotifDetectionMethod
- Parameters:
maintNotifDetectionMethod- Detection Method
-
setMaintNotifDetectionMethodText
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: MaintNotifDetectionMethodText
- Parameters:
maintNotifDetectionMethodText- Detection Method Description
-
setIsDeactivated
Constraints: Not nullableOriginal property name from the Odata EDM: IsDeactivated
- Parameters:
isDeactivated- Deactivate
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<MaintNotifDetCode>
-
getKey
- Overrides:
getKeyin classVdmObject<MaintNotifDetCode>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<MaintNotifDetCode>
-
fromMap
- Overrides:
fromMapin classVdmObject<MaintNotifDetCode>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<MaintNotifDetCode>
-
builder
-
getMaintNotifDetectionMethod
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: MaintNotifDetectionMethod
- Returns:
- Detection Method
-
getMaintNotifDetectionMethodText
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: MaintNotifDetectionMethodText
- Returns:
- Detection Method Description
-
getIsDeactivated
Constraints: Not nullableOriginal property name from the Odata EDM: IsDeactivated
- Returns:
- Deactivate
-
toString
- Overrides:
toStringin classVdmObject<MaintNotifDetCode>
-
equals
- Overrides:
equalsin classVdmEntity<MaintNotifDetCode>
-
canEqual
- Overrides:
canEqualin classVdmEntity<MaintNotifDetCode>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<MaintNotifDetCode>
-
getOdataType
- Specified by:
getOdataTypein classVdmObject<MaintNotifDetCode>
-