@Deprecated
public class SamlSpAuthRequestSoap
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
SamlSpAuthRequestSoap()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getCompanyId()
Deprecated.
|
java.util.Date |
getCreateDate()
Deprecated.
|
long |
getPrimaryKey()
Deprecated.
|
java.lang.String |
getSamlIdpEntityId()
Deprecated.
|
long |
getSamlSpAuthnRequestId()
Deprecated.
|
java.lang.String |
getSamlSpAuthRequestKey()
Deprecated.
|
void |
setCompanyId(long companyId)
Deprecated.
|
void |
setCreateDate(java.util.Date createDate)
Deprecated.
|
void |
setPrimaryKey(long pk)
Deprecated.
|
void |
setSamlIdpEntityId(java.lang.String samlIdpEntityId)
Deprecated.
|
void |
setSamlSpAuthnRequestId(long samlSpAuthnRequestId)
Deprecated.
|
void |
setSamlSpAuthRequestKey(java.lang.String samlSpAuthRequestKey)
Deprecated.
|
static SamlSpAuthRequestSoap |
toSoapModel(SamlSpAuthRequest model)
Deprecated.
|
static SamlSpAuthRequestSoap[] |
toSoapModels(java.util.List<SamlSpAuthRequest> models)
Deprecated.
|
static SamlSpAuthRequestSoap[] |
toSoapModels(SamlSpAuthRequest[] models)
Deprecated.
|
static SamlSpAuthRequestSoap[][] |
toSoapModels(SamlSpAuthRequest[][] models)
Deprecated.
|
public static SamlSpAuthRequestSoap toSoapModel(SamlSpAuthRequest model)
public static SamlSpAuthRequestSoap[] toSoapModels(SamlSpAuthRequest[] models)
public static SamlSpAuthRequestSoap[][] toSoapModels(SamlSpAuthRequest[][] models)
public static SamlSpAuthRequestSoap[] toSoapModels(java.util.List<SamlSpAuthRequest> models)
public long getPrimaryKey()
public void setPrimaryKey(long pk)
public long getSamlSpAuthnRequestId()
public void setSamlSpAuthnRequestId(long samlSpAuthnRequestId)
public long getCompanyId()
public void setCompanyId(long companyId)
public java.util.Date getCreateDate()
public void setCreateDate(java.util.Date createDate)
public java.lang.String getSamlIdpEntityId()
public void setSamlIdpEntityId(java.lang.String samlIdpEntityId)
public java.lang.String getSamlSpAuthRequestKey()
public void setSamlSpAuthRequestKey(java.lang.String samlSpAuthRequestKey)