@ -93,6 +91,11 @@ public class DeviceProfile extends SearchTextBased<DeviceProfileId> implements H
@ApiModelProperty(position=10,value="Reference to the software OTA package. If present, the specified package will be used as default device software. ")
privateOtaPackageIdsoftwareId;
@ApiModelProperty(position=17,value="Reference to the edge rule chain. "+
"If present, the specified edge rule chain will be used on the edge to process all messages related to device, including telemetry, attribute updates, etc. "+
"Otherwise, the edge root rule chain will be used to process those messages.")
privateRuleChainIddefaultEdgeRuleChainId;
privateDeviceProfileIdexternalId;
publicDeviceProfile(){
@ -117,6 +120,7 @@ public class DeviceProfile extends SearchTextBased<DeviceProfileId> implements H
@ -68,6 +68,11 @@ public class AssetProfile extends SearchTextBased<AssetProfileId> implements Has
"Otherwise, the 'Main' queue will be used to store those messages.")
privateStringdefaultQueueName;
@ApiModelProperty(position=13,value="Reference to the edge rule chain. "+
"If present, the specified edge rule chain will be used on the edge to process all messages related to asset, including asset updates, telemetry, attribute updates, etc. "+
"Otherwise, the edge root rule chain will be used to process those messages.")
privateRuleChainIddefaultEdgeRuleChainId;
privateAssetProfileIdexternalId;
publicAssetProfile(){
@ -88,6 +93,7 @@ public class AssetProfile extends SearchTextBased<AssetProfileId> implements Has