Class AgreementMetaData

java.lang.Object
com.microsoft.store.partnercenter.models.agreements.AgreementMetaData

public class AgreementMetaData
extends Object
Represents the meta data about agreements.
  • Constructor Details

  • Method Details

    • getAgreementLink

      public String getAgreementLink()
      Gets the download link for the agreement.
      Returns:
      The download link for the agreement.
    • setAgreementLink

      public void setAgreementLink​(String value)
      Sets the download link for the agreement.
      Parameters:
      value - The download link for the agreement.
    • getAgreementType

      public String getAgreementType()
      Gets the agreement type.
      Returns:
      The type of agreement.
    • setAgreementType

      public void setAgreementType​(String value)
      Sets the agreement type.
      Parameters:
      value - The type of agreement.
    • getTemplateId

      public String getTemplateId()
      Gets the template identifier for the agreement.
      Returns:
      The template identifier for the agreement.
    • setTemplateId

      public void setTemplateId​(String value)
      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.