Package com.oracle.bmc.model
Class RegionAlloySchema
- java.lang.Object
-
- com.oracle.bmc.model.RegionAlloySchema
-
public class RegionAlloySchema extends Object
-
-
Constructor Summary
Constructors Constructor Description RegionAlloySchema(List<RegionSchema> regions, String alloyProvider, Set<String> services, String ociRegionCoexist)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getOciRegionCoexist()
String
getProvider()
List<RegionSchema>
getRegions()
Set<String>
getServices()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
RegionAlloySchema
@ConstructorProperties({"regions","alloyProvider","services","ociRegionCoexist"}) public RegionAlloySchema(List<RegionSchema> regions, String alloyProvider, Set<String> services, String ociRegionCoexist)
-
-
Method Detail
-
getRegions
public List<RegionSchema> getRegions()
-
getProvider
public String getProvider()
-
getOciRegionCoexist
public String getOciRegionCoexist()
-
-