Exemplo n.º 1
0
 /**
  * 承認したバージョンを設定
  *
  * @param version 承認したバージョン
  * @return this
  */
 public AcceptVersion WithVersion(Gs2.Gs2Version.Model.Version_ version)
 {
     this.version = version;
     return(this);
 }
Exemplo n.º 2
0
 /**
  * 現在のバージョンを設定
  *
  * @param currentVersion 現在のバージョン
  * @return this
  */
 public VersionModelMaster WithCurrentVersion(Gs2.Gs2Version.Model.Version_ currentVersion)
 {
     this.currentVersion = currentVersion;
     return(this);
 }
Exemplo n.º 3
0
 /**
  * バージョンチェックを蹴るバージョンを設定
  *
  * @param errorVersion バージョンチェックを蹴るバージョン
  * @return this
  */
 public VersionModelMaster WithErrorVersion(Gs2.Gs2Version.Model.Version_ errorVersion)
 {
     this.errorVersion = errorVersion;
     return(this);
 }
Exemplo n.º 4
0
 /**
  * バージョンアップを促すバージョンを設定
  *
  * @param warningVersion バージョンアップを促すバージョン
  * @return this
  */
 public VersionModelMaster WithWarningVersion(Gs2.Gs2Version.Model.Version_ warningVersion)
 {
     this.warningVersion = warningVersion;
     return(this);
 }
Exemplo n.º 5
0
 /**
  * 現在のバージョンを設定
  *
  * @param currentVersion 現在のバージョン
  * @return this
  */
 public Status WithCurrentVersion(Gs2.Gs2Version.Model.Version_ currentVersion)
 {
     this.currentVersion = currentVersion;
     return(this);
 }
Exemplo n.º 6
0
 /**
  * バージョンを設定
  *
  * @param version バージョン
  * @return this
  */
 public SignTargetVersion WithVersion(Gs2.Gs2Version.Model.Version_ version)
 {
     this.version = version;
     return(this);
 }