public class CustomDomain extends Object
| Constructor and Description |
|---|
CustomDomain() |
| Modifier and Type | Method and Description |
|---|---|
String |
name()
Get the name value.
|
Boolean |
useSubDomain()
Get the useSubDomain value.
|
CustomDomain |
withName(String name)
Set the name value.
|
CustomDomain |
withUseSubDomain(Boolean useSubDomain)
Set the useSubDomain value.
|
public String name()
public CustomDomain withName(String name)
name - the name value to setpublic Boolean useSubDomain()
public CustomDomain withUseSubDomain(Boolean useSubDomain)
useSubDomain - the useSubDomain value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/