public class Source extends Object
| Constructor and Description |
|---|
Source() |
| Modifier and Type | Method and Description |
|---|---|
String |
addr()
Get the addr value.
|
String |
instanceID()
Get the instanceID value.
|
Source |
withAddr(String addr)
Set the addr value.
|
Source |
withInstanceID(String instanceID)
Set the instanceID value.
|
public String addr()
public Source withAddr(String addr)
addr - the addr value to setpublic String instanceID()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/