Class ServiceProviderConfigsGetResponse.AuthenticationScheme

    • Constructor Detail

      • AuthenticationScheme

        public AuthenticationScheme()
    • Method Detail

      • getType

        public String getType()
      • getName

        public String getName()
      • getDescription

        public String getDescription()
      • getSpecUrl

        public String getSpecUrl()
      • getPrimary

        public Boolean getPrimary()
      • setType

        public void setType​(String type)
      • setName

        public void setName​(String name)
      • setDescription

        public void setDescription​(String description)
      • setSpecUrl

        public void setSpecUrl​(String specUrl)
      • setPrimary

        public void setPrimary​(Boolean primary)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object