com.citrix.sharefile.api.models.SFCitrixCloudCredential Maven / Gradle / Ivy
// ------------------------------------------------------------------------------
//
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
// Copyright (c) 2017 Citrix ShareFile. All rights reserved.
//
// ------------------------------------------------------------------------------
package com.citrix.sharefile.api.models;
import java.io.InputStream;
import java.util.ArrayList;
import java.net.URI;
import java.util.Date;
import java.util.Map;
import java.util.HashMap;
import com.google.gson.annotations.SerializedName;
import com.citrix.sharefile.api.*;
import com.citrix.sharefile.api.enumerations.*;
import com.citrix.sharefile.api.models.*;
public class SFCitrixCloudCredential extends SFODataObject {
@SerializedName("CitrixCloudCustomerId")
private String CitrixCloudCustomerId;
@SerializedName("OneTimePassword")
private String OneTimePassword;
@SerializedName("CitrixCloudControlPlaneGeoId")
private String CitrixCloudControlPlaneGeoId;
/**
* Customer identifier in Citrix Cloud
*/
public String getCitrixCloudCustomerId() {
return this.CitrixCloudCustomerId;
}
/**
* Customer identifier in Citrix Cloud
*/
public void setCitrixCloudCustomerId(String citrixcloudcustomerid) {
this.CitrixCloudCustomerId = citrixcloudcustomerid;
}
/**
* One time password issued by Citrix Cloud
*/
public String getOneTimePassword() {
return this.OneTimePassword;
}
/**
* One time password issued by Citrix Cloud
*/
public void setOneTimePassword(String onetimepassword) {
this.OneTimePassword = onetimepassword;
}
/**
* Citrix Cloud control plane identifier
*/
public String getCitrixCloudControlPlaneGeoId() {
return this.CitrixCloudControlPlaneGeoId;
}
/**
* Citrix Cloud control plane identifier
*/
public void setCitrixCloudControlPlaneGeoId(String citrixcloudcontrolplanegeoid) {
this.CitrixCloudControlPlaneGeoId = citrixcloudcontrolplanegeoid;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy