public class SAP__Message extends VdmComplex<SAP__Message>
Original complex type name from the Odata EDM: SAP__Message
Modifier and Type | Class and Description |
---|---|
static class |
SAP__Message.SAP__MessageBuilder |
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS
Constructor and Description |
---|
SAP__Message() |
SAP__Message(String code,
String message,
String longtextUrl,
Short numericSeverity,
String target,
Boolean transition) |
Modifier and Type | Method and Description |
---|---|
static SAP__Message.SAP__MessageBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
protected void |
fromMap(Map<String,Object> inputValues)
Read entity data from generic map.
|
String |
getCode()
Constraints: Not nullable
|
protected ODataEntityKey |
getKey() |
String |
getLongtextUrl()
Constraints: Nullable
|
String |
getMessage()
Constraints: Not nullable
|
Short |
getNumericSeverity()
Constraints: Not nullable
|
String |
getOdataType() |
String |
getTarget()
Constraints: Not nullable
|
Boolean |
getTransition()
Constraints: Not nullable
|
Class<SAP__Message> |
getType() |
int |
hashCode() |
void |
setCode(String code)
Constraints: Not nullable
|
void |
setLongtextUrl(String longtextUrl)
Constraints: Nullable
|
void |
setMessage(String message)
Constraints: Not nullable
|
void |
setNumericSeverity(Short numericSeverity)
Constraints: Not nullable
|
void |
setTarget(String target)
Constraints: Not nullable
|
void |
setTransition(Boolean transition)
Constraints: Not nullable
|
protected Map<String,Object> |
toMapOfFields()
Get all fields as map.
|
String |
toString() |
getAnnotationProperties, getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
@Nonnull public Class<SAP__Message> getType()
getType
in class VdmObject<SAP__Message>
@Nonnull protected Map<String,Object> toMapOfFields()
VdmObject
toMapOfFields
in class VdmObject<SAP__Message>
protected void fromMap(Map<String,Object> inputValues)
VdmObject
fromMap
in class VdmObject<SAP__Message>
inputValues
- The key-value map.@Nonnull protected ODataEntityKey getKey()
getKey
in class VdmObject<SAP__Message>
@Nonnull public static SAP__Message.SAP__MessageBuilder builder()
@Nullable public String getCode()
Original property from the Odata EDM: code
@Nullable public String getMessage()
Original property from the Odata EDM: message
@Nullable public String getLongtextUrl()
Original property from the Odata EDM: longtextUrl
@Nullable public Short getNumericSeverity()
Original property from the Odata EDM: numericSeverity
@Nullable public String getTarget()
Original property from the Odata EDM: target
@Nullable public Boolean getTransition()
Original property from the Odata EDM: transition
public void setCode(@Nullable String code)
Original property from the Odata EDM: code
code
- public void setMessage(@Nullable String message)
Original property from the Odata EDM: message
message
- public void setLongtextUrl(@Nullable String longtextUrl)
Original property from the Odata EDM: longtextUrl
longtextUrl
- public void setNumericSeverity(@Nullable Short numericSeverity)
Original property from the Odata EDM: numericSeverity
numericSeverity
- public void setTarget(@Nullable String target)
Original property from the Odata EDM: target
target
- public void setTransition(@Nullable Boolean transition)
Original property from the Odata EDM: transition
transition
- @Nonnull public String toString()
toString
in class VdmObject<SAP__Message>
public boolean equals(@Nullable Object o)
equals
in class VdmObject<SAP__Message>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmObject<SAP__Message>
public int hashCode()
hashCode
in class VdmObject<SAP__Message>
public String getOdataType()
getOdataType
in class VdmObject<SAP__Message>
Copyright © 2021 SAP SE. All rights reserved.