public class PutAssetPropertyValueEntry extends Object
Constructor and Description |
---|
PutAssetPropertyValueEntry()
No args constructor for use in serialization
|
PutAssetPropertyValueEntry(String entryId,
String assetId,
String propertyId,
String propertyAlias,
List<AssetPropertyValue> propertyValues) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
String |
getAssetId()
The ID of the asset to update.
|
String |
getEntryId()
The user specified ID for the entry.
|
String |
getPropertyAlias()
The property alias that identifies the property, such as an OPC-UA server data stream path (for example, /company/windfarm/3/turbine/7/temperature).
|
String |
getPropertyId()
The ID of the asset property for this entry.
|
List<AssetPropertyValue> |
getPropertyValues()
The list of property values to upload.
|
int |
hashCode() |
void |
setAssetId(String assetId)
The ID of the asset to update.
|
void |
setEntryId(String entryId)
The user specified ID for the entry.
|
void |
setPropertyAlias(String propertyAlias)
The property alias that identifies the property, such as an OPC-UA server data stream path (for example, /company/windfarm/3/turbine/7/temperature).
|
void |
setPropertyId(String propertyId)
The ID of the asset property for this entry.
|
void |
setPropertyValues(List<AssetPropertyValue> propertyValues)
The list of property values to upload.
|
String |
toString() |
PutAssetPropertyValueEntry |
withAssetId(String assetId) |
PutAssetPropertyValueEntry |
withEntryId(String entryId) |
PutAssetPropertyValueEntry |
withPropertyAlias(String propertyAlias) |
PutAssetPropertyValueEntry |
withPropertyId(String propertyId) |
PutAssetPropertyValueEntry |
withPropertyValues(List<AssetPropertyValue> propertyValues) |
public PutAssetPropertyValueEntry()
public String getEntryId()
public void setEntryId(String entryId)
public PutAssetPropertyValueEntry withEntryId(String entryId)
public String getAssetId()
public void setAssetId(String assetId)
public PutAssetPropertyValueEntry withAssetId(String assetId)
public String getPropertyId()
public void setPropertyId(String propertyId)
public PutAssetPropertyValueEntry withPropertyId(String propertyId)
public String getPropertyAlias()
public void setPropertyAlias(String propertyAlias)
public PutAssetPropertyValueEntry withPropertyAlias(String propertyAlias)
public List<AssetPropertyValue> getPropertyValues()
public void setPropertyValues(List<AssetPropertyValue> propertyValues)
public PutAssetPropertyValueEntry withPropertyValues(List<AssetPropertyValue> propertyValues)