Class AgreementMetaData
java.lang.Object
com.microsoft.store.partnercenter.models.agreements.AgreementMetaData
public class AgreementMetaData extends Object
Represents the meta data about agreements.
-
Constructor Summary
Constructors Constructor Description AgreementMetaData() -
Method Summary
Modifier and Type Method Description StringgetAgreementLink()Gets the download link for the agreement.StringgetAgreementType()Gets the agreement type.StringgetTemplateId()Gets the template identifier for the agreement.intgetVersionRank()Gets the ranking for the version enforcement.voidsetAgreementLink(String value)Sets the download link for the agreement.voidsetAgreementType(String value)Sets the agreement type.voidsetTemplateId(String value)Sets the template identifier for the agreement.voidsetVersionRank(int value)Sets the ranking for the version enforcement.
-
Constructor Details
-
AgreementMetaData
public AgreementMetaData()
-
-
Method Details
-
getAgreementLink
Gets the download link for the agreement.- Returns:
- The download link for the agreement.
-
setAgreementLink
Sets the download link for the agreement.- Parameters:
value- The download link for the agreement.
-
getAgreementType
Gets the agreement type.- Returns:
- The type of agreement.
-
setAgreementType
Sets the agreement type.- Parameters:
value- The type of agreement.
-
getTemplateId
Gets the template identifier for the agreement.- Returns:
- The template identifier for the agreement.
-
setTemplateId
Sets the template identifier for the agreement.- Parameters:
value- The template identifier for the agreement.
-
getVersionRank
public int getVersionRank()Gets the ranking for the version enforcement.- Returns:
- The ranking for the version enforcement.
-
setVersionRank
public void setVersionRank(int value)Sets the ranking for the version enforcement.- Parameters:
value- The ranking for the version enforcement.
-