public class VMSVehicleUsageStatusText extends VdmEntity<VMSVehicleUsageStatusText>
Original entity name from the Odata EDM: A_VMSVehicleUsageStatusTextType
Modifier and Type | Class and Description |
---|---|
static class |
VMSVehicleUsageStatusText.VMSVehicleUsageStatusTextBuilder |
Modifier and Type | Field and Description |
---|---|
static SimpleProperty<VMSVehicleUsageStatusText> |
ALL_FIELDS
Selector for all available fields of VMSVehicleUsageStatusText.
|
static SimpleProperty.String<VMSVehicleUsageStatusText> |
LANGUAGE |
static SimpleProperty.String<VMSVehicleUsageStatusText> |
VMS_VEHICLE_USAGE_STATUS |
static SimpleProperty.String<VMSVehicleUsageStatusText> |
VMS_VEHICLE_USAGE_STATUS_TEXT |
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS
Constructor and Description |
---|
VMSVehicleUsageStatusText() |
VMSVehicleUsageStatusText(String language,
String vMSVehicleUsageStatus,
String vMSVehicleUsageStatusText) |
Modifier and Type | Method and Description |
---|---|
static VMSVehicleUsageStatusText.VMSVehicleUsageStatusTextBuilder |
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<VMSVehicleUsageStatusText> |
getType() |
String |
getVMSVehicleUsageStatus()
(Key Field) Constraints: Not nullable, Maximum length: 2
|
String |
getVMSVehicleUsageStatusText()
Constraints: Not nullable, Maximum length: 40
|
int |
hashCode() |
void |
setLanguage(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
void |
setVMSVehicleUsageStatus(String vMSVehicleUsageStatus)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
void |
setVMSVehicleUsageStatusText(String vMSVehicleUsageStatusText)
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<VMSVehicleUsageStatusText> ALL_FIELDS
public static final SimpleProperty.String<VMSVehicleUsageStatusText> LANGUAGE
public static final SimpleProperty.String<VMSVehicleUsageStatusText> VMS_VEHICLE_USAGE_STATUS
public static final SimpleProperty.String<VMSVehicleUsageStatusText> VMS_VEHICLE_USAGE_STATUS_TEXT
@Nonnull public Class<VMSVehicleUsageStatusText> getType()
getType
in class VdmObject<VMSVehicleUsageStatusText>
public void setLanguage(@Nullable String language)
Original property name from the Odata EDM: Language
language
- Language Keypublic void setVMSVehicleUsageStatus(@Nullable String vMSVehicleUsageStatus)
Original property name from the Odata EDM: VMSVehicleUsageStatus
vMSVehicleUsageStatus
- Vehicle Usagepublic void setVMSVehicleUsageStatusText(@Nullable String vMSVehicleUsageStatusText)
Original property name from the Odata EDM: VMSVehicleUsageStatusText
vMSVehicleUsageStatusText
- Description of Vehicle Usageprotected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<VMSVehicleUsageStatusText>
@Nonnull protected ODataEntityKey getKey()
getKey
in class VdmObject<VMSVehicleUsageStatusText>
@Nonnull protected Map<String,Object> toMapOfFields()
VdmObject
toMapOfFields
in class VdmObject<VMSVehicleUsageStatusText>
protected void fromMap(Map<String,Object> inputValues)
VdmObject
fromMap
in class VdmObject<VMSVehicleUsageStatusText>
inputValues
- The key-value map.protected String getDefaultServicePath()
VdmEntity
getDefaultServicePath
in class VdmEntity<VMSVehicleUsageStatusText>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull public static VMSVehicleUsageStatusText.VMSVehicleUsageStatusTextBuilder builder()
@Nullable public String getLanguage()
Original property name from the Odata EDM: Language
@Nullable public String getVMSVehicleUsageStatus()
Original property name from the Odata EDM: VMSVehicleUsageStatus
@Nullable public String getVMSVehicleUsageStatusText()
Original property name from the Odata EDM: VMSVehicleUsageStatusText
@Nonnull public String toString()
toString
in class VdmObject<VMSVehicleUsageStatusText>
public boolean equals(@Nullable Object o)
equals
in class VdmEntity<VMSVehicleUsageStatusText>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmEntity<VMSVehicleUsageStatusText>
public int hashCode()
hashCode
in class VdmEntity<VMSVehicleUsageStatusText>
public String getOdataType()
getOdataType
in class VdmObject<VMSVehicleUsageStatusText>
Copyright © 2021 SAP SE. All rights reserved.