public class VMSVehicleSharingLevelText extends VdmEntity<VMSVehicleSharingLevelText>
Original entity name from the Odata EDM: A_VMSVehicleSharingLevelTextType
Modifier and Type | Class and Description |
---|---|
static class |
VMSVehicleSharingLevelText.VMSVehicleSharingLevelTextBuilder |
Modifier and Type | Field and Description |
---|---|
static SimpleProperty<VMSVehicleSharingLevelText> |
ALL_FIELDS
Selector for all available fields of VMSVehicleSharingLevelText.
|
static SimpleProperty.String<VMSVehicleSharingLevelText> |
LANGUAGE |
static SimpleProperty.String<VMSVehicleSharingLevelText> |
VMS_VEHICLE_SHARING_LEVEL |
static SimpleProperty.String<VMSVehicleSharingLevelText> |
VMS_VEHICLE_SHARING_LEVEL_TEXT |
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS
Constructor and Description |
---|
VMSVehicleSharingLevelText() |
VMSVehicleSharingLevelText(String language,
String vMSVehicleSharingLevel,
String vMSVehicleSharingLevelText) |
Modifier and Type | Method and Description |
---|---|
static VMSVehicleSharingLevelText.VMSVehicleSharingLevelTextBuilder |
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<VMSVehicleSharingLevelText> |
getType() |
String |
getVMSVehicleSharingLevel()
(Key Field) Constraints: Not nullable, Maximum length: 2
|
String |
getVMSVehicleSharingLevelText()
Constraints: Not nullable, Maximum length: 60
|
int |
hashCode() |
void |
setLanguage(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
void |
setVMSVehicleSharingLevel(String vMSVehicleSharingLevel)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
void |
setVMSVehicleSharingLevelText(String vMSVehicleSharingLevelText)
Constraints: Not nullable, Maximum length: 60
|
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<VMSVehicleSharingLevelText> ALL_FIELDS
public static final SimpleProperty.String<VMSVehicleSharingLevelText> LANGUAGE
public static final SimpleProperty.String<VMSVehicleSharingLevelText> VMS_VEHICLE_SHARING_LEVEL
public static final SimpleProperty.String<VMSVehicleSharingLevelText> VMS_VEHICLE_SHARING_LEVEL_TEXT
@Nonnull public Class<VMSVehicleSharingLevelText> getType()
getType
in class VdmObject<VMSVehicleSharingLevelText>
public void setLanguage(@Nullable String language)
Original property name from the Odata EDM: Language
language
- Language Keypublic void setVMSVehicleSharingLevel(@Nullable String vMSVehicleSharingLevel)
Original property name from the Odata EDM: VMSVehicleSharingLevel
vMSVehicleSharingLevel
- Sharing Levels for Vehicle Searchpublic void setVMSVehicleSharingLevelText(@Nullable String vMSVehicleSharingLevelText)
Original property name from the Odata EDM: VMSVehicleSharingLevelText
vMSVehicleSharingLevelText
- Access Authorization Description During Vehicle Searchprotected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<VMSVehicleSharingLevelText>
@Nonnull protected ODataEntityKey getKey()
getKey
in class VdmObject<VMSVehicleSharingLevelText>
@Nonnull protected Map<String,Object> toMapOfFields()
VdmObject
toMapOfFields
in class VdmObject<VMSVehicleSharingLevelText>
protected void fromMap(Map<String,Object> inputValues)
VdmObject
fromMap
in class VdmObject<VMSVehicleSharingLevelText>
inputValues
- The key-value map.protected String getDefaultServicePath()
VdmEntity
getDefaultServicePath
in class VdmEntity<VMSVehicleSharingLevelText>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull public static VMSVehicleSharingLevelText.VMSVehicleSharingLevelTextBuilder builder()
@Nullable public String getLanguage()
Original property name from the Odata EDM: Language
@Nullable public String getVMSVehicleSharingLevel()
Original property name from the Odata EDM: VMSVehicleSharingLevel
@Nullable public String getVMSVehicleSharingLevelText()
Original property name from the Odata EDM: VMSVehicleSharingLevelText
@Nonnull public String toString()
toString
in class VdmObject<VMSVehicleSharingLevelText>
public boolean equals(@Nullable Object o)
equals
in class VdmEntity<VMSVehicleSharingLevelText>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmEntity<VMSVehicleSharingLevelText>
public int hashCode()
hashCode
in class VdmEntity<VMSVehicleSharingLevelText>
public String getOdataType()
getOdataType
in class VdmObject<VMSVehicleSharingLevelText>
Copyright © 2021 SAP SE. All rights reserved.