public static class DiscoveryResponse.DiscoveryData extends VaultModel
Modifier and Type | Class and Description |
---|---|
static class |
DiscoveryResponse.DiscoveryData.AuthProfile |
Constructor and Description |
---|
DiscoveryData() |
Modifier and Type | Method and Description |
---|---|
List<DiscoveryResponse.DiscoveryData.AuthProfile> |
getAuthProfiles() |
String |
getAuthType() |
void |
setAuthProfiles(List<DiscoveryResponse.DiscoveryData.AuthProfile> authProfiles) |
void |
setAuthType(String authType) |
get, getBoolean, getFieldNames, getInteger, getListInteger, getListLong, getListString, getLong, getString, getVaultModelData, set, setVaultModelData, toJSONObject, toJsonString, toMap, toMap
public List<DiscoveryResponse.DiscoveryData.AuthProfile> getAuthProfiles()
public void setAuthProfiles(List<DiscoveryResponse.DiscoveryData.AuthProfile> authProfiles)
public String getAuthType()
public void setAuthType(String authType)
Copyright © 2021. All rights reserved.