| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.IoTTwinMaker.Entity.DefinitionProperty
Documentation
data DataValueProperty Source #
Constructors
| DataValueProperty | |
Fields
| |
Instances
data DataTypeProperty Source #
Constructors
| DataTypeProperty | |
Fields
| |
Instances
| ToJSON DataTypeProperty Source # | |||||
Defined in Stratosphere.IoTTwinMaker.Entity.DataTypeProperty Methods toJSON :: DataTypeProperty -> Value # toEncoding :: DataTypeProperty -> Encoding # toJSONList :: [DataTypeProperty] -> Value # toEncodingList :: [DataTypeProperty] -> Encoding # omitField :: DataTypeProperty -> Bool # | |||||
| Show DataTypeProperty Source # | |||||
Defined in Stratosphere.IoTTwinMaker.Entity.DataTypeProperty Methods showsPrec :: Int -> DataTypeProperty -> ShowS # show :: DataTypeProperty -> String # showList :: [DataTypeProperty] -> ShowS # | |||||
| Eq DataTypeProperty Source # | |||||
Defined in Stratosphere.IoTTwinMaker.Entity.DataTypeProperty Methods (==) :: DataTypeProperty -> DataTypeProperty -> Bool # (/=) :: DataTypeProperty -> DataTypeProperty -> Bool # | |||||
| ToResourceProperties DataTypeProperty Source # | |||||
Defined in Stratosphere.IoTTwinMaker.Entity.DataTypeProperty Methods toResourceProperties :: DataTypeProperty -> ResourceProperties # | |||||
| Property "AllowedValues" DataTypeProperty Source # | |||||
Defined in Stratosphere.IoTTwinMaker.Entity.DataTypeProperty Associated Types
Methods set :: PropertyType "AllowedValues" DataTypeProperty -> DataTypeProperty -> DataTypeProperty # | |||||
| Property "NestedType" DataTypeProperty Source # | |||||
Defined in Stratosphere.IoTTwinMaker.Entity.DataTypeProperty Associated Types
Methods set :: PropertyType "NestedType" DataTypeProperty -> DataTypeProperty -> DataTypeProperty # | |||||
| Property "Relationship" DataTypeProperty Source # | |||||
Defined in Stratosphere.IoTTwinMaker.Entity.DataTypeProperty Associated Types
Methods set :: PropertyType "Relationship" DataTypeProperty -> DataTypeProperty -> DataTypeProperty # | |||||
| Property "Type" DataTypeProperty Source # | |||||
Defined in Stratosphere.IoTTwinMaker.Entity.DataTypeProperty Associated Types
Methods set :: PropertyType "Type" DataTypeProperty -> DataTypeProperty -> DataTypeProperty # | |||||
| Property "UnitOfMeasure" DataTypeProperty Source # | |||||
Defined in Stratosphere.IoTTwinMaker.Entity.DataTypeProperty Associated Types
Methods set :: PropertyType "UnitOfMeasure" DataTypeProperty -> DataTypeProperty -> DataTypeProperty # | |||||
| type PropertyType "AllowedValues" DataTypeProperty Source # | |||||
| type PropertyType "NestedType" DataTypeProperty Source # | |||||
| type PropertyType "Relationship" DataTypeProperty Source # | |||||
| type PropertyType "Type" DataTypeProperty Source # | |||||
| type PropertyType "UnitOfMeasure" DataTypeProperty Source # | |||||
data RelationshipProperty Source #
Constructors
| RelationshipProperty | |
Fields
| |
Instances
| ToJSON RelationshipProperty Source # | |||||
Defined in Stratosphere.IoTTwinMaker.Entity.RelationshipProperty Methods toJSON :: RelationshipProperty -> Value # toEncoding :: RelationshipProperty -> Encoding # toJSONList :: [RelationshipProperty] -> Value # toEncodingList :: [RelationshipProperty] -> Encoding # omitField :: RelationshipProperty -> Bool # | |||||
| Show RelationshipProperty Source # | |||||
Defined in Stratosphere.IoTTwinMaker.Entity.RelationshipProperty Methods showsPrec :: Int -> RelationshipProperty -> ShowS # show :: RelationshipProperty -> String # showList :: [RelationshipProperty] -> ShowS # | |||||
| Eq RelationshipProperty Source # | |||||
Defined in Stratosphere.IoTTwinMaker.Entity.RelationshipProperty Methods (==) :: RelationshipProperty -> RelationshipProperty -> Bool # (/=) :: RelationshipProperty -> RelationshipProperty -> Bool # | |||||
| ToResourceProperties RelationshipProperty Source # | |||||
Defined in Stratosphere.IoTTwinMaker.Entity.RelationshipProperty Methods toResourceProperties :: RelationshipProperty -> ResourceProperties # | |||||
| Property "RelationshipType" RelationshipProperty Source # | |||||
Defined in Stratosphere.IoTTwinMaker.Entity.RelationshipProperty Associated Types
Methods set :: PropertyType "RelationshipType" RelationshipProperty -> RelationshipProperty -> RelationshipProperty # | |||||
| Property "TargetComponentTypeId" RelationshipProperty Source # | |||||
Defined in Stratosphere.IoTTwinMaker.Entity.RelationshipProperty Associated Types
Methods set :: PropertyType "TargetComponentTypeId" RelationshipProperty -> RelationshipProperty -> RelationshipProperty # | |||||
| type PropertyType "RelationshipType" RelationshipProperty Source # | |||||
| type PropertyType "TargetComponentTypeId" RelationshipProperty Source # | |||||
data RelationshipValueProperty Source #
Constructors
| RelationshipValueProperty | |
Fields
| |
Instances
| ToJSON RelationshipValueProperty Source # | |||||
Defined in Stratosphere.IoTTwinMaker.Entity.RelationshipValueProperty Methods toJSON :: RelationshipValueProperty -> Value # toEncoding :: RelationshipValueProperty -> Encoding # toJSONList :: [RelationshipValueProperty] -> Value # | |||||
| Show RelationshipValueProperty Source # | |||||
Defined in Stratosphere.IoTTwinMaker.Entity.RelationshipValueProperty Methods showsPrec :: Int -> RelationshipValueProperty -> ShowS # show :: RelationshipValueProperty -> String # showList :: [RelationshipValueProperty] -> ShowS # | |||||
| Eq RelationshipValueProperty Source # | |||||
Defined in Stratosphere.IoTTwinMaker.Entity.RelationshipValueProperty Methods (==) :: RelationshipValueProperty -> RelationshipValueProperty -> Bool # (/=) :: RelationshipValueProperty -> RelationshipValueProperty -> Bool # | |||||
| ToResourceProperties RelationshipValueProperty Source # | |||||
| Property "TargetComponentName" RelationshipValueProperty Source # | |||||
Defined in Stratosphere.IoTTwinMaker.Entity.RelationshipValueProperty Associated Types
Methods set :: PropertyType "TargetComponentName" RelationshipValueProperty -> RelationshipValueProperty -> RelationshipValueProperty # | |||||
| Property "TargetEntityId" RelationshipValueProperty Source # | |||||
Defined in Stratosphere.IoTTwinMaker.Entity.RelationshipValueProperty Associated Types
Methods set :: PropertyType "TargetEntityId" RelationshipValueProperty -> RelationshipValueProperty -> RelationshipValueProperty # | |||||
| type PropertyType "TargetComponentName" RelationshipValueProperty Source # | |||||
| type PropertyType "TargetEntityId" RelationshipValueProperty Source # | |||||
data DefinitionProperty Source #
Constructors
| DefinitionProperty | |
Fields
| |
Instances
| ToJSON DefinitionProperty Source # | |||||
Defined in Stratosphere.IoTTwinMaker.Entity.DefinitionProperty Methods toJSON :: DefinitionProperty -> Value # toEncoding :: DefinitionProperty -> Encoding # toJSONList :: [DefinitionProperty] -> Value # toEncodingList :: [DefinitionProperty] -> Encoding # omitField :: DefinitionProperty -> Bool # | |||||
| Show DefinitionProperty Source # | |||||
Defined in Stratosphere.IoTTwinMaker.Entity.DefinitionProperty Methods showsPrec :: Int -> DefinitionProperty -> ShowS # show :: DefinitionProperty -> String # showList :: [DefinitionProperty] -> ShowS # | |||||
| Eq DefinitionProperty Source # | |||||
Defined in Stratosphere.IoTTwinMaker.Entity.DefinitionProperty Methods (==) :: DefinitionProperty -> DefinitionProperty -> Bool # (/=) :: DefinitionProperty -> DefinitionProperty -> Bool # | |||||
| ToResourceProperties DefinitionProperty Source # | |||||
Defined in Stratosphere.IoTTwinMaker.Entity.DefinitionProperty Methods toResourceProperties :: DefinitionProperty -> ResourceProperties # | |||||
| Property "Configuration" DefinitionProperty Source # | |||||
Defined in Stratosphere.IoTTwinMaker.Entity.DefinitionProperty Associated Types
Methods set :: PropertyType "Configuration" DefinitionProperty -> DefinitionProperty -> DefinitionProperty # | |||||
| Property "DataType" DefinitionProperty Source # | |||||
Defined in Stratosphere.IoTTwinMaker.Entity.DefinitionProperty Associated Types
Methods set :: PropertyType "DataType" DefinitionProperty -> DefinitionProperty -> DefinitionProperty # | |||||
| Property "DefaultValue" DefinitionProperty Source # | |||||
Defined in Stratosphere.IoTTwinMaker.Entity.DefinitionProperty Associated Types
Methods set :: PropertyType "DefaultValue" DefinitionProperty -> DefinitionProperty -> DefinitionProperty # | |||||
| Property "IsExternalId" DefinitionProperty Source # | |||||
Defined in Stratosphere.IoTTwinMaker.Entity.DefinitionProperty Associated Types
Methods set :: PropertyType "IsExternalId" DefinitionProperty -> DefinitionProperty -> DefinitionProperty # | |||||
| Property "IsFinal" DefinitionProperty Source # | |||||
Defined in Stratosphere.IoTTwinMaker.Entity.DefinitionProperty Associated Types
Methods set :: PropertyType "IsFinal" DefinitionProperty -> DefinitionProperty -> DefinitionProperty # | |||||
| Property "IsImported" DefinitionProperty Source # | |||||
Defined in Stratosphere.IoTTwinMaker.Entity.DefinitionProperty Associated Types
Methods set :: PropertyType "IsImported" DefinitionProperty -> DefinitionProperty -> DefinitionProperty # | |||||
| Property "IsInherited" DefinitionProperty Source # | |||||
Defined in Stratosphere.IoTTwinMaker.Entity.DefinitionProperty Associated Types
Methods set :: PropertyType "IsInherited" DefinitionProperty -> DefinitionProperty -> DefinitionProperty # | |||||
| Property "IsRequiredInEntity" DefinitionProperty Source # | |||||
Defined in Stratosphere.IoTTwinMaker.Entity.DefinitionProperty Associated Types
Methods set :: PropertyType "IsRequiredInEntity" DefinitionProperty -> DefinitionProperty -> DefinitionProperty # | |||||
| Property "IsStoredExternally" DefinitionProperty Source # | |||||
Defined in Stratosphere.IoTTwinMaker.Entity.DefinitionProperty Associated Types
Methods set :: PropertyType "IsStoredExternally" DefinitionProperty -> DefinitionProperty -> DefinitionProperty # | |||||
| Property "IsTimeSeries" DefinitionProperty Source # | |||||
Defined in Stratosphere.IoTTwinMaker.Entity.DefinitionProperty Associated Types
Methods set :: PropertyType "IsTimeSeries" DefinitionProperty -> DefinitionProperty -> DefinitionProperty # | |||||
| type PropertyType "Configuration" DefinitionProperty Source # | |||||
| type PropertyType "DataType" DefinitionProperty Source # | |||||
| type PropertyType "DefaultValue" DefinitionProperty Source # | |||||
| type PropertyType "IsExternalId" DefinitionProperty Source # | |||||
| type PropertyType "IsFinal" DefinitionProperty Source # | |||||
| type PropertyType "IsImported" DefinitionProperty Source # | |||||
| type PropertyType "IsInherited" DefinitionProperty Source # | |||||
| type PropertyType "IsRequiredInEntity" DefinitionProperty Source # | |||||
| type PropertyType "IsStoredExternally" DefinitionProperty Source # | |||||
| type PropertyType "IsTimeSeries" DefinitionProperty Source # | |||||