Class MCPServerScopeDTO

java.lang.Object
org.wso2.am.integration.clients.publisher.api.v1.dto.MCPServerScopeDTO

public class MCPServerScopeDTO extends Object
MCPServerScopeDTO
  • Field Details

  • Constructor Details

    • MCPServerScopeDTO

      public MCPServerScopeDTO()
  • Method Details

    • scope

      public MCPServerScopeDTO scope(ScopeDTO scope)
    • getScope

      public ScopeDTO getScope()
      Get scope
      Returns:
      scope
    • setScope

      public void setScope(ScopeDTO scope)
    • shared

      public MCPServerScopeDTO shared(Boolean shared)
    • isShared

      @Nullable public Boolean isShared()
      States whether scope is shared. This will not be honored when updating/adding scopes to MCP Servers or when adding/updating Shared Scopes.
      Returns:
      shared
    • setShared

      public void setShared(Boolean shared)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object