public class IssuerCredentials extends Object
| Constructor and Description |
|---|
IssuerCredentials() |
| Modifier and Type | Method and Description |
|---|---|
String |
accountId()
Get the accountId value.
|
String |
password()
Get the password value.
|
IssuerCredentials |
withAccountId(String accountId)
Set the accountId value.
|
IssuerCredentials |
withPassword(String password)
Set the password value.
|
public String accountId()
public IssuerCredentials withAccountId(String accountId)
accountId - the accountId value to setpublic String password()
public IssuerCredentials withPassword(String password)
password - the password 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.
*/