- java.lang.Object
-
- zowe.client.sdk.zosmfinfo.model.DefinedSystem
-
public final class DefinedSystem extends Object
The z/OSMF object returned for every defined system.- Version:
- 5.0
- Author:
- Frank Giordano
-
-
Constructor Summary
Constructors Constructor Description DefinedSystem(String systemNickName, String groupNames, String cpcSerial, String zosVR, String systemName, String jesType, String sysplexName, String jesMemberName, String httpProxyName, String ftpDestinationName, String url, String cpcName)Jackson constructor for DefinedSystem
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCpcName()Retrieve cpcName specifiedStringgetCpcSerial()Retrieve cpcSerial specifiedStringgetFtpDestinationName()Retrieve ftpDestinationName specifiedStringgetGroupNames()Retrieve groupNames specifiedStringgetHttpProxyName()Retrieve httpProxyName specifiedStringgetJesMemberName()Retrieve jesMemberName specifiedStringgetJesType()Retrieve jesType specifiedStringgetSysplexName()Retrieve sysplexName specifiedStringgetSystemName()Retrieve systemName specifiedStringgetSystemNickName()Retrieve systemNickName specifiedStringgetUrl()Retrieve url specifiedStringgetZosVR()Retrieve zosVR specifiedStringtoString()Return string value representing DefinedSystem object
-
-
-
Constructor Detail
-
DefinedSystem
public DefinedSystem(String systemNickName, String groupNames, String cpcSerial, String zosVR, String systemName, String jesType, String sysplexName, String jesMemberName, String httpProxyName, String ftpDestinationName, String url, String cpcName)
Jackson constructor for DefinedSystem- Parameters:
systemNickName- unique name assigned to the system definitiongroupNames- comma-separated list of the groups to which the system is assignedcpcSerial- serial number of the CPCzosVR- version of z/OSsystemName- name specified for the system on the SYSNAME parameterjesType- type of JES subsystem (JES2 or JES3)sysplexName- name of the sysplex where the system is a memberjesMemberName- JES2 MAS member name or JES3 complex member namehttpProxyName- HTTP proxy definition nameftpDestinationName- FTP/SFTP server definition nameurl- URL used to access the z/OSMF instancecpcName- name of the CPC at the support element
-
-
Method Detail
-
getCpcName
public String getCpcName()
Retrieve cpcName specified- Returns:
- cpcName value
-
getCpcSerial
public String getCpcSerial()
Retrieve cpcSerial specified- Returns:
- cpcSerial value
-
getFtpDestinationName
public String getFtpDestinationName()
Retrieve ftpDestinationName specified- Returns:
- ftpDestinationName value
-
getGroupNames
public String getGroupNames()
Retrieve groupNames specified- Returns:
- groupNames value
-
getHttpProxyName
public String getHttpProxyName()
Retrieve httpProxyName specified- Returns:
- httpProxyName value
-
getJesMemberName
public String getJesMemberName()
Retrieve jesMemberName specified- Returns:
- jesMemberName value
-
getJesType
public String getJesType()
Retrieve jesType specified- Returns:
- jesType value
-
getSysplexName
public String getSysplexName()
Retrieve sysplexName specified- Returns:
- sysplexName value
-
getSystemName
public String getSystemName()
Retrieve systemName specified- Returns:
- systemName value
-
getSystemNickName
public String getSystemNickName()
Retrieve systemNickName specified- Returns:
- systemNickName value
-
getUrl
public String getUrl()
Retrieve url specified- Returns:
- url value
-
getZosVR
public String getZosVR()
Retrieve zosVR specified- Returns:
- zosVR value
-
-