Skip to content
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 @@ -41,7 +41,7 @@ public class AbnormalTimePeriod {
private List<Solution> solutions;

/**
* Get the startTime value.
* Get start time of the downtime.
*
* @return the startTime value
*/
Expand All @@ -50,7 +50,7 @@ public DateTime startTime() {
}

/**
* Set the startTime value.
* Set start time of the downtime.
*
* @param startTime the startTime value to set
* @return the AbnormalTimePeriod object itself.
Expand All @@ -61,7 +61,7 @@ public AbnormalTimePeriod withStartTime(DateTime startTime) {
}

/**
* Get the endTime value.
* Get end time of the downtime.
*
* @return the endTime value
*/
Expand All @@ -70,7 +70,7 @@ public DateTime endTime() {
}

/**
* Set the endTime value.
* Set end time of the downtime.
*
* @param endTime the endTime value to set
* @return the AbnormalTimePeriod object itself.
Expand All @@ -81,7 +81,7 @@ public AbnormalTimePeriod withEndTime(DateTime endTime) {
}

/**
* Get the events value.
* Get list of Possible Cause of downtime.
*
* @return the events value
*/
Expand All @@ -90,7 +90,7 @@ public List<DetectorAbnormalTimePeriod> events() {
}

/**
* Set the events value.
* Set list of Possible Cause of downtime.
*
* @param events the events value to set
* @return the AbnormalTimePeriod object itself.
Expand All @@ -101,7 +101,7 @@ public AbnormalTimePeriod withEvents(List<DetectorAbnormalTimePeriod> events) {
}

/**
* Get the solutions value.
* Get list of proposed solutions.
*
* @return the solutions value
*/
Expand All @@ -110,7 +110,7 @@ public List<Solution> solutions() {
}

/**
* Set the solutions value.
* Set list of proposed solutions.
*
* @param solutions the solutions value to set
* @return the AbnormalTimePeriod object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public class Address {
private String state;

/**
* Get the address1 value.
* Get first line of an Address.
*
* @return the address1 value
*/
Expand All @@ -60,7 +60,7 @@ public String address1() {
}

/**
* Set the address1 value.
* Set first line of an Address.
*
* @param address1 the address1 value to set
* @return the Address object itself.
Expand All @@ -71,7 +71,7 @@ public Address withAddress1(String address1) {
}

/**
* Get the address2 value.
* Get the second line of the Address. Optional.
*
* @return the address2 value
*/
Expand All @@ -80,7 +80,7 @@ public String address2() {
}

/**
* Set the address2 value.
* Set the second line of the Address. Optional.
*
* @param address2 the address2 value to set
* @return the Address object itself.
Expand All @@ -91,7 +91,7 @@ public Address withAddress2(String address2) {
}

/**
* Get the city value.
* Get the city for the address.
*
* @return the city value
*/
Expand All @@ -100,7 +100,7 @@ public String city() {
}

/**
* Set the city value.
* Set the city for the address.
*
* @param city the city value to set
* @return the Address object itself.
Expand All @@ -111,7 +111,7 @@ public Address withCity(String city) {
}

/**
* Get the country value.
* Get the country for the address.
*
* @return the country value
*/
Expand All @@ -120,7 +120,7 @@ public String country() {
}

/**
* Set the country value.
* Set the country for the address.
*
* @param country the country value to set
* @return the Address object itself.
Expand All @@ -131,7 +131,7 @@ public Address withCountry(String country) {
}

/**
* Get the postalCode value.
* Get the postal code for the address.
*
* @return the postalCode value
*/
Expand All @@ -140,7 +140,7 @@ public String postalCode() {
}

/**
* Set the postalCode value.
* Set the postal code for the address.
*
* @param postalCode the postalCode value to set
* @return the Address object itself.
Expand All @@ -151,7 +151,7 @@ public Address withPostalCode(String postalCode) {
}

/**
* Get the state value.
* Get the state or province for the address.
*
* @return the state value
*/
Expand All @@ -160,7 +160,7 @@ public String state() {
}

/**
* Set the state value.
* Set the state or province for the address.
*
* @param state the state value to set
* @return the Address object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public class AnalysisData {
private ResponseMetaData detectorMetaData;

/**
* Get the source value.
* Get name of the Detector.
*
* @return the source value
*/
Expand All @@ -56,7 +56,7 @@ public String source() {
}

/**
* Set the source value.
* Set name of the Detector.
*
* @param source the source value to set
* @return the AnalysisData object itself.
Expand All @@ -67,7 +67,7 @@ public AnalysisData withSource(String source) {
}

/**
* Get the detectorDefinition value.
* Get detector Definition.
*
* @return the detectorDefinition value
*/
Expand All @@ -76,7 +76,7 @@ public DetectorDefinitionInner detectorDefinition() {
}

/**
* Set the detectorDefinition value.
* Set detector Definition.
*
* @param detectorDefinition the detectorDefinition value to set
* @return the AnalysisData object itself.
Expand All @@ -87,7 +87,7 @@ public AnalysisData withDetectorDefinition(DetectorDefinitionInner detectorDefin
}

/**
* Get the metrics value.
* Get source Metrics.
*
* @return the metrics value
*/
Expand All @@ -96,7 +96,7 @@ public List<DiagnosticMetricSet> metrics() {
}

/**
* Set the metrics value.
* Set source Metrics.
*
* @param metrics the metrics value to set
* @return the AnalysisData object itself.
Expand All @@ -107,7 +107,7 @@ public AnalysisData withMetrics(List<DiagnosticMetricSet> metrics) {
}

/**
* Get the data value.
* Get additional Source Data.
*
* @return the data value
*/
Expand All @@ -116,7 +116,7 @@ public List<List<NameValuePair>> data() {
}

/**
* Set the data value.
* Set additional Source Data.
*
* @param data the data value to set
* @return the AnalysisData object itself.
Expand All @@ -127,7 +127,7 @@ public AnalysisData withData(List<List<NameValuePair>> data) {
}

/**
* Get the detectorMetaData value.
* Get detector Meta Data.
*
* @return the detectorMetaData value
*/
Expand All @@ -136,7 +136,7 @@ public ResponseMetaData detectorMetaData() {
}

/**
* Set the detectorMetaData value.
* Set detector Meta Data.
*
* @param detectorMetaData the detectorMetaData value to set
* @return the AnalysisData object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class ApiDefinitionInfo {
private String url;

/**
* Get the url value.
* Get the URL of the API definition.
*
* @return the url value
*/
Expand All @@ -30,7 +30,7 @@ public String url() {
}

/**
* Set the url value.
* Set the URL of the API definition.
*
* @param url the url value to set
* @return the ApiDefinitionInfo object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class AppServiceCertificate {
private KeyVaultSecretStatus provisioningState;

/**
* Get the keyVaultId value.
* Get key Vault resource Id.
*
* @return the keyVaultId value
*/
Expand All @@ -47,7 +47,7 @@ public String keyVaultId() {
}

/**
* Set the keyVaultId value.
* Set key Vault resource Id.
*
* @param keyVaultId the keyVaultId value to set
* @return the AppServiceCertificate object itself.
Expand All @@ -58,7 +58,7 @@ public AppServiceCertificate withKeyVaultId(String keyVaultId) {
}

/**
* Get the keyVaultSecretName value.
* Get key Vault secret name.
*
* @return the keyVaultSecretName value
*/
Expand All @@ -67,7 +67,7 @@ public String keyVaultSecretName() {
}

/**
* Set the keyVaultSecretName value.
* Set key Vault secret name.
*
* @param keyVaultSecretName the keyVaultSecretName value to set
* @return the AppServiceCertificate object itself.
Expand All @@ -78,7 +78,7 @@ public AppServiceCertificate withKeyVaultSecretName(String keyVaultSecretName) {
}

/**
* Get the provisioningState value.
* Get status of the Key Vault secret. Possible values include: 'Initialized', 'WaitingOnCertificateOrder', 'Succeeded', 'CertificateOrderFailed', 'OperationNotPermittedOnKeyVault', 'AzureServiceUnauthorizedToAccessKeyVault', 'KeyVaultDoesNotExist', 'KeyVaultSecretDoesNotExist', 'UnknownError', 'ExternalPrivateKey', 'Unknown'.
*
* @return the provisioningState value
*/
Expand Down
Loading