public class VMSVehicleActionText extends VdmEntity<VMSVehicleActionText>
Original entity name from the Odata EDM: A_VMSVehicleActionTextType
Modifier and Type | Class and Description |
---|---|
static class |
VMSVehicleActionText.VMSVehicleActionTextBuilder |
Modifier and Type | Field and Description |
---|---|
static SimpleProperty<VMSVehicleActionText> |
ALL_FIELDS
Selector for all available fields of VMSVehicleActionText.
|
static SimpleProperty.String<VMSVehicleActionText> |
LANGUAGE |
static SimpleProperty.String<VMSVehicleActionText> |
VMS_VEHICLE_ACTION |
static SimpleProperty.String<VMSVehicleActionText> |
VMS_VEHICLE_ACTION_TEXT |
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS
Constructor and Description |
---|
VMSVehicleActionText() |
VMSVehicleActionText(String language,
String vMSVehicleAction,
String vMSVehicleActionText) |
Modifier and Type | Method and Description |
---|---|
static VMSVehicleActionText.VMSVehicleActionTextBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
protected void |
fromMap(Map<String,Object> inputValues)
Read entity data from generic map.
|
protected String |
getDefaultServicePath()
Used by request builders and navigation property methods to construct OData requests.
|
protected String |
getEntityCollection()
Used by request builders and navigation property methods to construct OData requests.
|
protected ODataEntityKey |
getKey() |
String |
getLanguage()
(Key Field) Constraints: Not nullable, Maximum length: 2
|
String |
getOdataType() |
Class<VMSVehicleActionText> |
getType() |
String |
getVMSVehicleAction()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
String |
getVMSVehicleActionText()
Constraints: Not nullable, Maximum length: 40
|
int |
hashCode() |
void |
setLanguage(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
void |
setVMSVehicleAction(String vMSVehicleAction)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
void |
setVMSVehicleActionText(String vMSVehicleActionText)
Constraints: Not nullable, Maximum length: 40
|
protected Map<String,Object> |
toMapOfFields()
Get all fields as map.
|
String |
toString() |
all, attachToService, getDestinationForFetch, getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setServicePathForFetch, setVersionIdentifier
getAnnotationProperties, getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
public static final SimpleProperty<VMSVehicleActionText> ALL_FIELDS
public static final SimpleProperty.String<VMSVehicleActionText> LANGUAGE
public static final SimpleProperty.String<VMSVehicleActionText> VMS_VEHICLE_ACTION
public static final SimpleProperty.String<VMSVehicleActionText> VMS_VEHICLE_ACTION_TEXT
@Nonnull public Class<VMSVehicleActionText> getType()
getType
in class VdmObject<VMSVehicleActionText>
public void setLanguage(@Nullable String language)
Original property name from the Odata EDM: Language
language
- Language Keypublic void setVMSVehicleAction(@Nullable String vMSVehicleAction)
Original property name from the Odata EDM: VMSVehicleAction
vMSVehicleAction
- Actionpublic void setVMSVehicleActionText(@Nullable String vMSVehicleActionText)
Original property name from the Odata EDM: VMSVehicleActionText
vMSVehicleActionText
- Description of Actionprotected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<VMSVehicleActionText>
@Nonnull protected ODataEntityKey getKey()
getKey
in class VdmObject<VMSVehicleActionText>
@Nonnull protected Map<String,Object> toMapOfFields()
VdmObject
toMapOfFields
in class VdmObject<VMSVehicleActionText>
protected void fromMap(Map<String,Object> inputValues)
VdmObject
fromMap
in class VdmObject<VMSVehicleActionText>
inputValues
- The key-value map.protected String getDefaultServicePath()
VdmEntity
getDefaultServicePath
in class VdmEntity<VMSVehicleActionText>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull public static VMSVehicleActionText.VMSVehicleActionTextBuilder builder()
@Nullable public String getLanguage()
Original property name from the Odata EDM: Language
@Nullable public String getVMSVehicleAction()
Original property name from the Odata EDM: VMSVehicleAction
@Nullable public String getVMSVehicleActionText()
Original property name from the Odata EDM: VMSVehicleActionText
@Nonnull public String toString()
toString
in class VdmObject<VMSVehicleActionText>
public boolean equals(@Nullable Object o)
equals
in class VdmEntity<VMSVehicleActionText>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmEntity<VMSVehicleActionText>
public int hashCode()
hashCode
in class VdmEntity<VMSVehicleActionText>
public String getOdataType()
getOdataType
in class VdmObject<VMSVehicleActionText>
Copyright © 2021 SAP SE. All rights reserved.