Class AzureStorageParameter

java.lang.Object
x.data.azure.storage.AzureStorageParameter

public class AzureStorageParameter extends Object
The xxxx
Author:
Sakdsitt Likhitmetagool
  • Constructor Details

    • AzureStorageParameter

      public AzureStorageParameter()
  • Method Details

    • setIdSky

      public void setIdSky(Long idSky)
    • setSelect

      public void setSelect(Set<String> select)
    • select

      public void select(String select)
    • setMaxResult

      public void setMaxResult(int maxResult)
    • setSortSky

      public void setSortSky(String sortSky)
    • setSortType

      public void setSortType(String sortType)
    • setLoadAll

      public void setLoadAll(boolean loadAll)
    • getIdSky

      public Long getIdSky()
    • getSelect

      public Set<String> getSelect()
    • getMaxResult

      public int getMaxResult()
    • getSortSky

      public String getSortSky()
    • getSortType

      public String getSortType()
    • isLoadAll

      public boolean isLoadAll()
    • setWhereBy

      public void setWhereBy(String dataTmp)
    • getWhereBy

      public String getWhereBy()