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