| Modifier and Type | Method and Description |
|---|---|
SrvRecord |
SrvRecord.withPort(Integer port)
Set the port value.
|
SrvRecord |
SrvRecord.withPriority(Integer priority)
Set the priority value.
|
SrvRecord |
SrvRecord.withTarget(String target)
Set the target value.
|
SrvRecord |
SrvRecord.withWeight(Integer weight)
Set the weight value.
|
| Modifier and Type | Method and Description |
|---|---|
List<SrvRecord> |
SrvRecordSet.records() |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/