Package com.oracle.bmc.model
Class RegionAlloySchema
- java.lang.Object
- 
- com.oracle.bmc.model.RegionAlloySchema
 
- 
 public class RegionAlloySchema extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description RegionAlloySchema(List<RegionSchema> regions, String alloyProvider, Set<String> services, String ociRegionCoexist)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetOciRegionCoexist()StringgetProvider()List<RegionSchema>getRegions()Set<String>getServices()inthashCode()StringtoString()
 
- 
- 
- 
Constructor Detail- 
RegionAlloySchema@ConstructorProperties({"regions","alloyProvider","services","ociRegionCoexist"}) public RegionAlloySchema(List<RegionSchema> regions, String alloyProvider, Set<String> services, String ociRegionCoexist) 
 
- 
 - 
Method Detail- 
getRegionspublic List<RegionSchema> getRegions() 
 - 
getProviderpublic String getProvider() 
 - 
getOciRegionCoexistpublic String getOciRegionCoexist() 
 
- 
 
-