Package io.jans.notify.model
Class NotifyMetadata
- java.lang.Object
-
- io.jans.notify.model.NotifyMetadata
-
public class NotifyMetadata extends Object
Notify metadata configuration- Version:
- September 15, 2017
- Author:
- Yuriy Movchan
-
-
Constructor Summary
Constructors Constructor Description NotifyMetadata()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getIssuer()
String
getNotifyEndpoint()
String
getVersion()
void
setIssuer(String issuer)
void
setNotifyEndpoint(String notifyEndpoint)
void
setVersion(String version)
String
toString()
-
-
-
Method Detail
-
getVersion
public String getVersion()
-
setVersion
public void setVersion(String version)
-
getIssuer
public String getIssuer()
-
setIssuer
public void setIssuer(String issuer)
-
getNotifyEndpoint
public String getNotifyEndpoint()
-
setNotifyEndpoint
public void setNotifyEndpoint(String notifyEndpoint)
-
-