Class SAP__Message
Original complex type name from the Odata EDM: SAP__Message
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SimpleProperty.Collection<SAP__Message,String> static final SimpleProperty.String<SAP__Message>static final SimpleProperty.String<SAP__Message>static final SimpleProperty.String<SAP__Message>static final SimpleProperty.NumericInteger<SAP__Message>static final SimpleProperty.String<SAP__Message>static final SimpleProperty.Boolean<SAP__Message>Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionSAP__Message(String code, String message, String target, Collection<String> additionalTargets, Boolean transition, Short numericSeverity, String longtextUrl) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanprotected voidConstraints: Not nullablegetCode()Constraints: Not nullableprotected ODataEntityKeygetKey()Constraints: NullableConstraints: Not nullableConstraints: Not nullableConstraints: NullableConstraints: Not nullablegetType()inthashCode()voidsetAdditionalTargets(Collection<String> additionalTargets) Constraints: Not nullablevoidConstraints: Not nullablevoidsetLongtextUrl(String longtextUrl) Constraints: NullablevoidsetMessage(String message) Constraints: Not nullablevoidsetNumericSeverity(Short numericSeverity) Constraints: Not nullablevoidConstraints: NullablevoidsetTransition(Boolean transition) Constraints: Not nullabletoString()Methods 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
-
CODE
-
MESSAGE
-
TARGET
-
ADDITIONAL_TARGETS
-
TRANSITION
-
NUMERIC_SEVERITY
-
LONGTEXT_URL
-
-
Constructor Details
-
SAP__Message
public SAP__Message() -
SAP__Message
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<SAP__Message>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<SAP__Message>
-
fromMap
- Overrides:
fromMapin classVdmObject<SAP__Message>
-
getKey
- Overrides:
getKeyin classVdmObject<SAP__Message>
-
setCode
Constraints: Not nullableOriginal property name from the Odata EDM: code
- Parameters:
code- The code to set.
-
setMessage
Constraints: Not nullableOriginal property name from the Odata EDM: message
- Parameters:
message- The message to set.
-
setTarget
Constraints: NullableOriginal property name from the Odata EDM: target
- Parameters:
target- The target to set.
-
setAdditionalTargets
Constraints: Not nullableOriginal property name from the Odata EDM: additionalTargets
- Parameters:
additionalTargets- The additionalTargets to set.
-
setTransition
Constraints: Not nullableOriginal property name from the Odata EDM: transition
- Parameters:
transition- The transition to set.
-
setNumericSeverity
Constraints: Not nullableOriginal property name from the Odata EDM: numericSeverity
- Parameters:
numericSeverity- The numericSeverity to set.
-
setLongtextUrl
Constraints: NullableOriginal property name from the Odata EDM: longtextUrl
- Parameters:
longtextUrl- The longtextUrl to set.
-
builder
-
getCode
Constraints: Not nullableOriginal property name from the Odata EDM: code
- Returns:
- The code contained in this
VdmComplex.
-
getMessage
Constraints: Not nullableOriginal property name from the Odata EDM: message
- Returns:
- The message contained in this
VdmComplex.
-
getTarget
Constraints: NullableOriginal property name from the Odata EDM: target
- Returns:
- The target contained in this
VdmComplex.
-
getAdditionalTargets
Constraints: Not nullableOriginal property name from the Odata EDM: additionalTargets
- Returns:
- The additionalTargets contained in this
VdmComplex.
-
getTransition
Constraints: Not nullableOriginal property name from the Odata EDM: transition
- Returns:
- The transition contained in this
VdmComplex.
-
getNumericSeverity
Constraints: Not nullableOriginal property name from the Odata EDM: numericSeverity
- Returns:
- The numericSeverity contained in this
VdmComplex.
-
getLongtextUrl
Constraints: NullableOriginal property name from the Odata EDM: longtextUrl
- Returns:
- The longtextUrl contained in this
VdmComplex.
-
toString
- Overrides:
toStringin classVdmObject<SAP__Message>
-
equals
- Overrides:
equalsin classVdmObject<SAP__Message>
-
canEqual
- Overrides:
canEqualin classVdmObject<SAP__Message>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmObject<SAP__Message>
-
getOdataType
- Specified by:
getOdataTypein classVdmObject<SAP__Message>
-