Class MobileRedirecSettingValue
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.GenericModel
- 
- com.ibm.cloud.networking.zones_settings.v1.model.MobileRedirecSettingValue
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 
 public class MobileRedirecSettingValue extends com.ibm.cloud.sdk.core.service.model.GenericModelValue.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classMobileRedirecSettingValue.BuilderBuilder.static interfaceMobileRedirecSettingValue.StatusWhether or not the mobile redirection is enabled.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringmobileSubdomain()Gets the mobileSubdomain.MobileRedirecSettingValue.BuildernewBuilder()New builder.Stringstatus()Gets the status.BooleanstripUri()Gets the stripUri.
 
- 
- 
- 
Method Detail- 
newBuilderpublic MobileRedirecSettingValue.Builder newBuilder() New builder.- Returns:
- a MobileRedirecSettingValue builder
 
 - 
statuspublic String status() Gets the status. Whether or not the mobile redirection is enabled.- Returns:
- the status
 
 - 
mobileSubdomainpublic String mobileSubdomain() Gets the mobileSubdomain. Which subdomain prefix you wish to redirect visitors on mobile devices to.- Returns:
- the mobileSubdomain
 
 - 
stripUripublic Boolean stripUri() Gets the stripUri. Whether to drop the current page path and redirect to the mobile subdomain URL root or to keep the path and redirect to the same page on the mobile subdomain.- Returns:
- the stripUri
 
 
- 
 
-