Class RoleTagsImpl

  • All Implemented Interfaces:
    RoleTags

    public class RoleTagsImpl
    extends java.lang.Object
    implements RoleTags
    • Constructor Summary

      Constructors 
      Constructor Description
      RoleTagsImpl​(com.fasterxml.jackson.databind.JsonNode data)
      Creates a new role tags object.
    • Constructor Detail

      • RoleTagsImpl

        public RoleTagsImpl​(com.fasterxml.jackson.databind.JsonNode data)
        Creates a new role tags object.
        Parameters:
        data - The json data of the role tags.
    • Method Detail

      • getBotId

        public java.util.Optional<java.lang.Long> getBotId()
        Specified by:
        getBotId in interface RoleTags
      • getIntegrationId

        public java.util.Optional<java.lang.Long> getIntegrationId()
        Specified by:
        getIntegrationId in interface RoleTags