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

com.icthh.xm.commons.messaging.communication.CommunicationRequestCharacteristic Maven / Gradle / Ivy

There is a newer version: 4.0.17
Show newest version
package com.icthh.xm.commons.messaging.communication;

import lombok.Data;

/**
 * The values of parameters which are used in the content if the content contains them.
 */
@Data
public class CommunicationRequestCharacteristic {

    private String name;
    private String value;
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy