SystemZOSInfo

data class SystemZOSInfo(    val systemNickName: String = "null",     val systemName: String = "null",     val sysplexName: String = "null",     val groupNames: String = "null",     val url: String = "null",     val zosVR: String = "null",     val jesMemberName: String = "null",     val jesType: String = "null",     val cpcName: String = "null",     val cpcSerial: String = "null",     val httpProxyName: String = "null",     val ftpDestinationName: String = "null")

A data class which represents a single SystemZOSInfo instance defined to z/OSMF

Constructors

Link copied to clipboard
fun SystemZOSInfo(    systemNickName: String = "null",     systemName: String = "null",     sysplexName: String = "null",     groupNames: String = "null",     url: String = "null",     zosVR: String = "null",     jesMemberName: String = "null",     jesType: String = "null",     cpcName: String = "null",     cpcSerial: String = "null",     httpProxyName: String = "null",     ftpDestinationName: String = "null")

Properties

Link copied to clipboard
@SerializedName(value = "cpcName")
@Expose
val cpcName: String
Link copied to clipboard
@SerializedName(value = "spcSerial")
@Expose
val cpcSerial: String
Link copied to clipboard
@SerializedName(value = "ftpDestinationName")
@Expose
val ftpDestinationName: String
Link copied to clipboard
@SerializedName(value = "groupNames")
@Expose
val groupNames: String
Link copied to clipboard
@SerializedName(value = "httpProxyName")
@Expose
val httpProxyName: String
Link copied to clipboard
@SerializedName(value = "jesMemberName")
@Expose
val jesMemberName: String
Link copied to clipboard
@SerializedName(value = "jesType")
@Expose
val jesType: String
Link copied to clipboard
@SerializedName(value = "sysplexName")
@Expose
val sysplexName: String
Link copied to clipboard
@SerializedName(value = "systemName")
@Expose
val systemName: String
Link copied to clipboard
@SerializedName(value = "systemNickName")
@Expose
val systemNickName: String
Link copied to clipboard
@SerializedName(value = "url")
@Expose
val url: String
Link copied to clipboard
@SerializedName(value = "zosVR")
@Expose
val zosVR: String