BaiduCredential Class

  • java.lang.Object
    • com.azure.resourcemanager.notificationhubs.models.BaiduCredential

public final class BaiduCredential

Description of a NotificationHub BaiduCredential.

Constructor Summary

Constructor Description
BaiduCredential()

Creates an instance of BaiduCredential class.

Method Summary

Modifier and Type Method and Description
String baiduApiKey()

Get the baiduApiKey property: Gets or sets baidu Api Key.

String baiduEndPoint()

Get the baiduEndPoint property: Gets or sets baidu Endpoint.

String baiduSecretKey()

Get the baiduSecretKey property: Gets or sets baidu Secret Key.

void validate()

Validates the instance.

BaiduCredential withBaiduApiKey(String baiduApiKey)

Set the baiduApiKey property: Gets or sets baidu Api Key.

BaiduCredential withBaiduEndPoint(String baiduEndPoint)

Set the baiduEndPoint property: Gets or sets baidu Endpoint.

BaiduCredential withBaiduSecretKey(String baiduSecretKey)

Set the baiduSecretKey property: Gets or sets baidu Secret Key.

Methods inherited from java.lang.Object

Constructor Details

BaiduCredential

public BaiduCredential()

Creates an instance of BaiduCredential class.

Method Details

baiduApiKey

public String baiduApiKey()

Get the baiduApiKey property: Gets or sets baidu Api Key.

Returns:

the baiduApiKey value.

baiduEndPoint

public String baiduEndPoint()

Get the baiduEndPoint property: Gets or sets baidu Endpoint.

Returns:

the baiduEndPoint value.

baiduSecretKey

public String baiduSecretKey()

Get the baiduSecretKey property: Gets or sets baidu Secret Key.

Returns:

the baiduSecretKey value.

validate

public void validate()

Validates the instance.

withBaiduApiKey

public BaiduCredential withBaiduApiKey(String baiduApiKey)

Set the baiduApiKey property: Gets or sets baidu Api Key.

Parameters:

baiduApiKey - the baiduApiKey value to set.

Returns:

the BaiduCredential object itself.

withBaiduEndPoint

public BaiduCredential withBaiduEndPoint(String baiduEndPoint)

Set the baiduEndPoint property: Gets or sets baidu Endpoint.

Parameters:

baiduEndPoint - the baiduEndPoint value to set.

Returns:

the BaiduCredential object itself.

withBaiduSecretKey

public BaiduCredential withBaiduSecretKey(String baiduSecretKey)

Set the baiduSecretKey property: Gets or sets baidu Secret Key.

Parameters:

baiduSecretKey - the baiduSecretKey value to set.

Returns:

the BaiduCredential object itself.

Applies to