public static class ServiceProviderConfigsGetResponse.AuthenticationScheme extends Object
Constructor and Description |
---|
AuthenticationScheme() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getDescription() |
String |
getName() |
Boolean |
getPrimary() |
String |
getSpecUrl() |
String |
getType() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setPrimary(Boolean primary) |
void |
setSpecUrl(String specUrl) |
void |
setType(String type) |
String |
toString() |
public String getType()
public String getName()
public String getDescription()
public String getSpecUrl()
public Boolean getPrimary()
public void setType(String type)
public void setName(String name)
public void setDescription(String description)
public void setSpecUrl(String specUrl)
public void setPrimary(Boolean primary)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.