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.GenericModel
Value.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MobileRedirecSettingValue.Builder
Builder.static interface
MobileRedirecSettingValue.Status
Whether or not the mobile redirection is enabled.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
mobileSubdomain()
Gets the mobileSubdomain.MobileRedirecSettingValue.Builder
newBuilder()
New builder.String
status()
Gets the status.Boolean
stripUri()
Gets the stripUri.
-
-
-
Method Detail
-
newBuilder
public MobileRedirecSettingValue.Builder newBuilder()
New builder.- Returns:
- a MobileRedirecSettingValue builder
-
status
public String status()
Gets the status. Whether or not the mobile redirection is enabled.- Returns:
- the status
-
mobileSubdomain
public String mobileSubdomain()
Gets the mobileSubdomain. Which subdomain prefix you wish to redirect visitors on mobile devices to.- Returns:
- the mobileSubdomain
-
stripUri
public 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
-
-