Class LpwanCodecDetails

java.lang.Object
com.cumulocity.microservice.lpwan.codec.model.LpwanCodecDetails

public class LpwanCodecDetails extends Object
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 Details

    • LpwanCodecDetails

      public LpwanCodecDetails()
  • Method Details

    • getAttributes

      public Map<String,Object> 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: