com.lacunasoftware.restpkicore.RestGeneralErrorModel Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of restpkicore-client Show documentation
Show all versions of restpkicore-client Show documentation
Classes to consume Lacuna Software REST PKI Core
package com.lacunasoftware.restpkicore;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
/**
* Created by desenv on 28/08/2015.
*/
@JsonIgnoreProperties(ignoreUnknown = true)
class RestGeneralErrorModel {
public String message;
}