public class ImportSource extends Object
| Constructor and Description |
|---|
ImportSource() |
| Modifier and Type | Method and Description |
|---|---|
String |
resourceId()
Get the resourceId value.
|
String |
sourceImage()
Get the sourceImage value.
|
ImportSource |
withResourceId(String resourceId)
Set the resourceId value.
|
ImportSource |
withSourceImage(String sourceImage)
Set the sourceImage value.
|
public String resourceId()
public ImportSource withResourceId(String resourceId)
resourceId - the resourceId value to setpublic String sourceImage()
public ImportSource withSourceImage(String sourceImage)
sourceImage - the sourceImage 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.
*/