Class LpwanCodecDetails
java.lang.Object
com.cumulocity.microservice.lpwan.codec.model.LpwanCodecDetails
The LpwanCodecDetails class represents the fragment details that is added in the device type managed object which is created on the codec microservice subscription.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThis method returns information about the deviceManufacturer, deviceModel and codecServiceContextPath that are added to the c8y_LpwanCodecDetails fragment.void
validate()
This method validates the object fields.
-
Constructor Details
-
LpwanCodecDetails
public LpwanCodecDetails()
-
-
Method Details
-
getAttributes
This method returns information about the deviceManufacturer, deviceModel and codecServiceContextPath that are added to the c8y_LpwanCodecDetails fragment.- Returns:
- Map the attributes
-
validate
public void validate()This method validates the object fields.- Throws:
IllegalArgumentException
- if the field marked with @NotBlank are either null or blank.- See Also:
-