Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR] notificationhubs/resource-manager #187

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class AdmCredential {
private String authTokenUrl;

/**
* Get the clientId value.
* Get the client identifier.
*
* @return the clientId value
*/
Expand All @@ -44,7 +44,7 @@ public String clientId() {
}

/**
* Set the clientId value.
* Set the client identifier.
*
* @param clientId the clientId value to set
* @return the AdmCredential object itself.
Expand All @@ -55,7 +55,7 @@ public AdmCredential withClientId(String clientId) {
}

/**
* Get the clientSecret value.
* Get the credential secret access key.
*
* @return the clientSecret value
*/
Expand All @@ -64,7 +64,7 @@ public String clientSecret() {
}

/**
* Set the clientSecret value.
* Set the credential secret access key.
*
* @param clientSecret the clientSecret value to set
* @return the AdmCredential object itself.
Expand All @@ -75,7 +75,7 @@ public AdmCredential withClientSecret(String clientSecret) {
}

/**
* Get the authTokenUrl value.
* Get the URL of the authorization token.
*
* @return the authTokenUrl value
*/
Expand All @@ -84,7 +84,7 @@ public String authTokenUrl() {
}

/**
* Set the authTokenUrl value.
* Set the URL of the authorization token.
*
* @param authTokenUrl the authTokenUrl value to set
* @return the AdmCredential object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public class ApnsCredential {
private String token;

/**
* Get the apnsCertificate value.
* Get the APNS certificate.
*
* @return the apnsCertificate value
*/
Expand All @@ -76,7 +76,7 @@ public String apnsCertificate() {
}

/**
* Set the apnsCertificate value.
* Set the APNS certificate.
*
* @param apnsCertificate the apnsCertificate value to set
* @return the ApnsCredential object itself.
Expand All @@ -87,7 +87,7 @@ public ApnsCredential withApnsCertificate(String apnsCertificate) {
}

/**
* Get the certificateKey value.
* Get the certificate key.
*
* @return the certificateKey value
*/
Expand All @@ -96,7 +96,7 @@ public String certificateKey() {
}

/**
* Set the certificateKey value.
* Set the certificate key.
*
* @param certificateKey the certificateKey value to set
* @return the ApnsCredential object itself.
Expand All @@ -107,7 +107,7 @@ public ApnsCredential withCertificateKey(String certificateKey) {
}

/**
* Get the endpoint value.
* Get the endpoint of this credential.
*
* @return the endpoint value
*/
Expand All @@ -116,7 +116,7 @@ public String endpoint() {
}

/**
* Set the endpoint value.
* Set the endpoint of this credential.
*
* @param endpoint the endpoint value to set
* @return the ApnsCredential object itself.
Expand All @@ -127,7 +127,7 @@ public ApnsCredential withEndpoint(String endpoint) {
}

/**
* Get the thumbprint value.
* Get the Apns certificate Thumbprint.
*
* @return the thumbprint value
*/
Expand All @@ -136,7 +136,7 @@ public String thumbprint() {
}

/**
* Set the thumbprint value.
* Set the Apns certificate Thumbprint.
*
* @param thumbprint the thumbprint value to set
* @return the ApnsCredential object itself.
Expand All @@ -147,7 +147,7 @@ public ApnsCredential withThumbprint(String thumbprint) {
}

/**
* Get the keyId value.
* Get a 10-character key identifier (kid) key, obtained from your developer account.
*
* @return the keyId value
*/
Expand All @@ -156,7 +156,7 @@ public String keyId() {
}

/**
* Set the keyId value.
* Set a 10-character key identifier (kid) key, obtained from your developer account.
*
* @param keyId the keyId value to set
* @return the ApnsCredential object itself.
Expand All @@ -167,7 +167,7 @@ public ApnsCredential withKeyId(String keyId) {
}

/**
* Get the appName value.
* Get the name of the application.
*
* @return the appName value
*/
Expand All @@ -176,7 +176,7 @@ public String appName() {
}

/**
* Set the appName value.
* Set the name of the application.
*
* @param appName the appName value to set
* @return the ApnsCredential object itself.
Expand All @@ -187,7 +187,7 @@ public ApnsCredential withAppName(String appName) {
}

/**
* Get the appId value.
* Get the issuer (iss) registered claim key, whose value is your 10-character Team ID, obtained from your developer account.
*
* @return the appId value
*/
Expand All @@ -196,7 +196,7 @@ public String appId() {
}

/**
* Set the appId value.
* Set the issuer (iss) registered claim key, whose value is your 10-character Team ID, obtained from your developer account.
*
* @param appId the appId value to set
* @return the ApnsCredential object itself.
Expand All @@ -207,7 +207,7 @@ public ApnsCredential withAppId(String appId) {
}

/**
* Get the token value.
* Get provider Authentication Token, obtained through your developer account.
*
* @return the token value
*/
Expand All @@ -216,7 +216,7 @@ public String token() {
}

/**
* Set the token value.
* Set provider Authentication Token, obtained through your developer account.
*
* @param token the token value to set
* @return the ApnsCredential object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class BaiduCredential {
private String baiduSecretKey;

/**
* Get the baiduApiKey value.
* Get baidu Api Key.
*
* @return the baiduApiKey value
*/
Expand All @@ -44,7 +44,7 @@ public String baiduApiKey() {
}

/**
* Set the baiduApiKey value.
* Set baidu Api Key.
*
* @param baiduApiKey the baiduApiKey value to set
* @return the BaiduCredential object itself.
Expand All @@ -55,7 +55,7 @@ public BaiduCredential withBaiduApiKey(String baiduApiKey) {
}

/**
* Get the baiduEndPoint value.
* Get baidu Endpoint.
*
* @return the baiduEndPoint value
*/
Expand All @@ -64,7 +64,7 @@ public String baiduEndPoint() {
}

/**
* Set the baiduEndPoint value.
* Set baidu Endpoint.
*
* @param baiduEndPoint the baiduEndPoint value to set
* @return the BaiduCredential object itself.
Expand All @@ -75,7 +75,7 @@ public BaiduCredential withBaiduEndPoint(String baiduEndPoint) {
}

/**
* Get the baiduSecretKey value.
* Get baidu Secret Key.
*
* @return the baiduSecretKey value
*/
Expand All @@ -84,7 +84,7 @@ public String baiduSecretKey() {
}

/**
* Set the baiduSecretKey value.
* Set baidu Secret Key.
*
* @param baiduSecretKey the baiduSecretKey value to set
* @return the BaiduCredential object itself.
Expand Down
Loading