Class PolicyLink


  • public class PolicyLink
    extends Object
    It is an object with an "ID" and/or "Name" field to specify a policy
    • Constructor Detail

      • PolicyLink

        public PolicyLink()
      • PolicyLink

        public PolicyLink​(io.vertx.core.json.JsonObject json)
    • Method Detail

      • toJson

        public io.vertx.core.json.JsonObject toJson()
      • setId

        public PolicyLink setId​(String id)
        Sets a policy id
        Parameters:
        id - uuid
      • setName

        public PolicyLink setName​(String name)
        Sets a policy name
        Parameters:
        name -
      • getId

        public String getId()
      • getName

        public String getName()