public class VMSVehicleSearchArea extends VdmEntity<VMSVehicleSearchArea>
Original entity name from the Odata EDM: A_VMSVehicleSearchAreaType
Modifier and Type | Class and Description |
---|---|
static class |
VMSVehicleSearchArea.VMSVehicleSearchAreaBuilder |
Modifier and Type | Field and Description |
---|---|
static SimpleProperty<VMSVehicleSearchArea> |
ALL_FIELDS
Selector for all available fields of VMSVehicleSearchArea.
|
static SimpleProperty.String<VMSVehicleSearchArea> |
VMS_VEHICLE_SEARCH_AREA |
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS
Constructor and Description |
---|
VMSVehicleSearchArea() |
VMSVehicleSearchArea(String vMSVehicleSearchArea) |
Modifier and Type | Method and Description |
---|---|
static VMSVehicleSearchArea.VMSVehicleSearchAreaBuilder |
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 |
getOdataType() |
Class<VMSVehicleSearchArea> |
getType() |
String |
getVMSVehicleSearchArea()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
int |
hashCode() |
void |
setVMSVehicleSearchArea(String vMSVehicleSearchArea)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
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<VMSVehicleSearchArea> ALL_FIELDS
public static final SimpleProperty.String<VMSVehicleSearchArea> VMS_VEHICLE_SEARCH_AREA
@Nonnull public Class<VMSVehicleSearchArea> getType()
getType
in class VdmObject<VMSVehicleSearchArea>
public void setVMSVehicleSearchArea(@Nullable String vMSVehicleSearchArea)
Original property name from the Odata EDM: VMSVehicleSearchArea
vMSVehicleSearchArea
- Vehicle Search Areaprotected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<VMSVehicleSearchArea>
@Nonnull protected ODataEntityKey getKey()
getKey
in class VdmObject<VMSVehicleSearchArea>
@Nonnull protected Map<String,Object> toMapOfFields()
VdmObject
toMapOfFields
in class VdmObject<VMSVehicleSearchArea>
protected void fromMap(Map<String,Object> inputValues)
VdmObject
fromMap
in class VdmObject<VMSVehicleSearchArea>
inputValues
- The key-value map.protected String getDefaultServicePath()
VdmEntity
getDefaultServicePath
in class VdmEntity<VMSVehicleSearchArea>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull public static VMSVehicleSearchArea.VMSVehicleSearchAreaBuilder builder()
@Nullable public String getVMSVehicleSearchArea()
Original property name from the Odata EDM: VMSVehicleSearchArea
@Nonnull public String toString()
toString
in class VdmObject<VMSVehicleSearchArea>
public boolean equals(@Nullable Object o)
equals
in class VdmEntity<VMSVehicleSearchArea>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmEntity<VMSVehicleSearchArea>
public int hashCode()
hashCode
in class VdmEntity<VMSVehicleSearchArea>
public String getOdataType()
getOdataType
in class VdmObject<VMSVehicleSearchArea>
Copyright © 2021 SAP SE. All rights reserved.