Package com.strongdm.api
Class PolicyGetResponse
java.lang.Object
com.strongdm.api.PolicyGetResponse
PolicyGetResponse returns a requested Policy.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetMeta()
Reserved for future use.The requested Policy.Rate limit information.void
Reserved for future use.void
The requested Policy.void
Rate limit information.
-
Constructor Details
-
PolicyGetResponse
public PolicyGetResponse()
-
-
Method Details
-
getMeta
Reserved for future use. -
setMeta
Reserved for future use. -
getPolicy
The requested Policy. -
setPolicy
The requested Policy. -
getRateLimit
Rate limit information. -
setRateLimit
Rate limit information.
-