public final class RegionSchema extends Object
Class representing RegionSchema blob that can be used for parsing out region info details.
Constructor and Description |
---|
RegionSchema(String realmKey,
String realmDomainComponent,
String regionKey,
String regionIdentifier) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getRealmDomainComponent() |
String |
getRealmKey() |
String |
getRegionIdentifier() |
String |
getRegionKey() |
int |
hashCode() |
static boolean |
isValid(RegionSchema regionSchema)
check if region schema is valid *
|
String |
toString() |
public static boolean isValid(RegionSchema regionSchema)
check if region schema is valid *
public String getRealmKey()
public String getRealmDomainComponent()
public String getRegionKey()
public String getRegionIdentifier()
Copyright © 2016–2024. All rights reserved.