All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.arm.mbed.cloud.sdk.subscribe.NotificationMessageValue Maven / Gradle / Ivy

package com.arm.mbed.cloud.sdk.subscribe;

import java.io.Serializable;

import com.arm.mbed.cloud.sdk.annotations.Preamble;

@Preamble(description = "Payload of a notification message")
public interface NotificationMessageValue extends Cloneable, Serializable {
    /**
     * Clones the notification message payload.
     *
     * @return a clone.
     */
    NotificationMessageValue clone();

    /**
     * Gets payload raw value.
     *
     * @return raw value.
     */
    Object getRawValue();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy