From 1300c6af9c6c9410bc27737e72e097372be3649b Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Thu, 10 Jan 2019 19:08:19 +0000 Subject: [PATCH] Generated from b6b890aed6b27eb0ead77612b699c25e045182e1 Fix more acronyms that were missed in the original fix for them. --- .../v2018_07_01_preview/AS2ErrorSettings.java | 16 ++-- .../v2018_07_01_preview/AS2MdnSettings.java | 80 ++++++++-------- .../AS2SecuritySettings.java | 96 +++++++++---------- 3 files changed, 96 insertions(+), 96 deletions(-) diff --git a/logic/resource-manager/v2018_07_01_preview/src/main/java/com/microsoft/azure/management/logic/v2018_07_01_preview/AS2ErrorSettings.java b/logic/resource-manager/v2018_07_01_preview/src/main/java/com/microsoft/azure/management/logic/v2018_07_01_preview/AS2ErrorSettings.java index 61855a6f66cfe..f7a16877704bb 100644 --- a/logic/resource-manager/v2018_07_01_preview/src/main/java/com/microsoft/azure/management/logic/v2018_07_01_preview/AS2ErrorSettings.java +++ b/logic/resource-manager/v2018_07_01_preview/src/main/java/com/microsoft/azure/management/logic/v2018_07_01_preview/AS2ErrorSettings.java @@ -23,8 +23,8 @@ public class AS2ErrorSettings { /** * The value indicating whether to resend message If MDN is not received. */ - @JsonProperty(value = "resendIfMdnNotReceived", required = true) - private boolean resendIfMdnNotReceived; + @JsonProperty(value = "resendIfMDNNotReceived", required = true) + private boolean resendIfMDNNotReceived; /** * Get the value indicating whether to suspend duplicate message. @@ -49,20 +49,20 @@ public AS2ErrorSettings withSuspendDuplicateMessage(boolean suspendDuplicateMess /** * Get the value indicating whether to resend message If MDN is not received. * - * @return the resendIfMdnNotReceived value + * @return the resendIfMDNNotReceived value */ - public boolean resendIfMdnNotReceived() { - return this.resendIfMdnNotReceived; + public boolean resendIfMDNNotReceived() { + return this.resendIfMDNNotReceived; } /** * Set the value indicating whether to resend message If MDN is not received. * - * @param resendIfMdnNotReceived the resendIfMdnNotReceived value to set + * @param resendIfMDNNotReceived the resendIfMDNNotReceived value to set * @return the AS2ErrorSettings object itself. */ - public AS2ErrorSettings withResendIfMdnNotReceived(boolean resendIfMdnNotReceived) { - this.resendIfMdnNotReceived = resendIfMdnNotReceived; + public AS2ErrorSettings withResendIfMDNNotReceived(boolean resendIfMDNNotReceived) { + this.resendIfMDNNotReceived = resendIfMDNNotReceived; return this; } diff --git a/logic/resource-manager/v2018_07_01_preview/src/main/java/com/microsoft/azure/management/logic/v2018_07_01_preview/AS2MdnSettings.java b/logic/resource-manager/v2018_07_01_preview/src/main/java/com/microsoft/azure/management/logic/v2018_07_01_preview/AS2MdnSettings.java index e684b4e97a86a..49ed9e0e8a8e7 100644 --- a/logic/resource-manager/v2018_07_01_preview/src/main/java/com/microsoft/azure/management/logic/v2018_07_01_preview/AS2MdnSettings.java +++ b/logic/resource-manager/v2018_07_01_preview/src/main/java/com/microsoft/azure/management/logic/v2018_07_01_preview/AS2MdnSettings.java @@ -17,20 +17,20 @@ public class AS2MdnSettings { /** * The value indicating whether to send or request a MDN. */ - @JsonProperty(value = "needMdn", required = true) - private boolean needMdn; + @JsonProperty(value = "needMDN", required = true) + private boolean needMDN; /** * The value indicating whether the MDN needs to be signed or not. */ - @JsonProperty(value = "signMdn", required = true) - private boolean signMdn; + @JsonProperty(value = "signMDN", required = true) + private boolean signMDN; /** * The value indicating whether to send the asynchronous MDN. */ - @JsonProperty(value = "sendMdnAsynchronously", required = true) - private boolean sendMdnAsynchronously; + @JsonProperty(value = "sendMDNAsynchronously", required = true) + private boolean sendMDNAsynchronously; /** * The receipt delivery URL. @@ -47,8 +47,8 @@ public class AS2MdnSettings { /** * The value indicating whether to sign the outbound MDN if optional. */ - @JsonProperty(value = "signOutboundMdnIfOptional", required = true) - private boolean signOutboundMdnIfOptional; + @JsonProperty(value = "signOutboundMDNIfOptional", required = true) + private boolean signOutboundMDNIfOptional; /** * The MDN text. @@ -59,8 +59,8 @@ public class AS2MdnSettings { /** * The value indicating whether to send inbound MDN to message box. */ - @JsonProperty(value = "sendInboundMdnToMessageBox", required = true) - private boolean sendInboundMdnToMessageBox; + @JsonProperty(value = "sendInboundMDNToMessageBox", required = true) + private boolean sendInboundMDNToMessageBox; /** * The signing or hashing algorithm. Possible values include: @@ -72,60 +72,60 @@ public class AS2MdnSettings { /** * Get the value indicating whether to send or request a MDN. * - * @return the needMdn value + * @return the needMDN value */ - public boolean needMdn() { - return this.needMdn; + public boolean needMDN() { + return this.needMDN; } /** * Set the value indicating whether to send or request a MDN. * - * @param needMdn the needMdn value to set + * @param needMDN the needMDN value to set * @return the AS2MdnSettings object itself. */ - public AS2MdnSettings withNeedMdn(boolean needMdn) { - this.needMdn = needMdn; + public AS2MdnSettings withNeedMDN(boolean needMDN) { + this.needMDN = needMDN; return this; } /** * Get the value indicating whether the MDN needs to be signed or not. * - * @return the signMdn value + * @return the signMDN value */ - public boolean signMdn() { - return this.signMdn; + public boolean signMDN() { + return this.signMDN; } /** * Set the value indicating whether the MDN needs to be signed or not. * - * @param signMdn the signMdn value to set + * @param signMDN the signMDN value to set * @return the AS2MdnSettings object itself. */ - public AS2MdnSettings withSignMdn(boolean signMdn) { - this.signMdn = signMdn; + public AS2MdnSettings withSignMDN(boolean signMDN) { + this.signMDN = signMDN; return this; } /** * Get the value indicating whether to send the asynchronous MDN. * - * @return the sendMdnAsynchronously value + * @return the sendMDNAsynchronously value */ - public boolean sendMdnAsynchronously() { - return this.sendMdnAsynchronously; + public boolean sendMDNAsynchronously() { + return this.sendMDNAsynchronously; } /** * Set the value indicating whether to send the asynchronous MDN. * - * @param sendMdnAsynchronously the sendMdnAsynchronously value to set + * @param sendMDNAsynchronously the sendMDNAsynchronously value to set * @return the AS2MdnSettings object itself. */ - public AS2MdnSettings withSendMdnAsynchronously(boolean sendMdnAsynchronously) { - this.sendMdnAsynchronously = sendMdnAsynchronously; + public AS2MdnSettings withSendMDNAsynchronously(boolean sendMDNAsynchronously) { + this.sendMDNAsynchronously = sendMDNAsynchronously; return this; } @@ -172,20 +172,20 @@ public AS2MdnSettings withDispositionNotificationTo(String dispositionNotificati /** * Get the value indicating whether to sign the outbound MDN if optional. * - * @return the signOutboundMdnIfOptional value + * @return the signOutboundMDNIfOptional value */ - public boolean signOutboundMdnIfOptional() { - return this.signOutboundMdnIfOptional; + public boolean signOutboundMDNIfOptional() { + return this.signOutboundMDNIfOptional; } /** * Set the value indicating whether to sign the outbound MDN if optional. * - * @param signOutboundMdnIfOptional the signOutboundMdnIfOptional value to set + * @param signOutboundMDNIfOptional the signOutboundMDNIfOptional value to set * @return the AS2MdnSettings object itself. */ - public AS2MdnSettings withSignOutboundMdnIfOptional(boolean signOutboundMdnIfOptional) { - this.signOutboundMdnIfOptional = signOutboundMdnIfOptional; + public AS2MdnSettings withSignOutboundMDNIfOptional(boolean signOutboundMDNIfOptional) { + this.signOutboundMDNIfOptional = signOutboundMDNIfOptional; return this; } @@ -212,20 +212,20 @@ public AS2MdnSettings withMdnText(String mdnText) { /** * Get the value indicating whether to send inbound MDN to message box. * - * @return the sendInboundMdnToMessageBox value + * @return the sendInboundMDNToMessageBox value */ - public boolean sendInboundMdnToMessageBox() { - return this.sendInboundMdnToMessageBox; + public boolean sendInboundMDNToMessageBox() { + return this.sendInboundMDNToMessageBox; } /** * Set the value indicating whether to send inbound MDN to message box. * - * @param sendInboundMdnToMessageBox the sendInboundMdnToMessageBox value to set + * @param sendInboundMDNToMessageBox the sendInboundMDNToMessageBox value to set * @return the AS2MdnSettings object itself. */ - public AS2MdnSettings withSendInboundMdnToMessageBox(boolean sendInboundMdnToMessageBox) { - this.sendInboundMdnToMessageBox = sendInboundMdnToMessageBox; + public AS2MdnSettings withSendInboundMDNToMessageBox(boolean sendInboundMDNToMessageBox) { + this.sendInboundMDNToMessageBox = sendInboundMDNToMessageBox; return this; } diff --git a/logic/resource-manager/v2018_07_01_preview/src/main/java/com/microsoft/azure/management/logic/v2018_07_01_preview/AS2SecuritySettings.java b/logic/resource-manager/v2018_07_01_preview/src/main/java/com/microsoft/azure/management/logic/v2018_07_01_preview/AS2SecuritySettings.java index 4fd111f373581..9a901f6d4b036 100644 --- a/logic/resource-manager/v2018_07_01_preview/src/main/java/com/microsoft/azure/management/logic/v2018_07_01_preview/AS2SecuritySettings.java +++ b/logic/resource-manager/v2018_07_01_preview/src/main/java/com/microsoft/azure/management/logic/v2018_07_01_preview/AS2SecuritySettings.java @@ -35,40 +35,40 @@ public class AS2SecuritySettings { /** * The value indicating whether to enable NRR for inbound encoded messages. */ - @JsonProperty(value = "enableNrrForInboundEncodedMessages", required = true) - private boolean enableNrrForInboundEncodedMessages; + @JsonProperty(value = "enableNRRForInboundEncodedMessages", required = true) + private boolean enableNRRForInboundEncodedMessages; /** * The value indicating whether to enable NRR for inbound decoded messages. */ - @JsonProperty(value = "enableNrrForInboundDecodedMessages", required = true) - private boolean enableNrrForInboundDecodedMessages; + @JsonProperty(value = "enableNRRForInboundDecodedMessages", required = true) + private boolean enableNRRForInboundDecodedMessages; /** * The value indicating whether to enable NRR for outbound MDN. */ - @JsonProperty(value = "enableNrrForOutboundMdn", required = true) - private boolean enableNrrForOutboundMdn; + @JsonProperty(value = "enableNRRForOutboundMDN", required = true) + private boolean enableNRRForOutboundMDN; /** * The value indicating whether to enable NRR for outbound encoded * messages. */ - @JsonProperty(value = "enableNrrForOutboundEncodedMessages", required = true) - private boolean enableNrrForOutboundEncodedMessages; + @JsonProperty(value = "enableNRRForOutboundEncodedMessages", required = true) + private boolean enableNRRForOutboundEncodedMessages; /** * The value indicating whether to enable NRR for outbound decoded * messages. */ - @JsonProperty(value = "enableNrrForOutboundDecodedMessages", required = true) - private boolean enableNrrForOutboundDecodedMessages; + @JsonProperty(value = "enableNRRForOutboundDecodedMessages", required = true) + private boolean enableNRRForOutboundDecodedMessages; /** * The value indicating whether to enable NRR for inbound MDN. */ - @JsonProperty(value = "enableNrrForInboundMdn", required = true) - private boolean enableNrrForInboundMdn; + @JsonProperty(value = "enableNRRForInboundMDN", required = true) + private boolean enableNRRForInboundMDN; /** * The Sha2 algorithm format. Valid values are Sha2, ShaHashSize, @@ -140,120 +140,120 @@ public AS2SecuritySettings withEncryptionCertificateName(String encryptionCertif /** * Get the value indicating whether to enable NRR for inbound encoded messages. * - * @return the enableNrrForInboundEncodedMessages value + * @return the enableNRRForInboundEncodedMessages value */ - public boolean enableNrrForInboundEncodedMessages() { - return this.enableNrrForInboundEncodedMessages; + public boolean enableNRRForInboundEncodedMessages() { + return this.enableNRRForInboundEncodedMessages; } /** * Set the value indicating whether to enable NRR for inbound encoded messages. * - * @param enableNrrForInboundEncodedMessages the enableNrrForInboundEncodedMessages value to set + * @param enableNRRForInboundEncodedMessages the enableNRRForInboundEncodedMessages value to set * @return the AS2SecuritySettings object itself. */ - public AS2SecuritySettings withEnableNrrForInboundEncodedMessages(boolean enableNrrForInboundEncodedMessages) { - this.enableNrrForInboundEncodedMessages = enableNrrForInboundEncodedMessages; + public AS2SecuritySettings withEnableNRRForInboundEncodedMessages(boolean enableNRRForInboundEncodedMessages) { + this.enableNRRForInboundEncodedMessages = enableNRRForInboundEncodedMessages; return this; } /** * Get the value indicating whether to enable NRR for inbound decoded messages. * - * @return the enableNrrForInboundDecodedMessages value + * @return the enableNRRForInboundDecodedMessages value */ - public boolean enableNrrForInboundDecodedMessages() { - return this.enableNrrForInboundDecodedMessages; + public boolean enableNRRForInboundDecodedMessages() { + return this.enableNRRForInboundDecodedMessages; } /** * Set the value indicating whether to enable NRR for inbound decoded messages. * - * @param enableNrrForInboundDecodedMessages the enableNrrForInboundDecodedMessages value to set + * @param enableNRRForInboundDecodedMessages the enableNRRForInboundDecodedMessages value to set * @return the AS2SecuritySettings object itself. */ - public AS2SecuritySettings withEnableNrrForInboundDecodedMessages(boolean enableNrrForInboundDecodedMessages) { - this.enableNrrForInboundDecodedMessages = enableNrrForInboundDecodedMessages; + public AS2SecuritySettings withEnableNRRForInboundDecodedMessages(boolean enableNRRForInboundDecodedMessages) { + this.enableNRRForInboundDecodedMessages = enableNRRForInboundDecodedMessages; return this; } /** * Get the value indicating whether to enable NRR for outbound MDN. * - * @return the enableNrrForOutboundMdn value + * @return the enableNRRForOutboundMDN value */ - public boolean enableNrrForOutboundMdn() { - return this.enableNrrForOutboundMdn; + public boolean enableNRRForOutboundMDN() { + return this.enableNRRForOutboundMDN; } /** * Set the value indicating whether to enable NRR for outbound MDN. * - * @param enableNrrForOutboundMdn the enableNrrForOutboundMdn value to set + * @param enableNRRForOutboundMDN the enableNRRForOutboundMDN value to set * @return the AS2SecuritySettings object itself. */ - public AS2SecuritySettings withEnableNrrForOutboundMdn(boolean enableNrrForOutboundMdn) { - this.enableNrrForOutboundMdn = enableNrrForOutboundMdn; + public AS2SecuritySettings withEnableNRRForOutboundMDN(boolean enableNRRForOutboundMDN) { + this.enableNRRForOutboundMDN = enableNRRForOutboundMDN; return this; } /** * Get the value indicating whether to enable NRR for outbound encoded messages. * - * @return the enableNrrForOutboundEncodedMessages value + * @return the enableNRRForOutboundEncodedMessages value */ - public boolean enableNrrForOutboundEncodedMessages() { - return this.enableNrrForOutboundEncodedMessages; + public boolean enableNRRForOutboundEncodedMessages() { + return this.enableNRRForOutboundEncodedMessages; } /** * Set the value indicating whether to enable NRR for outbound encoded messages. * - * @param enableNrrForOutboundEncodedMessages the enableNrrForOutboundEncodedMessages value to set + * @param enableNRRForOutboundEncodedMessages the enableNRRForOutboundEncodedMessages value to set * @return the AS2SecuritySettings object itself. */ - public AS2SecuritySettings withEnableNrrForOutboundEncodedMessages(boolean enableNrrForOutboundEncodedMessages) { - this.enableNrrForOutboundEncodedMessages = enableNrrForOutboundEncodedMessages; + public AS2SecuritySettings withEnableNRRForOutboundEncodedMessages(boolean enableNRRForOutboundEncodedMessages) { + this.enableNRRForOutboundEncodedMessages = enableNRRForOutboundEncodedMessages; return this; } /** * Get the value indicating whether to enable NRR for outbound decoded messages. * - * @return the enableNrrForOutboundDecodedMessages value + * @return the enableNRRForOutboundDecodedMessages value */ - public boolean enableNrrForOutboundDecodedMessages() { - return this.enableNrrForOutboundDecodedMessages; + public boolean enableNRRForOutboundDecodedMessages() { + return this.enableNRRForOutboundDecodedMessages; } /** * Set the value indicating whether to enable NRR for outbound decoded messages. * - * @param enableNrrForOutboundDecodedMessages the enableNrrForOutboundDecodedMessages value to set + * @param enableNRRForOutboundDecodedMessages the enableNRRForOutboundDecodedMessages value to set * @return the AS2SecuritySettings object itself. */ - public AS2SecuritySettings withEnableNrrForOutboundDecodedMessages(boolean enableNrrForOutboundDecodedMessages) { - this.enableNrrForOutboundDecodedMessages = enableNrrForOutboundDecodedMessages; + public AS2SecuritySettings withEnableNRRForOutboundDecodedMessages(boolean enableNRRForOutboundDecodedMessages) { + this.enableNRRForOutboundDecodedMessages = enableNRRForOutboundDecodedMessages; return this; } /** * Get the value indicating whether to enable NRR for inbound MDN. * - * @return the enableNrrForInboundMdn value + * @return the enableNRRForInboundMDN value */ - public boolean enableNrrForInboundMdn() { - return this.enableNrrForInboundMdn; + public boolean enableNRRForInboundMDN() { + return this.enableNRRForInboundMDN; } /** * Set the value indicating whether to enable NRR for inbound MDN. * - * @param enableNrrForInboundMdn the enableNrrForInboundMdn value to set + * @param enableNRRForInboundMDN the enableNRRForInboundMDN value to set * @return the AS2SecuritySettings object itself. */ - public AS2SecuritySettings withEnableNrrForInboundMdn(boolean enableNrrForInboundMdn) { - this.enableNrrForInboundMdn = enableNrrForInboundMdn; + public AS2SecuritySettings withEnableNRRForInboundMDN(boolean enableNRRForInboundMDN) { + this.enableNRRForInboundMDN = enableNRRForInboundMDN; return this; }