Package ca.cdr.api.model.json
Class OAuth2ClientSecretJson
java.lang.Object
ca.cdr.api.model.json.OAuth2ClientSecretJson
- All Implemented Interfaces:
IModelJson
,IModelJson
,Serializable
- See Also:
-
Field Summary
Fields inherited from interface ca.uhn.fhir.model.api.IModelJson
SENSITIVE_DATA_FILTER_NAME
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getPid()
int
hashCode()
setActivation
(Date theActivation) setDescription
(String theDescription) setExpiration
(Date theExpiration) void
toString()
-
Constructor Details
-
OAuth2ClientSecretJson
public OAuth2ClientSecretJson()Constructor
-
-
Method Details