Class Server

java.lang.Object
com.soffid.iam.sync.api.Server
All Implemented Interfaces:
Serializable

public class Server extends Object implements Serializable
ValueObject Server
See Also:
  • Constructor Details

  • Method Details

    • getId

      public Long getId()
      Gets value for attribute id
    • setId

      public void setId(Long id)
      Sets value for attribute id
    • getName

      public String getName()
      Gets value for attribute name
    • setName

      public void setName(String name)
      Sets value for attribute name
    • getPk

      public byte[] getPk()
      Gets value for attribute pk
    • setPk

      public void setPk(byte[] pk)
      Sets value for attribute pk
    • getAuth

      public String getAuth()
      Gets value for attribute auth
    • setAuth

      public void setAuth(String auth)
      Sets value for attribute auth
    • getPublicKey

      public PublicKey getPublicKey()
      Gets value for attribute publicKey
    • setPublicKey

      public void setPublicKey(PublicKey publicKey)
      Sets value for attribute publicKey
    • getUseMasterDatabase

      public Boolean getUseMasterDatabase()
      Gets value for attribute useMasterDatabase
    • setUseMasterDatabase

      public void setUseMasterDatabase(Boolean useMasterDatabase)
      Sets value for attribute useMasterDatabase
    • getBackupDatabase

      public Long getBackupDatabase()
      Gets value for attribute backupDatabase
    • setBackupDatabase

      public void setBackupDatabase(Long backupDatabase)
      Sets value for attribute backupDatabase
    • getType

      public ServerType getType()
      Gets value for attribute type
    • setType

      public void setType(ServerType type)
      Sets value for attribute type
    • getUrl

      public String getUrl()
      Gets value for attribute url
    • setUrl

      public void setUrl(String url)
      Sets value for attribute url
    • getPublicUrl

      public String getPublicUrl()
      Gets value for attribute publicUrl
    • setPublicUrl

      public void setPublicUrl(String publicUrl)
      Sets value for attribute publicUrl
    • getJavaOptions

      public String getJavaOptions()
      Gets value for attribute javaOptions
    • setJavaOptions

      public void setJavaOptions(String javaOptions)
      Sets value for attribute javaOptions
    • toString

      public String toString()
      Returns a string representation of the value object.
      Overrides:
      toString in class Object