Class DownloadOptionalParameter
- java.lang.Object
-
- com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models.DownloadOptionalParameter
-
public class DownloadOptionalParameter extends Object
The DownloadOptionalParameter model.
-
-
Constructor Summary
Constructors Constructor Description DownloadOptionalParameter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
changedSince()
Get the changedSince value.String
source()
Get the source value.String
thisclientacceptLanguage()
Get the thisclientacceptLanguage value.DownloadOptionalParameter
withChangedSince(String changedSince)
Set the changedSince value.DownloadOptionalParameter
withSource(String source)
Set the source value.DownloadOptionalParameter
withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value.
-
-
-
Method Detail
-
source
public String source()
Get the source value.- Returns:
- the source value
-
withSource
public DownloadOptionalParameter withSource(String source)
Set the source value.- Parameters:
source
- the source value to set- Returns:
- the DownloadOptionalParameter object itself.
-
changedSince
public String changedSince()
Get the changedSince value.- Returns:
- the changedSince value
-
withChangedSince
public DownloadOptionalParameter withChangedSince(String changedSince)
Set the changedSince value.- Parameters:
changedSince
- the changedSince value to set- Returns:
- the DownloadOptionalParameter object itself.
-
thisclientacceptLanguage
public String thisclientacceptLanguage()
Get the thisclientacceptLanguage value.- Returns:
- the thisclientacceptLanguage value
-
withThisclientacceptLanguage
public DownloadOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value.- Parameters:
thisclientacceptLanguage
- the thisclientacceptLanguage value to set- Returns:
- the DownloadOptionalParameter object itself.
-
-