Skip to content

Commit

Permalink
[AutoPR notificationhubs/resource-manager] Add missing debugsend and …
Browse files Browse the repository at this point in the history
…patch operation for NotificationHub resource (#244)

* Generated from 01edec5fd7a2a02c2d9855146656bfef4c7f423f

Add debugsend and NH patch operation

* Generated from 65b541d42b26f877d8ec658d93e103417c2db181

Fix DebugSend build errors
  • Loading branch information
AutorestCI authored Jun 13, 2018
1 parent 217444c commit 95f6013
Show file tree
Hide file tree
Showing 27 changed files with 1,033 additions and 237 deletions.
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
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class CheckAvailabilityParameters {
/**
* Resource location.
*/
@JsonProperty(value = "location", required = true)
@JsonProperty(value = "location")
private String location;

/**
Expand All @@ -60,7 +60,7 @@ public class CheckAvailabilityParameters {
private Boolean isAvailiable;

/**
* Get the id value.
* Get resource Id.
*
* @return the id value
*/
Expand All @@ -69,7 +69,7 @@ public String id() {
}

/**
* Get the name value.
* Get resource name.
*
* @return the name value
*/
Expand All @@ -78,7 +78,7 @@ public String name() {
}

/**
* Set the name value.
* Set resource name.
*
* @param name the name value to set
* @return the CheckAvailabilityParameters object itself.
Expand All @@ -89,7 +89,7 @@ public CheckAvailabilityParameters withName(String name) {
}

/**
* Get the type value.
* Get resource type.
*
* @return the type value
*/
Expand All @@ -98,7 +98,7 @@ public String type() {
}

/**
* Get the location value.
* Get resource location.
*
* @return the location value
*/
Expand All @@ -107,7 +107,7 @@ public String location() {
}

/**
* Set the location value.
* Set resource location.
*
* @param location the location value to set
* @return the CheckAvailabilityParameters object itself.
Expand All @@ -118,7 +118,7 @@ public CheckAvailabilityParameters withLocation(String location) {
}

/**
* Get the tags value.
* Get resource tags.
*
* @return the tags value
*/
Expand All @@ -127,7 +127,7 @@ public Map<String, String> tags() {
}

/**
* Set the tags value.
* Set resource tags.
*
* @param tags the tags value to set
* @return the CheckAvailabilityParameters object itself.
Expand All @@ -138,7 +138,7 @@ public CheckAvailabilityParameters withTags(Map<String, String> tags) {
}

/**
* Get the sku value.
* Get the sku of the created namespace.
*
* @return the sku value
*/
Expand All @@ -147,7 +147,7 @@ public Sku sku() {
}

/**
* Set the sku value.
* Set the sku of the created namespace.
*
* @param sku the sku value to set
* @return the CheckAvailabilityParameters object itself.
Expand All @@ -158,7 +158,7 @@ public CheckAvailabilityParameters withSku(Sku sku) {
}

/**
* Get the isAvailiable value.
* Get true if the name is available and can be used to create new Namespace/NotificationHub. Otherwise false.
*
* @return the isAvailiable value
*/
Expand All @@ -167,7 +167,7 @@ public Boolean isAvailiable() {
}

/**
* Set the isAvailiable value.
* Set true if the name is available and can be used to create new Namespace/NotificationHub. Otherwise false.
*
* @param isAvailiable the isAvailiable value to set
* @return the CheckAvailabilityParameters object itself.
Expand Down
Loading

0 comments on commit 95f6013

Please sign in to comment.